@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* color */
.main_inner {
  position: relative;
  width: 100%;
  max-width: 1644px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title_box .title {
  font-weight: 200;
  font-size: 60px;
  line-height: 1.07;
  letter-spacing: -.025em;
}

.title_box .title strong {
  font-weight: bold;
  letter-spacing: -.025em;
}

.title_box .text {
  display: block;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -.025em;
}

/* visual */
.visual .visual_box {
  position: relative;
  overflow: hidden;
}

.visual .visual_box .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.visual .visual_box .item {
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.visual .visual_box .item .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}

.visual .visual_box .item .title {
  width: 900px;
  line-height: 1.23em;
  text-align: center;
  font-weight: bold;
  font-size: 70px;
  color: #fff;
  letter-spacing: -.025em;
}

.visual .visual_box .item .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 900px;
  margin-top: 32px;
}

.visual .visual_box .item .text_box li {
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.visual .visual_box .item .text_box li:nth-child(3) {
  border-right: none;
}

.visual .visual_box .item .text_box li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.visual .visual_box .item .text_box em {
  display: block;
  margin-top: 6px;
  line-height: 0.8em;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  letter-spacing: -.025em;
}

.visual .visual_box .item .text_box span {
  display: block;
  line-height: 1.7em;
  font-size: 16px;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  opacity: 0.6;
  letter-spacing: -.025em;
}

.visual .visual_box .item .text {
  width: 900px;
  margin-top: 43px;
  line-height: 1.5em;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

.visual .visual_box .item .btn_view {
  display: inline-block;
  width: 88px;
  margin-top: 68px;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: -.025em;
}

.visual .visual_box .item .btn_view:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 13px;
  vertical-align: middle;
  background: url(../images/icon/icon_plus_white.png) no-repeat;
}

.visual .visual_box .pagination {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.visual .visual_box .pagination .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visual .visual_box .swiper-pagination:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.visual .visual_box .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 200px;
  padding-top: 13px;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  letter-spacing: -.025em;
}

.visual .visual_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
}

.visual .visual_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.visual .btn_scroll_down {
  position: absolute;
  bottom: 160px;
  right: -60px;
  width: auto;
  font-size: 16px;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 22px;
  letter-spacing: -.025em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.visual .btn_scroll_down:after {
  content: '';
  display: inline-block;
  width: 88px;
  height: 22px;
  margin-left: 49px;
  vertical-align: middle;
  background: url(/images/icon/icon_arrow_white_left.png) left center no-repeat;
}

/* News Notice */
.news_notice {
  padding-top: 82px;
}

.news_notice .title_box .title {
  text-align: center;
  color: #063ac8;
}

.news_notice .news_notice_list {
  padding-top: 56px;
  padding-bottom: 138px;
  padding-right: 24px;
  width: 100%;
  overflow-x: hidden;
}

.news_notice .news_notice_list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news_notice .news_notice_list .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news_notice .news_notice_list .item a {
  display: block;
  width: 100%;
  -webkit-box-shadow: 12px 12px 15px 2px #aaa;
          box-shadow: 12px 12px 15px 2px #aaa;
}

.news_notice .news_notice_list .item .image img {
  width: 100%;
  max-height:283px;
}

.news_notice .news_notice_list .item .text_box {
  padding: 44px 40px 53px;
}

.news_notice .news_notice_list .item .subject {
  font-size: 24px;
  color: #fff;
  letter-spacing: -.025em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_notice .news_notice_list .item .date {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  letter-spacing: -.025em;
  opacity: 0.6;
}

.news_notice .news_notice_list .item .sky {
  background: #02b0d3;
}

.news_notice .news_notice_list .item .blue {
  background: #0088cf;
}

.news_notice .news_notice_list .item .green {
  background: #02c3aa;
}

.news_notice .news_notice_list .navigation_area {
  position: absolute;
  top: 36px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_notice .news_notice_list .navigation_area a,
.news_notice .news_notice_list .navigation_area button {
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.news_notice .news_notice_list .swiper-button-prev {
  position: relative;
  background: url(../images/icon/icon_arrow_md.png) 17px center no-repeat;
}

.news_notice .news_notice_list .swiper-button-next {
  position: relative;
  margin-left: -1px;
  background: url(../images/icon/icon_arrow_right_md.png) center center no-repeat;
}

.news_notice .news_notice_list .btn_more {
  margin-left: -1px;
  text-indent: -9999em;
  background: url(../images/icon/icon_plus.png) center center no-repeat;
}

.news_notice .news_notice_list .swiper-slide-next {
  padding-top: 50px;
}

/* Research Areas */
.research_areas {
  background: url(/images/main/research_areas_bg.png);
  background-size: cover;
}

.research_areas .main_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.research_areas .title_box {
  width: 312px;
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.research_areas .title_box .title {
  color: #fff;
}

.research_areas .title_box .text {
  margin-top: 33px;
  color: #fff;
  opacity: 0.2;
}

.research_areas .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 86px 0;
  width: 79.7%;
}

.research_areas .list .item {
  width: 23.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.research_areas .list .item:nth-child(2) {
  margin-top: 23.57%;
}

.research_areas .list .item:nth-child(3) {
  margin-top: 1.58%;
}

.research_areas .list .item:nth-child(4) {
  margin-top: 26.15%;
}

.research_areas .list .item a {
  display: block;
  width: 100%;
}

.research_areas .list .item .image img {
  width: 100%;
}

.research_areas .list .item .text_box {
  margin-top: 30px;
  line-height: 1.7;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.research_areas .btn_arrow {
  margin-top: 36px;
}

.btn_arrow {
  display: inline-block;
  width: 88px;
  height: 24px;
  background: url(/images/icon/icon_arrow_white.png) left center no-repeat;
  text-indent: -9999em;
}

.btn_arrow.blue {
  background-image: url(../images/icon/icon_arrow_blue.png);
}

/* Research */
.research {
  padding: 198px 0;
}

.research .main_inner {
  padding: 0;
}

.research .research_box {
  position: relative;
  overflow-x: hidden;
  padding: 0 24px;
}

.research .research_box .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.research .research_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.research .research_box .item .text_area {
  width: 40.57%;
  max-width: 665px;
  margin-top: 5.63%;
  background: url(../images/main/research_bg_icon.png) 240px bottom no-repeat;
  background-size: 39%;
}

.research .research_box .item .title_box .title strong {
  display: block;
  color: #063ac8;
}

.research .research_box .item .title_box .text {
  width: 350px;
  margin-top: 3.87%;
  color: #666;
}

.research .research_box .item .menu_list {
  display: inline-block;
  margin-top: 9.27%;
  border-bottom: 1px solid #d3d3d3;
}

.research .research_box .item .menu_list li {
  padding-left: 2px;
  padding-right: 8px;
  border-top: 1px solid #d3d3d3;
}

.research .research_box .item .menu_list li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #666;
}

.research .research_box .item .image {
  width: 50.48%;
  max-width: 830px;
  padding-bottom: 56px;
}

.research .research_box .item .image img {
  width: 100%;
  -webkit-box-shadow: 33px 41px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 33px 41px 27px 0px rgba(0, 0, 0, 0.14);
}

.research .research_box .btn_arrow {
  display: block;
  margin-top: 4.17%;
}

.research .research_box .swiper-pagination {
  position: absolute;
  top: 8%;
  left: 24px;
  z-index: 9;
}

.research .research_box .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #c1c1c1;
  border-radius: 5px;
  cursor: pointer;
}

.research .research_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #063ac8;
}

@media (max-width: 1200px) {
  .title_box .title {
    font-size: 45px;
  }
  .title_box .text {
    font-size: 12px;
  }
  .btn_arrow {
    margin-top: 20px;
  }
  .visual .visual_box .item .title {
    width: 95%;
  }
  .visual .visual_box .item .text_box {
    width: 95%;
  }
  .visual .visual_box .item .text {
    width: 95%;
  }
  .news_notice .news_notice_list .swiper-slide-next {
    padding-top: 0;
  }
  .research_areas {
    background-image: url(/images/main/research_areas_bg_mo.png);
    background-position: center center;
  }
  .research_areas .main_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .research_areas .title_box {
    margin-top: 80px;
  }
  .research_areas .title_box .text {
    margin-top: 24px;
  }
  .research_areas .list {
    margin-top: 50px;
    width: 100%;
  }
  .research_areas .list .item .text_box {
    font-size: 18px;
  }
  .research {
    padding: 130px 0;
  }
  .research .research_box .item .text_area {
    width: 100%;
    max-width: 100%;
    background-size: auto;
    background-position-x: right;
  }
  .research .research_box .item .image {
    width: 100%;
    max-width: 100%;
    margin-top: 47px;
  }
  .research .research_box .swiper-pagination {
    top: 0;
  }
}

@media (max-width: 768px) {
  .main_inner {
    padding: 0 4.375vw;
  }
  .title_box .title {
    font-size: 9.375vw;
  }
  .title_box .title strong {
    display: block;
  }
  .title_box .text {
    font-size: 3.75vw;
    line-height: 1.1em;
  }
  .btn_arrow {
    margin-top: 2.8125vw;
    width: 13.75vw;
    height: 5.625vw;
    background-size: 100%;
  }
  .visual .visual_box .item .title {
    line-height: 1.15em;
    font-size: 10.9375vw;
  }
  .visual .visual_box .item .text_box {
    margin-top: 7.8125vw;
  }
  .visual .visual_box .item .text_box li {
    padding: 0 3.4375vw;
    border-right: none;
  }
  .visual .visual_box .item .text_box li + li {
    border-left: none;
  }
  .visual .visual_box .item .text_box em {
    line-height: 1.2em;
    font-size: 9.375vw;
  }
  .visual .visual_box .item .text_box span {
    line-height: 2.25em;
    font-size: 2.5vw;
  }
  .visual .visual_box .item .text {
    font-size: 3.125vw;
  }
  .visual .visual_box .item .btn_view {
    margin-top: 6.71875vw;
    width: auto;
    padding: 1.09375vw 6.25vw;
    font-size: 4.6875vw;
  }
  .visual .visual_box .item .btn_view:after {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-left: 5.9375vw;
    background-size: 100%;
  }
  .visual .visual_box .pagination {
    bottom: 7.03125vw;
  }
  .visual .visual_box .swiper-pagination .swiper-pagination-bullet {
    width: 31.25vw;
    font-size: 3.75vw;
  }
  .news_notice {
    padding-top: 9.375vw;
  }
  .news_notice .main_inner {
    padding: 0;
  }
  .news_notice .news_notice_list {
    padding-top: 5.3125vw;
    padding-right: 0;
  }
  .news_notice .news_notice_list .navigation_area {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: 0;
  }
  .news_notice .news_notice_list .navigation_area a,
  .news_notice .news_notice_list .navigation_area button {
    width: 8.75vw;
    height: 8.75vw;
    background-size: 50%;
  }
  .news_notice .news_notice_list .navigation_area a {
    background-size: 50%;
  }
  .news_notice .news_notice_list .navigation_area button {
    background-size: 2.8125vw 4.6875vw;
    background-position: center center;
  }
  .news_notice .news_notice_list .swiper-wrapper {
    margin-top: 9.375vw;
  }
  .news_notice .news_notice_list .item .text_box {
    padding: 6.71875vw 5.9375vw;
  }
  .news_notice .news_notice_list .item .subject {
    font-size: 4.0625vw;
    letter-spacing: 0;
  }
  .news_notice .news_notice_list .item .date {
    margin-top: 1.71875vw;
    font-size: 3.75vw;
  }
  .research_areas .title_box {
    width: 80%;
    margin-top: 8.28125vw;
    margin-left: 4.84375vw;
  }
  .research_areas .title_box .text {
    margin-top: 1.40625vw;
  }
  .research_areas .btn_arrow {
    margin-top: 1.875vw;
  }
  .research_areas .list .item {
    width: 48%;
  }
  .research_areas .list {
    margin-top: 10.3125vw;
    margin-right: 0;
  }
  .research_areas .list .item .text_box {
    margin-top: 4.21875vw;
    font-size: 3.75vw;
  }
  .research_areas .list .item:nth-child(3) {
    margin-top: 0;
  }
  .research_areas .list .item:nth-child(even) {
    margin-top: 18vw;
  }
  .research {
    padding-top: 8.75vw;
    padding-bottom: 20.3125vw;
  }
  .research .main_inner {
    padding: 0;
  }
  .research .research_box {
    padding: 0 4.375vw;
  }
  .research .research_box .item .text_area {
    background-size: 32.81%;
  }
  .research .research_box .item .title_box .text {
    width: 80%;
    margin-top: 2.34375vw;
  }
  .research .research_box .item .menu_list {
    margin-top: 4.0625vw;
  }
  .research .research_box .item .menu_list li a {
    font-size: 4.375vw;
  }
  .research .research_box .item .image {
    margin-top: 7.34375vw;
  }
  .research .research_box .btn_arrow {
    margin-top: 3.125vw;
  }
  .research .research_box .swiper-pagination {
    left: 4.375vw;
  }
}
/*# sourceMappingURL=main.css.map */