@import url('https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css');

button.neumorphic{
  container-type: inline-size;
  aspect-ratio: 1/1;
  border: 0.5rem solid transparent;
  border-radius: 1rem;
  color: hsl(0 0% 10%);
  background: none;

  display: grid;
  place-content: center;
  gap: 1rem;
  font-family: NanumGothic;
  --shadow: 
    -.5rem -.5rem 1rem hsl(0 0% 100% / .75),
    .5rem .5rem 1rem hsl(0 0% 50% / .5);
  box-shadow: var(--shadow);
  outline: none;  
  transition: all 0.1s;
    
  &:hover, &:focus-visible {
    color: #70ad47;
    scale: 1.1
  }
  &:active, &.active{
    box-shadow:
      var(--shadow),
      inset .5rem .5rem 1rem hsl(0 0% 50% / .5),
      inset -.5rem -.5rem 1rem hsl(0 0% 100% / .75);
    color: #ed7d31;
    > i { font-size: 28cqi};
    > span { font-size: 13cqi};
  }

  >i {
    font-size: 31cqi;
  }
  > span {
    font-family: NanumGothic;
    font-size: 16cqi;
  }
}








body {

  padding: 2rem;
}









h1 {
  text-align: center;
  color: hsl(0 0% 10%);
   font-family: NanumMyeongjoYetHangul;
  font-size: 3rem;
}

.buttons{
  display: grid;
  width: min(20rem, 100%);
  margin-inline: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(8rem, 100%), 1fr));
  gap: 2rem;
}

.buttons a{
  display: grid;
  width: min(20rem, 100%);
  margin-inline: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(8rem, 100%), 1fr));
  gap: 2rem;
 text-decoration:none;
}
@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 70%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	font-family: NanumGothic;

}




/* Header */
header {
	text-align: center;
	display: block;
}

header .profileLogo .logoPlaceholder {
	background-color: #e2efda;
	width: 200px;
	text-align: center;
	border-radius: 15px;
}
header .logoPlaceholder span {
	width: 500px;
	height: 22px;
	font-family: 'NanumGothic';
	color: #70ad47;
	font-size: 20px;
	font-weight: 700;
	line-height: 53px;

}
header .profilePhoto {

	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
}
header .profileHeader h1 {
	font-family: 'MaruBuriBold';
	color: #70ad47;
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}
header .profileHeader h3 {
	font-family: 'MaruBuriExtraLight';
	color: #70ad47;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
	font-family: 'NanumGothic';
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}


#profile {
  border-radius: 5px;
  cursor: pointer;
	transition: 0.3s;}

#profile:hover {opacity: 0.7;}

#c_1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_1:hover {opacity: 0.7;}

#c_2{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_2:hover {opacity: 0.7;}

#c_3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_3:hover {opacity: 0.7;}

#c_4 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_4:hover {opacity: 0.7;}

#c_5 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_5:hover {opacity: 0.7;}

#c_6 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_6:hover {opacity: 0.7;}

#c_7 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_7:hover {opacity: 0.7;}

#c_8 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_8:hover {opacity: 0.7;}

#c_9 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_9:hover {opacity: 0.7;}

#c_10 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#c_10:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

markr {
	background-color:#ffc4c4; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;
}


marko {
	background-color:#fce4d6; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;

}

markb {
	background-color:#d1eaff; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;

}

markg {
	background-color:#e2efda; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;
}




markp {
	background-color:#ff9ed2; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;
}

marky {
	background-color:#ffed9a; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;
}


marke {
	background-color:#c4fff7; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;
}

markw {
	background-color:#ccc; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;
}

markpp {
	background-color:#e6c5ff; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 3px;
}

.tooltip {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.tooltip-textr {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #c00000;
  background: #ffdfdf;
  font-family: 'NanumBarunGothicYetHangul';
}

.tooltip-texto {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #ed7d31;
  background: #ffecb2;
font-family: 'NanumBarunGothicYetHangul';
}

.tooltip-textb {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #0089ff;
  background: #d1eaff;
font-family: 'NanumBarunGothicYetHangul';
}

.tooltip-textg {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #548235;
  background: #e7ffd5;
font-family: 'NanumBarunGothicYetHangul';
}

.tooltip-textp {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #ff44a9;
  background: #ffd4eb;
font-family: 'NanumBarunGothicYetHangul';
}

.tooltip-texty {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #ffb910;
  background: #fff7d1;
font-family: 'NanumBarunGothicYetHangul';
}


.tooltip-texte {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #3cc8b5;
  background: #e3fffb;
font-family: 'NanumBarunGothicYetHangul';
}

.tooltip-textpp {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #8112d6;
  background: #f5e7ff;
font-family: 'NanumBarunGothicYetHangul';
}

.tooltip-textw {
  display: none;	/*평소에 안보여야 하니까 none으로*/
  position: absolute;	/*공중에 띄어져있으니까 absolute*/
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #222;
  background: #eee;
font-family: 'NanumBarunGothicYetHangul';

}



.tooltip:hover .tooltip-textr {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-texto {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-textb {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-textg {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-textp {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-texty {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-texte {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-textpp {
  display: block;	/*마우스 올렸을때 나타나도록*/
}

.tooltip:hover .tooltip-textw {
  opacity: 1;
  display: block;	/*마우스 올렸을때 나타나도록*/
}


/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
.socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}
.socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'NanumGothic';
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: 'NanumGothic';
	font-size: 14px;
	font-weight: 100;
	color: #424242;
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: 'NanumBarunPen';
}
.section2 .sectionContentTitle {
	font-family: 'NanumBarunPen';
	color: #424242;
	font-size: 20px;
	font-weight: 700;
	background-color:#ccc; 
	border-radius:5px;
	padding: 2px;

}
.section2 .sectionContentSubTitle {
	font-family: 'NanumBarunPen';
	color: #424242;
	font-size: 18px;
	line-height: 1.5;

}
.section2 .sectionContent {
	font-family: 'NanumBarunGothicYetHangul';
	color: #424242;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.section2 .wonmun {
font-family: 'NanumMyeongjoYetHangul';
	color: #424242;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.wonmun {
font-family: 'NanumMyeongjoYetHangul';
	color: #424242;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 1%;
	cursor: pointer;
	border-radius: 15px;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: #777;
}
.externalResourcesNav .externalResources a {
	font-family: 'NanumBarunGothicYetHangul';
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: 'NanumGothic';
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: 'NanumGothic';
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}
header .profileHeader p {
	text-align: justify;
}
.socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: 'NanumGothic';
	text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 30px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {
	text-align: left;
	margin-top: 7%;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;

	font-family: 'NanumGothic';
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;

	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {

	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 120px;
	height: 30px;
	margin-top: 5%;
}
	
	
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: 'NanumGothic';
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 120px;
	height: 30px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
