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

/* 공통 */
.width{width: 92% !important; max-width: 1280px; margin: 0 auto; position: relative;}
.width1600{width: 92% !important; max-width: 1600px; margin: 0 auto; position: relative;}
.width1780{width: 92% !important; max-width: 1780px; margin: 0 auto; position: relative;}
.common{padding: 80px 0px;}
.common_t {padding-top: 160px;}
.common_b {padding-bottom: 160px;}


@media screen and ( max-width: 1024px ){
    .common{padding: 60px 0px;}
.common_t {padding-top: 120px;}
.common_b {padding-bottom: 120px;}
    }
/* 관리자 로그인 */
.main_admin {position: fixed; z-index: 11; top: 130px;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; }



:root{
	--main-color: #e6aac7;

    --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;
    --fs62: 6.2rem;
    --fs60: 6.0rem;
    --fs58: 5.8rem;
    --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;
    --fs34: 3.4rem;
    --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;
}
.fs128 {font-size: var(--fs128);}
.fs100 {font-size: var(--fs100);}
.fs95 {font-size: var(--fs95);}
.fs96 {font-size: var(--fs96);}
.fs85 {font-size: var(--fs85);}
.fs80 {font-size: var(--fs80);}
.fs75 {font-size: var(--fs75);}
.fs70 {font-size: var(--fs70);}
.fs65 {font-size: var(--fs65);}
.fs62 {font-size: var(--fs62);}
.fs60 {font-size: var(--fs60);}
.fs55 {font-size: var(--fs55);}
.fs54 {font-size: var(--fs54);}
.fs52 {font-size: var(--fs52);}
.fs50 {font-size: var(--fs50);}
.fs48 {font-size: var(--fs48);}
.fs45 {font-size: var(--fs45);}
.fs42 {font-size: var(--fs42);}
.fs40 {font-size: var(--fs40);}
.fs38 {font-size: var(--fs38);}
.fs37 {font-size: var(--fs37);}
.fs36 {font-size: var(--fs36);}
.fs35 {font-size: var(--fs35);}
.fs34 {font-size: var(--fs34);}
.fs32 {font-size: var(--fs32);}
.fs30 {font-size: var(--fs30);}
.fs29 {font-size: var(--fs29);}
.fs28 {font-size: var(--fs28);}
.fs27 {font-size: var(--fs27);}
.fs26 {font-size: var(--fs26);}
.fs25 {font-size: var(--fs25);}
.fs24 {font-size: var(--fs24);}
.fs23 {font-size: var(--fs23);}
.fs22 {font-size: var(--fs22);}
.fs21 {font-size: var(--fs21);}
.fs20 {font-size: var(--fs20);}
.fs19 {font-size: var(--fs19);}
.fs18 {font-size: var(--fs18);}
.fs17 {font-size: var(--fs17);}
.fs16 {font-size: var(--fs16);}
.fs15 {font-size: var(--fs15);}
.fs14 {font-size: var(--fs14);}

.notoser {font-family: 'Noto Serif KR';}
.ivy {font-family: 'Ivy Mode'; line-height: 1;}
.box_wrap {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}


#header{width: 100%;background: transparent; position: fixed;top: 0;z-index: 999; transition: 0.3s all;}
#header .head_menu .logo .rlogo{display: block;}
#header .head_menu .logo .wlogo{display: none;}
#header:hover .head_menu .logo .wlogo{display: block;}
#header.scroll .head_menu .logo .rlogo, #header:hover .head_menu .logo .rlogo{display: none;}
#header.scroll .head_menu .logo .wlogo, #header:hover .head_menu .logo .wlogo1{display: block;}
#header:hover,#header.scroll{background: #fff;}



#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: right; align-items: center; text-align: center; height: 100%; z-index: 9;}
#header .head_menu .main_menu .dept1 { width: 20%; position: relative; padding: 15px 0px;}
#header .head_menu .main_menu .dept1 > a { font-size: 1.8rem; color: #fff; }
#header .head_menu .main_menu .dept1 > a.active { color: #e6aac7; font-weight: bold; }
#header .head_menu .main_menu .dept1 > a.menuon { color: #e6aac7; font-weight: bold; }

#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.5rem; display: block;}
#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: #e6aac7;font-weight: bold;}
#header .menu_bg {background: #fff;width: 100%;height: 0;left: 0;z-index: 1;position: absolute;}

#header.scroll .head_menu .main_menu .dept1 > a, #header:hover .head_menu .main_menu .dept1 > a {color: #363636;}

.menu_open { position: fixed; width: 100%; height: 100vh;
background: #fff; top: 0; left: 0; z-index: 999; padding: 55px 50px 50px 50px; display: none; }
.menu_open .site_map_wrap h2 { margin-bottom: 150px; display: flex; justify-content: space-between; align-items: center;}
.menu_open .site_map { display: flex; width: 100%; }
.menu_open .site_map .dept1 { width: 20%; margin-right: 40px; }
.menu_open .site_map .dept1:last-child { border-right: 0px; }
.menu_open .site_map .dept1 > a { font-size: 2.4rem; font-weight: 700; padding-bottom: 30px; border-bottom: 2px solid #eee; display: block; margin-bottom: 30px;}
.menu_open .site_map .dept1 > a.active { color: #e6aac7; }
.menu_open .site_map .dept2 a { font-size: 2.0rem; position: relative; line-height: 120%; margin-bottom: 30px; display: inline-block; padding-bottom: 3px; }
.menu_open .site_map .dept2 a::after { content: ''; width: 0; height: 3px; background: rgba(45, 170, 225, 0.5); position: absolute; bottom: 0; left: 0; transition: 0.3s all; }
.menu_open .site_map .dept2 a:hover::after { width: 100%; }
.hd_bg { background: #fff; width: 100%; height: 0; left: 0; z-index: 1; position: absolute; }
.site_foot{padding-top: 20px;margin-top: 150px; border-top: 2px solid #eee; text-align: center;}

#header .menu_bar { z-index: 99; position: relative; }
#header .menu_bar span { width: 22px; height: 2px; background: #fff; display: block; margin: 6px}
#header.scroll .menu_bar span, #header:hover .menu_bar span {background: #363636;}
#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}

/* 모바일 */
.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: 9999; box-shadow: 0px 1px 3px rgba(0,0,0,0.3);}
.mobile_head .mobile_logo { width: 150px; }
.mobile_head .mobile_logo img { width: 100%; }
#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: 140px; }
#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 #8e8e8e;}
.mobile_open{font-size: 24px;}
#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;}
}

/* 메인비주얼 */
.Hfull{}
.swiper_visual {display:block;height:100%;margin:0px auto;overflow:hidden;position:relative;}
.swiper_visual .swiper-slide {position:relative; height: auto !important;}
.swiper_visual .swiper-slide .main_visual img{width: 100%;}

.hpc{display: block !important;}
.htab{display: none !important;}
.hmob{display: none !important;}


/* 메인 텍스트 */
.maintext_box { position: absolute; z-index: 5; left: 0; right: 0; top: 0; height: 100%; display: flex; justify-content: flex-end; flex-direction: column; padding-bottom: 15%; text-align: center;}
.maintext_box h2{ color: #fff; font-size: var(--fs100); text-align: center; text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);}
.maintext_box p{color: #fff; font-size: var(--fs24); font-weight: 500; text-align: center; padding: 25px 0 40px 0;}
.maintext_box a i {font-size: var(--fs14); margin-right: 10px;}
.maintext_box a{color: #fff; font-size: var(--fs17); font-weight: 700; text-align: center; display: inline-block; margin: 0 auto; padding: 20px 0; width: 200px; border: 1px solid #fff; transition: all 0.2s ease-in;}

.maintext_box a:hover {background: var(--main-color);  border: 1px solid var(--main-color);}

.swiper_btn_wrap{position: absolute; bottom: 0; z-index: 2; left: 0; right: 0; margin: 0 auto; display: flex; justify-content: flex-end;}
.swiper_btn_wrap div{font-family: 'SUIT-Medium'; color: #333;width: 100px; height: 100px; background: rgba(255,255,255,0.8); text-align: center; line-height: 100px; font-size: 30px; cursor: pointer;}
.swiper_btn_wrap .swiper-visual-prev{border-right: 1px solid #333;}
.swiper_btn_wrap .swiper-pagination{text-align: left;}
.swiper_btn_wrap .swiper-pagination-bullet{width: 11px; height: 11px; background: #ccc; margin-right: 5px; opacity: 1;}
.swiper_btn_wrap .swiper-pagination-bullet-active{width: 40px; background: #e6aac7; border-radius: 20px;}

@media all and (max-width: 1100px){
	.hpc{display: none !important;}
	.htab{display: block !important;}
	.hmob{display: none !important;}
	.Hfull{margin-top: 70px;}
	.maintext_box{justify-content: center;}
    .maintext_box h2{font-size: var(--fs60);}
    .maintext_box p{font-size: var(--fs20);  padding: 15px 0 40px 0;}

.maintext_box a{ padding: 15px 0; width: 150px; font-size: var(--fs18);}
}
@media all and (max-width: 768px){
	.hpc{display: none !important;}
	.htab{display: none !important;}
	.hmob{display: block !important;}
}

.title{margin-bottom: 120px; text-align: center;}
.title h2{font-size: var(--fs80);}
.title h3{font-size: var(--fs40);}
.title p{ font-size: var(--fs20); margin-top: 30px; line-height: 1.5; font-family: 'Pretendard';}
.title span{ font-size: var(--fs20); font-weight: 500; color: var(--main-color); display: inline-block; margin-bottom: 10px; font-family: 'Pretendard';}
.title a {font-size: var(--fs16); display: inline-block; text-align: center; width: 155px; padding: 14px 0 ; border: 1px solid #939393; margin-top: 35px; font-family: 'Pretendard'; transition: all 0.2s ease-in;}
.title a i {font-size: var(--fs14); margin-right: 5px; transition: all 0.2s ease-in;}

.title a:hover {color: #fff; font-weight: 700; background: var(--main-color); border: 1px solid var(--main-color);} 
.title a:hover i{color: #fff; font-weight: 700;}

.title h2 br{display: none;}
.title h3 br{display: none;}

@media all and (max-width: 1600px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 1024px) {
    .title{margin-bottom: 60px;}
    .title h2{font-size: var(--fs55);}
    .title h2 br{display: block;}
    .title h3 br{display: block;}
    .title h3{font-size: var(--fs40);}
    .title p{ }
    .title span{ }
    .title a { width: 150px; font-size: var(--fs18);}
    
    .title a:hover {color: #fff; font-weight: 700; background: var(--main-color); border: 1px solid var(--main-color);} 
    .title a:hover i{color: #fff; font-weight: 700;}
}
@media all and (max-width: 850px) {
}
@media all and (max-width: 768px) {
    .title p br {display: none;}
}
@media all and (max-width: 650px) {

}

/* 하단 */
#ft{background: #2e2e2e;padding: 50px 0px; width: 100%; position: relative ; z-index: 10;}
#ft span{font-size: 	var(--fs15); color: #cccccc;}
.foot_logo{display: block; text-align: left; margin-bottom: 50px;width: 250px;height: auto;}
.foot_logo img{width:100%; height:100%;}
.foot_info {text-align: left;}
.foot_info span {line-height: 1.8;}
.foot_info span b {font-size: 	var(--fs18); font-weight: 600;} 
.foot_contact {text-align: right;}
.foot_contact h2 {font-size: 	var(--fs30); font-weight: 700; color: #f8c9c9;}
.foot_contact p {font-size: 	var(--fs18); margin-top: 5px;  color: #fff;}

#copyright_wrap span{font-size: 	var(--fs15); color: #cccccc;}
#copyright_wrap {border-top: 1px solid #fff; background: #2e2e2e;padding: 30px 0;}
#copyright_wrap .copyright { }
@media all and (max-width: 1024px) {
    #ft{padding: 30px 0px; }
    .foot_logo{margin-bottom: 30px;width: 100%;}
    .foot_logo{text-align: center; }
    .foot_logo img{width: 120px; height: auto;}
.foot_info {text-align: center; width: 100%; order: 2; margin-top: 20px;}
.foot_contact {text-align: center; width: 100%; order: 1;}
#copyright_wrap .copyright { text-align: center;}
#copyright_wrap {padding: 20px 0;}
}

/* sub_visual */
.sub_visual{width: 100%;height: 400px;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub_visual .sub_top_text{text-align: center; color: #fff; padding-top: 0;}
.sub_visual .sub_top_text h3{font-size: var(--fs50); font-weight: 300; color: #fff;}
.sub_visual .sub_top_text p{font-size: var(--fs22); margin-top: 20px; color: #fff;}
@media all and (max-width: 1024px) {
}

@media screen and (max-width:1024px) {
    .sub_visual {margin-top: 70px; height: 280px;}
    .sub_visual .sub_top_text p{font-size: var(--fs20);}
}
/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #fff; border-bottom: 1px solid #ddd;}
.lnb .lnb_map{height: 60px; display: flex; align-items: center; border-left: 1px solid #f1f1f1;}
.lnb .lnb_map .home{width: 60px; height: 100%;background: #fff;display: flex;justify-content: center;align-items: center;}
.lnb .lnb_map .home a{color: #333;}
.lnb .lnb_map .home i{font-size: 20px;}
.lnb .lnb_map > li{width: 250px; height: 100%;border-right: 1px solid #f1f1f1; padding: 0px 15px;position: relative;}
.lnb .lnb_map li.dep a{width: 100%; height: 100%;display: flex;align-items: center; font-size: 14px;}
.lnb .lnb_map li.dep a span{width: 100%;display: flex; justify-content: space-between;align-items: center; font-size: 1.7rem; color: #333;}
.lnb .lnb_map li.dep a span i{font-size: 16px;}
.lnb .lnb_map li.dep ul{display: none;position: absolute;left: 0; top: 61px;width: 100%;z-index: 10;}
.lnb .lnb_map li.dep ul li{width: 100%; background: #f9f9f9; border-bottom: 1px solid #fff;}
.lnb .lnb_map li.dep ul li a{padding: 15px 15px;font-size: 1.6rem;}
.lnb .lnb_map li.dep ul li a:hover{background: #e6aac7; color: #fff;transition: 0.3s all;}
.lnb .lnb_map li.dep ul li a.on{background: #f1f1f1;}

@media screen and (max-width:1400px) {
  .lnb .lnb_map{width: 100% !important;}
}
@media screen and (max-width:900px){
  .lnb .lnb_map{height: 55px;}
  .lnb .lnb_map .home i{font-size: 16px;}
  .lnb .lnb_map li.dep ul{top: 56px;}
}
@media screen and (max-width:600px){
  .lnb .lnb_map{height: 50px;}
  .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: 51px;}
  .lnb .lnb_map li.dep a{font-size: 12.5px;}
  .lnb .lnb_map li.dep ul li a{font-size: 12.5px;}
}

/* 퀵배너 */
.quick_banner {position: fixed; bottom: 30px; right: 15px; z-index: 9999;}
.quick_banner .quick img {height: 62px; width: auto; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 16px;} 
.quick_banner .quick li {margin-bottom: 10px;}
.quick_banner .quick li:last-child {margin-bottom: 0;}
#top_btn {border: none; background: none; cursor: pointer;}
#top_btn:hover {background: none;}
@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
}

@media all and (max-width: 768px) {
	html{font-size: 50% !important;}
}
/* 갤러리 */
@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_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: 70vh;  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: 55vh; overflow-y: scroll;}

/*  */
