@charset "UTF-8";

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

.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;}
/* 공통 */
.width{width: 96% !important; max-width: 1520px; margin: 0 auto; position: relative;}
.width_m{width: 96% !important; max-width: 1720px; margin: 0 auto; position: relative;}
.width2{width: 92% !important; max-width: 1300px; margin: 0 auto; position: relative;}
.width_register{width: 92% !important; max-width: 1000px; margin: 0 auto; position: relative;}
.common{padding: 12rem 0px;}
:root{
	--color: #981B1F;

	--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: var(--fs32); font-weight: 500;}
.board_title p{margin-top: 10px; font-size: var(--fs20);}

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

#header{width: 100%;position: fixed;top: 0;z-index: 999; transition: 0.3s all;}
#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: 8px;color: #fff;font-weight: 700;}
#header .head_login a{font-size: 1.6rem;font-weight: 600; color: #fff;}
#header .head_login i{font-size: 20px;}
/*#header .head_menu .logo img{width: 130px;}*/
/* #header.scroll{top:-36px;} */

#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 70px;margin: 20px 0;}
#header .head_menu .logo a img{width:214px;}
#header .head_menu .logo .logo_b{display:none ;}
#header .head_menu .main_menu { width: 65%; display: flex; justify-content: flex-start; align-items: center; text-align: center; height: 100%; z-index: 9; position: relative;margin-left: 8rem;}
#header .head_menu .main_menu .dept1 {line-height: 100%; height: 100%; width: 25%;max-width: 180px; position: relative;}
#header .head_menu .main_menu .dept1 > a {display: block; width: 100%; height: 100%; font-size: 2.1rem; font-weight: 600; color: #fff ; transition: 0.3s all; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
#header .head_menu .main_menu .dept1 > a:hover{color: #fff; font-weight: 600; background: #981B1F;}
#header .head_menu .main_menu .dept1 > a.menuon { color: #fff; font-weight: 600; background: #981B1F;}
#header .head_menu .main_menu .dept1:hover > a {color: #fff;font-weight: 600;background: #981B1F;}
#header .head_menu .sub_menu {background: #FFF;box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.12);backdrop-filter: blur(2px); position: absolute; width: 100%; display: none; top: 100%;left: 50%; transform: translateX(-50%); }
#header .head_menu .main_menu .dept2 {padding: 12px 0;border-bottom: 1px solid #E5E5EC;text-align: center;margin: 0 13px;margin-top: 4px;}
#header .head_menu .main_menu .dept2:last-child{border-bottom: none;margin-top: 0px;margin-bottom: 4px;}
#header .head_menu .main_menu .dept2 a { color: #767676;font-size: 1.8rem; font-weight: 600;display: block; width: 100%;}
#header .head_menu .main_menu .dept2:hover a{color:#981B1F;}
#header .head_menu .main_menu .dept2:active a{color:#981B1F !important; }
#header .head_menu .main_menu .dept2.menuon a{color:#981B1F !important;}
#header .head_menu .logo .on{display: none;}
.header_width{width: 92%; margin:  0 auto; max-width: 1700px;}
#header.active{background: #fff;}
#header.active .head_menu .main_menu .dept1 > a{color: #111;}
#header.active .head_menu .main_menu .dept1:hover > a{color: #fff;}
#header.active .head_menu .logo .off{display: none;}
#header.active .head_menu .logo .on{display: block;}
#header.active .head_menu .logo .logo_b{display:block ;}
#header.active .head_menu .logo .logo_w{display:none ;}
#header.active .link_btn_wrap a{background-color: #0000002f;}
#header.active .lang_wrap a{color: #111; border: 1px solid #111;}
#header.active .lang_wrap a span{color: #111; }
.nav_color{background-color: #fff !important;}
.nav_color .link_btn_wrap a{background-color: #0000002f;;}
#header.nav_color .head_menu .main_menu .dept1 > a{color: #111 !important;}
#header.nav_color .head_menu .main_menu .dept1:hover > a {color: #fff !important;font-weight: 600;background: #981B1F;}
#header.active .head_menu .main_menu .dept1 > a.menuon { color: #fff; font-weight: 600; 
background: #981B1F;}
#header.active .main_menu .dept2>a:hover,
#header.active .main_menu .dept2>a:active,
#header.active .main_menu .dept2>a.menuon,
#header.active .main_menu .dept2>a:focus { color:#981B1F; }

/* 모바일 */
.mobile_head {width: 100%; height: 80px; display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; display: none; position: fixed; background:#fff; z-index: 100; box-shadow: 0px 1px 3px rgba(0,0,0,0.3); top: 0;}
.mobile_head .mobile_logo { width: 150px; }
.mobile_head .mobile_logo img { width: 100%; }
#mobile_menu {  display: none; position: fixed; top: 0; right: -85%; width: 85%; 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: 80px; background:#fff;display: flex; justify-content: space-between; align-items: center;border-bottom:1px solid #ddd;}
#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: #111;}
#mobile_menu .mob_menu .top_menu {display: flex;justify-content: space-between; align-items: center; padding: 20px 20px;font-size: 18px; border-bottom: 1px solid #eeee; font-weight: 500;}
.mobile_open{font-size: 24px;color: #111;}

#mobile_menu .mob_menu .topmenu.on { color: #fff; }
#mobile_menu .mob_menu .sub_menu { padding: 15px 15px;  background: #f9f9f9; visibility: visible; }
#mobile_menu .mob_menu .sub_menu a {display: block; color: #333 ;font-size: 17px; padding: 10px; font-weight: 400;}
#mobile_menu .mob_menu_btn{display: flex; padding: 10px 0px; margin: 0px 20px; justify-content: end;width: 50%;gap: 1rem;}
#mobile_menu .mob_bottom{display: flex; justify-content:end; padding: 0 2rem; align-items: center;}
#mobile_menu .lang {display: flex; justify-content: end; align-items: center;width: auto; }
.qm_wrap{display: flex; align-items: center; gap: 0px 2rem;margin-right: 2rem;}
    .qm_wrap li{border: 1px solid #111; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; text-align: center;display: flex; justify-content: center; align-items: center;}
    .qm_wrap li a span{font-size: 1.4rem; color: #111;}

#mobile_menu .mob_menu_btn li{width: 30%;}
#mobile_menu .mob_menu_btn a{font-size: 16px;  background: #971E23;display: flex; height: 50px; justify-content: center; align-items: center; color: #fff; font-weight: 500;}
#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:120;}
.top_menu.has-submenu::after {
    content: '';
    position: absolute;
    right: 24px;
    width: 15px;
    height: 10px;
    background: url("../img/arrow3.png") no-repeat center;
    background-size: contain;
}
.openmenu_bottom{display: flex; justify-content: space-between; align-items: center;margin-top: 2rem;}
.openmenu_bottom .link_btn_wrap{margin-left: 2rem ;}
.openmenu_bottom .link_btn_wrap a{width: auto; padding:1rem 2rem ;background-color: #b4b4b417;}
.openmenu_bottom .link_btn_wrap a:first-child img{width: 75px;}

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

/* 메인비주얼 */
.Hfull{height: 100vh; position: relative; overflow: hidden; background: #000;}
.Hfull .swiper_visual{height: 100%;}
.Hfull .slide1{background: url('../img/visual01.png')no-repeat; background-size: cover; background-position: center;}
.Hfull .slide2{background: url('../img/visual02.png')no-repeat; background-size: cover; background-position: center;}
.Hfull .slide3{background: url('../img/visual03.png')no-repeat; background-size: cover; background-position: center;}
.Hfull .slide4{background: url('../img/visual04.png')no-repeat; background-size: cover; background-position: center;}
.Hfull .slide5{background: url('../img/visual05.png')no-repeat; background-size: cover; background-position: center;}


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

@media all and (max-width: 768px){
	.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;}
}

/* 하단 */
#ft{background: #333; width: 100%;}


/* sub_visual */
.sub_visual{width: 100%;height: 480px;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important; display: flex; flex-direction: column; align-items: center; justify-content: flex-end;}
.sub_visual .sub_top_text{text-align: left; color: #fff; padding-bottom: 70px;}
.sub_visual .sub_top_text h3{font-size: 2.0rem; position: relative; color: #fff; text-transform: uppercase; letter-spacing: 0px; font-weight: 400;margin-bottom: 2px;}
.sub_visual .sub_top_text h2{font-size: 4.8rem;font-weight: 700; color: #fff;}
@media all and (max-width: 1024px) {

}

/* lnb */
.lnb{background: #fff;}
.lnb .submenu_wrap{display: flex; justify-content: start; align-items: center;width: 100%; }
.lnb .submenu_wrap a{width: 50%; text-align: center; color: #999; font-size: 1.8rem; display: block; height: 70px; display: flex; align-items: center; justify-content: center;}

.lnb  .sub_btn.active {
  background: #981B1F;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width:1400px) {
}
@media screen and (max-width:900px){}
@media screen and (max-width:600px){}















/* 페이지 네비, 게시판 등 */
/* .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: 35px; bottom: 20px; position: fixed;animation: quickBounce .8s infinite alternate;border-radius: 8px;
background: #FFF;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);}
.quick_banner ul{border-radius: 8px;
background: #FFF;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);}
.quick_banner ul li{width: 80px; display: flex; justify-content: center; align-items: center;}
.quick_banner ul li a{padding:1.8rem 1.2rem; display: flex;flex-direction: column; justify-content: center; align-items: center;gap:10px  ;}
.quick_banner ul li a p{color: #111; font-size: 1.4rem ; font-weight: 600; text-align: center;}
.quick_banner .q_top{ background-color: #981B1F;border-radius: 0 0 8px 8px;}
.quick_banner .q_top a{padding: 1rem 2.5rem;gap: 6px;}
.quick_banner .q_top a p{color: #fff;}
@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);
	}
}

@media screen and (max-width:1200px) {
	.quick_banner ul li{width: 63px;}
	.quick_banner ul li a{padding: 1rem ;gap: 5px;}
	.quick_banner ul li a img{width: 25px;}
	.quick_banner{top: 110px; right: 20px; bottom: auto;}

}

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

/* 애니메이션 */



/*  */
