@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');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&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");
} */

:root {
  --color-point : #EF4023;
}
body{
  width: 100%;
  height: 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;
}
 
.cmt{
  font-family: "Cormorant", serif !important;
}
.cmt_all,
.cmt_all *
{
  font-family: "Cormorant", serif !important;
}

.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.play{
  font-family: 'Play', sans-serif !important;
}
.abh{
  font-family: "Abhaya Libre", serif !important;
}
.noto{
  font-family: "Noto 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 .ham_open .bar{background-color: var(--color-point);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {
  /* color: var(--color-point); */
  text-decoration: underline;
}
.all_gnb_nav p.depth1_a::after{background-color: var(--color-point);}
.all_gnb_nav .depth2 a:hover {color: var(--color-point);}
.gnb_nav .snb .depth2.on a{
  color: var(--color-point);
}
.all_gnb_nav .depth2.on > a
{
  color: var(--color-point);
}

/* 헤더컬러 */

.header{
  background: transparent;
}
.header.on{
  background: rgba(0, 0, 0, .7) !important;
}
.header.sub.on{
  background: #fff !important;
}

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
  /* background: #fff; */
}
.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.scr{border-bottom: 1px solid  rgba(217, 217, 217,0.2);background: rgba(0,0,0,0.7);}
.header.sub.scr{background-color: #fff;border-bottom: #ccc solid 1px;}
.header.sub:hover{background-color: #fff;border-bottom: 1px solid transparent;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
position: relative;
z-index: 99;
max-width: 2560px;
padding: 0 60px;
}
.header .logo img {display: block; max-width: 206px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 60px; 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;}
.header.sub .gnb_nav .gnb .depth1_a{color: #222;}

/* 메뉴 호버타입1 */
/* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  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);} */
/* 메뉴 호버타입1 */
/* 메뉴 호버타입2 */
 .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #EF4023;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after
{opacity: 1;} 
/* 메뉴 호버타입2 */
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
}
.header.sub .ham_open img{filter: invert(1);}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 100px; padding: 20px 0; font-size: 15px; text-align: center; line-height: 1.3;  transform: translateX(-50%); transform-origin: top; position: absolute; top: calc(100% + 1px); left: 50%; z-index: -1;
display: none;
}
.en_header .gnb_nav .snb{min-width: 125px;}

.gnb_nav .snb .depth2 a {display: block; padding: 5px 0; word-break: keep-all;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  text-align: center;
  color: #fff;
}
.header.sub .gnb_nav .snb .depth2 a{color: #222;}
.header.sub .gnb_nav .snb .depth2.on a{color: #EF4023;}

.header .snb > h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

.header.on .snb {
  /* opacity: 1; transform: translateX(-50%); height: auto; */
}
.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;}
.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);}

.all-toggle-wrap{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  display: none;
  overflow: hidden;
  padding: 20px 0;
  height: 300px;
}
.en_header .all-toggle-wrap{
  height: 330px;
}
.header.sub .all-toggle-wrap{background-color: #fff;}

.header.on .all-toggle-wrap{
  /* opacity: 1;
  height: auto; */
}
.all-toggle-wrap .n-inner{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1520px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.all-toggle-wrap .n-inner > .left-img{
  width: 568px;
  position: relative;
}
.all-toggle-wrap .n-inner > .left-img img{
  padding-left: 100px;
  padding-right: 40px;
  width: 100%;
  display: block;
}
.all-toggle-wrap .n-inner > .left-img::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0,0,0,0.5);
  display: none;
}
.all_gnb_nav .gnb li .snb{
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2{
  display: none;
}



/* 언어변경 버튼 */
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.sub .language_btn button img{filter: invert(1);}
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;}


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 30px;
}
.right-btn-area > div{
}
.right-btn-area .bids-btn,
.bids-btn{
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px 5px 8px;
  text-align: center;
  border-radius: 99px;
  background: linear-gradient(70deg, rgb(164, 23, 0) 4%, rgb(239, 64, 35) 49%, rgb(164, 23, 0) 93%);
  width: 130px;
}

@media screen and (max-width: 1800px){
  .en_header .gnb_nav .gnb{
    gap: 40px;
  }
  .en_header .gnb_nav .snb{min-width: 110px;}
  .en_header .gnb_nav .gnb .depth1_a {font-size: 16px;}
  .en_header .gnb_nav .snb .depth2 a{font-size: 15px;}

}
@media screen and (max-width: 1600px){
  .header .snb > h2{
  }
  .gnb_nav .snb{
    padding: 20px 0;
  }

  .all-toggle-wrap{
    padding: 20px 0;
  }
  .all-toggle-wrap .n-inner{
    gap: 20px;
  }
  .all-toggle-wrap .n-inner > .left-img{
    width: 500px;
  }
  .all-toggle-wrap .n-inner > .left-img img{
    padding-left: 80px;
    padding-right: 30px;
  }
  .gnb_nav .gnb{
    gap: 40px;
  }
}
@media screen and (max-width: 1550px){
  .en_header .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .en_header .right-btn-area{
    display: flex;
  }
  .en_header .ham_open{
    display: flex;
  }
	.header.en_header {height: 80px;}
	.header.en_header .logo img {width: 180px;}
	.en_header .gnb_nav .gnb {display: none;}
}

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

@media(max-width:1300px){
  .right-btn-area{
    gap: 12px;
  }
  .right-btn-area .bids-btn,
  .bids-btn
  {
    width: 100px;
    padding: 12px 8px;
  }
  .en_header .right-btn-area .bids-btn,
  .en_header .bids-btn
  {
    width: 130px;
  }
  .header .inner{
    padding: 0 20px;
  }
  .header .logo img{
    max-width: 180px;
  }
  .gnb_nav .gnb .depth1_a {font-size: 16px;}
  .gnb_nav .snb .depth2 a{font-size: 15px;}
}
@media(max-width:1200px){
  .gnb_nav .gnb{
    gap: 30px;
  }
}

@media screen and (max-width: 1024px){
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .right-btn-area{
    display: flex;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 180px;}
	.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;}
	.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: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }

  .right-btn-area{
    gap: 8px;
  }
  .right-btn-area > div{
    width: 20px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: #EF4023;
  }

  .right-btn-area .bids-btn{
    width: 80px;
    font-size: 14px;
    display: none;
  }
}
@media screen and (max-width: 768px){

	.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: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  header .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

/* 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: 70px 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 .sub_tit {
  font-size: 72px;
  color: #0E0E0E;
  margin-top: 16px;
}
.sub_visual .subtop-txtbox p{
  font-size: 20px;
  font-weight: 900;
  color: #E45635;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav .inner{display: flex;gap: 20px;justify-content: space-between;align-items: center;flex-wrap: wrap;padding-bottom: 30px;border-bottom: #CCCCCC solid 1px;}
.sub_nav .now_page{display: flex;gap: 22px;align-items: center;}
.sub_nav .now_page > li{position: relative;font-size: 15px;font-weight: 400;color: #0E0E0E;}
.sub_nav .now_page > li:nth-child(n + 2)::before{content: '';position: absolute;top: 50%;left: -10px;width: 2px;height: 2px;background-color: #0E0E0E;border-radius: 50%;transform: translateY(-50%);}

.sub_nav_ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sub_nav_ul > li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  column-rule: #222;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li,
.sub_nav_ul .depth3_li
{
  width: 210px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 16px 24px;
  background-color: #F1F1F1;
  border-radius: 999px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 24px;
  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;
  border-radius: 12px;
  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: 40px 0 30px;
  }
  .sub_visual .sub_tit {
    font-size: 36px;
    margin-top: 10px;
  }
  .sub_visual .subtop-txtbox p{
    font-size: 16px;
  }
  .sub_nav_ul {
    font-size: 16px;
  }
  .sub_visual .subtop-txtbox p{
    letter-spacing: 0.5px;
    padding-bottom: 6px;
  }
  .sub_nav .inner{
    padding-bottom: 20px;
  }
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li,
  .sub_nav_ul .depth3_li{
    width: 150px;
  }
  .sub_nav_ul .depth_p {
    padding: 12px 40px 12px 20px;
  }
  .sub_nav_ul .depth_p::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media(max-width:768px){
  .sub_nav .now_page{gap: 16px;}
  .sub_nav .now_page > li:nth-child(n + 2)::before{left: -7px;}
  .sub_nav .now_page > li{
    font-size: 14px;
  }
  .sub_nav_ul > li {
    font-size: 15px;
  }
  .sub_nav .inner{gap: 12px;}
  .sub_nav_ul{width: 100%;}
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li{
    width: calc(50% - 5px);
  }
  .sub_nav_ul .depth_p {
    padding: 10px 32px 10px 16px;
  }
  .sub_nav_ul .depth_p::after {
    width: 16px;
    height: 16px;
    right: 16px;
  }

}

/* 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 */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}
.main-banner{
  overflow: hidden;
}
.main-banner .video_box{width: 100%;height: 100vh;min-height: 600px;max-height: 1400px;background-color: #000;}
.main-banner .video_box video{width: 100%;height: 100%;object-fit: cover;opacity: 0.8;}
.main-banner .txt_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.main-banner .txt_box p{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
}
.main-banner .txt_box h2{
  font-size: 70px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-top: 16px;
}


.main-banner-swiper{
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 1400px;
}
.main-banner-swiper .swiper-slide01,
.main-banner-swiper .swiper-slide
{
  background: url(/html/img/main-visual01.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide02{
  background: url(/html/img/main-visual02.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.main-banner-swiper .swiper-slide .txtbox .inner{
  opacity: 0;
  top: 30px;
  transition: all 1s ease-in-out;
}
.main-banner-swiper .swiper-slide.swiper-slide-active .txtbox .inner{
  opacity: 1;
  top: 0;
}
.main-banner-swiper .swiper-slide .txtbox p{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
}
.main-banner-swiper .swiper-slide .txtbox h2{
  font-size: 70px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-top: 16px;
}
.main-banner-tool{
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
}
.main-banner-tool .control-line{
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-banner-tool .control-line > div{
  cursor: pointer;
  width: 48px;
}

/* .main-banner-tool .swiper1-pause{
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.main-banner-tool .swiper1-pause img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.main-banner-tool .swiper1-pause img.play,
.main-banner-tool .swiper1-pause.stop img.pause
{
  opacity: 0;
}
.main-banner-tool .swiper1-pause.stop img.play{
  opacity: 1;
} */
/* .main-banner-tool .swiper1-paging{
  display: flex;
  align-items: center;
  gap: 4px; 
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  border-radius: 0;
  opacity: 0.3;
  background: #fff;
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 0.7;
} */

.main-sec02 .top-sty-area .simbol-line,
.main-sec02 .top-sty-area .simbol-line .text,
.main-sec02 .top-sty-area .simbol-line .text .bar,
.main-sec02 .top-sty-area .simbol-line .text .bar::after,
.main-sec02 .top-sty-area .simbol-line .text p{
  transition: all 0.6s ease-out;
}
.main-sec02{
  padding-top: 143px;
}
.blank{
  width: 100%;
  height: 400px;
}
.main-sec02 .top-sty-area{
  margin-bottom: 140px;
  position: sticky;
  top: 120px;
}
.main-sec02 .top-sty-area .simbol-line{
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  position: relative;
  overflow: hidden;
}
.main-sec02 .top-sty-area .simbol-line .text{
  display: flex;
  align-items: center;
}
.main-sec02 .top-sty-area .simbol-line .text .bar{
  width: calc(100% - 210px);
  height: 1px;
  position: relative;
}
.main-sec02 .top-sty-area .simbol-line .text p{
  font-size: 30px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  width: 210px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.en_page .main-sec02 .top-sty-area .simbol-line .text p{
  font-size: 26px;
}
.main-sec02 .top-sty-area .bottom-txt{
  text-align: center;
  margin-top: 40px;
}
.main-sec02 .top-sty-area .bottom-txt h3{
  font-size: 60px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  opacity: 0;
}
.main-sec02 .top-sty-area .bottom-txt h3.animated{
  opacity: 1;
}
.main-sec02 .top-sty-area .bottom-txt h3 span.color1{
  color: rgb(239, 64, 35);
}
.main-sec02 .top-sty-area .simbol-line .simbol{
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 3;
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 0.6s;
}
.main-sec02 .top-sty-area.active .simbol-line .simbol{
  opacity: 1;
}


.slideup-txt i {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  font-style: normal;
  min-width: 15px;
}
.slideup-txt i.active {
  opacity: 1;
  transform: translateY(0);
}
.main-sec02 .top-sty-area .simbol-line .text:first-child .bar::after{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0,0.8);
}
.main-sec02 .top-sty-area .simbol-line .text{
  width: 180px;
}
.main-sec02 .top-sty-area.active .simbol-line .text{
  width: calc(50% - 3px);
}
.main-sec02 .top-sty-area.active .simbol-line .text .bar::after{
  width: 895px;
}
.main-sec02 .top-sty-area.active .simbol-line .text:first-child p{
  padding-right: 32px;
}
.main-sec02 .top-sty-area.active .simbol-line .text:last-child p{
  padding-left: 32px;
}

.main-sec02 .bottom-sty-area-wrap{
  width: 100%;
  /* min-width: 30%; */
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s linear;
  position: sticky;
  top: 0;
}
.main-sec02 .bottom-sty-area
{
  position: relative;
  z-index: 3;
  height: 100vh;
  background: url(../img/main-sec02-bg3.jpg) no-repeat center / cover;
  min-height: 340px;
}
.main-sec02 .bottom-sty-wrap{
  position: relative;
  z-index: 4;
  height: 100vh;
  min-height: 340px;
}
.main-sec02 .bottom-sty-wrap2{
  background: url(../img/main-sec02-bg5.jpg) no-repeat center / cover;
  position: sticky;
  top: 0;
}
.main-sec02 .bottom-sty-wrap3{
  background: url(../img/main-sec02-bg2.jpg) no-repeat center / cover;
  position: sticky;
  top: 0;
  z-index: 5;
}
.main-sec02 .bottom-sty-wrap4{
  background: url(../img/main-sec02-bg4.jpg) no-repeat center / cover;
  z-index: 6;
}
.main-sec02 .bottom-sty-area .txtbox,
.main-sec02 .bottom-sty-wrap .txtbox
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
/* .main-sec02 .bottom-sty-area .txtbox *{
  white-space: nowrap;
} */
.main-sec02 .bottom-sty-area .txtbox p,
.main-sec02 .bottom-sty-wrap .txtbox p
{
  font-size: 24px;
  font-weight: bold;
  color: rgb(239, 64, 35);
  margin-bottom: 18px;
}
.main-sec02 .bottom-sty-area .txtbox h3,
.main-sec02 .bottom-sty-wrap .txtbox h3
{
  font-size: 60px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-bottom: 18px;
}
.main-sec02 .bottom-sty-area .txtbox h5,
.main-sec02 .bottom-sty-wrap .txtbox h5
{
  font-size: 18px;
  font-weight: normal;
  color: rgb(237, 237, 237);
  margin-bottom: 40px;
}
.main-sec02 .bottom-sty-area .txtbox a,
.main-sec02 .bottom-sty-wrap .txtbox a
{
  display: block;
  width: 133px;
  border-radius: 999px;
  border: solid 1px rgb(209, 209, 209);
  text-align: center;
  padding: 13px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.36px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.main-sec02 .bottom-sty-area .txtbox a:hover,
.main-sec02 .bottom-sty-wrap .txtbox a:hover
{
  background: #fff;
  color: #191919;
}



.text-center{
  text-align: center !important;
}
.mobile{
  display: none !important;
}

.main-titbox .top-txt{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.red{
  color: rgb(239, 64, 35);
}
.main-titbox h3{
  font-size: 60px;
  font-weight: bold;
  color: rgb(14, 14, 14);
}
.main-titbox .bottom-txt{
  font-size: 18px;
  font-weight: normal;
  color: rgb(85, 85, 85);
  margin-top: 18px;
}

.main-sec03{
  padding-top: 150px;
  background: url(../img/main-sec03-bg.jpg) no-repeat top center / cover;
}
.main-sec03 .main-titbox{
  margin-bottom: 150px;
}
.main-sec03 .main-titbox h3{
  font-weight: 900;
}
.main-sec03 .bottom-area .inner{
  max-width: 2560px;
  padding: 0;
}
.main-sec03 .bottom-area .con-line{
  display: flex;
}
.main-sec03 .bottom-area .con-line > li{
  height: 614px;
}
.main-sec03 .bottom-area .con-line > .li1,
.main-sec03 .bottom-area .con-line > .li2{
  width: 25%;
}
.main-sec03 .bottom-area .con-line > .li3{
  width: 50%;
}
.main-sec03 .bottom-area .con-line > li .conbox {
  padding: 100px 60px;
}
.main-sec03 .bottom-area .con-line > li .conbox .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(239, 64, 35);
  margin-bottom: 18px;
}
.main-sec03 .bottom-area .con-line > li .conbox .txtbox p{
  font-size: 18px;
  font-weight: normal;
  color: rgba(85, 85, 85,0.8);
  margin-bottom: 118px;
}
.main-sec03 .bottom-area .con-line > .li2 .conbox .txtbox p{
  margin-bottom: 20px;
}

.main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt{
  display: flex;
  gap: 40px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt > h4{
  width: calc(50% - 15px);
  font-size: 24px;
  font-weight: bold;
  font-weight: bold;
  color: rgb(14, 14, 14);
}
.main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt > h4 span.uptxt{
  font-size: 80px;
}
.en_page .main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt > h4 span.uptxt{
  font-size: 60px;
}

.main-sec03 .bottom-area .con-line > .li2 .conbox .txtbox h3,
.main-sec03 .bottom-area .con-line > .li3 .conbox .txtbox h3,
.main-sec03 .bottom-area .con-line > .li2 .conbox .txtbox .bottom-txt > h4,
.main-sec03 .bottom-area .con-line > .li3 .conbox .txtbox .bottom-txt > h4
{
  color: rgb(255, 255, 255);
}
.main-sec03 .bottom-area .con-line > .li2 .conbox .txtbox p,
.main-sec03 .bottom-area .con-line > .li3 .conbox .txtbox p
{
  color: rgba(237, 237, 237,0.8);
}


.main-sec03 .bottom-area .con-line > .li1{
  background-color: rgb(241, 236, 237);
}
.main-sec03 .bottom-area .con-line > .li2{
  background: url(../img/main-sec03-con-bg01_1.jpg) no-repeat center / cover;
}
.main-sec03 .bottom-area .con-line > .li3{
  background: url(../img/main-sec03-con-bg02_1.jpg) no-repeat center / cover;
}

.main-sec03 .bottom-area .con-line > .li.bgwidth-ani{
  background: none;
  position: relative;
}
.main-sec03 .bottom-area .con-line > .li.bgwidth-ani::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-sec03 .bottom-area .con-line > .li.bgwidth-ani.li1::after{
  background-color: rgb(241, 236, 237);
}
.main-sec03 .bottom-area .con-line > .li.bgwidth-ani.li2::after{
  background: url(../img/main-sec03-con-bg01.jpg) no-repeat center / cover;
}
.main-sec03 .bottom-area .con-line > .li.bgwidth-ani.li3::after{
  background: url(../img/main-sec03-con-bg02.jpg) no-repeat center / cover;
}


.main-sec04{
  padding-top: 200px;
  padding-bottom: 30px;
  background: rgb(31,31,31);
}
.main-sec04 .inner{
  z-index: 1;
}
.main-sec04::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background: url(../img/main-sec04-bg.jpg) no-repeat top center / cover;
}
.main-sec04 .con-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  font-size: 60px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.main-sec04 .con-line > .left-txt,
.main-sec04 .con-line > .right-txt
{
  width: 380px;
}
.main-sec04 .con-line > .bar-li{
  width: calc(100% - 780px);
  max-width: 360px;
}
.main-sec04 .con-line > .bar-li .bar{
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;      
}
.main-sec04 .con-line > .bar-li .bar::after {
  content: "";
  position: absolute;
  left: -100%; top: 0;
  height: 100%;
  width: 100%;              
  background: #fff;
  animation: barFill 2.2s linear infinite;
}
@keyframes barFill {
  0%   { left : -100%; }
  50%  { left : 0 }
  100% { left : 100%; }
}
.main-sec04 .con-line > .right-txt h3{
  position: relative;
}
.main-sec04 .con-line > .right-txt h3 span.base{
  color: rgba(255, 255, 255,0.2);
}
.main-sec04 .con-line > .right-txt h3 span.fill{
  position: absolute;
  inset: 0;
  color: #fff;
  -webkit-mask: linear-gradient(90deg,#000 0 0) no-repeat;
          mask: linear-gradient(90deg,#000 0 0) no-repeat;
  -webkit-mask-size: 0% 100%;
          mask-size: 0% 100%;
  -webkit-mask-position: left top;
          mask-position: left top;
}
.main-sec04 .con-line > .right-txt h3.active span.fill{
  animation: textSweep 1.8s ease forwards;
}
@keyframes textSweep{
  to{
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

.main-sec04-bottom-inner{
  max-width: 2560px;
  padding: 0 30px;
  margin-top: 150px;
}
.main-sec04-swiper {
  overflow: hidden;
}
.main-sec04-swiper .swiper-slide .con-line2{
  display: flex;
  gap: 30px;
}
.main-sec04-swiper .swiper-slide .con-line2 > li{
  position: relative;
}
.main-sec04-swiper .swiper-slide .con-line2 > .left{
  width: calc(60% - 15px);
  display: flex;  
}
.main-sec04-swiper .swiper-slide .con-line2 > .left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  max-height: 850px;
  object-fit: cover;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right{
  width: calc(40% - 15px);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .conbox{
  padding: 60px 20px 130px;
  position: relative;
  text-align: center;
  cursor: url("../img/cursor.svg") 10 10, auto;
  display: block;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .imgbox{
  margin-bottom: 42px;
  text-align: center;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .imgbox img{
  display: inline-block;
  max-width: 472px;
  width: 100%;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox p{
  font-size: 18px;
  font-weight: bold;
  color: rgb(239, 64, 35);
  margin-bottom: 6px;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(51, 51, 51);
  margin-bottom: 18px;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox h5{
  font-size: 18px;
  font-weight: normal;
  color: rgb(85, 85, 85);
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .main-sec04-swiper-btn-line{
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  border-radius: 16px;
  background-color: rgb(240, 240, 240);
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .main-sec04-swiper-btn-line > button{
  width: 25%;
  outline: none;
  border: none;
  background-color: rgb(240, 240, 240);
  padding: 13px 0;
  font-size: 20px;
  font-weight: 500;
  color: rgb(85,85,85);
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.main-sec04-swiper .swiper-slide .con-line2 > .right .main-sec04-swiper-btn-line > button.active,
.main-sec04-swiper .swiper-slide .con-line2 > .right .main-sec04-swiper-btn-line > button:hover
{
  background-color: rgb(239, 64, 35);
  color: #fff;
}

.main-sec05{
  overflow: hidden;
}
.main-sec05 .inner{
  max-width: 1660px;
}
.main-sec05 .con-wrapper{
  width: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
  min-height: 100vh;
  padding: 150px 0;
  padding-bottom: 0;
  margin: 0 auto;
}
.main-sec05 .con-wrapper .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.main-sec05 .con-wrapper .bg svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  min-width: 100%;
  height: 100%;
  max-width: 300000%;
  object-fit: cover;
}
.main-sec05 .tit{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 44px;

  font-size: 120px;
  font-weight: bold;
  letter-spacing: -1.92px;
  color: rgb(31, 31, 31);
  margin-bottom: 192px;
}
.main-sec05 .tit > .txt{
  width: 904px;
  white-space: nowrap;
}
.main-sec05 .tit > .bar{
  width: calc(100% - 948px);
  height: 1px;
  background-color: rgb(31, 31, 31);
  position: relative;
  top: 10px;
}
.main-sec05 .con-line{
  display: flex;
  justify-content: flex-end;
}
.main-sec05 .con-line > li > .conbox h3{
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.96px;
  color: rgb(16, 16, 16);
  margin-bottom: 18px;
}
.main-sec05 .con-line > li > .conbox p{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.27px;
  color: rgb(51, 51, 51);
  margin-bottom: 60px;
}
.main-sec05 .con-line > li .subtxt{
  position: relative;
}
.main-sec05 .con-line > li .subtxt h4{
  font-size: 49.4px;
  font-weight: bold;
  letter-spacing: -0.99px;
  color: rgb(239, 64, 35);
  display: flex;
  align-items: flex-start;
  display: inline-block;
  position: relative;
}
.main-sec05 .con-line > li .subtxt h4  .numbox{
  display: flex;
  align-items: flex-start;
}
.main-sec05 .con-line > li .subtxt h4 .num1{
  font-size: 231.7px;
  font-weight: bold;
  display: inline-block;
  line-height: 0;
}
.main-sec05 .con-line > li .subtxt h4 .num2{
  font-size: 154.5px;
  font-weight: bold;
  display: inline-block;
  height: auto;
  line-height: 0;
}
.main-sec05 .con-line > li .subtxt h4 .percent{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.main-sec05 .con-line > li .subtxt .txt{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.38px;
  color: rgb(51, 51, 51);
  padding-left: 100px;
  width: 100%;
}

.main-sec06{
  padding: 150px 0 60px;
}
.main-sec06 .con-line{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.main-sec06 .con-line > .left{
  width: calc(60% - 10px);
}
.main-sec06 .con-line > .right{
  width: calc(60% - 10px);
}

.board-latest-wrap{
  width: 100%;
}
.board-latest-wrap .tit-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 36px;
  border-bottom: solid 1px rgb(221, 221, 221);
}
.board-latest-wrap .tit-line > h2{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: rgb(0, 0, 0);
}
.board-latest-wrap .tit-line > .more-btn{
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgb(168, 168, 168);
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.board-latest-wrap .tit-line > .more-btn img{
  display: block;
  max-width: 23px;
  width: 70%;
}
.board-latest-wrap .tit-line > .more-btn:hover{
  background: #f1f1f1;
}
.board-list-wrap .board-box{
  padding: 30px 0;
  border-bottom: 1px solid rgb(221,221,221);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.board-list-wrap .board-box:hover > .subject{
  text-decoration: underline;
}
.board-list-wrap .board-box > .subject{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.38px;
  color: rgb(51, 51, 51);
  width: calc(100% - 140px);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-list-wrap .board-box > .subject .notice{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.24px;
  color: rgb(239, 64, 35);
  padding: 5px 10px;
  border-radius: 4px;
  background-color: rgb(254, 239, 239);
}
.board-list-wrap .board-box > .subject .subject-icon{
  display: inline-block;
  vertical-align: middle;
  width: 23px;
}
.board-list-wrap .board-box > .date{
  text-align: right;
  width: 130px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.38px;
  color: rgb(130, 130, 130);
}

.main-sec07{
  padding: 60px 0 150px;
}
.main-sec07 .tit-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.main-sec07 .tit-line > h2{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: rgb(0, 0, 0);
  width: calc(100% - 62px);
}
.main-sec07 .tit-line > .more-btn{
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgb(168, 168, 168);
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.main-sec07 .tit-line > .more-btn img{
  display: block;
  max-width: 23px;
  width: 70%;
}
.main-sec07 .tit-line > .more-btn:hover{
  background: #f1f1f1;
}
.news-latest-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.news-latest-line > li{
  width: calc(25% - (120px / 4));
}
.news-latest-line > li .conbox{
  width: 100%;
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.news-latest-line > li .conbox .imgbox{
  overflow: hidden;
}
.news-latest-line > li .conbox .imgbox img{
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.news-latest-line > li .conbox:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.news-latest-line > li .conbox .txtbox{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.news-latest-line > li .conbox .txtbox .subject{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.384px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


@media(max-width:1600px){
  .main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt > h4 span.uptxt{
    font-size: 60px;
  }
  .en_page .main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt > h4 span.uptxt{
    font-size: 40px;
  }
  
}
@media(max-width:1500px){
  .main-sec05 .tit{
    margin-bottom: 120px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox h5 br{
    display: none;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox{
    padding-bottom: 130px;
    padding-top: 80px;
  }
}
@media(max-width:1200px){
  .main-sec03 .bottom-area .con-line{flex-wrap: wrap;}
  .main-sec03 .bottom-area .con-line > .li1,
  .main-sec03 .bottom-area .con-line > .li2{
    width: 50%;
  }
  .main-sec03 .bottom-area .con-line > .li3{
    width: 100%;
    min-height: 350px;
  }
}


@media (min-width: 1025px) and (max-width:1600px) and (min-height: 600px) {
  .main-sec05 .tit{
    margin-bottom: 6vw;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .imgbox img{
    width: 70%;
    max-width: 400px;
  }
}

@media(max-width:1024px){
  .blank{
    display: none;
  }
  .main-banner .video_box{
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
  }
  .main-banner .txt_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }  
  .main-banner .txt_box h2{
    font-size: 32px;
    letter-spacing: -0.6px;
    margin-top: 12px;
  }
  .main-banner .txt_box p{
    font-size: 16px;
  }

  .main-banner-swiper{
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
  }
  .main-banner-swiper .swiper-slide .txtbox{
    top: 50%;
  }
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 32px;
    letter-spacing: -0.6px;
    margin-top: 12px;
  }
  .main-banner-tool{
    bottom: 30px;
    gap: 3px;
  }
  .main-banner-tool .swiper1-pause{
    width: 20px;
    height: 20px;
  }
  .main-banner-tool .swiper1-paging{
    gap: 3px; 
  }
  .main-banner-tool .swiper1-paging .swiper-pagination-bullet{
    width: 20px;
    height: 1px;
  }

  .main-banner-swiper .swiper-slide .txtbox p{
    font-size: 16px;
  }
  .main-banner-tool{
    bottom: 30px;
  }
  .main-banner-tool .control-line{
    gap: 6px;
  }
  .main-banner-tool .control-line > div{
    width: 30px;
  }

  .main-sec02{
    padding-top: 80px;
  }
  .main-sec02 .top-sty-area{
    margin-bottom: 80px;
    top: 100px;
  }
  .main-sec02 .top-sty-area .simbol-line{
    flex-wrap: wrap;
    gap: 0;
  }
  .main-sec02 .top-sty-area .simbol-line .text{
    flex-wrap: wrap;
  }
  .main-sec02 .top-sty-area .simbol-line .text .bar{
    width: 100%;
    height: 0px;
  }
  .main-sec02 .top-sty-area .simbol-line .text p{
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .en_page .main-sec02 .top-sty-area .simbol-line .text p{
    font-size: 22px;
  }
  .main-sec02 .top-sty-area .bottom-txt{
    margin-top: 30px;
  }
  .main-sec02 .top-sty-area .bottom-txt h3{
    font-size: 24px;
  }
  .main-sec02 .top-sty-area .simbol-line .simbol{
    width: 120px;
  }

  .slideup-txt i {
    min-width: 8px;
  }
  .main-sec02 .top-sty-area .simbol-line .text:first-child .bar::after{
    width: 1px;
    height: 200%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: rgba(0,0,0,0.5);
  }
  .main-sec02 .top-sty-area .simbol-line .text{
    width: 100% !important;
  }
  .main-sec02 .top-sty-area.active .simbol-line .text .bar{
    height: 120px;
  }
  .main-sec02 .top-sty-area.active .simbol-line .text:first-child p{
    padding-right: 0px;
  }
  .main-sec02 .top-sty-area.active .simbol-line .text:last-child p{
    padding-left: 0px;
  }

  .main-sec02 .bottom-sty-area,
  .main-sec02 .bottom-sty-wrap
  {
    min-height: 100vh;
    height: auto;
  }
  .main-sec02 .bottom-sty-area .txtbox,
  .main-sec02 .bottom-sty-wrap .txtbox
  {
    padding: 80px 0;
  }
  .main-sec02 .bottom-sty-area .txtbox p,
  .main-sec02 .bottom-sty-wrap .txtbox p
  {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .main-sec02 .bottom-sty-area .txtbox h3,
  .main-sec02 .bottom-sty-wrap .txtbox h3
  {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .main-sec02 .bottom-sty-area .txtbox h5,
  .main-sec02 .bottom-sty-wrap .txtbox h5
  {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main-sec02 .bottom-sty-area .txtbox h5 br,
  .main-sec02 .bottom-sty-wrap .txtbox h5 br
  {
    display: none;
  }
  .main-sec02 .bottom-sty-area .txtbox a,
  .main-sec02 .bottom-sty-wrap .txtbox a
  {
    padding: 8px 0;
    font-size: 16px;
  } 

  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }

  .main-titbox .top-txt{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .main-titbox h3{
    font-size: 24px;
  }
  .main-titbox .bottom-txt{
    font-size: 16px;
    margin-top: 12px;
  }

  .main-sec03{
    padding-top: 60px;
  }
  .main-sec03 .main-titbox{
    margin-bottom: 60px;
  }
  .main-sec03 .bottom-area .con-line{
    flex-wrap: wrap;
  }
  .main-sec03 .bottom-area .con-line > li{
    height: auto;
  }
  .main-sec03 .bottom-area .con-line > .li1,
  .main-sec03 .bottom-area .con-line > .li2{
    width: 50%;
  }
  .main-sec03 .bottom-area .con-line > .li3{
    width: 100%;
  }
  .main-sec03 .bottom-area .con-line > li .conbox {
    padding: 40px 20px;
    transition-delay: 0s !important;
  }
  .main-sec03 .bottom-area .con-line > li .conbox .txtbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .main-sec03 .bottom-area .con-line > li .conbox .txtbox p{
    font-size: 15px;
    margin-bottom: 30px;
  }
  .main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt{
    gap: 30px 20px;
  }
  .main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt > h4{
    width: calc(50% - 10px);
    font-size: 16px;
  }
  .main-sec03 .bottom-area .con-line > li .conbox .txtbox .bottom-txt > h4 span.uptxt{
    font-size: 24px;
  }


  .main-sec04{
    padding-top: 60px;
    padding-bottom:60px;
  }
  .main-sec04::after{
    height: 240px;
  }
  .main-sec04 .con-line{
    gap: 0px;
    flex-wrap: wrap;
    font-size: 28px;
  }
  .main-sec04 .con-line > .left-txt,
  .main-sec04 .con-line > .right-txt
  {
    width: 100%;
    text-align: center;
  }
  .main-sec04 .con-line > .bar-li{
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-sec04 .con-line > .bar-li .bar{
    width: 1px;
    height: 60px;
  }
  .main-sec04 .con-line > .bar-li .bar::after {
    left: 0%;
    top: 0;
  }
  @keyframes barFill {
    0%   { top : -100%; }
    50%  { top : 0 }
    100% { top : 100%; }
  }
  .main-sec04-bottom-inner{
    padding: 0 20px;
    margin-top: 80px;
  }

  .main-sec04-swiper .swiper-slide .con-line2{
    gap: 10px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .left{
    width: calc(60% - 5px);
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right{
    width: calc(40% - 5px);
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox{
    padding: 40px 20px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .imgbox{
    margin-bottom: 16px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox p{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox h3{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox h5{
    font-size: 16px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .conbox .txtbox h5 br{
    display: none;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .main-sec04-swiper-btn-line{
    position: relative;
    bottom: initial;
    width: calc(100% - 40px);
    padding: 0px;
    margin-bottom: 30px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > .right .main-sec04-swiper-btn-line > button{
    width: 50%;
    padding: 8px 0;
    font-size: 15px;
  }

  .main-sec05 .con-wrapper{
    min-height: initial;
    padding: 60px 0;
    width: 100% !important;
    border-radius: 0 !important;
  }
  .main-sec05 .con-wrapper .bg{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    height: auto;
  }
  .main-sec05 .con-wrapper .bg svg{
    position: relative;
    height: auto;
    width: 130%;
    left: -15%;
    top: 0;
    transform: initial;
    -webkit-transform: initial;
    margin: 0 auto;
  }
  .main-sec05 .tit{
    gap: 20px;

    font-size: 32px;
    letter-spacing: -0.92px;
    margin-bottom: 30px;
  }
  .main-sec05 .tit > .txt{
    width: 235px;
  }
  .main-sec05 .tit > .bar{
    width: calc(100% - 255px);
    top: 5px;
  }
  .main-sec05 .con-line{
    justify-content: flex-start;
  }
  .main-sec05 .con-line > li{
    width: 100%;
  }
  .main-sec05 .con-line > li > .conbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .main-sec05 .con-line > li > .conbox p{
    font-size: 16px;
    margin-bottom: 6vw;
  }
  .main-sec05 .con-line > li > .conbox h3 br,
  .main-sec05 .con-line > li > .conbox p br{
    display: none;
  }
  .main-sec05 .con-line > li .subtxt h4{
    font-size: 32px;
  }
  .main-sec05 .con-line > li .subtxt h4 .num1{
    font-size: 14vw;
  }
  .main-sec05 .con-line > li .subtxt h4 .num2{
    font-size: 15vw;
  }
  .main-sec05 .con-line > li .subtxt .txt{
    font-size: 16px;
    padding-left: 15vw;
  }

  .main-sec06{
    padding: 60px 0 0;
    border-top: 1px solid #f1f1f1;
  }
  .main-sec06 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-sec06 .con-line > .left{
    width: 100%;
  }
  .main-sec06 .con-line > .right{
    width: 100%;
  }
  .board-latest-wrap .tit-line{
    padding-bottom: 20px;
  }
  .board-latest-wrap .tit-line > h2{
    font-size: 24px;
  }
  .board-latest-wrap .tit-line > .more-btn{
    width: 36px;
    height: 36px;
  }
  .board-list-wrap .board-box{
    padding: 10px 0;
    gap: 5px;
  }
  .board-list-wrap .board-box > .subject{
    font-size: 16px;
    width: 100%;
  }
  .board-list-wrap .board-box > .subject .notice{
    font-size: 14px;
    padding: 4px 8px;
  }
  .board-list-wrap .board-box > .subject .subject-icon{
    width: 20px;
  }
  .board-list-wrap .board-box > .date{
    display: none;
  }

  .main-sec07{
    padding: 60px 0;
  }
  .main-sec07 .tit-line{
    margin-bottom: 20px;
  }
  .main-sec07 .tit-line > h2{
    font-size: 24px;
    width: calc(100% - 46px);
  }
  .main-sec07 .tit-line > .more-btn{
    width: 36px;
    height: 36px;
  }
  .news-latest-line{
    gap: 10px;
  }
  .news-latest-line > li{
    width: calc(50% - 5px);
  }
  .news-latest-line > li .conbox{
    border-radius: 12px;
  }
  .news-latest-line > li .conbox .txtbox .subject{
    font-size: 16px;
  }

}

@media(max-width:767px){
  .main-sec04-swiper .swiper-slide .con-line2{
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > li{
    width: 100% !important;
  }
  .main-sec04-swiper .swiper-slide .con-line2 > li.left{
    display: none;
  }

  .main-sec05 .con-line > li .subtxt .txt{
    padding-left: 10vw;
    padding-top: 4vw;
  }
  .en_page .main-sec03 .bottom-area .con-line > .li1,
  .en_page .main-sec03 .bottom-area .con-line > .li2{
    width: 100%;
  }

}

@media(max-width:400px){
  .main-sec03 .bottom-area .con-line > li .conbox .txtbox p br{
    display: none;
  }
}

@media(max-width:360px){
  .main-sec05 .con-line > li .subtxt .txt{
    padding-left: 0;
    padding-top: 0px;
  }
  .main-sec05 .con-line > li .subtxt h4 .percent{
    position: relative;
    transform: initial;
    -webkit-transform: initial;
  }
  .main-sec05 .con-line > li .subtxt h4 .num1,
  .main-sec05 .con-line > li .subtxt h4 .num2
  {
    line-height: 1.2;
  }
  .main-sec05 .con-line > li .subtxt h4{
    display: flex;
    align-items: center;
    gap: 0px;
  }
  .main-sec05 .con-line > li > .conbox p{
    margin-bottom: 20px;
  }
  .main-sec05 .con-line > li .subtxt h4 .num1{
    font-size: 40px;
  }
  .main-sec05 .con-line > li .subtxt h4 .num2{
    font-size: 48px;
  }
  .main-sec05 .con-line > li .subtxt h4{
    font-size: 28px;
  }
  .news-latest-line > li{
    width: 100%;
  }
}

/* main */


/* 팝업 */

.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: 0px;position: fixed;bottom: 0%;right: 0px;z-index: 999;width: 80px;
}
.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: 80px;}
.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: 180px;}
.fixed_btns .fixed_button:hover .call_hover{width: 180px;}
.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{
    display: none;
  }
  .fixed_btns{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;}
}


.mb-bottom-flotaing-wrapper{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: none;
  border-top: 1px solid rgb(220,233,250);
}
.mb-bottom-flotaing-wrapper .con-line{
  display: flex;
}
.mb-bottom-flotaing-wrapper .con-line > li{
  flex: 1;
}
.mb-bottom-flotaing-wrapper .con-line > li a{
  padding: 12px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.mb-bottom-flotaing-wrapper .con-line > li a .iconbox{
  margin-bottom: 4px;
}
.mb-bottom-flotaing-wrapper .con-line > li a .iconbox img{
  display: inline-block;
  width: 24px;
}
.mb-bottom-flotaing-wrapper .con-line > li a .txtbox p{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: rgb(51, 51, 51);
}

@media(max-width:1024px){
  .mb-bottom-flotaing-wrapper{
    display: block;
  }
}

@media(max-width:330px){
  .mb-bottom-flotaing-wrapper .con-line > li a .txtbox p{
    font-size: 13px;
  }
}

.mb-bottom-flotaing2-wrap{
  z-index: 999;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 100px;
  display: none;
}
.en_page .mb-bottom-flotaing2-wrap{
  bottom: 100px;
}
.mb-bottom-flotaing2-wrap .bids-btn{
  width: 100% !important;
}

@media(max-width:1024px){
  .mb-bottom-flotaing2-wrap{
    display: block;
  }
}


/*  */




.foot-wrap{
  z-index: 110;
}
.foot-wrap,
.foot-wrap > section{
  position: relative;
  width: 100%;
}
.foot-sec01{
  padding: 64px 0;
  background-color: rgb(237, 237, 237);
}
.foot-sec01 .top-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 29px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.foot-sec01 .top-line .logo{
  width: 205px;
}
.foot-sec01 .top-line .sub-navbox{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.foot-sec01 .top-line .sub-navbox > a{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.41px;
  color: rgb(51, 51, 51);
}
.foot-sec01 .bottom-info-wrapper .infobox p{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 4px;
}
.foot-sec01 .bottom-info-wrapper .infobox p:last-child{
  margin-bottom: 0;
}
.foot-sec01 .bottom-info-wrapper .infobox p > span{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: rgb(51, 51, 51);
}
.foot-sec01 .bottom-info-wrapper .infobox p > span::after{
  content: "";
  background-color: rgb(47, 47, 47);
  display: block;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -8.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-sec01 .bottom-info-wrapper .infobox p > span:last-child::after{
  display: none;
}
.foot-sec01 .bottom-info-wrapper .copyright{
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: rgb(153, 153, 153);
}

@media(max-width:1024px){
  .foot-sec01{
    padding: 40px 0px;
  }
  .foot-sec01 .top-line{
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
  .foot-sec01 .top-line .logo{
    width: 100%;
  }
  .foot-sec01 .top-line .logo img{
    max-width: 180px;
    width: 100%;
    display: inline-block;
  }
  .foot-sec01 .top-line .sub-navbox{
    display: none;
    gap: 12px;
    /* display: none; */
  }
  .foot-sec01 .top-line .sub-navbox > a{
    font-size: 16px;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p{
    gap: 4px;
    margin-bottom: 4px;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p > span{
    font-size: 14px;
  }
  .foot-sec01 .bottom-info-wrapper .copyright{
    font-size: 13px;
  }
}

@media(max-width:767px){
  .foot-sec01 .bottom-info-wrapper .infobox p > span{
    width: 100%;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p > span::after{
    display: none;
  }
  .foot-sec01 .top-line .sub-navbox{
    gap: 8px 10px;
  }
}

@media(max-width:400px){
  .foot-sec01 .top-line .sub-navbox{
    gap: 8px;
    /* display: none; */ 
  }
  .foot-sec01 .top-line .sub-navbox > a{
    font-size: 14px;
  }
}



.sub_last_sct{padding: 150px 0;}
.sub_last_sct .top_box{display: flex;gap: 30px;align-items: end;flex-wrap: wrap;}
.sub_last_sct .top_box .left{width: calc(100% - 400px);}
.sub_last_sct .top_box .left .eng{display: block;font-size: 18px;font-weight: 400;color: #EF4023;}
.sub_last_sct .top_box .left h3{font-size: 40px;font-weight: 700;color: #0E0E0E;margin-top: 30px;}
.sub_last_sct .top_box .right{display: flex;gap: 10px;width: 370px;padding-bottom: 8px;}
.sub_last_sct .top_box .right a{width: calc(50% - 5px);font-size: 20px;font-weight: 500;color: #fff;text-align: center;padding: 15px;background-color: #222;border-radius: 10px;transition: background-color 0.3s;}
.sub_last_sct .top_box .right a.orange{background-color: #EF4023;}
.sub_last_sct .top_box .right a:hover{background-color: #030303;text-decoration: underline;}
.sub_last_sct .top_box .right a.orange:hover{background-color: #ee2c09;}

.sub_last_sct .bottom_box{display: flex;gap: 20px;align-items: start;flex-wrap: wrap;padding: 40px 0;border-bottom: #0E0E0E solid 2px;}
.sub_last_sct .bottom_box .img_box{width: 206px;}
.sub_last_sct .bottom_box p{width: calc(100% - 226px);font-size: 18px;font-weight: 400;color: #0E0E0E;text-align: right;margin-top: 4px;}

@media screen and (max-width:1024px) {
  .sub_last_sct{padding: 120px 0;}
  .sub_last_sct .top_box{gap: 20px;}
  .sub_last_sct .top_box .left{width: calc(100% - 370px);}
  .sub_last_sct .top_box .left .eng{font-size: 16px;}
  .sub_last_sct .top_box .left h3{font-size: 30px;margin-top: 20px;}
  .sub_last_sct .top_box .right{width: 350px;padding-bottom: 6px;}
  .sub_last_sct .top_box .right a{font-size: 16px;padding: 12px;}

  .sub_last_sct .bottom_box{padding: 30px 0;}
  .sub_last_sct .bottom_box .img_box{width: 180px;}
  .sub_last_sct .bottom_box p{width: calc(100% - 200px);font-size: 16px;margin-top: 4px;}
}
@media screen and (max-width:1024px) {
  .sub_last_sct{padding: 80px 0;}
  .sub_last_sct .top_box .left{width: 100%;}
  .sub_last_sct .top_box .left .eng{font-size: 15px;}
  .sub_last_sct .top_box .left h3{font-size: 24px;margin-top: 16px;}
  .sub_last_sct .top_box .right{gap: 8px;width: 100%;padding-bottom: 0;}
  .sub_last_sct .top_box .right a{width: calc(50% - 4px);font-size: 16px;padding: 8px;}

  .sub_last_sct .bottom_box .img_box{width: 100%;max-width: 160px;}
  .sub_last_sct .bottom_box p{width: 100%;margin-top: 0;text-align: left;}
}


/* tail */








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

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

/*  */

.ui-datepicker .ui-datepicker-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}


.sub06_6_2{
  padding: 150px 0;
}
.sub06_6_2 .confirm_btn_box{
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.sub06_6_2 .confirm_btn_box .confirm_btn{
  border: none;
  outline: none;
  display: block;
  width: 350px;
  text-align: center;
  padding: 20px 0;
  border-radius: 15px;
  background-color: rgb(34, 34, 34);

  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: rgb(255, 255, 255);
}
.sub06_6_2 .confirm_btn_box .confirm_btn:hover{
  text-decoration: underline;
}

.report_list > li input.datepicker{
  background-image: url("/html/img/calender-icon.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 31px 31px;

  padding-right: 70px;
  cursor: pointer;
}

@media(min-width:1025px){
  .ui-datepicker {
    transform: scale(1.15);  
    transform-origin: top left; /* 위치 틀어짐 방지 */
  }
}

@media(max-width:1024px){
  .ui-datepicker .ui-datepicker-title{
    gap: 2px;
  }
  .sub06_6_2{
    padding: 100px 0;
  }
  .report_list > li input.datepicker{
    background-position: right 16px center;
    background-size: 24px 24px;
    padding-right: 50px;
  }
  .sub06_6_2 .confirm_btn_box{
    margin-top: 30px;
  }
  .sub06_6_2 .confirm_btn_box .confirm_btn{
    max-width: 350px;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }
}

@media(max-width:768px){
  .sub06_6_2{
    padding: 80px 0;
  }
}

/* 신청결과확인-폼 */

.sub06_6_3_sec01{
  padding: 150px 0;
}
.visit_stat_wrap table{
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid rgb(85,85,85);
  border-bottom: 1px solid rgb(85,85,85);
  margin-bottom: 40px;
}
.visit_stat_wrap table:last-child{
  margin-bottom: 0;
}
.visit_stat_wrap table .col-1{
  width: 300px;
}
.visit_stat_wrap table .col-2{
  width: calc(100% - 300px);
}
.visit_stat_wrap table tr{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: rgb(34, 34, 34);
}
.visit_stat_wrap table tr th{
  font-weight: bold;
  letter-spacing: -0.2px;
  color: rgb(34, 34, 34);
  background-color: rgb(246, 247, 249);
  font-weight: bold;
}
.visit_stat_wrap table .title{
  text-align: center;
}
.visit_stat_wrap table tr th,
.visit_stat_wrap table tr td{
  padding: 20px 24px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}


@media(max-width:1024px){
  .sub06_6_3_sec01{
    padding: 100px 0;
  }

  .visit_stat_wrap table{
    margin-bottom: 20px;
  }
  .visit_stat_wrap table .col-1{
    width: 150px;
  }
  .visit_stat_wrap table .col-2{
    width: calc(100% - 150px);
  }
  .visit_stat_wrap table tr{
    font-size: 16px;
  }
  .visit_stat_wrap table tr th,
  .visit_stat_wrap table tr td{
    padding: 12px 12px;
  }

}

@media(max-width:768px){
  .sub06_6_3_sec01{
    padding: 80px 0;
  }

  .visit_stat_wrap table tr{
    display: flex;
    flex-wrap: wrap;
  }
  .visit_stat_wrap table tr th,
  .visit_stat_wrap table tr td{
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* 신청결과확인-상세 */