@charset "utf-8";



.mo-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 60, 131, 0.95);
  z-index: 2;
  overscroll-behavior: contain;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

/* globals */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



.header {position: fixed; width: 100%; z-index: 100; border-bottom: 1px solid #f3f3f3; }
/* .header {position: fixed; top: 148px; z-index: 100;} */
.header .top {position: relative; height: 35px; background-color: #8aba86; }
.header .top .date {position: absolute; left: 0; font-weight: bold; font-size: 1.125rem; line-height: 2.125rem; color: #fff;}

.header .top .txt {position: absolute; left: 50%; font-size: 1.125rem; color: #fff; line-height: 2.125rem; transform: translate(-50%, 0%);}
.header .btm {position: relative; padding: 1.375rem 0 ; background-color: #fff; }
.header .btm  .thumb{margin-right: 18px;}
.header .btm h1 a {display: block; width: 100%; height: 100%; }
.header .btm .vol{background:#f1b670; padding:3px 15px; border-radius: 30px; margin-left: 10px; color: white;}
/* 전체메뉴 : 공통 */
.header .btm .navigation {position: absolute; left:55%; top: 50%; 
  transform: translate(-50%, -50%); z-index: 100; width: max-content; }
/* 1depth */
.header .btm .navigation > ul > li {float: left; position: relative;text-align: center; padding: 0 50px; }
.header .btm .navigation > ul > li > a {position: relative; padding: 1.875rem 0; font-size: 1.25rem; font-weight: 500; letter-spacing: -0.015em;/* transition: all .3s;*/}
.header .btm .navigation > ul > li .depth2 { padding: 1.875rem 0.625rem; font-size: 1.25rem; font-weight: 500; letter-spacing: -0.015em;/* transition: all .3s;*/}

/* depth2 */
.header .btm .navigation > ul > li .depth2 {display: none; visibility: visible; position: absolute; top: -10px;  background-color:#f1b670; padding-bottom: 0.9375rem ; z-index: 100; box-sizing: border-box; left:0%;width: 100%; padding-top:10px;}
.header .btm .navigation > ul > li .depth2 .none-click{margin-bottom: 40px; font-size: 1.25rem; font-weight: 500;  color: white; position: relative;}
.header .btm .navigation > ul > li .depth2 .none-click::before {content: "●";  position: absolute; left: 50%; top:35px; color:#fff;transform: translate(-50%, 0%); font-size: 10px;}
.header .btm .navigation > ul > li .depth2 > li > a {display: block; position: relative; width: fit-content; padding: 0.4375rem 0; font-size: 1.063rem; color: #fff; transition: all .2s; box-sizing: border-box; margin: 0 auto; border-bottom: 2px solid rgba(0, 0, 0, 0)}
.header .btm .navigation > ul > li .depth2 > li > a:hover{border-bottom: 2px solid white;}
.header .btm .navigation > ul > li .depth2 > li > a:hover,
.header .btm .navigation > ul > li:hover .depth2,
.header .btm .navigation > ul > li:focus .depth2 {display: block;}
.header .btm .navigation > ul > li:hover > a:after,
.header .btm .navigation > ul > li:focus > a:after {display: block; }
.header .btm .mo_btn {display: none; position: absolute; right: 3%;; top: 50%; transform: translateY(-50%); z-index: 15; line-height: 100%;}
.header .btm .mo_btn:after {content: "☰"; display: inline-block; font-size: 2.5rem; line-height: 100%;}
.header .btm .mo-pd{display: none;}

.pdf-mo{display: none;}

 .link{
  position:absolute;
  right:0;
  top:50%;transform: translateY(-50%);
  display: flex;
  justify-content: space-between;}
.link .go{padding-left: 5px;}
.go .hovers{display: none;}
.go:hover .snsicon{display: none;}
.go:hover .hovers{display: block;}

.link-mo{display: none;}


.main-content {
  padding-top:180px;
}


@media screen and (max-width: 1220px) {
  html, body {font-size: 90%; }
  #wrap {min-width: 100%; }
  .container {width: 100%; padding-left: 3%; padding-right: 3%;}

  .header .top .date,
  .header .btm .navigation {right: 3%; }
  .header .top .list {left: 3%;}
  .header .btm .navigation > ul > li {margin: 0px;padding: 0 30px !important; }
}
@media screen and (max-width: 1024px) {
.mhid_1024 {display: none; }
.mshow_1024 {display: block; }
}
@media screen and (max-width: 960px) {
  html, body {font-size: 88%; }
  .header .top { height: 6px; }
  .header .top .date,  .header .top .txt{display: none;}
  .header .btm .navigation {display: none; }
  .header .btm .mo_btn {display: block; }
  .link{display: none;}


/* .header .btm {padding: 1.25rem 0; }
.header .btm h1 { width: 13.57rem; height: 2.786rem; background-size: 100% auto;} */
.header .btm h1 {height: 2.429rem; background-size: auto 100%;}
.header .btm {padding: 1.071rem 0; }
  .mobile .header .btm .mo_btn:after {content: "✕";}
  .mobile .header .btm .navigation {display: block;  width: 100%; transform: none; left: 0; top:65px; height: 100vh; background: #8aba86;}
  .mobile .header .btm .navigation > ul{width: 100%;background: #8aba86; padding: 0px 20px 100px 20px !important; }
  .mobile .header .btm .navigation > ul > li{width: 100%; padding: 0;}
  .mobile .header .btm .navigation > ul > li > a {display: block; width:fit-content; padding:20px 0; color: #ffffff; text-align: center; margin: 0 auto;}
  .header .btm .navigation > ul > li .depth2 .none-click{display: none;}
  .mobile .header .btm .navigation > ul > li:hover .depth2 {display: block;}
  .mobile .header .btm .navigation > ul > li {float: none; width: 100%;border-bottom: 1px solid #fff; text-align: center; margin-left: 0; padding-left: 0;}
  .mobile .header .btm .navigation > ul > li:hover > a {color: #ffffff;}
  .mobile .header .btm .navigation > ul > li:hover > a:after,
  .mobile .header .btm .navigation > ul > li:focus > a:after {display: none; }
  .mobile .header .btm .navigation > ul > li .depth2 {display: none; position: relative; top: 0; width: auto !important; background-color: transparent; padding: 0.3571rem;} /* depth2 */
  .mobile .header .btm .navigation > ul > li:hover .depth2 {display: none; }

  .pdf-mo{display: block; border-bottom: none !important; width: 100%; margin-bottom: 10px !important;}
  .pdf-mo a { width: 100% !important; margin:0 auto; padding: 10px 0 !important; border: 1px solid white;}
  .link-mo{display:flex; justify-content: center; margin-top: 40px;}
  .link-mo .go {margin-left: 6px;}
  .link-mo>:first-child {margin-left: 0;}
  .mhid {display: none; }
  .mshow {display: block; }

  .main-content {
    padding-top:120px;
  }

}
@media screen and (max-width: 475px) {
  html, body {font-size: 86%; }
  .thumb{margin-right: 10px !important;}
  .thumb img{width: 30px;}
  .logo img{width: 30% !important;}

  .header .top .list {padding: 0 1rem;}
  .header .top .list:before {display: none;}

  .mhid_475 {display: none; }
  .mshow_475 {display: block; }
}
@media screen and (max-width: 320px) {
  html, body {font-size: 80%; }
}



.global-footer {
  padding: 30px 0;
  border-top: 1px solid #dfdfdf
}
.global-footer p {
  color: #333;
  line-height: 25px
}
.global-footer .bold{
  font-weight: bold;
}

.global-footer .global-footer-link {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 8px 20px;
  background-color: #26262b;
  border-radius: 50px;
  line-height: 100%;
}
.global-footer .global-footer-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'S-CoreDream-6Bold'
}
.global-footer .global-footer-address {
  margin-bottom: 15px;
  font-size: 14px;
}
.global-footer .global-footer-copyright {
  margin-bottom: 10px;
  font-size: 14px;
}

.quickmenu{

  position: fixed;
  top: 158px;
  margin-top: 15px;
  right:50%;
  margin-right: -750px;
  z-index: 101
}
.quickmenu ul li{
  margin:20px 0;
  text-align: center;
}
.quickmenu ul li p{
  margin-top:10px;
  display: none
}

.lg-hover{display: none;}

.quicklist li:hover .lg-hover{display: block;}
.quicklist li:hover .lg-only{display: none;}

.footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .fleft{
  display: flex;
  justify-content: left
}
.footer .fright{
  display: flex;
  justify-content: right
}
.footer .fright .ebook{
  display: flex;
  justify-content: center;
  padding:3px 15px; border:1px solid #92bf8e;
  margin-left:15px
}
.footer .fright .ebook p{
  color: #92bf8e;
}
.footer .fright .pdf{
  display: flex;
  justify-content: center;
  padding:3px 15px; border:1px solid  #92bf8e;
  margin-left:10px
}
.footer .fright .pdf p{ color: #92bf8e;}
.footer .ftext{
  margin-left: 50px
}
.copyright{
  color:#999 !important
}

.sub-content {
  padding-top: 130px;
  margin-bottom: 0;
}

/* common */
.font-serif { font-family: 'Noto Serif KR', serif !important; }
.font-ch { font-family:'Noto Sans SC' !important; }
.mb100{margin-bottom: 100px;}
.fw-300 {font-family: 'S-CoreDream-3Light' !important; font-weight: 300 !important;}
.fw-400 {font-family: 'S-CoreDream-4Regular' !important; font-weight: 400 !important;}
.fw-600 {font-family: 'S-CoreDream-6Bold' !important; font-weight: 600 !important;}
.fs14{ font-size: 14px !important}
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

/*  ------------------------------------------------------ */

@media screen and (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .md-only {
    display: none !important;
  }
}

@media screen and (min-width: 1220px) {
  .md-only {
    display: none !important;
  }

}

@media width:100% {
  .lg-only {
    width:100%
  }
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1219px) {
  .md-hidden {
    display: none !important;
  }

  .flogo{
    margin-bottom: 10px
  }
}

@media screen and (min-width: 1221px) {
  .lg-hidden {
    display: none !important;
  }
}

/*  ------------------------------------------------------ */


/*  -----------------------  반응형   --------------------------------------  */

@media all and (max-width:1220px) {


  .lg-only {
    display: none !important
  }
}

@media all and (max-width:1024px) {}

@media all and (max-width:960px) {}

@media all and (max-width:768px) {

    
.lg-hover{display: none !important;}
  .footer{
    display: block;
    text-align: center;
    margin: 0 auto
  }
  .footer .fleft{
    display: block;
    margin: 0 auto
  }
  .footer .ftext{
    margin-left: 0px; margin-top: 10px;
  }
  .footer .fright{
    justify-content: center;
    margin:20px 0 40px 0
  }

  .sub-content {
    padding-top: 88px;
    margin-bottom: 0;
  }
  .mobile .mo-archive {
    top: 25px;
  }

  .gnb-top .gnb-bar .menu-btn {
    top: 15px;
  }
  .global-footer {
    padding: 15px 0;
  }
  .global-footer .global-footer-link {
    display: inline-block;
    position: relative;
    right: auto;
    left: 50%;
    top: 0;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    transform: translateX(-50%);
  }

  .global-footer .global-footer-title {
    font-size: 18px;
    text-align: center;
  }

  .global-footer .global-footer-address,
  .global-footer .global-footer-copyright {
    text-align: center;
    word-break: keep-all;
    font-size: 12px;
    line-height: 1.6;
  }
  .gnb-top .gnb-bar .link{
    display: none
  }
  .quickmenu{
    border-top: 1px solid #ddd;
    position: static;
    margin-right:0;
    margin-top: 0px !important;
  }
  .quicklist{
    display: flex;
    justify-content:space-around;
    background: #f8f8f8
  }

  .global-footer{
    clear: both;
  }
  .quickmenu ul li p{
    display: block;
    margin-top: 2px;
  }
}

@media all and (max-width:460px) {
  .sub-content {
    padding-top:65px;
    margin-bottom: 0;
  }
  .main-content {
    padding-top:100px;
  }
  
  .mobile .header .btm .navigation { top: 45px; }
}
