
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
}


body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.inner{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{
  width: 90%;
}
.gnb_nav .ham_open .bar{background-color: rgb(0, 60, 132);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: rgb(0, 60, 132);}
.all_gnb_nav p.depth1_a::after{background-color: rgb(0, 60, 132);}
.all_gnb_nav .depth2 a:hover {color: rgb(0, 60, 132);}
/* 헤더컬러 */

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0.2); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
max-width: 2560px;
padding: 0 124px;
}
.header .logo img {display: block; max-width: 212px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}

 

.gnb_nav {display: flex;gap: 20px;align-items: center;}
.gnb_nav .gnb {display: flex; gap: 45px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;
color: #fff;
}
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: rgb(0, 60, 132);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 28px; height: auto;display: none;flex-direction: column; justify-content: space-between; cursor: pointer;}
header.main .ham_open img{filter: brightness(0) invert(1);}
header.scr .ham_open img{filter:unset;}

.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 0 0 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 {margin-top: 20px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px;  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block; margin-top: 35px;}
.all_gnb_nav .depth2:first-child{
  /* margin-top: 35px; */
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}
.only_mobile{
  display: none !important;
}


.header.main .logo img.normal-logo,
.header.sub .logo img.white-logo
{
  display: none;
}
.header.main .logo img.white-logo,
.header.sub .logo img.normal-logo
{
  display: block;
}
.header.scr{
  background: rgba(255, 255, 255,0.9) !important;
}
.header.scr, .header.sub {
  border-bottom: 1px solid  rgba(0, 0, 0,0.1);
  background: rgba(255, 255, 255,0.9);}
.header.pd{
  border-bottom: unset !important;
}
.header.scr .logo img.white-logo{
  display: none !important;
}
.header.scr .logo img.normal-logo{
  display: block !important;
}
.header.scr .gnb_nav .gnb .depth1_a,
.header.sub .gnb_nav .gnb .depth1_a
{
  color: #000;
}


/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header.main .language_btn button img{filter: brightness(0) invert(1);}
header.scr .language_btn button img{filter:unset;}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}


@media(max-width:1600px){
  .header .inner{
    padding: 0 50px;
  }
  .main-wrap .inner{
    max-width: 1320px !important;
  }
}

@media screen and (max-width: 1415px){
  .header .inner{
    padding: 0 20px;
    max-width: 1200px !important;
  }
}

@media(max-width:1400px){
  .main-wrap .inner{
    max-width: 1120px !important;
  }
}

@media(max-width:1200px){
  .main-wrap .inner{
    max-width: 960px !important;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .only_mobile{
    display: block !important;
  }

  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 200px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;
  width: 25px;
  height: 25px;
  }
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none; margin-top: 0;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 15px;
  font-size: 15px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .header .logo img{
    width: 180px;
  }
	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 145px 0 50px;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual.sv06 {
  background-image: url(/html/img/sub_visual06.jpg);
}
.sub_visual.sv07 {
  background-image: url(/html/img/sub_visual07.jpg);
}
.sub_visual.sv08 {
  background-image: url(/html/img/sub_visual08.jpg);
}
.sub_visual .subtop-txtbox{
  text-align: center;
}
.sub_visual .sub_tit {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -0.7px;
  color: rgb(255, 255, 255);
}
.sub_visual .subtop-txtbox p{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}

.sub_visual .bottom-subnav .inner{
  margin-top: 86px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sub_visual .bottom-subnav .con-line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px; 
}
.sub_visual .bottom-subnav .con-line > li{
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: rgb(255, 255, 255);
}
.sub_visual .bottom-subnav .con-line > li::after{
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/chevron-right.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sub_visual .bottom-subnav .con-line > li:last-child::after{
  display: none;
}
.sub_visual .bottom-subnav .con-line > li.home{
  width: 18px;
}
.sub_visual .bottom-subnav .con-line > li p{
  line-height: 1;
}

.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
  .subtop-con-wrap{
    padding: 60px 0 30px;
  }
  .sub_visual .sub_tit {
    font-size: 30px;
  }
  .sub_visual .bottom-subnav .inner{
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: unset;
  }
  .sub_visual .bottom-subnav .con-line{
    gap: 20px; 
  }
  .sub_visual .bottom-subnav .con-line > li{
    font-size: 13px;
  }
  .sub_visual .bottom-subnav .con-line > li::after{
    width: 16px;
    height: 16px;
    right: -18px;
  }
  .sub_visual .bottom-subnav .con-line > li.home{
    width: 16px;
  }


  .sub_nav_ul {
    font-size: 16px;
  }
  .sub_nav_ul .home{
    display: none;
  }
  .sub_nav_ul .home.nostr{
    display: flex;
  }
  .sub_nav_ul .home a{
    width: 50px;
  }
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li
  {
    width: 50%;
  }
  .sub_nav_ul .depth_p {
    padding: 15px 10px;
  }
  .sub_visual .subtop-txtbox p{
    font-size: 16px;
    margin-top: 12px;
  }
  .sub_nav_ul .depth_p::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}

/* subtop */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */


.link-a a{
  display: flex;
  width: 188px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255,255,255);
  transition: all 0.3s ease-in-out;
}

.link-a a:hover{
  border: 1px solid rgba(0, 60, 132,0.3);
}
.link-a a .txt{
  width: calc(100% - 28px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: rgb(34, 34, 34);
}
.link-a a img{
  width: 16px;
}
.link-a.white a{
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.50);
}
.link-a.white .txt{
  color: #fff;
}
.link-a.white a:hover{
  border: 1px solid rgb(255,255,255);
  background: rgb(0,0,0);
}
.mobile{
  display: none;
}
.link-a2 a{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 188px;
}
.link-a2 a img{
  display: block;
  width: 60px;
}
.link-a2 a .txt{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.18px;
  color: rgb(0, 108, 238);
  width: calc(100% - 80px);
}
/* .link-a2 a:hover .txt{
  text-decoration: underline;
} */

@media(max-width:1024px){
  .link-a a{
    width: 100%;
    max-width: 165px;
    gap: 10px;
    padding: 12px 15px;
  }
  .link-a a .txt{
    width: calc(100% - 24px);
    font-size: 16px;
  }
  .link-a a img{
    width: 14px;
  }
  .mobile{
    display: block !important;
  }

  .link-a2 a{
    gap: 10px;
    width: 160px;
  }
  .link-a2 a img{
    width: 40px;
  }
  .link-a2 a .txt{
    font-size: 16px;
    width: calc(100% - 50px);
  }
}

/* common */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}
.main-banner-swiper{
  width: 100%;
  position: relative;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
}
.main-banner-swiper .swiper-slide01,
.main-banner-swiper .swiper-slide
{
  background: url(/html/img/main-banner-bg01.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide02{
  background: url(/html/img/main-banner-bg02.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide03{
  background: url(/html/img/main-banner-bg03.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide::before{
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.56) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.main-banner-swiper .swiper-slide .txtbox{
  position: absolute;
  z-index: 2;
  bottom: 208px;
  left: 50%;
  transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  width: 100%;
}
.main-banner-swiper .swiper-slide .txtbox h2{
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}

.main-banner-tool{
  position: absolute;
  z-index: 2;
  bottom: 150px;
  left: 0;
  width: 100%;
}
.main-banner-tool .mainbanner-inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.main-banner-tool .swiper1-paging{
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
}
.main-banner-tool .swiper1-paging .now,
.main-banner-tool .swiper1-paging .total{
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: rgb(255, 255, 255);
  display: block;
  width: 24px;
  text-align: center;
}
.main-banner-tool .swiper1-paging .progress-bar{
  width: 65px;
  height: 2px;
  position: relative;
  background-color: rgba(255, 255, 255,0.2);
}
.main-banner-tool .swiper1-paging .progress-bar .bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(0, 97, 213);
  transition: all 0.3s ease-in-out;
}
.main-banner-tool .prevbtn,
.main-banner-tool .nextbtn{
  cursor: pointer;
  width: 8px;
}
.mainbanner-inner{
  max-width: 2560px !important;
  padding: 0 124px;
}

.text-center{
  text-align: center !important;
}
.main-sectit{
  margin-bottom: 80px;
}
.main-sectit h2{
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}
.main-sectit h2 span{
  font-weight: 900;
  color: rgb(0, 60, 132);
}
.main-sectit p{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  margin-top: 16px;
}
.main-sectit.white *{
  color: rgb(237, 237, 237);
}

.main-sec02{
  padding: 200px 0 100px;
}
.main-sec02-titline{
  position: relative;
  margin-bottom: 80px;
  z-index: 11;
}
.main-sec02-titline .main-sectit{
  margin-bottom: 0 !important;
}
.main-sec02-titline .noah-logo{
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(26%, -50%);
  -webkit-transform: translateY(26%, -50%);
  width: 70%;
  max-width: 997px;
}
.main-sec02 .con-line{
  position: relative;
  display: flex;
  gap: 20px;
  z-index: 22;
}
.main-sec02 .con-line > .left{
  width: calc(42% - 10px);
}
.main-sec02 .con-line > .right{
  width: calc(58% - 10px);
}
.main-sec02 .con-line > .left .imgbox{
  border-radius: 60px;
  overflow: hidden;
  height: 100%;
}
.main-sec02 .con-line > .left .imgbox img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sec02 .con-line > .right .main-sec02-swiper{
  overflow: hidden;
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box{
  height: 600px;
  padding: 100px;
  border-radius: 60px;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: auto;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox .top{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: rgb(0, 108, 238);
  margin-bottom: 12px;
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(34, 34, 34);
  margin-bottom: 40px;
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.48px;
  color: rgb(34, 34, 34);
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox .dsc{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  margin-top: 10px;
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .main-sec02-paging{
  display: flex;
  align-items: flex-end;
  gap: 3px;
  width: auto;
}

.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .main-sec02-paging .now{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: rgb(34, 34, 34);
}
.main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .main-sec02-paging .total{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.28px;
  color: rgba(34, 34, 34,0.4);
  position: relative;
  top: -10px;
}
.main-sec03{
  padding: 100px 0 180px;
  background: url(../img/main-sec03-bg.jpg) no-repeat bottom center / cover;
}
.main-sec03 .con-line{
  padding: 0 100px;
  display: flex;
  gap: 150px;
  align-items: flex-start;
}
.main-sec03 .con-line > li{
  width: calc(33.33% - (300px / 3));
}
.main-sec03 .con-line > li .iconbox{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  background: #fff;
  border: solid 1px rgb(209, 209, 209);
  position: relative;
  margin-bottom: 30px;
}
.main-sec03 .con-line > li .iconbox img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 100px;
  width: 33.333%;
}
.main-sec03 .con-line > li .txtbox{
  text-align: center;
}
.main-sec03 .con-line > li .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(0, 60, 132);
  margin-bottom: 15px;
}
.main-sec03 .con-line > li .txtbox h4{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: rgb(34, 34, 34);
  margin-bottom: 10px;
}
.main-sec03 .con-line > li .txtbox p{
  font-size: 18px;
  font-weight: normal;
  color: rgb(85, 85, 85);
}

.main-sec04{
  padding: 200px 0 150px; 
}
.main-sec04-swiper-wrapper{
  overflow: hidden;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
.main-sec04-swiper-wrapper .swiper3-btn-prev,
.main-sec04-swiper-wrapper .swiper3-btn-next{
  position: absolute;
  top: calc(50% - 86.5px);
  width: 75px;
  cursor: pointer;
  z-index: 2;
  border-radius: 100%;
  background: #fff;
}
.main-sec04-swiper-wrapper .swiper3-btn-prev{
  left: 7.5%;
  transform: translate(-25%,-50%);
  -webkit-transform: translate(-25%,-50%);
}
.main-sec04-swiper-wrapper .swiper3-btn-next{
  right: 7.5%;
  transform: translate(25%,-50%);
  -webkit-transform: translate(25%,-50%);
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box{
  position: relative;
  padding-bottom: 173px;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .imgbox{
  height: 400px;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide.swiper-slide01 .slide-box .imgbox{
  background: url(../img/main-sec04-slide01.jpg) no-repeat center / cover;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide.swiper-slide02 .slide-box .imgbox{
  background: url(../img/main-sec04-slide02.jpg) no-repeat center / cover;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide.swiper-slide03 .slide-box .imgbox{
  background: url(../img/main-sec04-slide03.jpg) no-repeat center / cover;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox{
  position: absolute;
  bottom: 0;
  right: -1px;
  padding: 40px 80px;
  background: #fff;
  transition: 0.6s ease-in-out;
  opacity: 0;
  max-width: 956px;
  width: 100%;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide.swiper-slide-active .slide-box .txtbox{
  opacity: 1;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(34, 34, 34);
  margin-bottom: 10px;
}
.main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox p{
  font-size: 18px;
  font-weight: normal;
  color: rgb(85, 85, 85);
  margin-bottom: 40px;
}

.main-sec05{
  background: url(../img/main-sec05-bg.jpg) no-repeat center / cover;
}
.main-sec05 .main-sectit{
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
  z-index: 10;
}
.main-sec05-inner.inner{
  max-width: 2560px !important;
  padding: 0;
}
.main-sec05 .con-line{
  display: flex;
}
.main-sec05 .con-line > li{
  display: flex;
  height: 90vh;
  max-height: 907px;
  min-height: 700px;
  width: 25%;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255,0.2);
}
.main-sec05 .con-line > li:last-child{
  border-right: none;
}
.main-sec05 .con-line > li .conbox{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center; 
  justify-content: center;
  position: relative;
}
.main-sec05 .con-line > li .conbox::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 37, 81,0.9);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.main-sec05 .con-line > li .conbox .smallbox{
  width: 100%;
  position: relative;
  z-index: 2;
}
.main-sec05 .con-line > li .conbox .txtbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.32px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
}
.main-sec05 .con-line > li .conbox .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
}
.main-sec05 .con-line > li .conbox .link-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 0;
  margin-top: 0px;
  transition: all 0.3s ease-in-out;
}
.main-sec05 .con-line > li .conbox:hover .link-icon{
  margin-top: 60px;
  opacity: 1;
}
.main-sec05 .con-line > li .conbox:hover::before{
  opacity: 1;
}

.main-sec06{
  padding: 150px 0;
}
.main-sec06 .con-line{
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.main-sec06 .con-line > .left{
  width: calc(38% - 15px);
}
.main-sec06 .con-line > .right{
  width: calc(62% - 15px);
}
.main-sec06 .con-line > .left .main-sectit{
  margin-bottom: 105px;
}
.main-sec06 .con-line > .right .news-latest{
  padding-top: 48px;
  display: flex;
  gap: 112px;
  align-items: flex-start;
}
.main-sec06 .con-line > .right .news-latest .news-listbox{
  display: block;
  width: calc(50% - 56px);
}
.main-sec06 .con-line > .right .news-latest .news-listbox .category{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.18px;
  color: rgb(0, 108, 238);
  margin-bottom: 48px;
}
.main-sec06 .con-line > .right .news-latest .news-listbox .subject{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: rgb(14, 14, 14);
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-sec06 .con-line > .right .news-latest .news-listbox .content{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  color: rgb(85, 85, 85);
  margin-bottom: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-sec06 .con-line > .right .news-latest .news-listbox .date{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.32px;
  color: rgb(170, 170, 170);
}
/* .main-sec06 .con-line > .right .news-latest .news-listbox:hover .subject{
  text-decoration: underline;
} */

.main-sec07 .con-line{
  display: flex;
}
.main-sec07-inner.inner{
  max-width: 2560px !important;
  padding: 0 !important;
}
.main-sec07 .con-line > li{
  width: 50%;
  display: flex;
  align-items: center;
  padding: 120px 50px 120px 100px;
}
.main-sec07 .con-line > li.left{
  background: url(../img/main-sec07-bg01.jpg) no-repeat center / cover;
}
.main-sec07 .con-line > li.right{
  background: url(../img/main-sec07-bg02.jpg) no-repeat center / cover;
}
.main-sec07 .con-line > li .conbox{
  width: 100%;
  height: 100%;
  display: block; 
}
.main-sec07 .con-line > li .conbox .txtbox p{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.18px;
  color: rgb(108, 175, 255);
  margin-bottom: 48px;
}
.main-sec07 .con-line > li .conbox .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  margin-bottom: 48px;
}

@media(max-width:1600px){
  .main-sec02{
    padding: 100px 0 80px;
  }
  .main-sec03{
    padding: 80px 0; 
  }
  .main-sec04{
    padding: 80px 0 60px;
  }
  .main-sec06{
    padding: 80px 0;
  }

  .mainbanner-inner{
    padding: 0 50px;
  }

  .main-sec03 .con-line{
    padding: 0 0px;
    gap: 100px;
  }
  .main-sec03 .con-line > li{
    width: calc(33.33% - (200px / 3));
  }

  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box{
    padding-bottom: 240px;
  }
  .main-sec04-swiper-wrapper .swiper3-btn-prev,
  .main-sec04-swiper-wrapper .swiper3-btn-next{
    top: calc(50% - 120px);
  }
  .main-sec04-swiper-wrapper .swiper3-btn-prev{
    left: 30px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
  }
  .main-sec04-swiper-wrapper .swiper3-btn-next{
    right: 30px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox{
    padding: 40px 40px;
    width: 80%;
  }

  .main-sec05 .main-sectit{
    top: 60px;
  }
  .main-sec05 .con-line > li{
    height: 100vh;
    min-height: 600px;
  }
  .main-sec05 .con-line > li .conbox:hover .link-icon{
    margin-top: 30px;
  }

  .main-sec06 .con-line > .right .news-latest{
    padding-top: 30px;
    gap: 48px;
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox{
    width: calc(50% - 24px);
  }
  .main-sec06 .con-line > .left{
    width: calc(45% - 15px);
  }
  .main-sec06 .con-line > .right{
    width: calc(55% - 15px);
  }
  .main-sec07 .con-line > li{
    padding: 80px 40px 80px 60px;
  }
}
@media(max-width:1415px){
  .mainbanner-inner{
    padding: 0 20px;
    max-width: 1200px !important;
  }
}

@media(max-width:1024px){
  .main-banner-swiper{
    height: 80vh;
    min-height: 430px;
    max-height: 650px;
  }
  .main-banner-swiper .swiper-slide .txtbox{
    bottom: 80px;
  }
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 32px;
    letter-spacing: -0.6px;
  }

  .main-banner-tool{
    bottom: 30px;
  }
  .main-banner-tool .mainbanner-inner{
    gap: 15px;
  }
  .main-banner-tool .swiper1-paging{
    gap: 12px;
  }
  .main-banner-tool .swiper1-paging .now,
  .main-banner-tool .swiper1-paging .total{
    font-size: 15px;
    width: 20px;
  }
  .main-banner-tool .swiper1-paging .progress-bar{
    width: 60px;
  }

  .main-sectit{
    margin-bottom: 30px;
  }
  .main-sectit h2{
    font-size: 32px;
  }
  .main-sectit p{
    font-size: 16px;
    margin-top: 8px;
  }

  .main-sec02{
    padding: 100px 0 60px;
  }
  .main-sec02-titline{
    margin-bottom: 30px;
  }
  .main-sec02-titline .noah-logo{
    right: initial;
    left: 20%;
    top: 100%;
    transform: translate(0%, 0%);
    -webkit-transform: translateY(0%, 0%);
    width: 90%;
  }
  .main-sec02 .con-line{
    flex-wrap: wrap;
  }
  .main-sec02 .con-line > .left{
    width: 100%;
  }
  .main-sec02 .con-line > .right{
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .main-sec02 .con-line > .left .imgbox{
    border-radius: 28px;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide{
    align-self: stretch;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box{
    height: 100%;
    min-height: 390px;
    padding: 40px 20px 20px 20px;
    border-radius: 28px;
    gap: 20px;
    text-align: center;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox .top{
    font-size: 15px;
    margin-bottom: 8px;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox h3{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox h4{
    font-size: 18px;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox .dsc{
    font-size: 16px;
    margin-top: 6px;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .main-sec02-paging .now{
    font-size: 24px;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .main-sec02-paging .total{
    font-size: 16px;
    top: -5px;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .txtbox .dsc br{
    display: none;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .link-a{
    width: 100%;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .link-a a{
    width: 100%;
    max-width: unset;
  } 
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line{
    justify-content: center;
  }

  .main-sec03{
    padding: 60px 0;
  }
  .main-sec03 .con-line{
    gap: 30px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-sec03 .con-line > li{
    width: calc(33.333% - (20px / 3));
  }
  .main-sec03 .con-line > li .iconbox{
    margin-bottom: 16px;
  }
  .main-sec03 .con-line > li .iconbox img{
    max-width: 100%;
    width: 40%;
  }
  .main-sec03 .con-line > li .txtbox h3{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .main-sec03 .con-line > li .txtbox h4{
    font-size: 18px;
    margin-bottom: 6px;
  }
  .main-sec03 .con-line > li .txtbox p{
    font-size: 16px;
  }


  .main-sec04{
    padding: 60px 0 0; 
  }
  .main-sec04-swiper-wrapper{
    background: #f1f1f1;
  }
  .main-sec04-swiper-wrapper .swiper3-btn-prev,
  .main-sec04-swiper-wrapper .swiper3-btn-next{
    top: 15px;
    width: 48px;
    transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
  }
  .main-sec04-swiper-wrapper .swiper3-btn-prev{
    left: initial;
    right: 78px;
  }
  .main-sec04-swiper-wrapper .swiper3-btn-next{
    right: 20px;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box{
    padding-bottom: 0px;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .imgbox{
    height: 250px;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox{
    position: relative;
    right: 0;
    padding: 40px 20px 60px 20px;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    background: transparent;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox h3{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox p{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide.swiper-slide01 .slide-box .imgbox{
    background: url(../img/main-sec04-slide01.jpg) no-repeat 20% center / cover;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide.swiper-slide02 .slide-box .imgbox{
    background: url(../img/main-sec04-slide02.jpg) no-repeat 20% center / cover;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide.swiper-slide03 .slide-box .imgbox{
    background: url(../img/main-sec04-slide03.jpg) no-repeat 30% center / cover;
  }

  .main-sec05{
    padding: 60px 0 0 0;
  }
  .main-sec05 .main-sectit{
    position: relative;
    top: 0;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .main-sec05 .con-line{
    flex-wrap: wrap;
  }
  .main-sec05 .con-line > li{
    width: 50%;
    height: auto;
    max-height: initial;
    min-height: initial;
    border-right: none;
  }
  .main-sec05 .con-line > li .conbox{
    padding: 60px 0;
  }
  .main-sec05 .con-line > li .conbox::before{
    opacity: 1 !important;
  }
  .main-sec05 .con-line > li:nth-child(3n + 1) .conbox::before{
    background: rgba(0,0,0,0.8);
  }
  .main-sec05 .con-line > li .conbox .txtbox p{
    font-size: 15px;
  }
  .main-sec05 .con-line > li .conbox .txtbox h3{
    font-size: 20px;
  }
  .main-sec05 .con-line > li .conbox .link-icon{
    width: 32px;
    height: 32px;
    opacity: 1 !important;
    margin-top: 30px !important;
  }

  .main-sec06{
    padding: 60px 0;
  }
  .main-sec06 .con-line{
    flex-wrap: wrap;
  }
  .main-sec06 .con-line > .left{
    width: 100%;
  }
  .main-sec06 .con-line > .right{
    width: 100%;
  }
  .main-sec06 .con-line > .left .main-sectit{
    margin-bottom: 15px;
  }
  .main-sec06 .con-line > .right .news-latest{
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.2);
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox{
    width: calc(50% - 10px);
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox .category{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox .subject{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox .content{
    font-size: 16px;
    margin-bottom: 24px;
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox .date{
    font-size: 14px;
  }

  .main-sec07 .con-line{
    flex-wrap: wrap;
  }
  .main-sec07 .con-line > li{
    padding: 40px 20px;
  }
  .main-sec07 .con-line > li .conbox .txtbox p{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .main-sec07 .con-line > li .conbox .txtbox h3{
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 30px;
  }

}

@media(max-width:767px){
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 26px;
  }
  .main-sec03 .con-line > li{
    width: calc(50% - 5px);
  }
  .main-sec03 .con-line > li .txtbox p br{
    display: none;
  }
  .main-sec04-swiper-wrapper .main-sec04-swiper .swiper-slide .slide-box .txtbox p br{
    display: none;
  }
  .main-sec06 .con-line > .right .news-latest{}
  .main-sec06 .con-line > .right .news-latest .news-listbox .content{
    margin-bottom: 12px;
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox{
    width: 100%;
  }
  .main-sec06 .con-line > .right .news-latest .news-listbox:not(:first-child){
    padding-top: 20px;
  }
  .main-sec07 .con-line > li{
    width: 100%;
  }
}
@media(max-width:375px){
  /* .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line{
    justify-content: flex-end;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .link-a{
    width: 100%;
  }
  .main-sec02 .con-line > .right .main-sec02-swiper .swiper-slide .slide-box .bottom-line .link-a a{
    width: 100%;
  } */
}

@media(max-width:350px){
  .main-banner-swiper .swiper-slide .txtbox h2 br{
    display: none;
  }
  .main-sec03 .con-line > li{
    width: 100%;
  }
  .main-sec03 .con-line > li .iconbox{
    width: 80%;
    padding-bottom: 80%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

/* main */

.partners-sec{
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.partners-sec .partners-line .swiper-slide{
  max-width: 330px;
  width: 100%;
}
.partners-sec .partners-line .swiper-wrapper{
  transition-timing-function: linear !important;
}

@media(max-width:1024px){
  .partners-sec{
    padding: 50px 0;
  }
  .partners-sec .partners-line .swiper-slide{
    max-width: 100%;
    width: 20%;
  }
}

@media(max-width:767px){
  .partners-sec .partners-line .swiper-slide{
    width: 33.33%;
  }
}

/* 제휴사 슬라이드 */


/* 팝업 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  margin-bottom: 24px;
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box{
  max-height: 50vh;
  overflow-y: auto;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    margin-bottom: 16px;
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 14px;
  }
}


/* 로딩프레임 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* 퀵버튼 */

/* Fixed button */
.fixed_btns{display: flex;flex-direction: column;gap: 8px;position: fixed;bottom: 5%;right: 30px;z-index: 999;width: 68px;}
.fixed_btns .fixed_button{position: relative;border-radius: 41.1%;box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);}
.fixed_btns .fixed_button > img{width: 68px;}
.fixed_btns .fixed_button .fixed_hover{position: absolute;top: 0;right: 0;width: 0;height: 100%;transition: width 0.3s;overflow: hidden;}
.fixed_btns .fixed_button .fixed_hover img{position: absolute;top: 0;right: 0;height: 100%;}
.fixed_btns .fixed_button .call_hover img{min-width: 205px;}
.fixed_btns .fixed_button:hover .call_hover{width: 205px;}
.fixed_btns .fixed_button .kakao_hover img{min-width: 168px;}
.fixed_btns .fixed_button:hover .kakao_hover{width: 168px;}

.fixed_btns .fixed_button:hover .fixed_hover2{
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3{
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img
{min-width: 205px;}

@media screen and (max-width: 1024px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 12px;width: 60px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 182px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 182px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 148px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 148px;}

}
@media screen and (max-width: 768px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 8px;width: 45px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 136px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 136px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 112px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 112px;}

}


/* fixed_btns */
 
.link-a3 a{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 170px;
}
.link-a3 a .txt{
  width: calc(100% - 72px);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.28px;
  color: rgb(34, 34, 34);
}
.link-a3 a .icon{
  width: 56px;
}
/* .link-a3 a:hover .txt{
  text-decoration: underline;
} */

.footer-wrap,
.footer-wrap > section{
  width: 100%;
  position: relative;
}
.footer-wrap > .footer-top-section > .con-top{
  padding: 109px 0px;
  background: url(../img/footer-top-bg.jpg) no-repeat center / cover;
}
.footer-wrap > .footer-top-section .con-top .con-line{
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-wrap > .footer-top-section .con-top .con-line > .left{
  width: calc(100% - 190px);
}
.footer-wrap > .footer-top-section .con-top .con-line > .left .txtbox h3{
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -0.44px;
  color: rgb(34, 34, 34);
  margin-bottom: 28px;
}
.footer-wrap > .footer-top-section .con-top .con-line > .left .txtbox p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: rgba(34, 34, 34, 0.7);
}
.footer-wrap > .footer-top-section .subnavi-line{
  display: flex;
}
.footer-wrap > .footer-top-section .subnavi-line > li{
  width: 33.333333%;
  border-right: solid 1px rgb(204, 204, 204);
}
.footer-wrap > .footer-top-section .subnavi-line > li:last-child{
  border-right: none;
}
.footer-wrap > .footer-top-section .subnavi-line > li a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 25px 40px;
}
.footer-wrap > .footer-top-section .subnavi-line > li a > .left{
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(100% - 36px);
}
.footer-wrap > .footer-top-section .subnavi-line > li a > .right{
  width: 24px;
}
.footer-wrap > .footer-top-section .subnavi-line > li a > .left .icon{
  width: 50px;
}
.footer-wrap > .footer-top-section .subnavi-line > li a > .left .txt{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: rgb(34, 34, 34);
}
.footer-wrap > .footer-top-section .subnavi-line > li a > .right .arrow-icon{
  width: 24px;
}
/* .footer-wrap > .footer-top-section .subnavi-line > li a:hover > .left .txt{
  text-decoration: underline;
} */

.footer-wrap > .footer-sec01{
  padding: 40px 0;
  background-color: rgb(49, 52, 60);
}
.footer-wrap > .footer-sec01 .top-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
.footer-wrap > .footer-sec01 .top-line .logobox{
  width: 180px;
}
.footer-wrap > .footer-sec01 .top-line .submenu{
  display: flex;
  gap: 6px 32px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-wrap > .footer-sec01 .top-line .submenu > li a{
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: rgb(255, 255, 255);
}
/* .footer-wrap > .footer-sec01 .top-line .submenu > li a:hover{
  text-decoration: underline;
} */
.footer-wrap > .footer-sec01 .txtbox{
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.footer-wrap > .footer-sec01 .txtbox > p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
.footer-wrap > .footer-sec01 .txtbox > p:last-child{
  margin-bottom: 0;
}
.footer-wrap > .footer-sec01 .copyright{
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.13px;
  color: rgba(255, 255, 255, 0.7);
}


@media(max-width:1024px){
  .link-a3 a{
    gap: 10px;
    width: 120px;
  }
  .link-a3 a .txt{
    width: 70px;
    font-size: 20px;
  }
  .link-a3 a .icon{
    width: 40px;
  }
  .footer-wrap > .footer-top-section > .con-top{
    padding: 50px 0px;
  }
  .footer-wrap > .footer-top-section .con-top .con-line{
    gap: 30px;
  }
  .footer-wrap > .footer-top-section .con-top .con-line > .left{
    width: 100%;
  }
  .footer-wrap > .footer-top-section .con-top .con-line > .left .txtbox h3{
    font-size: 24px;
    margin-bottom: 14px;
  }
  .footer-wrap > .footer-top-section .con-top .con-line > .left .txtbox p{
    font-size: 16px;
  }
  .footer-wrap > .footer-top-section .subnavi-line{
    flex-wrap: wrap;
  }
  .footer-wrap > .footer-top-section .subnavi-line > li a{
    gap: 4px;
    padding: 12px 20px;
  }
  .footer-wrap > .footer-top-section .subnavi-line > li a > .left{
    gap: 8px;
    width: calc(100% - 28px);
  }
  .footer-wrap > .footer-top-section .subnavi-line > li a > .right{
    width: 20px;
  }
  .footer-wrap > .footer-top-section .subnavi-line > li a > .left .icon{
    width: 32px;
  }
  .footer-wrap > .footer-top-section .subnavi-line > li a > .left .txt{
    font-size: 15px;
  }
  .footer-wrap > .footer-top-section .subnavi-line > li a > .right .arrow-icon{
    width: 20px;
  }


  .footer-wrap > .footer-sec01{
    padding: 30px 0;
  }
  .footer-wrap > .footer-sec01 .top-line{
    margin-bottom: 20px;
  }
  .footer-wrap > .footer-sec01 .top-line .logobox{
    width: 100%;
  }
  .footer-wrap > .footer-sec01 .top-line .logobox img{
    max-width: 200px;
    width: 100%;
  }
  .footer-wrap > .footer-sec01 .top-line .submenu{
    gap: 6px 12px;
  }
  .footer-wrap > .footer-sec01 .top-line .submenu > li a{
    font-size: 15px;
  }
  .footer-wrap > .footer-sec01 .txtbox{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer-wrap > .footer-sec01 .txtbox > p{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .footer-wrap > .footer-sec01 .copyright{
    font-size: 12px;
  }
}

@media(max-width:767px){
  .footer-wrap > .footer-top-section .subnavi-line > li{
    width: 50%;
  }
  .footer-wrap > .footer-top-section .subnavi-line > li:last-child{
    width: 100%;
    border-top: solid 1px rgb(204, 204, 204);
  }
}

@media(max-width:425px){
  .footer-wrap > .footer-top-section .con-top .con-line > .left .txtbox h3 br{
    display: none;
  }
  .footer-wrap > .footer-top-section .subnavi-line > li{
    width: 100%;
    border-top: 1px solid rgb(204,204,204);
  }
  .footer-wrap > .footer-top-section .subnavi-line > li:first-child{
    border-top: none;
  }

}

@media(max-width:350px){
}

.right-fixed-wrap{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 75px;
}
.right-fixed-wrap .top-btn{
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
} 


@media(max-width:1024px){
  .right-fixed-wrap{
    bottom: 20px;
    right: 20px;
    width: 48px;
  }
}

/* footer */

.bo_inner{
  max-width: unset;
  padding-top: 90px;
  padding-bottom: 150px;
  padding-left: calc(50% - 720px);
  padding-right: calc(50% - 720px);
  margin: 0;
}
.bo_inner.bo_bg{background-color: #F1F2F3;}

@media(max-width:1480px){
  .bo_inner{
    padding-left: 20px;
    padding-right: 20px;
  }  
}
@media(max-width:1024px){
  .bo_inner{
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/* board */




/* 게시판 페이징 */
.pg{margin-top: 0;}
.pg_wrap{float: none;display: block;text-align: center;margin-top: 80px;}
.pg_current{min-width: 40px;height: 40px;background-color: #003C84;border: unset;font-size: 20px;font-weight: 500;color: #fff;line-height: 40px;border-radius: 8px;}
.pg_page{min-width: 40px;height: 40px;border: unset;font-size: 20px;font-weight: 500;line-height: 40px;color: #222 !important;border-radius: 50%;background-color: transparent !important;}
.pg_page:hover{text-decoration: underline !important;}
.pg_end {background: url(/html/img/pg_end.png) no-repeat 50% 50%;}
.pg_start {background: url(/html/img/pg_start.png) no-repeat 50% 50%;}
.pg_next {background: url(/html/img/pg_next.png) no-repeat 50% 50%;}
.pg_prev {background: url(/html/img/pg_prev.png) no-repeat 50% 50%;}

@media screen and (max-width:1024px) {
  .pg_wrap{margin-top: 40px;}
  .pg_current{min-width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
  .pg_page{min-width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
}