@charset "UTF-8";
@import './pretendard.css';
@font-face {
  font-family: "NotoSerifKR-Light";
  font-weight: 300;
  font-display: swap;
  src: local("NotoSerifKR-Light"), url(../fonts/NotoSerifKR-Light.woff2) format("woff2"), url(../fonts/NotoSerifKR-Light.woff) format("woff");
}
@font-face {
  font-family: "NotoSerifKR";
  font-weight: 200;
  font-display: swap;
  src: local("NotoSerifKR-ExtraLight"), url(../fonts/NotoSerifKR-ExtraLight.woff2) format("woff2"), url(../fonts/NotoSerifKR-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "NotoSerifKR";
  font-weight: 300;
  font-display: swap;
  src: local("NotoSerifKR-Light"), url(../fonts/NotoSerifKR-Light.woff2) format("woff2"), url(../fonts/NotoSerifKR-Light.woff) format("woff");
}
@font-face {
  font-family: "NotoSerifKR";
  font-weight: 400;
  font-display: swap;
  src: local("NotoSerifKR-Regular"), url(../fonts/NotoSerifKR-Regular.woff2) format("woff2"), url(../fonts/NotoSerifKR-Regular.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-display: swap;
  src: local("Roboto-Light"), url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-display: swap;
  src: local("Roboto-Mideum"), url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff");
}

/*마루부리 눈누 웹폰트트*/
@font-face {
  font-family: 'MaruBuri';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'MaruBuriSemiBold';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.ttf) format("truetype");
}


body {
  overflow-x: hidden;
  color: #222;
}

nature body * {
  font-family: "Pretendard";
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    color: inherit;
    text-decoration: none;
}
img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

:root {
    --main-color: #154677;  /* 메인 컬러 */
    --sub-color: #808284;
}

.contents_inner{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.title_main{
    text-align: center;
}
.en_tit{
    color: var(--main-color);
    font-size: 17px;
    letter-spacing: 0.51px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.en_tit.color_en{
  color: #ACB9AB;
  padding-bottom: 0;
}
.sub_en-tit{
  color: var(--main-color);
  font-size: 17px;
  letter-spacing: 0.51px;
  font-weight: 700;
  padding-bottom: 80px;
  text-transform: uppercase;
}

.ko_tit{
    /* font-family: "MaruBuri";
    font-weight: 600; */
    font-family: "MaruBuriSemiBold";
    font-size: 45px;
    line-height: 1.44;
    padding: 40px 0;
}
.ko_tit.wh_ko{
  color: #fff;
}
.normal-font{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.16px;
  word-break: keep-all;
}
.sub_title{
  font-size: 22px;
  font-weight: 400;
  line-height: 1.73;
  word-break: keep-all;
}
.sub_sub-tit{
  color: #222;
  margin-bottom: 40px;
  /* font-family: "MaruBuri";
  font-weight: 600; */
  font-family: "MaruBuriSemiBold";
  font-size: 38px;
  line-height: 1.63;
  word-break: keep-all;
}
.sub_sub-tit.main_color,
.ko_tit.main_color{
  color: var(--main-color);
}
.center-tit{
  text-align: center;
  padding-top: 150px;
}

.sub-tit-color{
  font-size: 38px;
  color: var(--main-color);
  font-family: "MaruBuri";
  font-weight: 600;
  line-height: 1.63;
}

/* .hr{
  width: 100%;
  height: 1px;
} */
section{
  padding: 150px 0;
}

/* header */
.header-styled02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(21, 70, 119, 0.25);
}
.header-styled02__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.header-styled02__inner__logo{
  min-width: 150px;
}
.header-styled02__inner__logo a,
.m-header-styled01__inner__logo a{
  font-family: "MaruBuri";
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.26px;
  color: var(--main-color);
}
.header-styled02__inner__nav {
  height: 100%;
  position: relative;
  z-index: 1;
}
.header-styled02__inner__nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 650px;
}
.header-styled02__inner__nav > ul > li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  /* margin-left: 70px; */
  position: relative;

}
.header-styled02__inner__nav > ul > li a {
  position: relative;
  text-decoration: none;
  transition-duration: 0.3s;
  color: var(--main-color);
  font-weight: 500;
  padding: 0 36px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-styled02__inner__nav > ul > li>a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 5px;
  background-color: var(--main-color);
  opacity: 0;
  transition: width 0.8s ease, opacity 0.7s ease;
}
.header-styled02__inner__nav > ul > li>a:hover:after{
  width: 100%;
  opacity: 1;
}
.header-styled02__inner__nav > ul > li .sub-nav {
  position: absolute;
  top: 92px;
  left: 50%;
  height: 0;
  width: 160px;
  overflow: hidden;
  transition: height 1s ease;
  background-color: #fff;
  transform: translate(-50%);
  border-radius: 20px;
  box-shadow: 0 4px 5px rgba(21, 70, 119, 0.25);
  z-index: 10;
}
.header-styled02__inner__nav > ul > li .sub-nav ul {
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.header-styled02__inner__nav > ul > li .sub-nav ul li {
  padding: 0;
}
.header-styled02__inner__nav > ul > li .sub-nav ul li a {
  display: inline-block;
  width: 100%;
  /* padding: 10px 16px; */
  padding: 0;
  color: rgba(21, 70, 119, 0.65);
  font-weight: 500;
  letter-spacing: 0;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
}
.header-styled02__inner__nav > ul > li .sub-nav ul li a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

/*수정 후 지우기 */
/* 메뉴 수정
.sub-nav {
  height: auto !important; 
  visibility: visible !important;
  opacity: 1 !important; 
  overflow: visible !important; 
}
  */
 
 

.m-header-styled01 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: initial;
  width: 260px;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.16);
  transform: translateX(100%);
  transition-duration: 1s;
}
.m-header-styled01:has(#menu-m:checked) {
  transform: translateX(0%);
}
.m-header-styled01:has(#menu-m:checked) .m-header__button label {
  cursor: pointer;
}
.m-header-styled01:has(#menu-m:checked) .m-header__button label span {
  opacity: 0;
}
.m-header-styled01:has(#menu-m:checked) .m-header__button label span:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 1;
}
.m-header-styled01:has(#menu-m:checked) .m-header__button label span:last-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
.m-header-styled01__button {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.m-header-styled01__button input {
  display: none;
}
.m-header-styled01__button input[type=checkbox]:checked ~ label span {
  left: 75%;
  opacity: 0;
}
.m-header-styled01__button input[type=checkbox]:checked ~ label span:first-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
.m-header-styled01__button input[type=checkbox]:checked ~ label span:last-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 1;
}
.m-header-styled01__button label {
  display: block;
  width: 55px;
  height: 55px;
  background-color: #222;
  border-radius: 0 0 0 13px;
}
.m-header-styled01__button label span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 1.5px;
  transform: translate(-50%, -50%);
  transition-duration: 1s;
}
.m-header-styled01__button label span:first-of-type {
  top: 35%;
}
.m-header-styled01__button label span:last-of-type {
  top: 65%;
}
.m-header-styled01__inner {
  padding: 0;
}
.m-header-styled01__inner__logo {
  text-align: center;
  padding: 24px 0;
}
.m-header-styled01__inner__logo img {
  width: 120px;
}
.m-header-styled01__inner__nav > ul {
  display: flex;
  flex-flow: column;
}
.m-header-styled01__inner__nav > ul > li {
  height: initial;
}
.m-header-styled01__inner__nav > ul > li input[type=checkbox] {
  display: none;
}
.m-header-styled01__inner__nav > ul > li > a, .m-header-styled01__inner__nav > ul > li label {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  padding: 12px;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
}
.m-header-styled01__inner__nav > ul > li > a::after, .m-header-styled01__inner__nav > ul > li label::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
  width: 0;
  height: 2px;
  /* background-color: #204B3F; */
  background-color: var(--main-color);
  transition-duration: 1s;
  content: "";
}
.m-header-styled01__inner__nav > ul > li .sub-nav {
  display: none;
}
.m-header-styled01__inner__nav > ul > li .sub-nav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 12px;
  background-color: #f7f7f7;
}
.m-header-styled01__inner__nav > ul > li input[type=checkbox]:checked ~ .sub-nav {
  display: block;
}
.m-header-styled01__inner__nav > ul > li input[type=checkbox]:checked ~ label {
  color: var(--main-color);
}
.m-header-styled01__inner__nav > ul > li input[type=checkbox]:checked ~ label::after {
  width: 100%;
}

.m-header-styled01__inner__nav > ul > li input[type=checkbox]:checked ~ label::before {
  transform: translate(-50%, -50%);
}
.m-header-styled01__inner__nav > ul > li label, .m-header-styled01__inner__nav > ul > li a {
  position: relative;
  padding: 14px 16px;
  color: #333333;
  font-size: 14px;
}
.m-header-styled01__inner__nav > ul > li label::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  color: #333;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  background-image: url("../imgs/icon-cross.svg");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
.m-header-styled01__inner__nav > ul > li label::after {
  bottom: 0;
  height: 1px;
}
.m-header-styled01__inner__nav > ul > li .sub-nav {
  display: block;
  height: 0;
  transition-duration: 0.5s;
  overflow: hidden;
}
.m-header-styled01__inner__nav > ul > li .sub-nav ul li a {
  padding: 14px 16px;
  color: #888;
}
.m-header-styled01__inner__nav > ul > li .sub-nav ul li:not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}


/*footer*/
footer{
  padding: 150px 0 80px;
  background-color: #E8E8E8;
  position: relative;
  overflow: hidden;
}
footer .contents_inner{
  position: relative;
  z-index: 1;
}
footer .f_logo{
  max-width: 175px;
}
footer .f_logo a{
  font-family: "Maruburi";
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.26px;
  color: #222;
}
footer .footer__list{
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.9;
  color: #222;
}
footer .footer__list ul{
  display: flex;
  flex-wrap: wrap;
}
footer .footer__list ul li{}
footer .footer__list ul li::after{
  content: '|';
  padding: 0 8px;
}
footer .footer__list ul li:last-child::after{
  display: none;
}
footer .imgbox{
  max-width: 540px;
  position: absolute;
  right: 60px;
  bottom: 0;
  transform: translateY(46%);
}
footer .imgbox img{}

/* 서브페이지 배경 */
section.sub-wrapper{
  padding-top: 80px;
}
.image-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}
.image-title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  font-family: "MaruBuri";
  text-align: center;
}
.image-title h5 {
  margin-top: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1.5px;
}

/*tab*/
.tab_sub_link{
  margin-bottom: 20px;
}
.tab_sub_link span{}
.tab_sub_link span:nth-child(even)::before,
.tab_sub_link span:nth-child(even)::after{
  content: '>';
  margin: 0 3px;
  color: #808284;
}
.tab_sub_link span,
.tab_sub_link span a{
  color: #808284;
  font-size: 17px;
}

.sub-menu nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sub-menu nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  /* max-width: 290px; */
  /* height: 40px; */
  color: #222;
  font-size: 22px;
  line-height: 1.727;
  text-decoration: none;
  border-bottom: 1.3px solid #CCC;
  position: relative;
  padding: 10px 0;
  margin-right: 8px;
}
.sub-menu nav a:last-child{
  margin-right: 0;
}
.sub-menu nav a.on {
  color: var(--main-color);
  /* border-bottom: 4px solid var(--main-color); */
}
.sub-menu nav a.on::after{
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.centered-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.gallery-list, .flex-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

