@charset "utf-8";
/* Global Styles */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);



div.mt-2 { width: 100%; }
div.mt-2 div.span_1_of_2 { width: 100%; }
div.mt-2 div.span_1_of_2 img { width: 47%; float: left; margin-right: 10px; }
div.mt-2 div.span_1_of_2 p { margin-top: 0; }
section.mainContent p { font-family: "Noto Sans KR"; font-weight: 500; word-break: break-word; hyphens: auto; }


/* left side bar h2-tag font-size (responsive) */

section.sidebar h2 { font-family: "Noto Sans KR" !important; font-weight: 400; font-size: clamp(1.5rem, 3.7vw ,2.9rem) !important;}
section.sidebar li a  { font-family: "Noto Sans KR" !important; font-weight: 200; }



#menubar .menu ul li.active a { /*font-weight: 800;*/ }


/*
@media screen and (min-width:701px) and (max-width: 713px) {

section.sidebar h2 { font-size: 1.5rem !important; }

}
@media screen and (min-width:713px) and (max-width: 745px) {

section.sidebar h2 { font-size: 1.6rem !important; }

}
@media screen and (min-width:746px) and (max-width: 779px) {

section.sidebar h2 { font-size: 1.7rem !important; }

}
@media screen and (min-width:780px) and (max-width: 809px) {

section.sidebar h2 { font-size: 1.8rem !important; }

}
@media screen and (min-width:810px) and (max-width: 842px) {

section.sidebar h2 { font-size: 1.9rem !important; }

}
@media screen and (min-width:842px) and (max-width: 873px) {

section.sidebar h2 { font-size: 2rem !important; }

}
@media screen and (min-width:874px) and (max-width: 905px) {

section.sidebar h2 { font-size: 2.1rem !important; }

}
@media screen and (min-width:906px) and (max-width: 937px) {

section.sidebar h2 { font-size: 2.2rem !important; }

}
@media screen and (min-width:938px) and (max-width: 969px) {

section.sidebar h2 { font-size: 2.3rem !important; }

}
@media screen and (min-width:970px) and (max-width: 1001px) {

section.sidebar h2 { font-size: 2.4rem !important; }

}
@media screen and (min-width:1002px) and (max-width: 1033px) {

section.sidebar h2 { font-size: 2.5rem !important; }

}
@media screen and (min-width:1034px) and (max-width: 1065px) {

section.sidebar h2 { font-size: 2.6rem !important; }

}
@media screen and (min-width:1066px) and (max-width: 1129px) {

section.sidebar h2 { font-size: 2.7rem !important; }

}
@media screen and (min-width:1130px) and (max-width:1161px) {

section.sidebar h2 { font-size: 2.9rem !important; }

}
*/

/* left side bar a-tag font-size (responsive) */


@media screen and (min-width: 700px) and (max-width: 767px) {

section.sidebar li a { font-size: 1rem !important; }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {

section.sidebar li a { font-size: 1.25rem !important; }

}

/* top nav bar padding */

@media screen and (min-width: 992px) and (max-width: 1070px) {

img.logo { max-width: 100%; }
ul.navbar-nav { justify-content: flex-end; }
li.nav-item {
	flex-basis: 0;
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	overflow-wrap: break-word;
}
li.nav-item a { padding: 0.5rem 1rem !important; }
.navbar-brand.lang_w { top: 15px; }

}


/* top nav bar mobile */

@media screen and (max-width: 700px){

#swrap { top: 0px; }
.title_l{ align: center;
  margin-top:0.5rem;
}

}

/* top nav bar lang */

@media screen and (min-width: 768px) and (max-width: 991px){

.navbar-brand.lang_w { top: 15px; }

}