@charset "utf-8";

body{background: #111}


.inner{padding: 0 6rem}
.inner_product{padding: 0 14rem}

/*pop*/

.agree_pop{display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: rgba(0,0,0,0.5)}
.agree_pop.atv_pop{display: block}

.agree_pop_content{position: absolute; left: 50%;
  top: 50%; background: #fff; padding: 60px; border-radius: 20px;
  transform: translate(-50%, -50%); width: 100%; max-width: 900px}



.agree_pop_content .agree_title{position: relative; }

.agree_pop_content .agree_title h2{font-size: 25px;}
.agree_pop_content .agree_title .close_pop{position: absolute; right: 0; top: 0; cursor: pointer}

.agree_pop_info{max-height: 400px; overflow-y: auto; margin-top: 15px; padding: 15px 0; border-top: 1px solid #ddd}
.agree_pop_info h3{font-size: 18px; font-weight: bold; word-break: keep-all; margin-bottom: 10px}
.agree_pop_info p{font-size: 16px; font-weight: 400; word-break: keep-all}
.agree_pop_info p + h3{margin-top: 30px}



/*head*/



.top_btn .ptnav_are{
	display: flex; gap:20px;
	height: 0; border-radius: 10px; background: #222; color: #fff; padding: 0 ;
    transition-duration: 0.5s;
    overflow: hidden; visibility: hidden;
    flex-direction: column;
        justify-content: flex-start;
    align-items: center; max-height: 0;
    padding: 0 15px;
    position: absolute;left: 50%;
    top: 100%;
    width: max-content;
    transform: translateX(-50%);
}

.top_btn .ptnav_are a{opacity: 0; transition-duration: .5s}


.top_btn.openpt .ptnav_are{ visibility: visible; padding: 25px 15px; transition-duration: 1s; height: auto; max-height: 500px}
.top_btn.openpt .ptnav_are a{opacity: 1 ; transition-duration: 1.5s; font-size: 16px}


.top_btn .ptnav_are a{color: #fff; font-size: 16px;white-space: normal;}





.header{padding: 50px 6rem;}
.top_btn{position: fixed; right: 6rem; top: 35px; display: flex; gap:20px; z-index: 9999}
.top_contact{height: 70px; border-radius: 10px; color: #fff; display: flex; font-size: 18px; text-align: center; font-weight: 600;
padding: 0 ;
justify-content: center;
    align-items: center; position: relative; z-index: 2;  transition-duration: .5s;

    }
    
    
.top_contact.first{position: relative}    
.top_contact.first span{cursor: pointer}

.top_btn_link{display: flex; gap:30px; padding: 0 30px; background: #111; height: 70px; border-radius: 70px}

.top_btn select{border-radius: 70px; font-size: 16px; padding: 0 50px 0 25px}

.top_btn select{
	-o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:#fff url(../img/sub/drop_search.png) calc(100% - 20px) center no-repeat;;
}

.header .back_btn{
	width: 70px; height: 70px; background: #fff; border-radius: 70px;
	border: 1px solid rgba(34,34,34,0.2);
	display: flex;
	    justify-content: center;
    align-items: center;
    position: fixed;
    left: 6rem; top: 35px;
    z-index: 3
}

.top_contact span{z-index: 2; position: relative; transition-duration: .5s} 
    
.top_contact :hover span{color: #AAA081}        
    


.all_btn{position: relative; display: flex; 
justify-content: center;
    align-items: center;
    border: 1px solid rgba(34,34,34,0.2);
    border-radius: 70px; width: 70px; height: 70px;
    cursor: pointer;
    background: #fff;
    transition-duration: .5s;
    }

.all_btn:hover{box-shadow: 1px 1px 15px rgba(0,0,0,0.1)}
    
.all_btn i{width: 27px; height: 18px; position: relative}
.all_btn i span{position: absolute; background: #111; height: 2px; width: 100%; border-radius: 2px; transition-duration: 1s}
.all_btn i span:nth-child(1){left: 0; top: 0}
.all_btn i span:nth-child(2){left: 0; top: 50%; }
.all_btn i span:nth-child(3){left: 0; top: 100%}









.site_map{position: fixed; left: 0; top: 0; width: 100%; height: 100%; 
background: rgba(0, 0, 0, 0.90); z-index: 9998;
display: flex; 
    justify-content: center;
    align-items: center; transition-duration: .5s; visibility: hidden; opacity: 0; }
    
.all_menu .site_map{visibility: visible; opacity: 1}
    
.site_map .menu_are{text-align: center}
.site_map .menu_are a{font-size: 60px; color: #fff; 
font-weight: 900; display: block; transition-duration: .5s; text-transform: uppercase}
.site_map .menu_are a + a{margin-top: 50px;}
.site_map .menu_are a:hover{color: #AAA081}

.all_menu .all_btn i span:nth-child(1){transform: rotate(45deg) translateY(calc(-50% + 1px));
    top: 50%;}
.all_menu .all_btn i span:nth-child(2){opacity: 0}
.all_menu .all_btn i span:nth-child(3){transform: rotate(-45deg) translateY(calc(-50% + 1px));
    top: 50%; bottom: auto;}



.site_map .menu_are .sub_all_menu + a{margin-top: 50px;}
.site_map .sub_all_menu{overflow:hidden; height: 0; max-height: 0; transition-duration: 1s; visibility: hidden}

.site_map .sub_all_menu.openpt{padding: 20px 0; visibility: visible; height: auto; max-height: 500px}

.site_map .sub_all_menu a{font-size: 20px; font-weight: 500}
.site_map .sub_all_menu a + a{margin-top: 10px}





/*footer*/

.footer{background: #111111; padding: 70px 0; border-top: 1px solid rgba(255,255,255,0.1)}
.footer .inner{display: flex;     align-items: flex-start;
    justify-content: space-between;}


.footer .foot_link{display: flex; gap:15px;
    justify-content: flex-start;
    align-items: center;}
.footer .foot_link a{color: #fff; font-size: 16px; font-weight: 500;}
.footer .foot_link i{width: 2px; height: 8px; background: rgba(255, 255, 255, 0.20); display: inline-block}

.foot_txt{margin: 40px 0;}
.foot_txt p{font-size: 16px; color: #fff; display: flex; gap:10px ;justify-content: flex-start;
    align-items: center;}
.foot_txt p span{opacity: .6}
.foot_txt p b{font-weight: 500; }
.foot_txt p + p{margin-top: 10px;}


.footer p.copyright{font-size: 16px; line-height: 140%; word-break: keep-all;color: #fff; opacity: .6 }

.footer .right{display: flex; gap:100px;}
.footer .right .box h4{font-size: 20px; color: #fff; font-weight: 500; margin-bottom: 15px}
.footer .right .box h2{font-size: 30px; font-weight: 800; color: #fff; margin-bottom: 20px}
.footer .right .box p{font-size: 16px; line-height: 140%; word-break: keep-all; color: #fff; opacity: .6}
.footer .right .box p + p{margin-top: 5px}

.custom_select::-ms-expand { 
	display: none;
}
.custom_select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.custom_select {
  { ... }
  width: 200px;
  height: 60px;
  background:#111 url('../img/common/custom_select.svg') calc(100% - 15px) center no-repeat;
  background-size: 12px auto;
  padding: 0px 30px 0px 20px;
  font-size:18px;
  outline: 0 none;
  font-size: 18px; color: rgba(255,255,255,.5);
 border-radius: 5px;
border: 1px solid rgba(255, 255, 255, 0.20);
}
.custom_select option {
  background: black;
  color: #fff;
  padding: 3px 0;
}




/*Main*/

.main_slide_are{overflow: hidden; position: relative}
.main_slide .slick-list{padding: 0 16rem; }

.main_slide .slick-slide{padding: 0 15px}

.main_slide a{display: block; border-radius: 20px; overflow: hidden;
height: 80vh; 
}
.main_slide a img{width: 100%; height: 100%;
object-fit: cover;}



p.sc_down{position: absolute; bottom: 3rem; z-index: 2; left: 50%; font-size: 14px; color: #fff;
transform: translateX(-50%);}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: none; /* 기본적으로 숨김 */
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 150px;
  pointer-events: none;
  transform: translate(-100%, -100%);

  user-select: none;
  z-index: 9999;
  gap:20px; display: flex;
  backdrop-filter: blur(5px);
}


.custom-cursor:after{content: '';
background: url(../img/common/next.png); width: 10px; height: 16px; background-repeat: no-repeat; background-size: 100% auto}


.custom-cursor:before{content: '';
background: url(../img/common/prev.png); width: 10px; height: 16px; background-repeat: no-repeat; background-size: 100% auto}



/*.grd_txt{
	background: url(../img/main/main-long-light2.png) repeat-x;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation:textLight 8s linear infinite;
	animation: textLight 8s linear infinite;
	-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden
}

.grd_txt2{
	background: url(../img/main/main-long-light2.png) repeat-x;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation:textLight2 8s linear infinite;
	animation: textLight2 8s linear infinite;
	-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden
}


@keyframes textLight {
	0% {  background-position:  0% 50%;}
	100% {background-position: 100% 50% }
}


@keyframes textLight2 {
	0% {  background-position:  20% 50%;}
	100% {background-position: 100% 50% }
}*/



.main_title{text-align: center}
.main_title h2{font-size: 60px; font-weight: 100; color: #fff}
.main_title h2 + h2{margin-top: 10px}

.main_title h4{color: #fff; font-size: 30px; 
margin-top: 30px; word-break: keep-all; line-height: 140%; font-weight: 200; font-style: italic}

.main_section{padding: 150px 0; overflow: hidden; position: relative; overflow: hidden}

.main_section.main_tab{padding-top: 0}
.main_section.main_last{padding-top: 0}

.text-marquee{overflow: hidden; position: absolute; bottom: 0; z-index: -1; bottom: 0}

.text-marquee h2{
  display: inline-block;
  animation: text-to-left 30s linear infinite;
  text-transform: uppercase; font-weight: 900;
  font-size: 330px; color: #222; opacity: 0.03; white-space:nowrap;
  line-height: 1
}

/*왼쪽에서 오른쪽으로 텍스트가 흐르는 애니메이션*/
@keyframes text-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*오른쪽에서 왼쪽으로 텍스트가 흐르는 애니메이션*/
@keyframes text-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



.tab {
  display: flex;
  align-items: center;
  gap:10px;
  justify-content: center;
}
.tab__item a {
  border-radius: 80px;
	border: 1px solid #fff;
	background: #111;
	padding: 20px;
	font-size: 18px; font-weight: 700;
	transition-duration: 1s;
	display: block;
	color: #fff

}



.tab__item.active a,
.tab__item:hover a{
 background: #fff; color: #111
}


.tab__content-wrapper {
  margin-top: 40px;
}
.tab__content {
  display: none;
}
.tab__content.active {
  display: block;
}



.product_list{display: flex; gap:40px 30px;     flex-wrap: wrap;}
.product_list .box{text-align: left; width: calc(25% - 22.5px)}

.product_list .box:nth-child(2){width: calc(50% - 15px)}
.product_list .box:nth-child(4){width: calc(50% - 15px)}
.product_list .box:nth-child(9){width: calc(50% - 15px)}


.sub_section .product_list .box{text-align: left; width: calc(33.33% - 19.99px)}
.sub_section .product_list .box:nth-child(2){width: calc(33.33% - 19.99px)}
.sub_section .product_list .box:nth-child(4){width: calc(33.33% - 19.99px)}
.sub_section .product_list .box:nth-child(9){width: calc(33.33% - 19.99px)}

.sub_section  .product_list .box .thum img{aspect-ratio: 1;}

.product_list .box .thum{display: block; overflow: hidden; border-radius: 20px; height: 55vh}
.product_list .box .thum img{width: 100%; height: 100%; object-fit: cover; transition-duration: 1s}

.sub_section .product_list .box .thum{height: auto}

.product_list .box:hover .thum img{scale:1.1}

.product_list .box .txt{display: block; margin-top: 25px; padding: 0 10px}
.product_list .box .txt *{display: block}
.product_list .box .txt .jubject{color: #fff; font-size: 20px; line-height: 140%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;}
.product_list .box .txt .tag{color: #fff; font-size: 16px; opacity: .8; line-height: 140%; margin-top: 5px}


.more_product{margin-top: 100px; text-align: center}
.sub_btn_flex{display: inline-flex; gap:10px; background: #111; border-radius: 100px; padding: 20px 30px;
 color: #fff; font-size: 18px; justify-content: center;
    align-items: center; position: relative; overflow: hidden; border: 1px solid #fff}

.sub_btn_flex *{z-index: 2}


.sub_btn_flex:after{content: '';
position: absolute; left: 50%; top: 100%; border-radius: 70px; width: 10px; height: 10px; background: #111; z-index: 1;
transform: translate(-50%, -50%); transition-duration: 1.5s; }


.sub_btn_flex:hover{box-shadow: 1px 1px 15px rgba(0,0,0,0.1); border-color:#AAA081 }
.sub_btn_flex:hover:after{width: 200px; height: 200px; background: #AAA081;  top: 50%; left: 50%;}   





.main_gall_slide{margin-top: 100px}
.main_gall_slide .slick-list{padding: 0 8rem; }

.main_gall_slide .slick-slide{padding: 0 15px}

.main_gall_slide a{display: block; border-radius: 20px; overflow: hidden;
aspect-ratio:1; position: relative;
}
.main_gall_slide a img{width: 100%; height: 100%;
object-fit: cover; transition-duration: 1s}


.main_gall_slide a .txt{position: absolute; left: 0; top: 0; width: 100%; height: 100%;
border-radius: 20px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 86.54%);
padding: 45px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap:10px;
    opacity: 0;
    transition-duration: .5s;
    z-index: 2
}

.main_gall_slide a .txt .subject{font-size: 20px; color: #fff; font-weight: 700}
.main_gall_slide a .txt .tag{font-size: 16px; color: #fff; opacity: .8}


.main_gall_slide a:hover .txt{opacity: 1}

.main_gall_slide a:hover img{scale:1.05}





.flex_main_foot{display: flex; gap:30px}
.flex_main_foot .box{flex:1; padding: 70px 80px; border-radius: 20px; background: #f5f5f5;
background-position: right center; background-size: cover}
.flex_main_foot .box .sub_btn_flex{background: transparent; 
 color: #222; border-radius: 10px;
border: 1px solid rgba(34, 34, 34, 0.20); margin-top: 80px}



.flex_main_foot .box .sub_btn_flex:after{ opacity: 0}

.flex_main_foot .box .sub_btn_flex:hover:after{opacity: 1}   

.flex_main_foot .box .txt{}
.flex_main_foot .box .txt h2{color: #222; font-size: 30px; margin-bottom: 15px; text-transform: uppercase; font-weight: bold}
.flex_main_foot .box .txt p{color: #222; opacity: .8; font-size: 16px; line-height: 150%;word-break: keep-all}


.flex_main_foot .box:first-child{
	background-image: url(../img/main/main_box01.png)
}

.flex_main_foot .box:last-child{
	background-image: url(../img/main/main_box02.png)
}





/*sub*/
.sub_top{padding: 100px 0 150px; overflow: hidden}
.sub_site_map{display: flex; gap:30px;
    align-items: center;
    justify-content: center; margin-top: 50px}
.sub_site_map li{color: #fff; font-size: 16px; font-weight: 500}

.sub_top .main_title h4{font-weight: 300; font-weight: 24px}


.sub_section{padding-bottom: 150px;}
.sub_section .tab{
	    position: sticky;
    top: 40px;
    left: 0;
    z-index: 3
}


.pagenation{display: flex; gap:10px; margin-top: 100px;
justify-content: center;
    align-items: center;}
.pagenation li{

}

.pagenation li a{color: #666; display: block;
	border-radius: 50px;
border: 1px solid #fff;
background: #FFF;
width: 50px; height: 50px; display: flex; 
justify-content: center;
    align-items: center;
    font-size: 14px; font-weight: bold;
    transition-duration: .5s}


.pagenation li:hover a,
.pagenation li.on a{color: #111; background: #fff;}


.product_top{padding-top: 100px;  }
.product_top .inner_product{display: flex;}


.product_slide_are{width: 680px;}
.product_big img, .product_small img{
aspect-ratio: 1; width: 100%; height: 100%; object-fit: cover;}


.product_big .slick-slide img{border-radius: 20px}




.product_small{ padding-top: 5px; 
    margin: 0 auto; width: 100%}

.product_small .slick-track{transform:none !important}

.product_small .slick-slide{padding: 5px;  }



.product_small .slick-slide img{border-radius: 5px; opacity: .6}
.product_small .slick-slide.slick-current img{opacity: 1}



.product_info{flex:1}


.product_title{padding: 30px 50px 50px 100px; border-bottom: 1px solid #ddd}
.product_title h2{font-size: 40px; font-weight: 800; color: #fff;
background-size: 50%;}
.product_title p{font-size: 20px; line-height: 150%; margin-top: 20px; word-break: keep-all; color: #fff}

.product_option{padding: 50px 50px 50px 100px; display: flex; gap:50px 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;}
.product_option .box{width: calc(50% - 10px)}

.product_option .box h4{font-size: 18px; color: #fff; font-weight: 900; margin-bottom: 25px}
.product_option .box ul.dot{}
.product_option .box ul.dot li{padding-left: 130px; position: relative; font-size: 17px; color: #fff; opacity: .8}
.product_option .box ul.dot li + li{margin-top: 10px}
.product_option .box ul.dot li:after{content: '·'; position: absolute; left: 0; top: 0}


.product_option .box ul.dot li b{position: absolute; left: 15px; top: 0; font-weight: bold}
.product_option .box ul.color{display: flex;gap:10px}
.product_option .box ul.color li span{width: 40px; height: 40px; display: block; border-radius: 40px}


.product_btn{padding: 30px 50px 0 100px}
.go_contact{width: 100%; display: flex; gap:10px; height: 70px;border-radius: 10px;
border: 1px solid #fff; font-size: 18px; font-weight: bold; color: #fff;
    justify-content: center;
    align-items: center; }



.detail_view{padding: 150px 0}
.detail_title{display: flex;    justify-content: space-between;
    align-items: flex-end; margin-bottom: 80px}
.detail_title h2{
	color: #fff;
font-size: 40px;
font-weight: 600;
background-size: 50%

}

.detail_title{font-size: 16px; word-break: keep-all; color: #fff; opacity: .6}

.detail_content{}
.detail_content img{max-width: 100%; display: inline-block}


.contact_page{display: flex; gap:90px;
align-items: flex-start;
    justify-content: flex-start;}
.contact_page > div{width: calc(50% - 45px)}
.contact_page .thum{    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 50px; height: calc(100vh - 50px - 50px)}
.contact_page .thum img{display: block; width: 100%}
.contact_page .form_are{padding-right: 8rem}


.form_in{padding: 50px 0}
.form_in ul{display: flex; gap:30px 40px;flex-wrap: wrap}
.form_in ul li{width: 100%}

.form_in ul li input,
.form_in ul li select{padding: 0 20px; line-height: 60px; 
font-size: 18px; word-break: keep-all; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; width: 100%; height: 60px;
background: #111; color: #fff
}

.form_in ul li textarea{padding: 20px; line-height: 150%; word-break: keep-all; 
font-size: 18px; width: 100%; height: 160px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; background: #111; color: #fff}

.form_in ul li input:placeholder,
.form_in ul li textarea:placeholder,{color: #666}
.form_in ul li label{font-size: 18px; color: #fff; font-weight: 700; display: block; margin-bottom: 10px;}
.form_in ul li label span{color: #FF0004}

.form_in ul li .captcha label{display: none}


.flex_input{display: flex; gap:20px; color: #999; font-size: 18px;justify-content: flex-start;
    align-items: center;}
.form_in ul li select{
	-o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:#111 url(../img/sub/drop_search.png) calc(100% - 20px) center no-repeat;;
}
.form_in ul li select::-ms-expand { display: none}


.file_are{display: flex; gap:20px; }
.file_are button{border-radius: 5px; height: 60px; line-height: 60px; text-align: center; padding: 0 45px; color: #fff; 
background: #1D1D1B; border:1px solid #1D1D1B; min-width: 155px; font-size: 18px}



.ck_agree{display: flex; gap:10px; margin-top: 30px;justify-content: flex-start;
    align-items: center;}
.ck_agree p{font-size: 18px; color: #fff}
.ck_agree p a{font-weight: bold; color: #fff}
.ck_agree input{width: 18px; height: 18px}

.iq_btn_are{margin-top: 80px; text-align: center}




.contact_page_btn{margin-top: 50px}
.btn_contact{width: 100%; display: flex; gap:10px; height: 70px;border-radius: 10px;
border: 1px solid #fff; font-size: 18px; font-weight: bold; color: #fff;
    justify-content: center;
    align-items: center; background: #111}






/*board*/

.board_common_btn_list{margin-top: 80px}
.board_common_btn_list ul{display: flex; gap:10px;align-items: center;
    justify-content: flex-end;}
.board_common_btn_list a, .board_common_btn_list button{border: 1px solid #ddd; border-radius: 5px; background: #fff; font-size: 16px; 
padding: 0 15px; height: 40px; line-height: 40px; color: #333; display: inline-block; text-align: center}

.board_top_flex{display: flex; justify-content: space-between;
    align-items: flex-start; margin-bottom: 30px}

.total_board{}
.total_board p{font-size: 14px; color: #fff}
.total_board p b{font-weight: bold; color: #fff}

.search_board form{display: flex; gap:10px}
.search_board form select{background: #f5f5f5 url(../img/sub/drop_search.png); 
background-position: 90% center; background-repeat: no-repeat; background-size: 13px auto;
border-radius: 5px; padding: 0 20px; font-size: 15px; color: #666; height: 60px; line-height: 60px; border: 0;
-o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; position: relative}

.search_board form select::-ms-expand{ 
	display: none;
}

.search_board .sch_bar{background: #f5f5f5; border-radius: 5px; display: flex; overflow: hidden}
.search_board .sch_bar input{font-size: 15px; padding: 0 20px; line-height: 60px; border: 0; background: #f5f5f5}
.search_board .sch_bar button{padding: 0 20px; border: 0; background: #f5f5f5}


.board_tlb table{width: 100%; border-top:2px solid #fff; border-spacing: 0 }
.board_tlb table td{font-size:18px; padding:35px 15px; border-bottom: 1px solid #666; font-weight: 500; color: #fff }
.board_tlb table td a{color: #fff}
.board_tlb table td.empty_table{font-size: 1em;padding: 20px 0 !important;
    color: #fff;
    text-align: center;}

.board_tlb table td.num{text-align: center; width: 80px; font-size: 15px; color: #fff}
.board_tlb table td.num .notice_icon{color: #fff}

.board_tlb table td.date{width: 170px;  }
.board_tlb table td.date p{font-size: 16px; color: #999; text-align: center;display: flex; gap:5px}
.board_tlb table td.down{text-align: center; width: 170px; font-size: 15px; color: #fff}
.board_tlb table td a.flexa{display: flex; gap:10px}
.board_tlb table td .point{font-size: 14px; background:#FF8A00 ; padding:5px 10px ; border-radius: 3px; color: #fff}


.board_tlb .down_load{}

.board_tlb .down_load{display: inline-flex; gap:10px; justify-content: center;
    align-items: center; font-size: 16px; color: #fff; background: #18459D; padding: 15px 25px 15px 15px; border-radius: 100px}
.board_tlb .down_load i{background: #fff; width: 30px; height: 30px; display: flex; justify-content: center;
    align-items: center; border-radius: 30px}




.board_detail_content{border-top: 2px solid #222; padding-top: 50px;}
.board_view_btn{text-align: center; margin-top: 100px}



.gall_list_style{display: flex; gap:40px 30px;    flex-wrap: wrap;}
.gall_list_style li{width: calc(33.33% - 19.99px)}
.gall_list_style li.empty_list{width: 100%}

.gall_list_style .gall_img{overflow: hidden; border-radius: 10px}
.gall_list_style .gall_img img{width: 100%; height: 100%;object-fit: cover;
    aspect-ratio: 16 / 10;}
    
.gall_list_style.certifications .gall_img img{aspect-ratio: 21 / 29;}
    
.gall_list_style.certifications li{width: calc(25% - 45px)}
    
.board_list_txt{margin-top: 25px}
.board_list_txt p{font-size: 16px; color: #aaa; margin-top: 10px}  
.board_list_txt h3{color: #fff; font-size: 18px; font-weight: bold;
word-break: keep-all;
display: -webkit-box;
  -webkit-line-clamp: 1; /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }    


.gall_list_style.certifications .board_list_txt{text-align: center}
    
.if_video_are{max-width: 1024px; margin: 0 auto 50px}   
    
.board_detail_content .video-container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
  overflow: hidden; border-radius: 5px
}

.board_detail_content .video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


#bo_v_file li{padding: 25px 0; border: 0;border:0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; box-shadow: none;
border-radius: 0}
#bo_v_file li a{display: flex; gap:20px; font-size: 18px; color: #fff}

#bo_v_file li i{float: none; margin: 0}
#bo_v_file li i img{margin: 0}

#bo_v_file li a strong{font-weight: 400}

#bo_v_con *{color: #fff}

.board_title{margin-bottom: 80px}
.board_title h2{font-size: 40px; font-weight: 900; color: #fff}
.board_title h3{margin-top: 30px; font-size: 16px; color: #fff; font-weight: 300}

.contact_view{}
.contact_view li{font-size: 18px; color: #fff}
.contact_view li + li{margin-top: 10px}

.contact_content *,
.contact_content{font-size: 18px; line-height: 150%; word-break: keep-all; color: #fff}



.tab_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.tab_list .tab_item {
   border-radius: 80px;
	background: #111;
	font-size: 18px; font-weight: 700;
	transition-duration: 1s;
	display: block;
	color: #fff
}

.tab_list .tab_item a {
    display: block;
    padding: 20px;
    border-radius: 70px;
    border: 1px solid #fff;
    transition-duration: 1s;
    color: #fff
}

.tab_list .tab_item.active a,
.tab_list .tab_item:hover a {
    background: #fff;
    color: #111;
}




.site_select{ position: relative}
.site_select p{font-size: 16px; color: #111; background: #fff; border-radius: 70px; padding: 0 25px; height: 70px;
display: inline-flex;
    justify-content: center;
    align-items: center; gap:15px; cursor: pointer}

.drop_site{position: absolute; left: 0; width: 100%; background: #fff; top: calc(100% + 10px); padding:0 20px; border-radius: 10px; text-align: center;
visibility: hidden; overflow: hidden; height: 0; max-height: 0; transition-duration: .5s}
.drop_site a{display: block; font-size: 16px;}
.drop_site a + a{margin-top: 15px}

.open_site +.drop_site{max-height: 500px; height: auto; padding: 20px; visibility: visible}


@media (max-width: 1640px) {

.inner_product{padding: 0 6rem} 


}






@media (max-width: 1580px) {



}


@media (max-width: 1360px) {

.footer .right{gap:3rem}
.inner,
.inner_product{padding: 0 3rem}

.header {
    padding: 50px 3rem;
}

.top_btn{right: 3rem}


.main_slide .slick-list{padding: 0 8rem}
.detail_content img{width: calc(50% - 15px)}


.header .back_btn{left: 3rem}

}


@media (max-width: 1280px) {

.main_slide .slick-list{padding: 0 16rem}

.main_title h2{font-size: 50px}
.main_title h4{font-size: 18px}

.tab__item a,
.top_contact,
.sub_btn_flex,
.btn_contact,
.tab_list .tab_item a{font-size: 16px}

.flex_main_foot .box {
    background-position: 60% center;
}

.footer .right .box h4{font-size: 16px}
.footer .right .box h2{font-size: 24px}

.product_slide_are{width: 50%}

.contact_page{gap:3rem}
.contact_page .thum{height: auto}

.form_in ul li label{font-size: 16px}
.contact_page .form_are{padding-right: 0}


#top_btn{width: 80px; height: 80px}

.footer .inner {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3rem;
}

.sub_top {
    padding: 50px 0 100px;
    overflow: hidden;
}

.site_map .menu_are a{font-size: 40px}




}


@media (max-width: 1024px) {
	
.main_slide a {
    height: auto;
    aspect-ratio: 1;
}

.flex_main_foot {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.footer .inner {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.product_slide_are{width: 100%}

.product_top .inner_product {
    flex-direction: column;
    gap: 80px;
}


.product_title {
    padding: 0px 0px 50px 0px;
    border-bottom: 1px solid #ddd;
}

.product_option {
    padding: 50px 0px 50px 0px;
}

.product_btn {
    padding: 30px 0px 0 0px;
}

.contact_page {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}


.contact_page .thum {
        width: 100%;
        height: 30vh; position: relative; top: 0}
        

.contact_page > div {
    width: 100%;
}

.product_list .box{width: calc(50% - 15px) !important}
.product_list .box .thum{height: auto}
 .product_list .box .thum img{aspect-ratio: 4 / 3;}
        
}


@media (max-width: 860px) {
	
	
.top_btn_link{display: none}	

.sub_section .tab{position: relative; top: 0}


.gall_list_style li {
    width: calc(50% - 15px);
}

.board_top_flex {
    justify-content: space-between;
    align-items: center;
}

.agree_pop_content{max-width: 90%}


.footer .right {
    flex-wrap: wrap;
}
	
.main_slide .slick-list{padding: 0 3rem}	
	
.product_list .box {
    text-align: center;
    width: calc(50% - 15px);
}	

}


@media (max-width: 600px) {
	
.custom-cursor{display: none}	
	

.header{padding: 25px 20px}
.header .logo img{max-width: 120px}

.top_btn {
        right: 20px;
        top: 20px;
    }

.all_btn{width: 30px;height: 30px; padding: 0; border-radius: 5px; }

.all_btn i{width: 20px; height: 12px}

.top_contact{height: 50px; padding: 0 15px}

.main_section.text_slide {
    padding: 80px 20px 100px
}

.main_title h2{font-size: 30px}

.text-marquee h2{font-size: 120px}

    .inner, .inner_product {
        padding: 0 20px;
    }

.tab,
.tab_list {
    flex-wrap: wrap;
}
.tab__item a,
.tab_list .tab_item a{padding: 10px 15px}

.product_list {
    gap: 40px 10px;
    flex-wrap: wrap;
}


    .product_list .box {
        text-align: center;
        width: calc(50% - 5px);
    }

.product_list .box .thum{border-radius: 5px}
.product_list .box .txt .jubject{font-size: 16px}
.product_list .box .txt .tag{font-size: 12px}

.main_section{padding: 80px 0}

.more_product{margin-top: 60px}
.sub_btn_flex{padding: 15px 20px}
.main_gall_slide .slick-slide{padding: 0 5px}

.main_gall_slide .slick-list{padding: 0 3rem}

.main_gall_slide a .txt{padding: 20px}
.main_gall_slide a .txt .subject{font-size: 16px}
.main_gall_slide a .txt .tag{font-size: 12px}

.flex_main_foot .box{padding: 40px 30px; border-radius: 10px}

.flex_main_foot .box .txt h2{font-size: 18px}
.flex_main_foot .box .txt p{font-size: 14px}
.flex_main_foot .box .sub_btn_flex{margin-top: 30px}

.footer .foot_link a,
.foot_txt p,
.footer .right .box h4,
.footer .right .box p{font-size: 14px}

.custom_select{width: 100%; height: 50px; font-size: 14px}

.footer .right .box{width: 100%}

.agree_pop_content{padding: 25px}
.agree_pop_content .agree_title h2{font-size: 18px}
.agree_pop_info p{font-size: 12px}
.agree_pop_info h3{font-size: 14px}

.site_map .menu_are a{font-size: 24px}

.site_map .menu_are a + a {
    margin-top: 20px;
}

.sub_site_map{gap:10px}
.sub_site_map li{font-size: 14px}

.product_title h2{font-size: 24px}
.product_title p{font-size: 16px}


.header .back_btn {
        left: 20px;
        top: 20px;
        width: 50px;
        height: 50px;
    }

.main_title h2{background-size: 50%}


.product_option .box {
    width: 100%;
}

.product_option .box h4{font-size: 14px; margin-bottom: 10px}
.product_option .box ul.dot li{font-size: 14px}

.go_contact,
.btn_contact{font-size: 16px; height: 50px}

.detail_title h2{font-size: 20px}

.detail_title {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    flex-direction: column;
    gap: 10px;
}

.detail_content img{width: 100%}

.ck_agree p{font-size: 14px}

.form_in ul li input, .form_in ul li select{font-size: 16px; height: 50px; line-height: 50px; }
.flex_input{gap:5px}

.board_top_flex{display: none}
.board_tlb table td.date{display: none}


.board_title h2{font-size: 24px}
.board_title h3{font-size: 12px; margin-top: 10px}

#bo_v_file li a{font-size: 14px}


.gall_list_style {
    gap: 40px 10px;
    flex-wrap: wrap;
}

    .gall_list_style li {
        width: calc(50% - 5px);
    }

.board_list_txt h3{font-size: 16px}
.board_list_txt p{font-size: 12px}


#top_btn{right: 20px}

.sub_section{padding-bottom: 80px}





.pagenation li a,
.pg_current, .pg_page{width: 30px; height: 30px}


.top_btn{gap:10px}


#top_btn{width: 60px; height: 60px}

    .product_list .box {
        width: calc(50% - 5px) !important;
    }


.site_select p {
    font-size: 14px;
    color: #111;
    background: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.drop_site a{font-size: 14px; word-break: keep-all}



.site_map .menu_are .sub_all_menu + a{margin-top: 20px;}

.site_map .menu_are .sub_all_menu a{font-size: 16px}
.site_map .menu_are .sub_all_menu a + a{margin-top: 10px}


}





@media (max-width: 360px) {

 
 
 
 
}





































