@charset "UTF-8";

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.all_wrap{overflow: hidden;position: relative;}

.jarallax {position: relative;z-index: 0;height: 100%;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;}

/* 관리자 로그인 */
.main_admin {position: fixed; z-index: 11; top: 105px;right: 10px ;}
.main_admin a {font-size: 14px; background: #fff; border-radius: 5px; margin-bottom: 5px; width: 100px; height: 30px; display: inline-block; text-align: center;line-height: 30px;font-weight: 500; }

/* 공통 */
.width{width: 92% !important; max-width: 1320px; margin: 0 auto; position: relative;}
.common{padding: 100px 0px;}

@media all and (max-width: 1024px) {
	.common{padding: 60px 0px;}
}

:root{
	--color: #3079fa;

    --fs128: 12.8rem;
    --fs100: 10rem;
    --fs95: 9.5rem;
    --fs96: 9.6rem;
    --fs85: 8.5rem;
    --fs80: 8.0rem;
    --fs75: 7.5rem;
    --fs70: 7.0rem;
    --fs65: 6.5rem;
    --fs60: 6.0rem;
    --fs55: 5.5rem;
    --fs54: 5.4rem;
    --fs52: 5.2rem;
    --fs50: 5.0rem;
	--fs48: 4.8rem;
    --fs45: 4.5rem;
    --fs42: 4.2rem;
	--fs40: 4.0rem;
    --fs38: 3.8rem;
    --fs37: 3.7rem;
    --fs36: 3.6rem;
	--fs35: 3.5rem;
    --fs32: 3.2rem;
    --fs30: 3.0rem;
    --fs29: 2.9rem;
	--fs28: 2.8rem;
	--fs27: 2.7rem;
    --fs26: 2.6rem;
	--fs25: 2.5rem;
    --fs24: 2.4rem;
    --fs23: 2.3rem;
	--fs22: 2.2rem;
    --fs21: 2.1rem;
	--fs20: 2.0rem;
	--fs19: 1.9rem;
    --fs18: 1.8rem;
    --fs17: 1.7rem;
    --fs16: 1.6rem;
    --fs15: 1.5rem;
	--fs14: 1.4rem;
}

#header{width: 100%;background: transparent;position: fixed;top: 0;z-index: 999; transition: 0.3s all; background: #fff;}
#header .head_login_wrap{border-bottom: 1px solid #eee;}
#header .head_login{display: flex;justify-content: flex-end;padding: 7px 0px;}
#header .head_login li{margin-left: 10px;}
#header .head_login a{font-size: 1.4rem;}
#header .head_login i{font-size: 20px;}
#header .logo a .logo_scroll {display: none;}

#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 90px;}
#header .head_menu .main_menu { width: 70%; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; z-index: 9;}
#header .head_menu .main_menu .dept1 { width: 20%; position: relative; padding: 15px 0px; cursor: pointer;}
#header .head_menu .main_menu .dept1 > a { font-size: 1.8rem; font-weight: 600; }
#header .head_menu .main_menu .dept1 > a.active { color: var(--color); font-weight: bold; }
#header .head_menu .main_menu .dept1 > a.menuon { color: var(--color); font-weight: bold; }

#header .head_menu .head_contact {height: 100%; background: var(--color); display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; padding: 0 15px;}
#header .head_menu .head_contact .txt {display: flex; justify-content: center; align-items: center; gap: 0 5px; margin-bottom: 5px;}
#header .head_menu .head_contact .txt p {font-size: var(--fs18); font-weight: 600; color: #fff;}
#header .head_menu .head_contact span {font-size: var(--fs22); font-weight: 800; color: #fff; white-space: nowrap;}


#header .head_menu .sub_menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 100%; padding-top: 20px; display: none; padding-bottom: 30px;}
#header .head_menu .main_menu .dept2 { padding: 12px 0px; }
#header .head_menu .main_menu .dept2 a { font-size: 1.7rem; display: block; color: #fff;}
#header .main_menu .dept2>a:hover,
#header .main_menu .dept2>a:active,
#header .main_menu .dept2>a.menuon,
#header .main_menu .dept2>a:focus {  color: var(--color);font-weight: bold;}
#header .menu_bg {background: rgba(0,0,0,0.5);width: 100%;height: 0;left: 0;z-index: 1;position: absolute;}

/* 모바일 */
.mobile_head {width: 100%; height: 70px; display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; display: none; position: fixed; background: #fff; z-index: 99;}
.mobile_head .mobile_logo { width: 150px; }
.mobile_head .mobile_logo  img { width: 150px; height: auto;}

#mobile_menu {  display: none; position: fixed; top: 0; right: -75%; width: 75%; background: #fff; z-index: 1000; height: 100vh; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none;}
#mobile_menu::-webkit-scrollbar{display: none;}
#mobile_menu .mob_logo { width: 100%; padding: 0px 20px; height: 70px; background : #fff;display: flex; justify-content: space-between; align-items: center;}
#mobile_menu .mob_logo a { width: 120px; }
#mobile_menu .mob_logo a img { width: 100%; }
#mobile_menu .mobile_close { font-size: 30px; cursor: pointer; color: #333;}
#mobile_menu .mob_menu .top_menu {display: flex;justify-content: space-between; align-items: center; padding: 20px 0px;font-size: 17px; margin: 0px 20px; border-bottom: 1px solid #dadada;}
#mobile_menu .mob_menu .topmenu.on { color: #fff; }
#mobile_menu .mob_menu .sub_menu { padding: 15px 0px; margin: 0px 20px; border-bottom: 1px solid #ccc; background: #fff; visibility: visible; }
#mobile_menu .mob_menu .sub_menu a {display: block; color: #333 ;font-size: 15px; padding: 10px; background: #fff;}
#mobile_menu .mob_menu_btn{display: flex; padding: 10px 0px; margin: 0px 20px; justify-content: space-between;}
#mobile_menu .mob_menu_btn li{width: 49%;}
#mobile_menu .mob_menu_btn a{font-size: 17px;  background: #ddd;display: flex; height: 50px; justify-content: center; align-items: center;}
#mobile_menu .mob_menu_btn a i{font-size: 16px; margin-right: 5px;}
.mob_bg {  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 99;}

@media screen and ( max-width: 1400px ){
#pcmenu .topmenu { font-size: 16px; }
#pcmenu .submenu a { font-size: 14px; }
}
@media screen and ( max-width: 1024px ){
#header { display: none; }
.mobile_head{display: flex;}
}


.mobile_open i {font-size: 18px; color: #262626; font-weight: 500;}
.mobile_close i {font-size: 24px; color: #262626; font-weight: 500;}


/* 메인비주얼 */
.theme_visual {position: relative;}
.Hfull {position: relative; z-index: 8; overflow: hidden;}
.swiper_visual {display:block;height:100%;margin:0px auto;overflow:hidden;position:relative; z-index: 1;}
.swiper_visual .swiper-slide {position:relative; height: auto !important;}
.swiper_visual .swiper-slide .main_visual img{width: 100%;}
.swiper_visual .swiper-slide .main_visual #video {object-fit: cover; object-position: center; width: 100%; height: 100%;}

.swiper_visual .maintext_box { position: absolute; z-index: 5; left: 0; right: 0; top: 0; height: 100%; display: flex; justify-content: center; flex-direction: column; text-align: center; padding-bottom: 5%;}
.swiper_visual .maintext_box h2 {font-size: var(--fs55); font-weight: 700; line-height: 1.4; color: #fff; text-shadow: 5px 32px 40px rgba(146, 189, 211, 0.7);}

@media all and (max-width: 1320px) {
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 1024px) {
    .swiper_visual .swiper-slide .main_visual #video {height: 1000px;}
}
@media all and (max-width: 768px) {
    .swiper_visual .swiper-slide .main_visual #video {height: 280px;}
}
@media all and (max-width: 600px) {
}


/* 하단 */
#ft{padding: 40px 0 60px 0; background: #fafafa;width: 100%; position: relative ; z-index: 2; border-top: 1px solid #ebebeb; }
#ft .box_wrap {gap: 0 120px; align-items: start;}
#ft .box_wrap .txt {display: flex; }
#ft .box_wrap .txt p {font-size: 16px; color: #494949; line-height: 1.6;}
#ft .box_wrap .txt span {font-size: 16px; color: #494949; line-height: 1.6; padding: 0 10px;}
#ft .box_wrap .copy {margin-top: 30px;}
#ft .box_wrap .copy p {font-size: 16px; color: #afafaf;}

@media all and (max-width: 1320px) {
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 1024px) {
    #ft .box_wrap {gap: 0 0; flex-wrap: wrap; flex-direction: column; }
    #ft .foot_logo {margin-bottom: 30px; text-align: center; width: 100%;}
    #ft .foot_info {width: 100%;}
    #ft .box_wrap .txt {justify-content: center;}
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 600px) {
    #ft .box_wrap .txt p {font-size: 14px;}
    #ft .box_wrap .txt span {font-size: 14px;}
    #ft .box_wrap .copy {margin-top: 20px;} 
    #ft .box_wrap .copy p {font-size: 14px;}
}

/* sub_visual */
.sub_visual{width: 100%;height: 500px;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important; display: flex; flex-direction: column; align-items: start; justify-content: end; position: relative; z-index: 2;}
.sub_visual .sub_top_text{text-align: center; color: #fff; padding-bottom: 120px;}
.sub_visual .sub_top_text h3{font-size: var(--fs50);  font-weight: 700; color: #fff; text-shadow: 0 0 30px rgba(0, 0, 0, 0.4); text-align: left;}


@media all and (max-width: 1320px) {
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 1024px) {
    .sub_visual {height: 350px;}
    .sub_visual .sub_top_text {padding-bottom: 60px;}
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 600px) {
    .sub_visual {height: 400px;}
}

/* 서브 페이지 시작 */

/* 페이지 네비, 게시판 등 */
#bo_gall .is_notice{border-radius: 30px;}

.pg_wrap{margin-top: 60px; display: flex; justify-content: center; width: 100%;}
.pg_wrap .pg{display: flex;}
.pg_page{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background-color: none; border: none;}
.pg_current{border: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background: none;}

@media all and (max-width: 1400px) {
}
/* 갤러리 */
@media all and (max-width: 1024px) {
	.gall_row .col-gn-4{width: 33.33333%;}
	.gall_row .col-gn-5{width: 25%;}
}

@media all and (max-width: 850px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5{width: 50%;}
	#bo_cate li{width: 25%; margin-bottom: 10px;}
	#bo_cate ul{flex-wrap: wrap;}
}

@media all and (max-width: 600px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5, .gall_row .col-gn-2{width: 100%;}
}

/* 리스트 */
@media all and (max-width: 850px) {
	.prdt_list .prdt_top th.psize, .prdt_list .prdt_table .psize{display: none;}
	.prdt_list .prdt_top th.pcolor, .prdt_list .prdt_table .pcolor{display: none;}
}

@media all and (max-width: 650px) {
	.prdt_list .prdt_top th.num{min-width: 60px;}
	.prdt_list .prdt_top th.pintro, .prdt_list .prdt_table .pintro{display: none;}
	.prdt_list .prdt_top th.pname{width: 100%;}
	.prdt_list .prdt_table .pname{text-align: center;}
}

/* 애니메이션 */



/* 게시판 팝업 커스텀 */
.pop_box .img_pop{position: relative;}
.pop_box .close_btn{cursor: pointer; position: absolute; right: 10px; top:10px; background:#000; width: 40px; height: 40px; border-radius: 50%; text-align: center; font-size: 20px; line-height: 40px; border: 1px solid #000; z-index: 9999;}
.pop_box .close_btn:hover{background: #fff; color: #000; transition: 0.3s all;}

.pop_box .close_btn i {color: #fff;}

.pop_box .close_btn:hover i {color: #000;}

.pop_patent_img{max-width: 550px; width: 100%;}
.pop_patent_img img{ width: 550px !important; height: auto;}

.pop_box{
    position: fixed;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.open_pop{
    visibility: visible;
    opacity: 1;
}

@media all and (max-width: 500px) {
.pop_patent_img img{ width: 100% !important; height: auto;}
}


/* 개인정보취급방침 */
.pop_wrap {display: none;position: fixed;top: 0;left: 0;background: rgb(0, 0, 0, 0.3);width: 100%;  height: 100%;  z-index: 9999;}
.pop_wrap .pop-inner {position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  width: 90%;  max-width: 768px;  height: 50vh;  max-height: 760px;  padding: 50px 20px;  background: #fff;  line-height: 25px;}
.pop-close {  position: absolute;  top: 5px;  right: 5px;  width: 30px;  height: 30px;  cursor: pointer;}
.pop-close i{font-size: 24px;}
.pop_wrap .pop-inner h3{text-align: center; font-size: 2.0rem; font-weight: bold; margin-bottom: 20px;}
.pop-text{height: 30vh; overflow-y: scroll;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #fff}

@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
}
/* 갤러리 */
@media all and (max-width: 1024px) {
}

@media all and (max-width: 850px) {
}

@media all and (max-width: 768px) {
    html{font-size: 40% !important;}
}

@media all and (max-width: 650px) {
}

