@charset "UTF-8";

/*test*/
@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: "Noto Sans KR", "NB", sans-serif;
  font-weight: 400;
  letter-spacing: -0.7px;
  overflow: auto;
  overflow-x: hidden;
}

.blind {
  position: absolute;
  display:none;
  width: 100px;
  height: 100px;
  margin: -1px;
  overflow: hidden;
  LEFT: 470PX;
    TOP: 0PX;
    Z-INDEX: 10000;
	font-size:30px;
}

.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;
}
.pc-only {
  display: block;
}

.m-only {
  display: none;
}
@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;
}

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: 15px;
  display: block;
}

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

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

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;
}

.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 {
  width: 250px;
  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;
  font-size: 16px;
  overflow: hidden;
  color: #fff;
  font-weight: 300;
}

@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: 100px 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.contents .doc-title {
  font-size: 35px;
  color: #333;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1;
}

.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 .desc {
    font-size: 14px;
  }
  .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) {
.contents{ font-size: 14px;}
.contents .doc-title { font-size: 26px; margin-bottom: 20px;} 
  .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);
  }
  .page-history .container .sub-depth a,
  .page-history .container .sub-depth span {
    font-size: 14px;
    padding-left: 15px;
  }
  .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;
  }
}

@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-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.col-blue {
  color: #006189;
}

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

.col-red {
  color: #c01111;
}

.col-green {
  color: #1c8d00;
}

.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;
}

.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;
}

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

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

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

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

.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;
  }
  .course .course-item .item-cnt br {
	display: none;
	}

	.pc-only{ display: none ;}
}

@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: -10px;
    top: 0;
  }
  .quote-title .quote-title--inner::after {
    right: -10px;
    top: 0;
  }
 .pc-only {
    display: none;
  }
  .m-only {
    display: block;
  }
}

@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 b {
  font-weight: 500;
}

.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;
}

.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;
}

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

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

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

.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 {
  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;
}

.information {
  overflow: hidden;
}

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

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

.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;
  }
  .tablist { letter-spacing: -10px; }
    .tablist  li { letter-spacing: -1px; }
  .tablist li a{ 
      font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 29px;
    margin: 0 1px;
  }
}

@media only screen and (max-width: 413px) {
	.tablist{ 
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
		.tablist li  { display: block; width: 33.33%; padding: 0; }
		.tablist li  a{ padding: 0; font-size:13px;}
}
.history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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: 500;
}

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

.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 .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;
  letter-spacing: -1.2px;
}

.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: 1023px) {
  .mission .mission-wrap .txt br {
    display: none;
  }
}
@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 .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;
  margin-bottom: 100px;
}

.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: 23px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.member .item .desc .name .sub{ font-size: 13px;  color: #999}

.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::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #006189;
}

.member.member2 .item {
  width: 100%;
}

.member.member2 .item .spec-div {
  width: 48%;
}

.member.member2 .item .spec-title {
  font-weight: 500;
  color: #006189;
}

.member.member2 .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

@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: 639px) {
  .member.member2 .item .flex {
    margin-top: 0;
  }
  .member.member2 .item .spec-div {
    width: 100%;
    margin-top: 15px;
  }
  .member.member2 .item .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@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;
  }
}

@media only screen and (max-width: 399px) {
  .member .item .btn-mail {
    display: none;
  }
  .member .item .pic {
    width: auto;
    text-align: center;
    float: none;
  }
  .member .item .pic img {
    width: 100%;
  }
  .member .item .desc {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-top: 20px;
  }
  .member.member2 .item .spec-title {
    font-size: 15px;
  }
}

.location {
  overflow: hidden;
}

.location iframe {
  margin-top: 50px;
}

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

@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 {
  position: relative;
  margin-top: 20px;
  padding: 30px;
  z-index: 1;
 /* background: url("../img/sub/bgdash_mint.png") no-repeat left top;*/
}

.union .img::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  /*border: 10px solid #e0e0e0;*/
}

.union .txt b,
.union .desc b {
  color: #65c2c4;
}

.union:nth-of-type(even) .img {
  background: url("../img/sub/bgdash_blue.png") no-repeat left top;
}

.union:nth-of-type(even) .txt b,
.union:nth-of-type(even) .desc b {
  color: #006189;
}

.union:nth-of-type(even) .represent {
  color: #006189;
}

.union .represent {
  text-align: right;
  margin-top: 15px;
  font-size: 15px;
  color: #65c2c4;
}

.union .represent b {
  font-weight: bold;
}

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

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

.union .desc a[class*="btn-"] {
  position: absolute;
  width: 230px;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  background: #65c2c4;
  border-radius: 25px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: top;
}

.union .desc a[class*="btn-"]:hover {
  opacity: 0.8;
}

.union .desc a[class*="btn-"] span {
  font-weight: 500;
}

.union .desc a[class*="btn-"].btn-mint {
  background: #65c2c4;
}

.union .desc a[class*="btn-"].btn-purple {
  background: #8028c3;
}

.union .desc a[class*="btn-"].btn-blue {
  background: #405d9a;
}

.union .desc a[class*="btn-"].btn-green {
  background: #00c53a;
}

.union .desc a[class*="btn-"] span::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}

.union .desc .btn-face span::before {
  background: url("../img/sub/ico_facebook.png");
}

.union .desc .btn-insta span::before {
  background: url("../img/sub/ico_insta.png") no-repeat;
}

.union .desc .btn-cafe span::before {
  background: url("../img/sub/ico_cafe.png") no-repeat;
}

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

.union .desc-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.union .desc-sns .txt {
  line-height: 1.6;
/*   width: calc(100% - 260px); */
}

.union .desc-sns .sns {
  /* min-width: 180px; */
  text-align: right;
  margin-left: 40px;
}

.union .desc-sns .sns a[class*="btn-"] {
  position: static;
  display: inline-block;
  margin-bottom: 4px;
  text-align: center; 
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .union .img {
    padding: 10px;
  }
  .union .img::after {
    display: none;
  }
  .union .desc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .union .img {
    padding: 0;
    background-image: none;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 97, 137, 0.38);
            box-shadow: 5px 5px 0 rgba(0, 97, 137, 0.38);
  }
  .union .img::after {
    display: none;
  }
  .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;
  }
}

@media only screen and (max-width: 639px) {
  .union {
    margin-bottom: 50px;
  }
  .union .desc-sns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .union .desc-sns .sns {
    min-width: initial;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .union .desc-sns .sns a[class*="btn-"] {
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  .union .desc {
    font-size: 13px;
  }
  .union .desc b {
    font-size: 15px;
  }
  .union .desc-sns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .union .desc-sns .txt {
    width: 100%;
  }
  .union .desc-sns .sns {
    width: 100%;
  }
  .union .desc-sns .sns a[class*="btn-"] {
    display: block;
    width: 100%;
  }
}

.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;
}

.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;
}

.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%;
}

@media only screen and (max-width: 1023px) {
  .tb-type01 table {
    font-size: 15px;
  }
  .title01 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 639px) {
  .tb-type01 table {
    font-size: 14px;
  }
  .tb-type01 table th,
  .tb-type01 table td {
    padding: 14px 10px;
  }
  .title01 {
    font-size: 16px;
  }
  .title01::before {
    top: 3px;
  }
}

@media only screen and (max-width: 479px) {
  .tb-type01 table {
    font-size: 13px;
  }
}

::-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;

}

.board-list-style .b-file .ico-pdf {
  width: 23px;
  height: 27px;
  background: url("../img/sub/ico_pdf.png") no-repeat;
  background-size: contain;
  display: inline-block;
}

.board-list-style .b-file .ico-hwp {
  width: 23px;
  height: 27px;
  background: url("../img/sub/ico_hwp.png") no-repeat;
  background-size: contain;
  display: inline-block;
}

@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;
}

#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;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 500;
  padding: 0 40px;
}

#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;
}

#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: 320px;
  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 5px 5px 20px;
  color: #fff;
  text-align: left;
  font-size: 14px;
}


.popup-sl { max-width: 500px; overflow: hidden; display: none;}
.popup-sl  img { width: 100%; height: 100%; }
/* .popup-sl { max-width: 600px; overflow: hidden; display: none; padding: 20px 4px 4px 4px;
    background: #1c313a;
	border-radius: 10px;
}
.slpopup_container{ overflow: hidden;}
 */

.popup-sl .popup-navi{ position: absolute; bottom: 70px; width: 100%; left: 0;z-index: 100;  }
.popup-sl .popup-navi .slpopup-prev, 
.popup-sl .popup-navi .slpopup-next { width: 30px; height: 30px; background: url('../img/chevron-right.svg') no-repeat center / contain; 
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	position: absolute
}
.popup-sl .popup-navi .slpopup-prev { left: 10px; transform: rotate(180deg)}
.popup-sl .popup-navi .slpopup-next { right: 10px; }
.popup-sl,  .mainpopup0{
     position: absolute;
     top: 40%;
     left:30%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 1000000;
     box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
 .mainpopup1{
     position: absolute;
     top: 40%;
     left:30%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 10;
     box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
 .mainpopup2{
     position: absolute;
     top: 40%;
     left:80%;
     -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;
	 z-index: 11;
}
 .popup-container img{
     max-width: 500px;
}
 .popup-container .btn-closepop {
    cursor: pointer;
     position: absolute;
     z-index: 10;
     right: 0 ;
     top: 0;
/*      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;
     color:#fff;
font-size: 15px;
	padding: 6px 10px 6px 6px ; 
     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: 40px;
	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}
.popup-sl{ display:block; }

 @media only screen and (max-width: 639px) {
 
 	.popup-sl, 
	.mainpopup0 { top: 50%; left: 50%;      width: 90%;}
 	.popup-sl,
	.mainpopup0 img{ width: 90% !important; height: auto ; max-width:100%; }
	.bottom-txt{ font-size: 13px;     padding-top: 6px;}
 }

/*# sourceMappingURL=style.css.map */

.member .item > a::after {
  content: '더보기  +';
  color: #00688f;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
 text-align: right;
    margin-left: -20px;
}

.prof-career li {
    width: 100%;
    padding-left: 20px;
    font-size: 1rem;
    margin-top: 5px;
    padding-right: 10px;
}

.title01 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  color: #00688f;
}

.title01_line {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 6rem;
  margin-bottom: 1.6rem;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 1.5rem;
}

.title01_line.sm {
  font-size: 1.8rem;
}

.title01_line .pos {
  font-size: 1.2rem;
  opacity: 0.5;
}

.s-title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #014863;
}
.prof-detail {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.prof-detail .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.prof-detail .item-flex .profile-img {
  width: 200px;
}

.prof-detail .item-flex .profile-img img {
  width: 100%;
}

.prof-detail .item-flex .info {
  width: calc(100% - 300px);
  padding-left: 3rem;
}

.prof-detail .prof-name {
  font-size: 2.2rem;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}

.prof-detail .prof-name > span {
  color: #999;
  font-size: 1.6rem;
}

.prof-detail .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  background: #f2f2f2;
  margin-top: 4px;
  border: 1px solid #ddd;
}

.prof-detail .info-top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  position: relative;
  padding-left: 10px;
  margin: 3px 0;
  min-width: 20%;
  margin-left: 30px;
  font-family: "Rubik", "Noto Sans KR", sans-serif;
}

.prof-detail .info-top li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #00688f;
  position: absolute;
  left: 0;
  top: 6px;
}

.prof-detail .info-top li > p {
  width: 70px;
  color: #999;
}

.prof-detail .info-top li > em {
  width: calc(100% - 70px);
}

.prof-detail .prof-history .tit {
  color: #00688f;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 4rem;
  display: block;
  padding-bottom: 1rem;
}
.list-dot > li {
  padding-left: 12px;
  position: relative;
  margin-top: 8px;
  line-height: 1.6;
}

.list-dot > li > .l-tit {
  color: #222;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.list-dot > li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #00688f;
  position: absolute;
  left: 0;
  top: 9px;
}


@media screen and (max-width: 1200px) {
.prof-detail {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
.prof-detail .info-top li {
    max-width: 33.33%;
    margin: 4px 0;
  }
}
@media screen and (max-width: 768px) {
.prof-detail .item-flex .info-top li {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 640px) {
.prof-detail .item-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prof-detail .item-flex .profile-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .prof-detail .item-flex .profile-img img {
    max-width: 320px;
  }
  .prof-detail .item-flex .info {
    width: 100%;
    padding-left: 0;
  }
  .prof-detail .item-flex .info .title01_line {
    margin-top: 3rem;
  }
  .prof-detail .item-flex .info-top li {
    width: 100%;
    max-width: initial;
  }
.prof-detail .info-top {
    padding: 15px;
  }
  .prof-detail .info-top li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .prof-detail .info-top li {
    width: 100%;
  }
  .prof-list .item {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
 }
