@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:95px; right: 10px;}
.main_admin a{font-size: 14px; background: #fff; border-radius: 5px; margin-bottom: 5px; width: 80px; height: 30px; display: inline-block; text-align: center; line-height: 30px; font-weight: 500;}
/* 공통 */
select:focus {outline: none;}
.width{width: 92% !important; max-width: 1400px; margin: 0 auto; position: relative;}
.width2{width: 92% !important; max-width: 1200px; margin: 0 auto; position: relative;}
.common{padding: 180px 0px;}
:root{
	--color: #F39800;

	--fs42: 4.2rem;
	--fs40: 4.0rem;
	--fs32: 3.2rem;
	--fs28: 2.8rem;
	--fs24: 2.4rem;
	--fs22: 2.2rem;
	--fs20: 2.0rem;
	--fs18: 1.8rem;
	--fs14: 1.4rem;
}
.board_title{margin-bottom: 80px; text-align: center;}
.board_title h2{font-size: 40px; font-weight: 700; letter-spacing: -1px; line-height: 130%;}
.board_title p{margin-top: 10px; font-size: var(--fs20); color: #505050;}
.fa-heart{display: none;}

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

#ctt{max-width: 1100px; margin: 0 auto; }
#ctt #ctt_con{padding: 20px; border: 1px solid #e1e1e1;}

html{scroll-behavior: smooth;}
#header{width: 100%;position: fixed;top: 0;z-index: 999; transition: 0.3s all; background: #000; height: 140px;}
#header .head_login_wrap{display: flex; align-items: center;}
#header .head_login{display: flex;justify-content: flex-end;padding: 7px 10px; border: 1px solid #333; border-radius: 30px; margin-right: 25px;}
#header .head_login li{margin:0px 5px;}
#header .head_login a{font-size: 1.2rem; color: #333; white-space: nowrap; font-weight: 400;}
#header .head_login i{font-size: 20px;}
#header .head_menu .logo {position: relative; width: 144px; flex-shrink: 0;}
#header .head_menu .logo img{width: 100%; height: 87px;}
/* #header.scroll{top:-36px;} */

#header .head_menu{position: relative;display: flex;align-items: center;width: 100%; height: 100%;}
#header .head_menu .main_menu { display: flex; align-items: center; text-align: center; z-index: 9; position: relative; margin-left: auto; height: 100%; width: 840px;}
#header .head_menu .main_menu .dept1 { position: relative; width: 210px;}
#header .head_menu .main_menu .dept1 > a { font-size: 26px; font-weight: 600; letter-spacing: -0.65px; white-space: nowrap; padding: 0; display: flex; align-items: center; justify-content: center; width: 210px; height: 120px; line-height: 36px; color: #fff; transition: 0.3s all;}
#header .head_menu .main_menu .dept1 > a:hover { opacity: 0.8; }
#header .head_menu .main_menu .dept1 > a.active { font-weight: 700; }
#header .head_menu .main_menu .dept1 > a.menuon { font-weight: 700; }

#header .head_menu .sub_menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 180px; width: auto; padding: 8px 0; display: none; z-index: 99; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); background: #fff; border: 1px solid #E5E5EC; text-align: center;}
#header .head_menu .main_menu .dept2 { padding: 0; background: #fff; }
#header .head_menu .main_menu .dept2:first-child { border-radius: 12px 12px 0 0; }
#header .head_menu .main_menu .dept2:last-child { border-radius: 0 0 12px 12px; }
#header .head_menu .main_menu .dept2 a { font-size: 15px; display: block; padding: 11px 24px; color: #555; transition: 0.2s all; letter-spacing: -0.3px; font-weight: 400; white-space: nowrap;}
#header .main_menu .dept2>a:hover { color: #0132AD; background: #f7f8fa;}
#header .main_menu .dept2>a:active,
#header .main_menu .dept2>a.menuon,
#header .main_menu .dept2>a:focus { color: #0132AD; font-weight: 600;}
#header .head_menu .logo .on{display: none;}
#header .hd_tel{display: flex; align-items: center; gap: 13px; margin-left: auto; flex-shrink: 0;}
#header .hd_tel img{width: 48px; height: 38px; object-fit: contain;}
#header .hd_tel span{font-size: 40px; font-weight: 900; color: #FFC000; line-height: 46px; white-space: nowrap;}
.header_width{width: 92%; margin: 0 auto; max-width: 1700px; height: 100%;}

.menu_open { position: fixed; width: 100%; height: 100vh;
	background: #f7f8fa; top: 0; left: 0; z-index: 999; display: none; overflow-y: auto;}
	.menu_open .site_map_wrap { padding: 40px 0 60px; }
	.menu_open .site_map_wrap h2 { margin-bottom: 50px; padding-bottom: 40px; border-bottom: 1px solid #E5E5EC; display: flex; justify-content: space-between; align-items: center;}
	.menu_open .site_map_wrap h2 img { width: 160px; }
	.menu_open .site_map_wrap h2 a { width: 44px; height: 44px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #999 !important; transition: 0.3s all; background: #fff;}
	.menu_open .site_map_wrap h2 a:hover { color: #111 !important; border-color: #111; }
	.menu_open .site_map { display: flex; width: 100%;}
	.menu_open .site_map .dept1 { flex: 1; padding: 0 28px; border-right: 1px solid #E5E5EC;}
	.menu_open .site_map .dept1:first-child { padding-left: 0; }
	.menu_open .site_map .dept1:last-child { border-right: none; padding-right: 0;}
	.menu_open .site_map .dept1 > a { font-size: 18px; font-weight: 700; padding-bottom: 16px; display: block; margin-bottom: 24px; letter-spacing: -0.45px; color: #111; position: relative;}
	.menu_open .site_map .dept1 > a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 24px; height: 2px; background: #0132AD;}
	.menu_open .site_map .dept1 > a.active { color: #0132AD; }
	.menu_open .site_map .dept2 a { font-size: 15px; position: relative; line-height: 100%; display: block; padding: 9px 0; padding-left: 0; color: #666; letter-spacing: -0.3px; transition: 0.2s all;}
	.menu_open .site_map .dept2 a:hover { color: #0132AD; padding-left: 6px;}
	.hd_bg { background: #fff; width: 100%; height: 0; left: 0; z-index: 1; position: absolute; }
	.site_foot{padding-top: 20px; margin-top: 60px; border-top: 1px solid #E5E5EC; text-align: center;}
	
	#header .menu_bar { z-index: 99; position: relative; margin-left: 40px; display: flex; align-items: center; justify-content: center;}
	#header .menu_bar i { font-size: 28px; color: #fff; }
	#header .menu_bar span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}
	#header .menu_bar2 { z-index: 9999; position: relative; }
	#header .menu_bar2 span:nth-child(1) { display: none; }
	#header .menu_bar2 span:nth-child(2) { transform: rotate(130deg); }
	#header .menu_bar2 span:nth-child(3) { transform: rotate(45deg); top: 0px; position: absolute; }
	#header .menu_bar2 span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}
	#header.is-hidden {
		transform: translateY(-100%); /* 헤더 전체 높이만큼 위로 */
	}

/* 모바일 */
.mobile_head{width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; display: none; position: fixed; top: 0; background: #000; z-index: 99;}
.mobile_head .mobile_logo img{height: 45px; width: 90px;;}
.mobile_head .hd_tel a{display: flex; align-items: center; gap: 0 7px; font-size: 20px; color: #ffc000; text-decoration: none;}
.mobile_head .hd_tel span{font-weight: 900;}
.mobile_head .hd_tel img{width: 24px;}
#mob_menu{display: none;}


@media screen and ( max-width: 1400px ){
#pcmenu .topmenu { font-size: 16px; }
#pcmenu .submenu a { font-size: 14px; }
#header{height: 100px;}
#header .head_menu .main_menu{width: auto;}
#header .head_menu .main_menu .dept1{width: auto;}
#header .head_menu .main_menu .dept1 > a{font-size: 20px; height: 80px; width: auto; padding: 0 20px;}
#header .hd_tel span{font-size: 30px; line-height: 36px;}
#header .hd_tel img{width: 36px; height: 28px;}
#header .head_menu .logo{width: 110px;}
#header .head_menu .logo img{width: 110px; height: 60px;}
}
@media screen and ( max-width: 1024px ){
#header{display: none;}
.mobile_head{display: flex;}
#mob_menu{position: fixed; top: 60px; width: 100%; display: flex; align-items: center; justify-content: space-around; background: #000; border-top: 3px solid #f6c15b; z-index: 99;}
#mob_menu li a{font-size: 16px; color: #fff; padding: 12px 0; display: inline-block;}
}



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

@media all and (max-width: 900px){
	.pc{display: none !important;}
	.mob{display: block !important;}
}






/* board warp */
.board_warp .latest_wrap{display: flex; justify-content: space-between;}
.latest_wrap .latest_top_wr{width: 48.5%;}
.latest_top_wr h2{font-size: var(--fs24); margin-bottom: 40px; font-weight: bold;}
.latest_top_wr h2 i{margin-right: 7px; font-weight: 300;}
.board_warp .main_btn{margin-top: 100px; display: flex; justify-content: space-between;}
.board_warp .main_btn a{width: 24%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 1px 3px rgba(0,0,0,0.2); padding: 40px 0px;}
.board_warp .main_btn a i{font-size: 5.0rem; width: 100px; height: 100px; background: #eee; color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.board_warp .main_btn a span{font-size: var(--fs20);}
.board_warp .main_btn a:hover{-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
	@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media all and (max-width: 1300px){
	.pic_lt .lt_wrap .lt_text_top .lt_info{min-width: 80px; min-height: 80px;}
	.pic_lt .lt_wrap{padding: 12px;}
}
@media all and (max-width: 950px){
	.board_warp .latest_wrap{flex-direction: column;}
	.latest_wrap .latest_top_wr{width: 100%;}
	.latest_wrap .latest_top_wr:first-child{margin-bottom: 60px;}
}
@media all and (max-width: 768px){
	.board_warp .main_btn{flex-wrap: wrap; margin-top: 60px; gap:15px 0px;}
	.board_warp .main_btn a{width: 49%; padding: 25px 0px;}
}

/* 하단 — style.css에서 관리 */


/* sub_visual */
.sub_visual{width: 100%; height: 400px; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; margin-top: 140px;}
/* .sub_visual::before{content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.48); z-index: 1;} */
.sub_visual > *{position: relative; z-index: 2;}
.sub_visual .sub_top_text{text-align: center; color: #fff; display: flex; flex-direction: column; align-items: center; gap: 8px;}
.sub_visual .sub_top_text h2{font-size: 52px; font-weight: 700; color: #fff; letter-spacing: -1.3px; line-height: 130%;}
.sub_visual .sub_top_text p{font-size: 18px; font-weight: 400; color: #fff; line-height: 140%; font-family: 'SUIT-Regular'; text-transform: uppercase;}
/* sub_nav breadcrumb */
.sub_nav{display: flex; align-items: center; gap: 20px; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2;}
.sub_nav_home{display: flex; align-items: center; line-height: 0;}
.sub_nav_home svg{opacity: 0.7; transition: 0.3s;}
.sub_nav_home:hover svg{opacity: 1;}
.sub_nav_dot{width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.5);}
.sub_nav_parent{font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.7); letter-spacing: -0.4px; line-height: 150%; white-space: nowrap;}
.sub_nav_current{font-size: 16px; font-weight: 600; color: #fff; letter-spacing: -0.4px; line-height: 150%; white-space: nowrap;}
@media all and (max-width: 1024px) {
	.sub_visual{height: 290px; margin-top: 60px;}
	.sub_visual .sub_top_text h2{font-size: 36px;}
	.sub_visual .sub_top_text p{font-size: 16px;}
	.sub_nav{bottom: 24px; gap: 14px;}
	.sub_nav_home svg{width: 20px; height: 20px;}
	.sub_nav_parent, .sub_nav_current{font-size: 14px;}
}

/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #fff; border-bottom: 1px solid #e5e5e5;}
.lnb .lnb_map{height: 55px; display: flex; align-items: center;}
.lnb .lnb_map .home{width: 55px; height: 100%;background: var(--color);display: flex;justify-content: center;align-items: center;}
.lnb .lnb_map .home a{color: #fff; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.lnb .lnb_map .home i{font-size: 18px;}
.lnb .lnb_map > li{width: 250px; height: 100%;border-right: 1px solid #e5e5e5; padding: 0px 20px;position: relative;}
.lnb .lnb_map > li.home{border-right: 1px solid #e5e5e5; padding: 0;}
.lnb .lnb_map li.dep a{width: 100%; height: 100%;display: flex;align-items: center; font-size: 14px; cursor: pointer;}
.lnb .lnb_map li.dep a span{width: 100%;display: flex; justify-content: space-between;align-items: center; font-size: 15px; color: #333; font-weight: 400;}
.lnb .lnb_map li.dep a span i{font-size: 20px; color: #999; transition: 0.3s all;}
.lnb .lnb_map li.dep ul{display: none;position: absolute;left: 0; top: 55px;width: 100%;z-index: 10; background: #fff; border: 1px solid #e5e5e5; border-top: none;}
.lnb .lnb_map li.dep ul li{width: 100%; background: #fff; border-bottom: 1px solid #f0f0f0;}
.lnb .lnb_map li.dep ul li:last-child{border-bottom: none;}
.lnb .lnb_map li.dep ul li a{padding: 14px 20px;font-size: 14px; color: #555; transition: 0.2s all;}
.lnb .lnb_map li.dep ul li a:hover{color: var(--color); font-weight: 500; background: #f9f9f9;}
.lnb .lnb_map li.dep ul li a.on{color: var(--color); font-weight: 500;}


@media screen and (max-width:1400px) {
.lnb .lnb_map{width: 100% !important;}
}
@media screen and (max-width:900px){
.lnb .lnb_map{height: 50px;}
.lnb .lnb_map .home{width: 50px;}
.lnb .lnb_map .home i{font-size: 16px;}
.lnb .lnb_map li.dep ul{top: 50px;}
}
@media screen and (max-width:600px){
.lnb .lnb_map{height: 45px;}
.lnb .lnb_map .home{width: 12%;}
.lnb .lnb_map li{width: 44%;}
.lnb .lnb_map li:last-child{width: 44%;}
.lnb .lnb_map li.dep ul{top: 45px;}
.lnb .lnb_map li.dep a span{font-size: 13px;}
.lnb .lnb_map li.dep ul li a{font-size: 13px; padding: 12px 15px;}
}
















/* 페이지 네비, 게시판 등 */
/* .bo_cate_link{border-radius: 30px;}
.bo_v_topcon .bo_v_cate{border-radius: 30px;} */
#bo_gall .is_notice{border-radius: 30px;}
.quick_banner{z-index: 99; right: 20px; bottom: 20px; position: fixed;animation: quickBounce .8s infinite alternate;}
@keyframes quickBounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }

@keyframes quickBounce2 {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

#top_btn{width: 45px; height: 45px;border: none; background: #fff; border-radius: 50%;box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); transition: 0.3s all;}
#top_btn span{font-size: 14px; font-weight: bold;}
#top_btn:hover{background: #eee; color: #000;}

.floating_menu { width: 45px; height: 45px; border-radius: 50%; background: #2DAAE1; position: fixed; bottom: 52px; z-index: 99; }
.floating_menu input { position: absolute; width: 45px; height: 45px; margin: 0; opacity: 0; cursor: pointer; }
.floating_menu input:checked ~ .floating_plus { transform: rotate(135deg); }
.floating_menu input:checked ~ .floating_nav li:nth-child(1) { transform: translatey(-52px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(2) { transform: translatey(-104px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(3) { transform: translatey(-156px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(4) { transform: translatey(-208px); opacity: 1; }
.floating_menu input ~ .floating_plus { transform: rotate(0); }
.floating_menu > .floating_plus { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; font-size: 20px; color: #FFFFFF; background:#2DAAE1; border-radius: 50%; transform: rotate(0); transition: all 0.5s ease; pointer-events: none; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); }
.floating_menu > .floating_plus i { line-height: normal !important; }
.floating_menu > .floating_nav { display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; }
.floating_nav li { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; border-radius: 50%; background: #fff; cursor: pointer; position: absolute; transition: all 0.5s ease; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); opacity: 0; }
.floating_menu > .floating_nav li a i { font-size: 20px; color: #222; }
.floating_menu > .floating_nav li a i.xi-kakaotalk { font-size: 28px; margin-top: 3px; }

.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 0px; background-color: none !important; border: none !important; font-size: 12px; color: #333;}
.pg_current{border: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 0px; background: none; color: #333; font-size: 12px;}

@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
	:root{
		--fs40: 3.4rem;
		--fs32: 2.8rem;
		--fs28: 2.4rem;
	}
}
/* 갤러리 */
@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;}
}

/* 애니메이션 */



/*  */
