@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: "NB";
  src: url("../font/NanumBarunGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* noto-sans-kr-300 - latin_korean */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url("../font/noto-sans-kr-v12-latin_korean-300.woff2") format("woff2"), url("../font/noto-sans-kr-v12-latin_korean-300.woff") format("woff");
}

/* noto-sans-kr-regular - latin_korean */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url("../font/noto-sans-kr-v12-latin_korean-regular.woff2") format("woff2"), url("../font/noto-sans-kr-v12-latin_korean-regular.woff") format("woff");
}

/* noto-sans-kr-500 - latin_korean */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url("../font/noto-sans-kr-v12-latin_korean-500.woff2") format("woff2"), url("../font/noto-sans-kr-v12-latin_korean-500.woff") format("woff");
}

/* noto-sans-kr-700 - latin_korean */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url("../font/noto-sans-kr-v12-latin_korean-700.woff2") format("woff2"), url("../font/noto-sans-kr-v12-latin_korean-700.woff") format("woff");
}

@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

/*
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
*/
.align-center {
  text-align: center;
}

body {
  width: 100%;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Work Sans", "Noto Sans KR", "NB", sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  overflow: auto;
  overflow-x: hidden;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.gnb-top {
  background: #333333;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #111;
}

.gnb-top ul {
  margin: 0 auto;
  text-align: right;
  line-height: 35px;
}

.gnb-top ul li {
  padding-right: 30px;
  display: inline-block;
}

.gnb-top ul a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

header {
  width: 100%;
  background: #006189;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  z-index: 200;
  top: 0;
}

header.fix {
  position: fixed;
  top: 0;
  z-index: 150;
}

header.fix .logo {
  padding: 20px 0;
}

header.fix .logo a {
  width: 242px;
  height: 25px;
}

header .logo {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #003e58;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .logo::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ead;
  position: absolute;
  left: 0;
  bottom: 0;
}

header .logo a {
  display: block;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 376px;
  height: 37px;
  margin: 0 auto;
}

header #gnb {
  text-align: center;
  position: relative;
}

header #gnb .depth01 {
  letter-spacing: -10px;
  height: 50px;
}

header #gnb .depth01 > li {
  display: inline-block;
  letter-spacing: -1px;
}

header #gnb .depth01 > li > a {
  line-height: 50px;
  height: 50px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
}

header #gnb .depth01 > li .depth02 {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 235px;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 40px;
}

header #gnb .depth01 > li .depth02 a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #777777;
  padding: 10px 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

header #gnb .depth01 > li.over .depth02 {
  display: block;
  top: 49px;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 101;
}

header #gnb .depth01 > li.over .depth02 li {
  display: inline-block;
}

header #gnb .depth01 > li.over .depth02 li a {
  padding: 0 25px;
  line-height: 50px;
  font-size: 15px;
  color: #333333;
}

header .m-gnb-open {
  display: none;
  position: absolute;
  z-index: 1600;
  top: 59px;
  right: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .m-gnb-open span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border-radius: 2px;
}

header .m-gnb-open span.line1 {
  top: 0;
}

header .m-gnb-open span.line2 {
  top: 8px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

header .m-gnb-open span.line3 {
  top: 16px;
}

header .m-gnb-open.on {
  top: 30px;
}

header .m-gnb-open.on span.line1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
}

header .m-gnb-open.on span.line2 {
  width: 0;
}

header .m-gnb-open.on span.line3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}

header #m-gnb {
  position: fixed;
  z-index: 151;
  top: 0;
  right: -100%;
  padding: 75px 0 0 0;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

header #m-gnb .m-nav-item {
  background-color: rgba(0, 0, 0, 0.1);
}

header #m-gnb .m-nav-item a {
  display: block;
  padding: 15px 0;
  text-align: left;
  color: #fff !important;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 20px;
}

header #m-gnb .m-nav-item .m-sub-nav {
  display: none;
  background-color: #22272c;
  padding: 5px 0;
}

header #m-gnb .m-nav-item .m-sub-nav a {
  font-size: 14px;
  border: none;
  padding: 5px 0 5px 20px;
  color: #fff;
  border-bottom: none;
}

header #m-gnb .m-nav-item .m-sub-nav a:hover {
  color: #159db4 !important;
}

header #m-gnb .m-nav-item .m-sub-nav .depth03 {
  padding-left: 15px;
}

header #m-gnb .m-nav-item .m-sub-nav .depth03 a {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  header #gnb {
    display: none;
  }
  header #lnb {
    display: none;
  }
  header .logo {
    padding: 0;
    height: 55px;
  }
  header .logo a {
    position: absolute;
    left: 2%;
    top: 18px;
    width: 242px;
    height: 25px;
  }
  header .m-gnb-open {
    display: block;
  }
  header #m-gnb.on {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  header .logo a {
    top: 23px;
    width: 170px;
    height: 18px;
  }
  header.fix .logo a {
    top: 23px;
    width: 170px;
    height: 18px;
  }
}

.visual {
  width: 100%;
  height: 535px;
  margin-top: 160px;
  position: relative;
}

.visual .swiper-slide {
  background-image: url("../img/mainvisual_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 535px;
  position: relative;
}

.visual .swiper-slide.slide2 {
  background-image: url("../img/mainvisual_02.png");
}
.visual .swiper-slide.slide3 {
  background-image: url("../img/mainvisual_03.png");
}

.visual .swiper-slide.slide4 {
  background-image: url("../img/mainvisual_04.png");
}

.visual .visual-pager {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  height: 6px;
}

.visual .visual-pager .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  background: #006189;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 2px;
  vertical-align: top;
}

.visual .visual-pager .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
}

.visual .typo {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 65px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visual .typo p {
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.visual .typo .dept {
  font-size: 15px;
}

.sub-visual {
  width: 100%;
  height: 360px;
  position: relative;
  margin-top: 160px;
}

.sub-visual .swiper-slide {
  background-image: url("../img/subvisual_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 360px;
  position: relative;
}

.sub-visual .swiper-slide.slide2 {
  background-image: url("../img/subvisual_02.png");
}

.sub-visual .typo {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.9;
}

.sub-visual .typo p {
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 0  rgba(0, 0, 0, 0.4);
}

.sub-visual .typo p span {
  color: #8de5ff;
  font-weight: 600;
}

.section-title {
  font-size: 35px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 40px;
  letter-spacing: -1px;
  text-align: center;
}

.main-gallery {
  background-color: #ededed;
  padding: 80px 0;
}

.main-gallery .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  position: relative;
}

.main-gallery .container .thumb {
  border: 1px solid #ddd;
  width: 100%;
  height: 170px;
}

.main-gallery .container .thumb img {
  width: 100%;
  height: 100%;
}

.main-gallery .container .text .title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.main-gallery .container .text .date {
  color: #a1a1a1;
}

.main-gallery .container .gallery-next,
.main-gallery .container .gallery-prev {
  opacity: 0;
}

.main-gallery .container .gallery-next {
  position: absolute;
  right: -1%;
  top: 50%;
  z-index: 100;
}

.main-gallery .container .gallery-next::before {
  content: "next";
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  color: #fff;
}

.main-gallery .container .gallery-prev {
  position: absolute;
  left: -1%;
  top: 50%;
  z-index: 100;
}

.main-gallery .container .gallery-prev::before {
  content: "prev";
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 32px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
}

@media only screen and (max-width: 1199px) {
  .main-gallery {
    padding: 50px 2%;
  }
  .main-gallery .container {
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .main-gallery .container .gallery-next,
  .main-gallery .container .gallery-prev {
    opacity: 1;
  }
}

.main-intro {
  background-color: #333;
  padding: 80px 0;
}

.main-intro .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-intro .container .intro-img {
  width: 55%;
  height: 370px;
  background: url("../img/mainintro_img.png") no-repeat right bottom;
  background-size: cover;
}

.main-intro .container .intro-txt {
  width: 45%;
  padding-left: 50px;
  color: #fff;
  font-size: 15px;
  position: relative;
}

.main-intro .container .intro-txt p {
  font-weight: 300;
}

.main-intro .container .intro-txt h3 {
  font-size: 40px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 20px;
}

.main-intro .container .intro-txt .btn-moreinfo {
  position: absolute;
  bottom: 20px;
  left: 50px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 300;
}

.main-intro .container .intro-txt .btn-moreinfo::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/more.png") no-repeat;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-intro .container .intro-txt .btn-moreinfo:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.main-quick {
  background-color: #ededed;
  padding: 80px 0;
}

.main-quick .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-quick .container .swiper-slide {
  text-align: center;
}

.main-quick .container a {
  text-align: center;
  font-size: 15px;
  color: #006189;
  display: inline-block;
}

.main-quick .container a p {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.main-quick .container a::before {
  content: "";
  width: 160px;
  height: 160px;
  display: inline-block;
  background-image: url("../img/quick01.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-quick .container a:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.main-quick .container a.quick02::before {
  background-image: url("../img/quick02.png");
}

.main-quick .container a.quick03::before {
  background-image: url("../img/quick03.png");
}

.main-quick .container a.quick04::before {
  background-image: url("../img/quick04.png");
}

.main-quick .container a.quick05::before {
  background-image: url("../img/quick05.png");
}

.main-quick .container a.quick06::before {
  background-image: url("../img/quick06.png");
}

.main-notice {
  padding: 80px 0;
}

.main-notice .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-notice .notice-tab li {
  margin-right: 35px;
  display: inline-block;
}

.main-notice .notice-tab li.on span {
  color: #333;
}

.main-notice .notice-tab li span {
  color: #999999;
  display: block;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.main-notice .notice-cnt {
  display: none;
  margin-top: 15px;
}

.main-notice .notice-cnt.on {
  display: block;
}

.main-notice .notice-cnt li {
  border-bottom: 1px solid #dddddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-notice .notice-cnt li:hover {
  background-color: #f7f7f7;
}

.main-notice .notice-cnt li:hover a {
  color: #006189;
}

.main-notice .notice-cnt li:first-child {
  border-top: 1px solid #333;
}

.main-notice .notice-cnt li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.main-notice .notice-cnt li p {
  font-size: 16px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}

.main-notice .notice-cnt li .date {
  color: #a4a4a4;
  font-size: 14px;
  margin-right: 10px;
}

.main-shortcut {
  background-color: #ededed;
  padding: 80px 0 90px 0;
}

.main-shortcut .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-shortcut .container .item {
  width: 22%;
  height: 300px;
  position: relative;
}

.main-shortcut .container .item:hover .thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-shortcut .container .item:hover .desc {
  background-color: #fff;
  color: #00577b;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 700;
}

.main-shortcut .container .item .thumb {
  width: 90%;
  height: 300px;
  margin-bottom: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-shortcut .container .item .thumb.thumb01 {
  background-image: url("../img/shortcut_earr.png");
}

.main-shortcut .container .item .thumb.thumb02 {
  background-image: url("../img/shortcut_usa.png");
}

.main-shortcut .container .item .thumb.thumb03 {
  background-image: url("../img/shortcut_intl.png");
}

.main-shortcut .container .item .thumb.thumb04 {
  background-image: url("../img/shortcut_kor.png");
}

.main-shortcut .container .item .thumb img {
  width: 100%;
  height: 100%;
}

.main-shortcut .container .item .desc {
  position: relative;
  right: -10%;
  width: 90%;
  bottom: 80px;
  height: 80px;
  background-color: #006189;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size:15px;
}

footer {
  background: #333;
  color: #fff;
  padding: 50px 0;
  text-transform: uppercase;
  text-align: center;
}

footer .logo {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}

footer .logo p {
  margin-top: 10px;
  letter-spacing: -0.5px;
  opacity: 0.9;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}

footer .logo p span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  position: relative;
}

footer .logo p span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #525252;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .policy {
  margin-top: 15px;
}

footer .policy li {
  display: inline-block;
  margin: 0 15px;
}

footer .policy a {
  color: #fff;
  font-size: 13px;
  display: block;
}

footer .contact {
  margin-top: 15px;
}

footer .contact li {
  color: #a3bbca;
  font-size: 13px;
  display: inline-block;
  margin: 0 8px;
  text-transform: none; 
}

footer .copyrights {
  text-align: center;
  color: #a3bbca;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
}

.page-history {
  margin-top: -50px;
  position: relative;
  z-index: 50;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.page-history .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Work Sans", sans-serif;
}

.page-history .container .home {
  width: 50px;
  height: 50px;
  background: rgba(0, 65, 92, 0.76) url(../img/ico_home.png) no-repeat center;
  display: block;
}

.page-history .container .current span {
  position: relative;
  display: block;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
}

.page-history .container .current span::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url("../img/ico_pagehistory_arrow.png") no-repeat;
  position: absolute;
  right: 20px;
  top: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-history .container .sub-depth {
  min-width: 250px;
  float: left;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.page-history .container .sub-depth.on span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-history .container .sub-depth ul {
  position: absolute;
  left: 0;
  top: 50px;
  width: calc(100% + 1px);
  border: 1px solid #fff;
  display: none;
}

.page-history .container .sub-depth ul li {
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-history .container .sub-depth ul li:first-child {
  border-top: none;
}

.page-history .container .sub-depth ul li:hover {
  background: rgba(0, 87, 123, 0.8);
}

.page-history .container .sub-depth ul li:hover a {
  color: #fff;
}

.page-history .container .sub-depth span,
.page-history .container .sub-depth a {
  line-height: 50px;
  height: 50px;
  display: block;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .page-history .container {
    width: auto;
  }
}

@media screen and (max-width: 830px) {
  .page-history .container .sub-depth {
    /* width: calc(33.3% - 25px); */
  }
}

@media only screen and (max-width: 479px) {
  .page-history .container .sub-depth a {
    font-size: 14px;
  }
}

.contents {
  padding: 50px 0 100px 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contents img {
  max-width: 100%;
}

.contents .doc-title {
  font-size: 30px;
  color: #333;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}

.contents .doc-title span {
  color: #999;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .main-gallery,
  .main-quick,
  .main-notice {
    padding: 70px 1%;
  }
  .main-gallery .container,
  .main-quick .container,
  .main-notice .container {
    width: auto;
    overflow: hidden;
  }
  .main-shortcut {
    padding: 70px 1%;
  }
  .main-shortcut .container {
    width: auto;
  }
  .main-intro {
    padding: 3%;
  }
  .main-intro .container {
    width: auto;
  }
  .contents {
    width: auto;
    padding: 80px 2%;
  }
}

@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .main-intro .container .intro-txt h3 {
    font-size: 30px;
  }
  .main-shortcut .container .item,
  .main-shortcut .container .item .thumb {
    height: 250px;

  }
.main-shortcut .container .item { width: 24%; }
  .main-shortcut .container .item .thumb { width: 100%; }
  .main-shortcut .container .item .desc {
	width: 100%; 
    font-size: 14px;
    text-align: center;
    right: 0;
  }
  .visual {
    height: 460px;
    margin-top: 85px;
  }
  .visual .swiper-slide {
    height: 460px;
  }
  .visual .typo {
    font-size: 50px;
  }
  .visual .typo .dept {
    font-size: 14px;
  }
  .sub-visual {
    margin-top: 90px;
    height: 260px;
  }
  .sub-visual .swiper-slide {
    height: 260px;
  }
  .sub-visual .typo {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 28px;
    padding-bottom: 20px;
    letter-spacing: -1.5px;
  }
  .main-gallery,
  .main-quick,
  .main-notice,
  .main-shortcut {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .visual {
    height: 350px;
  }
  .visual .typo {
    font-size: 40px;
  }
  .visual .swiper-slide {
    height: 350px;
  }
  .visual .visual-pager {
    bottom: 20px;
  }
  .main-gallery .container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-gallery .container ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  .main-intro .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-intro .container .intro-img {
    width: 100%;
  }
  .main-intro .container .intro-txt {
    width: 100%;
    padding-left: 0;
  }
  .main-intro .container .intro-txt h3 {
    padding-top: 20px;
  }
  .main-intro .container .intro-txt .btn-moreinfo {
    position: static;
    margin-top: 20px;
  }
  .main-notice .notice-tab li span {
    font-size: 18px;
  }
  .main-notice .notice-cnt li a {
    padding: 15px 0;
  }
  .main-notice .notice-cnt li a p {
    font-size: 15px;
  }
  .main-notice .notice-cnt li a .date {
    font-size: 13px;
  }
  .main-shortcut .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-shortcut .container .item {
    width: 48%;
    height: 270px;
    margin-top: 20px;
  }
  footer {
    padding: 40px 2%;
  }
  footer .logo img {
    width: 160px;
  }
  .contents {
    padding: 50px 2%;
  }
  .contents .doc-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .contents .doc-title span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 639px) {
  body {
    font-size: 15px;
  }
  .contents {
    font-size: 14px;
  }
  .sub-visual .typo {
    font-size: 16px;
  }
  .sub-visual .typo p span {
    display: block;
  }
  .main-intro .container .intro-img {
    height: 300px;
  }
  .main-shortcut .container .item {
    width: 100%;
    height: auto;
  }
  .main-shortcut .container .item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .main-shortcut .container .item .thumb {
    width: 100%;
    height: 200px;
    margin: 0;
  }
  .main-shortcut .container .item .desc {
    position: static;
    right: 0;
    width: 100%;
    bottom: 0;
    height: auto;
    padding: 20px;
  }
  footer .policy a {
    font-size: 12px;
  }
  footer .contact li {
    font-size: 12px;
    letter-spacing: 0;
  }
  .page-history .container .sub-depth {
    /* width: calc(50% - 25px); */
	min-width: initial;
  }
  .page-history .container .sub-depth:last-child {
    border-right: none;
  }
}

@media only screen and (max-width: 479px) {
  .main-gallery,
  .main-quick,
  .main-notice,
  .main-shortcut {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .visual {
    height: 300px;
  }
  .visual .swiper-slide {
    height: 300px;
  }
  .visual .typo {
    font-size: 40px;
  }
  .visual .typo .dept {
    font-size: 13px;
  }
  .sub-visual {
    height: 180px;
  }
  .sub-visual .typo {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .sub-visual .swiper-slide {
    height: 180px;
  }
  .main-gallery .container .text .title {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .main-gallery .container .text .date {
    font-size: 12px;
  }
  .main-intro {
    padding: 40px 3%;
  }
  .main-intro .container .intro-img {
    height: 200px;
  }
  .main-intro .container .intro-txt {
    font-size: 14px;
  }
  .main-intro .container .intro-txt h3 {
    font-size: 25px;
    padding: 10px 0;
  }
  .main-quick .container a::before {
    width: 130px;
    height: 130px;
    background-size: contain;
  }
  .main-notice .notice-cnt li a {
    padding: 10px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-notice .notice-cnt li a p {
    font-size: 14px;
    text-overflow: initial;
    white-space: initial;
    max-width: 100%;
    padding: 0;
  }
  .main-notice .notice-cnt li a .date {
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }
  .main-shortcut .container .item .thumb {
    height: 150px;
  }
  .main-shortcut .container .item .desc {
    padding: 15px 10px;
  }
  .page-history .container .sub-depth01{ display: none; }
  .page-history .container .sub-depth span, .page-history .container .sub-depth a{ font-size:12px; }
	.page-history .container .sub-depth  ul li a { padding: 0 10px;}
}

@media only screen and (max-width: 399px) {
  .main-gallery .container ul li {
    width: 100%;
  }
  .visual {
    height: 250px;
  }
  .visual .swiper-slide {
    height: 250px;
  }
  .visual .typo {
    font-size: 25px;
  }
  .visual .typo .dept {
    font-size: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .gnb-top ul li {
    padding-right: 10px;
  }
  .gnb-top ul li a {
    font-size: 10px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.col-blue {
  color: #006189;
}

.col-mint {
  color: #65c2c4;
}

.col-red {
  color: #c01111;
}

.col-gray {
  color: #999;
}

.title01 {
  font-size: 20px;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
}

.title01.mt-50 {
  margin-top: 50px;
}

.title01.mt-100 {
  margin-top: 100px;
}

.title01::before {
  content: "";
  width: 6px;
  height: 18px;
  background: #65c2c4;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.title02 {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  color: #006189;
}

.title02::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #006189;
  position: absolute;
  left: 0;
  top: 12px;
}

.title03 {
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.title03 b {
  font-weight: bold;
}

.quote-title {
  text-align: center;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 50px;
  background: url("../img/sub/dashed.png") repeat-x left bottom;
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.quote-title .quote-title--inner {
  display: inline-block;
  position: relative;
}

.quote-title .quote-title--inner::before, .quote-title .quote-title--inner::after {
  content: "";
  width: 36px;
  height: 23px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.quote-title .quote-title--inner::before {
  background-image: url("../img/sub/quote_l.png");
  left: -44px;
  top: 0;
}

.quote-title .quote-title--inner::after {
  background-image: url("../img/sub/quote_r.png");
  right: -44px;
  top: 0;
}

.quote-title .bold {
  font-size: 30px;
  font-weight: 500;
}

.quote-title .highlight {
  font-weight: 500;
}

.quote-title .highlight span {
  display: inline-block;
  color: #006189;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.quote-title .highlight span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background: rgba(101, 194, 196, 0.5);
}

@media only screen and (max-width: 1023px) {
  .quote-title {
    font-size: 20px;
    padding-bottom: 35px;
  }
  .quote-title .bold {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .quote-title .quote-title--inner {
    padding: 0 30px;
  }
  .quote-title .quote-title--inner::before, .quote-title .quote-title--inner::after {
    width: 32px;
    height: 20px;
  }
  .quote-title .quote-title--inner::before {
    left: 0;
    top: 0;
  }
  .quote-title .quote-title--inner::after {
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 639px) {
  .quote-title {
    font-size: 18px;
  }
  .quote-title .bold {
    font-size: 20px;
  }
}

.last-title {
  text-align: center;
  font-size: 15px;
  margin-top: 100px;
}

.last-title span {
  font-family: "Work Sans", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #006189;
  margin: 0 40px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.last-title span::before {
  content: "";
  width: 190px;
  height: 1px;
  background: #006189;
  position: absolute;
  left: -220px;
  top: 50%;
}

.last-title span::after {
  content: "";
  width: 190px;
  height: 1px;
  background: #006189;
  position: absolute;
  right: -220px;
  top: 50%;
}

@media only screen and (max-width: 639px) {
  .last-title {
    font-size: 13px;
    margin-top: 60px;
  }
  .last-title span::before {
    width: 100px;
    left: -120px;
  }
  .last-title span::after {
    width: 100px;
    right: -120px;
  }
}

.top-title {
  text-align: center;
  font-size: 25px;
}

.top-title b {
  font-weight: 700;
  color: #006189;
}

.top-title span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 40px;
  line-height: 1.2;
  position: relative;
}

.top-title span::before {
  content: "";
  width: 190px;
  height: 1px;
  background: #999999;
  position: absolute;
  left: -220px;
  top: 50%;
}

.top-title span::after {
  content: "";
  width: 190px;
  height: 1px;
  background: #999999;
  position: absolute;
  right: -220px;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .top-title {
    font-size: 18px;
  }
  .top-title span::before {
    width: 100px;
    left: -120px;
  }
  .top-title span::after {
    width: 100px;
    right: -120px;
  }
}

@media only screen and (max-width: 639px) {
  .top-title .m-only {
    display: block;
  }
}

.li-basic li {
  margin-top: 5px;
  font-size: 15px;
}

.li-square > li {
  font-size: 15px;
  color: #666666;
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
  line-height: 1.6;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

.li-square > li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #006189;
}

.li-square strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
}

.li-dash-tit > li {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin-top: 30px;
}

.li-dash-tit > li strong {
  font-weight: 500;
  color: #006189;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

.li-dash-tit > li::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #006189;
  position: absolute;
  left: 0;
  top: 14px;
}

.li-dash-tit > li p {
  font-size: 15px;
  color: #666;
  margin-top: 3px;
}

.btn-click {
  background: #006189;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
}

.btn-download {
  background: #006189;
  color: #fff !important;
  display: inline-block;
  padding: 9px 40px 9px 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 2px;
}

.btn-download::after {
  content: "";
  width: 17px;
  height: 16px;
  background: url(../img/sub/ico_down.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: 9px;
}

.btn-download:hover {
  opacity: 0.7;
}

.highlight span {
  position: relative;
  z-index: 2;
}

.highlight span::before {
  content: "";
  width: 100%;
  height: 10px;
  background: rgba(101, 194, 196, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

  .box-gray {
border: 1px solid #ddd;
background: #f9f9f9;
padding: 30px;
margin-top: 20px;

}

.box-gray .box-tit {
font-weight: bold;
text-transform: uppercase;
padding-bottom: 10px;
display: block;
}


.id-anchor{    margin-top: -220px; position: absolute; height: 1px; display: block;  } 

.tb-type01 {
  margin-top: 15px;
  border-top: 2px solid #1a76a9;
  position: relative; 
}

.tb-type01.align-left table tbody td {
  text-align: left;
}

.tb-type01 strong {
  font-weight: bold;
}

.tb-type01 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

.tb-type01 table .th-25 {
  width: 25%;
}

.tb-type01 th,
.tb-type01 td {
  border: 1px solid #ddd;
  border-right: none;
  padding: 20px 30px;
}

.tb-type01 th.nb-l,
.tb-type01 td.nb-l {
  border-left: none;
}

.tb-type01 th.align-left,
.tb-type01 td.align-left {
  text-align: left;
}

.tb-type01 th {
  background: #f3f8fb;
  font-weight: 500;
}

.tablist li {
  display: inline-block;
  margin-right: 1px;
}

.tablist li a {
  color: #fff;
  background: #aaa;
  line-height: 55px;
  height: 55px;
  text-align: center;
  padding: 0 40px;
  display: block;
}

.tablist li.on a {
  background-color: #006189;
}

.ref {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
  color: #1a76a9;
}

.ref::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 639px) {
  .title01 {
    font-size: 18px;
  }
  .title01::before {
    top: 4px;
  }
  .tb-type01 table {
    font-size: 14px;
  }
  .tb-type01 th,
  .tb-type01 td {
    padding: 15px 10px;
  }
  .li-square > li {
    font-size: 14px;
  }

  
	.id-anchor{     margin-top: -180px;} 
}

@media only screen and (max-width: 479px) {
  .tb-type01 table .th-25 {
    width: 35%;
  }
  .title01 {
    font-size: 16px;
  }
  .title01::before {
    top: 2px;
  }
  .tb-type01 table {
    font-size: 13px;
  }
  .tb-type01 th,
  .tb-type01 td {
    padding: 10px;
  }
  .li-square > li {
    font-size: 13px;
  }

  	.id-anchor{     margin-top: -150px;} 
}

@media only screen and (max-width: 399px) {
  .btn-download {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.information {
  overflow: hidden;
}

.information .info-img {
  margin-top: 40px;
}

.information .info-txt {
  font-size: 17px;
  text-align: justify;
  letter-spacing: 0;
}

.information .info-txt p {
  margin-top: 40px;
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (max-width: 639px) {
  .information .info-txt {
    font-size: 15px;
  }
  .information .info-txt p {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .information .info-txt {
    font-size: 14px;
  }
}

.history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.history .history-img {
  width: 43%;
}

.history .history-img .img2 {
  margin-top: 200px;
}

.history .history-cnt {
  width: 57%;
  padding-left: 35px;
}

.history .history-cnt .year:not(:nth-of-type(1)) {
  margin-top: 40px;
}

.history .history-cnt strong {
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  border-bottom: 3px solid #333;
}

.history .history-cnt p {
  font-size: 17px;
  margin-top: 10px;
  color: #555555;
  letter-spacing: -0.5px;
}

.history .history-cnt p.competition {
  color: #1a76a9;
  font-weight: 700;
}

.history .history-cnt p.sml {
  font-size: 14px;
  color: #888;
}

.history .history-cnt p.sml span {
  display: block;
  padding-bottom: 5px;
  color: #666;
}

@media only screen and (max-width: 1023px) {
  .history .history-cnt strong {
    font-size: 25px;
  }
  .history .history-cnt p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 639px) {
  .history .history-img {
    display: none;
  }
  .history .history-cnt {
    width: 100%;
    padding-left: 0;
  }
  .history .history-cnt p {
    font-size: 14px;
  }
}

.mission {
  font-family: "Work Sans", sans-serif;
}

.mission .mission-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.mission .mission-wrap .img {
  width: 50%;
}

.mission .mission-wrap .txt {
  width: 50%;
}

.mission .mission-wrap .txt p {
  font-size: 17px;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
}

.mission .mission-wrap .txt .number {
  font-size: 38px;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  position: relative;
  font-style: italic;
  color: #65c2c4;
}

.mission .mission-wrap .txt .number::before {
  content: "";
  width: 100px;
  height: 2px;
  background: #65c2c4;
  display: block;
  position: absolute;
  top: 25px;
}

.mission .mission-wrap.left .txt {
  padding-left: 50px;
}

.mission .mission-wrap.left .txt .number::before {
  left: -120px;
}

.mission .mission-wrap.right .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mission .mission-wrap.right .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 50px;
  text-align: right;
}

.mission .mission-wrap.right .txt .number::before {
  right: -120px;
}

.mission .mission-fin {
  padding-top: 60px;
  background: url("../img/sub/mission_result.png") no-repeat center top;
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.mission .mission-fin b {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .mission .mission-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .mission .mission-wrap .img {
    text-align: center;
    width: 100%;
  }
  .mission .mission-wrap .txt {
    width: 100%;
    padding: 0 2% !important;
  }
  .mission .mission-wrap .txt p {
    font-size: 15px;
  }
  .mission .mission-wrap .txt br {
    display: none;
  }
  .mission .mission-wrap .txt .number {
    font-size: 30px;
  }
  .mission .mission-wrap.left .txt .number {
    padding-left: 50px;
  }
  .mission .mission-wrap.left .txt .number::before {
    left: 0;
    width: 40px;
  }
  .mission .mission-wrap.right .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mission .mission-wrap.right .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mission .mission-wrap.right .txt .number {
    padding-right: 50px;
    font-size: 30px;
  }
  .mission .mission-wrap.right .txt .number::before {
    right: 0;
    width: 40px;
  }
  .mission .mission-fin {
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 80px 5% 50px 5%;
    background-position: center 20px;
  }
  .mission .mission-fin br {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .mission .mission-wrap {
    margin-top: 30px;
  }
  .mission .mission-wrap .txt p {
    font-size: 14px;
  }
  .mission .mission-wrap .txt .number {
    font-size: 25px;
  }
  .mission .mission-wrap .txt .number::before {
    top: 18px;
  }
  .mission .mission-fin {
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 80px 5% 50px 5%;
    background-position: center 20px;
  }
  .mission .mission-fin br {
    display: none;
  }
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member .item {
  width: 49%;
  border: 1px solid #ddd;
  border-top: 3px solid #006189;
  padding: 30px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}

.member .item .btn-mail {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../img/sub/ico_mail.png") no-repeat center;
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
}

.member .item .pic {
  float: left;
  width: 130px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 5px 5px 0 rgba(0, 97, 137, 0.38);
          box-shadow: 5px 5px 0 rgba(0, 97, 137, 0.38);

}

.member .item .desc {
  float: left;
  padding-left: 40px;
  width: calc(100% - 130px);
}

.member .item .desc .major {
  color: #0097c3;
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  padding-right: 50px;
}

.member .item .desc .name {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.member .item .desc .name.ap span {
  display: block;
}

.member .item .desc .name span {
  font-size: 15px;
}

.member .item .desc .spec {
  margin-top: 15px;
}

.member .item .desc .spec li {
  font-size: 14px;
  color: #666666;
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}
.member .item .desc .spec li b {
  font-weight: bold;
}

.member .item .desc .spec li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #006189;
}

@media only screen and (max-width: 1023px) {
  .member .item {
    padding: 20px;
  }
  .member .item .desc {
    padding-left: 20px;
  }
  .member .item .desc .major {
    font-size: 12px;
  }
  .member .item .desc .name {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .member .item {
    width: 100%;
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .member .item {
    padding: 20px;
  }
  .member .item .pic {
    width: 100px;
  }
  .member .item .desc {
    width: calc(100% - 100px);
  }
  .member .item .desc .spec li {
    font-size: 13px;
  }
  .member .item .desc .name {
    font-size: 18px;
  }
}

.location {
  overflow: hidden;
}

.location .detail {
  background: #fafafa;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

.location .detail .li-square b {
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .location iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .location iframe {
    height: 400px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .location iframe {
    height: 250px;
  }
  .location .detail {
    padding: 20px;
  }
}

.union {
  margin-bottom: 100px;
}

.union .img {
  margin-top: 20px;
}

.union .desc {
  font-size: 17px;
  margin-top: 30px;
  line-height: 1.5;
  padding-right: 300px;
  position: relative;
  text-align: justify;
  word-break: break-all;
}

.union .desc.no-sns {
  padding-right: 0;
}

.union .desc .btn-face {
  position: absolute;
  width: 235px;
  height: 42px;
  line-height: 42px;
  background: #65c2c4;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.union .desc .btn-face:hover {
  opacity: 0.8;
}

.union .desc .btn-face span {
  font-weight: 500;
}

.union .desc .btn-face.btn-mint {
  background: #65c2c4;
}

.union .desc .btn-face.btn-blue {
  background: #006189;
}

.union .desc .btn-face span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/sub/ico_facebook.png") no-repeat;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.union .desc b {
  font-size: 20px;
}

@media only screen and (max-width: 1023px) {
  .union .desc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .union .desc {
    padding-right: 0;
    font-size: 14px;
  }
  .union .desc b {
    font-size: 16px;
  }
  .union .desc .btn-face {
    position: static;
    display: block;
    margin: 10px auto 0;
  }
}

.course .top-img {
  margin: 50px 0 20px;
  -webkit-box-shadow: 6px 6px 0 #006189;
          box-shadow: 6px 6px 0 #006189;
}

.course .course-item {
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  padding: 40px 20px;
  position: relative;
}

.course .course-item .item-tit {
  padding-left: 55px;
  font-size: 20px;
  position: relative;
}

.course .course-item .item-tit p {
  color: #006189;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.course .course-item .item-tit strong {
  z-index: 10;
  font-size: 40px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  color: #006189;
  position: absolute;
  left: 0;
  top: -18px;
  letter-spacing: -3px;
}

.course .course-item .item-tit strong::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: -1;
  left: -10px;
  top: -10px;
}

.course .course-item .item-cnt {
  margin-top: 30px;
  font-family: "Work Sans", sans-serif;
}

@media only screen and (max-width: 639px) {
  .course .course-item {
    padding: 30px 10px;
  }
  .course .course-item .item-tit {
    padding-left: 0;
  }
  .course .course-item .item-tit strong {
    position: static;
  }
  .course .course-item .item-cnt {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .course .course-item {
    padding: 20px 10px;
  }
  .course .course-item .item-tit {
    font-size: 16px;
  }
  .course .course-item .item-cnt {
    margin-top: 0;
    font-size: 14px;
  }
}

.toggle-tab > ul > li:last-child {
  border-bottom: 1px solid #ddd;
}

.toggle-tab .tab-title {
  background-color: #fff;
  border-top: 1px solid #999;
  color: #333;
  padding: 20px;
  margin-top: 2px;
  position: relative;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

.toggle-tab .tab-title span {
  padding-left: 10px;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.7;
}

.toggle-tab .tab-title::after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 40px;
  color: #333;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle-tab .tab-title.active {
  background: #333;
  color: #fff;
}

.toggle-tab .tab-title.active::after {
  content: "-";
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.toggle-tab .tab-cnt {
  display: none;
  background: #fafafa;
  padding: 20px 30px;
  margin: 1px 0;
  border-top: 1px solid #ddd;
}

.institute .link {
  color: #006189;
  position: relative;
  z-index: 10;
  padding: 0 5px;
}

.institute .link::before {
  content: "";
  width: 0;
  height: 5px;
  background: rgba(101, 194, 196, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.institute .link:hover::before {
  width: 100%;
}

.earr-cal .plan-all {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  background: #f8f8f8;
  font-size: 15px;
}

.earr-cal .plan {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.earr-cal .plan:nth-child(even) .date {
  border-left: 5px solid #a2d4d4;
}

.earr-cal .plan .date {
  padding: 20px;
  border-left: 5px solid #a3d7ff;
  font-size: 15px;
  text-align: center;
  width: 160px;
  position: relative;
  color: #666;
}

.earr-cal .plan .date::after {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ddd;
}

.earr-cal .plan .date strong {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: -1.5px;
}

.earr-cal .plan .cnt {
  width: calc(100% - 160px);
  padding: 20px;
  font-size: 15px;
}

@media only screen and (max-width: 479px) {
  .earr-cal .plan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .earr-cal .plan .date {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .earr-cal .plan .date strong {
    font-size: 25px;
  }
  .earr-cal .plan .date strong,
  .earr-cal .plan .date .month {
    display: inline-block;
  }
  .earr-cal .plan .cnt {
    width: 100%;
    padding-top: 0;
    font-size: 14px;
  }
  .earr-cal .plan-all {
    font-size: 14px;
  }
}

::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

:-ms-input-placeholder {
  font-size: 13px;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

::-ms-input-placeholder {
  font-size: 13px;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

::placeholder {
  font-size: 13px;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

.board-status {
  text-align: right;
  font-size: 16px;
  color: #666;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.board-status b {
  color: #0060a1;
}

.board-status span {
  margin-right: 10px;
  line-height: 30px;
  display: inline-block;
}

.board-status .view-option {
  display: inline-block;
}

.board-status .view-option select {
  width: 100px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  background-image: url("../img/sub/arr_sel_gray.png");
  background-repeat: no-repeat;
  font-size: 14px;
}

.board-status button {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  background-repeat: no-repeat;
}

.board-status button.btn-view-list {
  margin-right: -5px;
  background-position: 0 0;
}

.board-status button.btn-view-list.selected {
  background-position: 0 -28px;
}

.board-status button.btn-view-thumb {
  background-position: -28px 0;
}

.board-status button.btn-view-thumb.selected {
  background-position: -28px -28px;
}

@media only screen and (max-width: 1199px) {
  .board-status {
    width: auto;
    margin: 0 3%;
  }
}

@media only screen and (max-width: 639px) {
  .board-status {
    display: none;
  }
}

.board-search {
  padding: 30px 0;
  border: 1px solid #e1e1e1;
  background: #f2f2f2;
  text-align: center;
  margin: 20px auto;
}

.board-search select {
  width: 130px;
  height: 40px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}

.board-search .input-search-text {
  display: inline-block;
}

.board-search .input-search-text input {
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  height: 40px;
  width: 180px;
}

.board-search .btn-board-search {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #4b4b4b;
  border: 1px solid #e1e1e1;
  background-image: url("../img/sub/ico_bbs_search.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -5px;
}

@media only screen and (max-width: 1199px) {
  .board-search {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 479px) {
  .board-search {
    padding: 20px 0;
  }
  .board-search select {
    width: 90px;
  }
  .board-search .input-search-text input {
    width: 130px;
  }
}

.board-list-style {
  font-size: 15px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.board-list-style .board-list-header {
  background: #fafafa;
  border-top: 1px solid #333;
  border-bottom: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.board-list-style .board-list-header > p {
  text-align: center;
}

.board-list-style .board-list-body {
  background-color: #fff;
}

.board-list-style .board-list-body .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.board-list-style .board-list-body .col.noti {
  background-color: #e0f6ff;
}

.board-list-style .board-list-body .col.noti .b-title a {
  color: #0060a1;
  font-weight: 700;
}

.board-list-style .board-list-body .col:hover {
  background-color: #f5fcff;
}

.board-list-style .board-list-body .col .label {
  font-size: 0;
}

.board-list-style .board-list-body .col > p {
  text-align: center;
}

.board-list-style .board-list-body .col .b-title {
  text-align: left;
}

.board-list-style.board-course .b-num {
  width: 10%;
}

.board-list-style.board-course .b-title {
  width: 60%;
}

.board-list-style.board-course .b-file {
  width: 10%;
}

.board-list-style.board-course .b-date {
  width: 15%;
}
.board-list-style .b-file {
  text-align: center;
}

.board-list-style .b-file i {
  width: 20px;
  height: 20px;
  font-size: 0;
  background: url("../img/sub/ico_attach.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}


@media only screen and (max-width: 1199px) {
  .board-list-style {
    width: auto;
    padding: 0 3%;
  }
}

@media only screen and (max-width: 639px) {
  .board-list-style {
    font-size: 14px;
  }
  .board-list-style .board-list-header {
    display: none;
  }
  .board-list-style .board-list-body .col {
    border-top: 1px solid #333;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .board-list-style .board-list-body .col > p {
    text-align: left;
    padding: 13px 20px 9px 20px;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .board-list-style .board-list-body .col .label {
    width: 60px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    position: relative;
  }
  .board-list-style .board-list-body .col .label::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
  }
  .board-list-style .board-list-body .col .label::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #777;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .board-list-style .board-list-body .col .b-title {
    width: 100%;
    padding: 14px 20px;
    background: #f2f2f2;
    border-bottom: 1px solid #d7d7d7;
  }
  .board-list-style .board-list-body .col .b-title.b-title--new a::before {
    top: 0;
  }
  .board-list-style .board-list-body .col .b-file,
  .board-list-style .board-list-body .col .b-date {
    width: 50%;
  }
  .board-list-style .b-file i { 
		background-size: 15px 15px; 
		line-height: 18px; 
		height: 18px; 
		background-position: center; 
	}
}

@media only screen and (max-width: 639px) {
  .board-list-style {
    font-size: 13px;
  }
  .board-list-style .board-list-body .col .label {
    font-size: 13px;
    width: 50px;
  }
  .board-list-style .board-list-body .col > p {
    padding: 13px 11px 9px 11px;
  }
  .board-list-style .board-list-body .col .b-num {
    display: none;
  }
}

.board-pagination {
  margin-top: 40px;
  letter-spacing: -10px;
  text-align: center;
}

.board-pagination a {
  display: inline-block;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.board-pagination a:first-child {
  border-left: 1px solid #ccc;
}

.board-pagination a:first-child.on {
  border-left: 1px solid #111;
}

.board-pagination .page-num {
  color: #999;
  border-left: none;
}

.board-pagination .page-num.on {
  background: #333;
  border: 1px solid #111;
  color: #fff;
}

.board-pagination .page-prev {
  background: url("../img/sub/btn-bbs-next.png") center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.board-pagination .page-next {
  background: url("../img/sub/btn-bbs-next.png") center;
  border-left: none;
}

.board-view {
  margin-top: 40px;
}

.board-view .titlearea {
  padding: 15px 20px;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
}

.board-view .titlearea .date-view {
  position: absolute;
  top: 15px;
  right: 20px;
}

.board-view .titlearea .date-view li {
  display: inline-block;
  font-size: 14px;
}

.board-view .titlearea .date-view li span::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #333;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}

.board-view .titlearea h4 {
  font-size: 18px;
  color: #333;
  max-width: 75%;
  font-weight: 500;
}

.board-view .board-attach {
  background: #fff;
  padding: 13px 30px 13px 38px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.board-view .board-attach p:not(:first-of-type) {
  margin-top: 10px;
}

.board-view .board-attach a {
  color: #555555;
  font-weight: 400;
  font-size: 13px;
}

.board-view .board-attach a::before {
  content: "";
  width: 18px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.board-view .board-attach a.file--pdf::before {
  background-image: url("../img/sub/ico_pdf.png");
}

.board-view .board-attach a.file--hwp::before {
  background-image: url("../img/sub/ico_hwp.png");
}

.board-view img {
  max-width: 100%;
  height: auto; 
  margin: 5px 0; 
}

.board-view .board-content {
  padding: 40px 30px;
  line-height: 1.6;
  font-size: 17px;
  border-bottom: 1px solid #333;
}

.board-view .board-content p {
  line-height: 1.6;
}

.board-view .post-nav {
  border-bottom: 1px solid #ddd;
}

.board-view .post-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  font-size: 15px;
}

.board-view .post-nav ul li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board-view .post-nav ul li span {
  position: relative;
  width: 70px;
  color: #333;
  font-weight: 500;
}

.board-view .post-nav ul li p {
  width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-view .post-nav ul li p a {
  color: #666;
}

.board-view .post-nav ul li.post-prev span {
  padding-left: 15px;
}

.board-view .post-nav ul li.post-prev span::before {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/sub/ico_arr_pagenav.png") no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}

.board-view .post-nav ul li.post-prev p {
  padding-left: 10px;
}

.board-view .post-nav ul li.post-next span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 15px;
}

.board-view .post-nav ul li.post-next span::after {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/sub/ico_arr_pagenav.png") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 7px;
  right: 0;
}

.board-view .post-nav ul li.post-next p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
  padding-right: 10px;
}

.board-view .post-nav ul li.no-post {
  color: #b5b5b5 !important;
}

@media only screen and (max-width: 1023px) {
  .board-view .titlearea {
    padding: 15px 30px;
  }
  .board-view .titlearea h4 {
    font-size: 20px;
  }
  .board-view .titlearea .date-view {
    top: 16px;
  }
  .board-view .titlearea .date-view li {
    font-size: 13px;
  }
  .board-view .titlearea .date-view li span::after {
    height: 9px;
  }
  .board-view .board-attach {
    font-size: 14px;
  }
  .board-view .board-attach a::before {
    margin-right: 7px;
  }
  .board-view .board-content {
    padding: 30px 0;
    font-size: 16px;
  }
  .board-view .post-nav ul {
    font-size: 14px;
    padding: 19px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .board-view .titlearea {
    padding: 15px 10px;
  }
  .board-view .titlearea h4 {
    font-size: 18px;
    max-width: 100%;
  }
  .board-view .titlearea .date-view {
    position: static;
    display: block;
  }
  .board-view .titlearea .date-view li {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
  }
  .board-view .board-attach {
    font-size: 13px;
    padding: 15px 10px;
  }
  .board-view .board-content {
    padding: 20px 0;
    font-size: 15px;
  }
  .board-view .post-nav ul {
    font-size: 13px;
    padding: 19px 10px;
  }
  .board-view .post-nav ul li.post-prev span::before {
    top: 4px;
  }
  .board-view .post-nav ul li.post-next span::after {
    top: 4px;
  }
}

@media only screen and (max-width: 639px) {
  .board-view .titlearea {
    padding: 10px 10px;
  }
  .board-view .titlearea h4 {
    font-size: 17px;
  }
  .board-view .board-attach {
    padding: 10px 10px;
  }
  .board-view .recruit-period {
    font-size: 14px;
  }
  .board-view .board-content {
    padding: 10px 0;
    font-size: 14px;
  }
  .board-view .post-nav ul {
    font-size: 13px;
    padding: 15px 10px;
  }
  .board-view .post-nav ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .board-view .post-nav ul li span {
    width: 54px;
  }
}

@media only screen and (max-width: 479px) {
  .board-view .recruit-period {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
  }
  .board-view .recruit-period p {
    width: 100%;
    margin: 3px 0;
  }
  .board-view .recruit-period .d-day {
    display: none;
  }
}

.btn-go-list {
  padding: 0 28px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 0 auto;
  display: block;
  background-color: #333;
  color: #fff;
  font-size: 16px;
}

.btn-go-list span::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url("../img/sub/ico_list.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media only screen and (max-width: 639px) {
  .btn-go-list {
    font-size: 15px;
    margin-top: 30px;
  }
}

.board-gallery {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.board-gallery .item {
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.board-gallery .item:hover {
  border: 1px solid #0060a1;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.board-gallery .item:nth-child(3n) {
  margin-right: 0;
}

.board-gallery .item a {
  display: block;
  height: 100%;
}

.board-gallery .item .thumb {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.board-gallery .item .thumb img {
  width: 100%;
  height: 100%;
}

.board-gallery .item .item-desc {
  background: #fff;
  height: 90px;
  padding: 20px 20px 0 20px;
}

.board-gallery .item .item-desc .tag span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  padding: 0 12px;
}

.board-gallery .item .item-desc .title {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-gallery .item .item-desc .date {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
  font-weight: 300;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .board-gallery {
    width: auto;
    padding: 0 2%;
  }
}

@media only screen and (max-width: 1023px) {
  .board-gallery .item {
    width: 49.2%;
  }
  .board-gallery .item:nth-child(3n) {
    margin-right: 1.5%;
  }
  .board-gallery .item:nth-child(2n) {
    margin-right: 0;
  }
  .board-gallery .item .thumb {
    height: 280px;
  }
  .board-gallery .item .item-desc .date {
    font-size: 16px;
  }
  .board-gallery .item .item-desc .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .board-gallery .item:nth-child(3n) {
    margin-right: 1.5%;
  }
  .board-gallery .item:nth-child(2n) {
    margin-right: 0;
  }
  .board-gallery .item .thumb {
    height: 250px;
  }
  .board-gallery .item .item-desc .date {
    font-size: 14px;
  }
  .board-gallery .item .item-desc .title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 559px) {
  .board-gallery .item .thumb {
    height: 200px;
  }
  .board-gallery .item .date {
    font-size: 15px;
  }
  .board-gallery .item .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .board-gallery .item {
    margin-bottom: 10px;
  }
  .board-gallery .item .thumb {
    height: 150px;
  }
  .board-gallery .item .item-desc {
    height: auto;
    padding: 15px;
  }
  .board-gallery .item .item-desc .date {
    font-size: 14px;
  }
  .board-gallery .item .item-desc .title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 399px) {
  .board-gallery .item .thumb {
    height: 110px;
  }
  .board-gallery .item .item-desc .date {
    font-size: 12px;
  }
  .board-gallery .item .item-desc .title {
    font-size: 14px;
  }
}

#lnb {
  position: relative;
}

#lnb::after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 47px;
}

#lnb .nav-menu {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#lnb .nav-menu li.nav-item {
  position: relative;
  display: inline-block;
  min-width: 180px;
}

#lnb .nav-menu li.nav-item:first-child::before {
  display: none;
}

#lnb .nav-menu li.nav-item > a {
  overflow: hidden;
  display: block;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0 40px;
  font-family: "Work Sans", sans-serif;
}

#lnb .nav-menu li.nav-item.over > a {
  color: #b9efff;
}

#lnb .nav-menu li.nav-item.over .sub-nav {
  background: rgba(255, 255, 255, 0.1);
}

#lnb .nav-menu li.nav-item.over .sub-nav li a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#lnb .nav-menu li.nav-item.over .sub-nav li a:hover {
  color: #65c2c4;
}

#lnb .nav-menu .depth03 {
  padding-left: 10px;
}

#lnb .nav-menu .depth03 li a {
  opacity: 0.8;
  font-size: 12px;
}

#lnb .nav-menu .nav-item .sub-nav {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

#lnb .nav-menu .nav-item .sub-nav a {
  display: none;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0;
}

#lnb .nav-menu.selected .nav-item:first-child .sub-nav {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#lnb .nav-menu.selected .nav-item .sub-nav {
  padding: 10px 0;
  height: 350px;
  opacity: 1;
  font-size: 1em;
  margin-left: -1px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#lnb .nav-menu.selected .nav-item .sub-nav li a {
  display: block;
  padding: 5px 10px 5px 20px;
  color: #fff;
  text-align: left;
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */


 .mainpopup{
     position: absolute;
     top: 50%;
     left:50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
      z-index: 10;
     box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
 .popup-container{
     position: relative;
}
 .popup-container img{
     max-width: 300px;
}
 .popup-container .btn-closepop {
    cursor: pointer;
     position: absolute;
     z-index: 10;
     right: 10px ;
     top: 10px;
/*      background-color: #333; */
     border-radius: 50%;
     background-size: 20px 20px;
     width: 50px;
     height:50px;
     background-image: url("../img/pop_close.png");
     background-repeat: no-repeat;
     background-position: center center;
 /*     box-shadow: 2px 2px 0 rgba(0,0,0,0.3); */
}
 .bottom-txt{
     position: absolute;
     bottom: 0; 
     left: 0;
     z-index: 1;
     width: 100%;
     background: rgba(0,0,0,0.4);
     text-align: right;
     box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
 .bottom-txt a {
     color:#fff;
     font-size:13px;
     display:block;
     padding: 0 10px;
     line-height:40px;
}
 

 .popup-container{ 
	width: 350px; 
	overflow: hidden;

 
 }
  .popup-container img {  
	width: 350px; height: 460px;
	max-width: 350px; 
  }

.mainpopup  .popup-pager{ 
	bottom: 50px;
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 100%;
  }

  .popup-pager .swiper-pagination-bullet {  background-color:#fff; margin: 0 2px !important; opacity: 0.7}
    .popup-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {  background-color:#006189;  opacity: 0.4}

