@charset "UTF-8";
@import url("/fonts/line-awesome/css/line-awesome.css");
:root {
  --gnbgap: 60px;
  --gnbpadding: 32px 30px;
}

@media screen and (max-width: 1400px) {
  :root {
    --gnbgap: 16px;
    --gnbpadding: 32px 5px;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "notokr-regular";
}

button {
  border: none;
  background-color: transparent;
}

/* #wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
} */

.wrap11 {
  max-width: 1664px;
  margin: 0 auto;
  position: relative;
}

.wrap-inner {
  max-width: 1664px;
  margin: 0 auto;
  position: relative;
}

#header {
  display: grid;
  grid-template-columns: 230px auto 230px;
  padding: 0 20px;
  margin-bottom: 50px;
  margin: 0 auto 50px;
  background: #011131;
}

.logo {
  padding-top: 17px;
}
.global {
  position: relative;
}
.global > a {
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 32px 15px;
  color: #fff;
  font-family: "Noto Sans KR";
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1;
  vertical-align: top;
}
.global .language {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 80px;
  background: url(https://www.gaok.or.kr/images/sub/g-icon.png) center center no-repeat;
  background-size: 30px;
}
.global .language::before {
  content: "▼";
  position: absolute;
  top: calc(50% - 10px);
  right: -16px;
  color: #fff;
}
.global .language.on + ul {
  display: block;
  z-index: 1;
}
.global .language-set {
  position: relative;
  display: inline-block;
}
.global .language-set ul {
  display: none;
  position: absolute;
  right: -34px;
  top: 80px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
}
.global .language-set ul li a {
  display: block;
  padding: 2px 10px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

#gnb {
  position: relative;
  z-index: 150;
  padding: 0;
  height: 80px;
}
#gnb a {
  text-decoration: none;
}
#gnb > ul {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gnbgap);
}
#gnb > ul > li {
  position: relative;
}
#gnb > ul > li.end {
  padding-right: 0;
}
#gnb > ul > li.end a {
  padding-right: 0;
}
#gnb > ul > li > a {
  display: block;
  position: relative;
  padding: var(--gnbpadding);
  color: #fff;
  font-family: "Noto Sans KR";
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
}
#gnb > ul > li + *::before {
  content: "";
  position: absolute;
  left: calc(var(--gnbgap) / 2 * -1);
  top: 33px;
  background-color: rgb(205, 208, 212);
  width: 1px;
  height: 15px;
}
#gnb > ul > li.on > a {
  color: #fed5a1;
}
#gnb > ul > li.on > ul {
  display: block;
}
#gnb > ul > li > ul {
  background-color: #fff;
  padding: 20px 50px;
  position: absolute;
  left: -30px;
  top: 80px;
  padding-top: 18px;
  display: none;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
}
#gnb > ul > li > ul > li > a {
  font-size: 14px;
  padding: 2px 0;
  color: #000;
  background: url(../images/common/gnbline.gif) left 12px no-repeat;
  display: block;
  padding-left: 10px;
  white-space: nowrap;
}
#gnb > ul > li > ul > li > ul {
  padding-bottom: 14px;
}
#gnb > ul > li > ul > li > ul li a {
  font-size: 12px;
  color: #757575;
  padding: 2px 10px;
}
#gnb > ul > li > ul.view {
  display: block;
  overflow: visible;
}
#gnb li#gnb3 > ul {
  width: 300px;
}
#gnb li#gnb3 > ul li {
  float: left;
  width: 50%;
}

#gnb .navOpen {
  display: none;
  color: #fff;
  height: 26px;
}
#gnb .navOpen i {
  font-size: 24px;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.footer {
  clear: both;
  display: block;
  margin: 20px 0 0;
  width: 100%;
  overflow: hidden;
  min-height: 80px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.footer .footerlogo {
  width: 30%;
  display: block;
  float: left;
}
.footer .copyright {
  font-size: 12px;
  padding: 0;
  line-height: 1.5em;
  text-align:center;
}
.footer .copyright address {
  font-style: normal;
  margin-bottom: 2px;
}
.footer .copyright p {
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .global ul li a {
    padding: 2px 5px;
  }
  #gnb .navOpen {
    font-family: "Noto Sans KR";
    padding-top: 6px;
    height: 80px;
    display: inline-block;
  }
}
#lnb {
  float: left;
  width: 22%;
  display:none;
}
#lnb a {
  text-decoration: none;
}
#lnb > h1 {
  font-size: 26px;
  line-height: 1;
  color: #4c4c4c;
  padding: 0 0 22px;
  text-align: center;
  margin: 0;
}
#lnb > ul {
  border-top: 1px solid #d7d7d7;
}
#lnb > ul > li {
  border-bottom: 1px solid #d7d7d7;
}
#lnb > ul > li > a {
  display: block;
  padding: 8px 19px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
#lnb > ul > li.hasSub {
  padding-bottom: 12px;
}
#lnb > ul > li.on > a {
  color: #fff;
  background: url(../images/common/quickBg.png) 0 0 repeat;
}
#lnb > ul > li > ul > li > a {
  color: #4c4c4c;
  padding: 6px 0 6px 29px;
  font-size: 12px;
}
#lnb > ul > li > ul > li.on > a {
  color: #2c6dab;
}

/*#lnb>ul>li.hasSub>a{background: url(../images/sub/lnbArr.png) right center no-repeat;}*/
#contents {
  /* float: right; */
  width: 80%;
  /* padding-left: 40px; */
  margin-bottom: 45px;
  min-height: 500px;
  font-family: "돋움", "Dotum";
  font-size: 0.85em;
  margin:0 auto;
}

.hgroup {
  border-bottom: 2px solid #0095da;
  margin-bottom: 32px;
  font-family: "notokr-regular";
  font-size: 13px;
  position: relative;
}
.hgroup h1 {
  color: #2c6dab;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 0 18px;
  float: left;
  margin: 0;
}
.hgroup.mobile {
  margin-bottom: 10px;
}

.location {
  color: #151515;
  font-size: 12px;
  line-height: 1;
  padding-top: 15px;
}
.location:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.location ol {
  float: right;
  margin: 0 30px 5px 0;
}
.location ol li {
  float: left;
  padding: 2px 8px 2px 19px;
  background: url(../images/sub/locationArr.png) 0 center no-repeat;
}
.location ol li.home {
  height: 16px;
  padding-right: 0;
  background: url(../images/sub/locationHome.png) 0 center no-repeat;
}
.location .downL {
  position: absolute;
  top: 8px;
  right: 0;
}

#contentP {
  font-family: "dotum";
  font-size: 12px;
}

.hgroup.hgroup-type2 h1 {
  padding-bottom: 7px;
}
.hgroup.hgroup-type2 .location ol {
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #contents {
    font-size: 12px;
  }
  #header {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
  }
  #gnb {
    margin-bottom: 15px;
  }
  /*#gnb>ul>li>ul>li>a:hover{border:1px solid #dde;}*/
  #lnb {
    display: none;
  }
  #contents {
    float: none;
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
    font-size: 0.85em;
  }
  #contents:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer {
    padding-top: 15px;
  }
  .hgroup {
    position: relative;
    margin-bottom: 10px;
    border: 0;
  }
  .hgroup h1 {
    float: none;
    clear: both;
    background: #d8ecff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    font-size: 20px;
  }
  .location ol {
    margin: 0 10px 0 30px;
    float: none;
    overflow: visible;
    margin-right: 0;
  }
  .location ol li.home {
    margin-left: -20px;
  }
  .location .downL {
    display: none;
  }
}
.mobileGnb {
  display: none;
}/*# sourceMappingURL=layout.css.map */