@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: 1280px; margin: 0 auto; position: relative;}
.common{padding: 90px 0px;}
:root{
	--color: #666;

	--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: 60px 0px;}
	.board_title{margin-bottom: 60px;}
}

#header{width: 100%;position: fixed;top: 0;z-index: 999; transition: 0.3s all; border: 2px dashed rgba(255,255,255,0.1);margin-top: 40px;background-color: #fff;border-bottom: 1px solid #f5f5f5;}
#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; }
/* #header.scroll{top:-36px;} */

#header .head_menu{position: relative;display: flex;justify-content: start;align-items: center;width: 100%; height: 55px;padding-bottom: 10px;}
#header .head_menu .main_menu { width: 100%; display: flex; justify-content:start; align-items: center; text-align: center; height: 100%; position: relative; right: -70px;}
#header .head_menu .main_menu .dept1 { width: 26%; position: relative; padding: 15px 0px;}
#header .head_menu .main_menu .dept1 > a { font-size: 1.9rem; font-weight: 400; }
#header .head_menu .main_menu .dept1 > a.active { font-weight: 900; }
#header .head_menu .main_menu .dept1 > a.menuon { font-weight: 900; }

#header .head_menu .sub_menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 200px; padding-top: 0px; display: none; padding-bottom: 0px; z-index: 99; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.12); overflow: hidden;}
#header .head_menu .main_menu .dept2 { padding: 12px 0px; background: #fff; }
#header .head_menu .main_menu .dept2 a { font-size: 1.7rem; 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: var(--color); font-weight: bold;}
#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 .logo .off{display: none;}
#header.active .head_menu .logo .on{display: block;}
#header.active .head_menu .main_menu .dept1 > a{color: #000;}
#header.active .head_menu .main_menu .dept1 > a.menuon{color: var(--color);;}
#header.active .head_menu .main_menu .dept1 > a:hover{color: var(--color);;}

/* headermenu추가 요소들 */
.join_point_wrap{position: relative;}
.join_point{position: absolute; top: -28px; left: -21px;background: url(../img/join_point.png) no-repeat; background-position: center; background-size: cover ; width: 89px; height: 24px;animation: btn-motion1 1.5s ease-in-out infinite;}
@keyframes btn-motion1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 2px);
  }
}
.cart_icon_wrap{position: relative;}
.cart_count{display: block; width:15px ; height: 15px; border-radius: 50%; background-color: #89b92a; font-size: 10px; font-weight: 700; color: #fff;text-align: center; line-height: 15px;position: absolute; top: 12px; right: -6px; }
.shop_login_wrap{display: flex;gap:  0 9px;position: relative; z-index: 102;margin-top: 35px;justify-content: end;align-items: center;}
.shop_login_wrap li{color: #666; font-size: 14px; font-weight: 500;}
.shop_login_wrap li p{color: #666; font-size: 14px; font-weight: 500;}
.shop_login_wrap li a{color: #666; font-size: 14px; font-weight: 500;display: flex; justify-content: start; align-items: center; gap: 0 0.1rem;position: relative ;}
.shop_login_wrap li b{font-weight: inherit; text-decoration: underline;}
.shop_login_wrap li span{color: #d6d6d6; font-size: 14px;}
.shop_login_wrap .name_wrap{display: flex;position: relative;}

.shop_top_icon{display: flex; gap: 0 15px ; margin-left: 18px;position:relative; z-index:100;}
.shop_top_icon .search_btn{border: none;background-color: transparent;}
.customer_service_wrap{position: relative; cursor: pointer;display: flex; justify-content: start; align-items: start; gap: 0 0.5rem;}
.customer_service_wrap p{color: #666; font-size: 14px; font-weight: 500;}
.customer_service_wrap i{font-size: 12px;margin-top: 2px;}

.shop_login_wrap .smb_level .level_icon_partner{font-size: 12px;padding: 0 4px;line-height: 18px;margin-right: 3px;}
.shop_login_wrap .smb_level .level_icon_common{font-size: 12px;padding: 0 4px;line-height: 18px;margin-right: 3px;}
.shop_login_wrap .smb_level{margin: 0;}
.customer_service{display:none ;position: absolute; top: 20px; background-color: #fff; box-shadow: 0 0 3px #0000002f;padding: 1rem 1.5rem;left: 6%;}
.customer_service_wrap:hover .customer_service{display: block;}
.customer_service:hover .customer_service{display: block;}
.customer_service li{padding: 0;}
.customer_service li a{font-size: 13px;position: relative;display: block}
.customer_service3{display:none ;position: absolute; top: 20px; background-color: #fff; box-shadow: 0 0 3px #0000002f;padding: 1rem 1.5rem;left: 29%;z-index: 99 !important}
.customer_service4{display:none ;position: absolute; top: 20px; background-color: #fff; box-shadow: 0 0 3px #0000002f;padding: 1rem 1.5rem;left: 0% ;width: 120%; z-index: 99 !important}
.shop_login_wrap .name_wrap:hover .customer_service3{display: block;}
.login_btn2:hover .customer_service4{display: block;}
.login_btn2{position: relative;}
.customer_service3:hover{display: block;}
.customer_service4:hover{display: block;}
.customer_service3 li a{font-size: 13px;position: relative;display: block}
.customer_service4 li a{font-size: 13px;position: relative;display: block}
/* .det1{display: flex;justify-content: flex-start; align-items: center;} */
.det2{width: 60%; display: flex; justify-content: end;}
.det2 ul{display:flex; justify-content:end;gap:0 9rem;}
.det2 a{font-weight: 500;}
        /* 모달 스타일 */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .search-modal-content {
            background-color: white;
            width: 92%; max-width: 550px;
            margin: 15% auto;align-items: center;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
        }
 .search-modal-content p{ font-size: 1.8rem; font-weight: 500; text-align: left; margin-bottom: 10px;}
        .close {
            float: right;font-family: 'SUIT';
            font-size: 30px; margin-left: 10px;
            cursor: pointer;
        }

/* 모바일 */
.mobile_head {width: 100%; height: 50px; display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; display: none; position: fixed; background:#fff; z-index: 999; top: 40px; border-bottom: 1px solid #ddd;}
.mobile_head .mobile_logo { width: 41px; }
.mobile_head .mobile_logo img { width: 100%; }
#mobile_menu {  display: none; position: fixed; top: 0px; right: -100%; width: 100%; background: #fff; z-index: 1000; height: 100%; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none;padding-top: 40px;}
#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: 100px; }
#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: 10px 20px;font-size: 1.7rem; border-bottom: 1px solid #eeee; font-weight: 500;}
#mobile_menu .mob_menu .top_menu1{display: flex;justify-content: space-between; align-items: center; padding: 7px 40px;font-size: 1.7rem; border-bottom: 1px solid #eeee; font-weight: 500;}
#mobile_menu .toggle_btn{cursor: pointer;}
.mobile_open{font-size: 24px;}
#mobile_menu .mob_menu .topmenu.on { color: #fff; }
#mobile_menu .mob_menu .sub_menu { padding: 15px 15px;  background: #e6e3f5; 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: space-between;flex-wrap: wrap; gap: 1rem;}
#mobile_menu .mob_menu_btn li{width: 47%;}
#mobile_menu .mob_menu_btn a{font-size: 17px;  background: #89b92a; border-radius: 5px
    ;display: flex; height: 50px; justify-content: center; align-items: center;color: #fff;}
#mobile_menu .mob_menu_btn a i{font-size: 16px; margin-right: 5px;}


.mob_sub_menu{position: fixed; top: 90px; left: 0; z-index: 99; width: 100%; height: 44px; padding: 10px 0; background-color: #fff; border-bottom: 1px solid #ddd; display: none;}
.mob_sub_menu .inner{width: 95%; margin: 0 auto;display: flex;}

.main_menu{width: 100%;}
.main_cate2{width: 100%; display: flex; justify-content: center; gap: 0 12rem;}
.main_cate2 a{font-weight: 500;}

/* 기본 상태: 메뉴 숨기기 */
.mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.7s ease-in-out;
}

/* 보이게 하기 위한 클래스 */
.mobile_menu.active {
    transform: translateX(0);
}



.mob_bg {  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 99;}
.mobile_head .mob_top_icon{display: flex; justify-content: space-between; align-items: center;gap: 0 1.5rem;}
.mobile_head .mob_top_icon button{border:none;background-color: transparent;}
.mob_botton_menu{position: fixed; bottom: 0; left: 0; right: 0; z-index: 997; background-color: #fff; border-top: 1px solid #ddd;padding: 15px;display: none; }
.mob_botton_menu ul{display: flex; justify-content: space-around; align-items: center;  }
.mob_botton_menu ul a{display: flex; flex-direction: column;gap: 1rem ;justify-content: center; align-items: center;}
.mob_botton_menu ul p{font-size: 1.4rem;}
.mob_botton_menu ul li{width: 10%;}
.item_bottom_price{display:none;position: fixed; bottom: 0px;left: 0; width: 100%; background-color: #fff; border-top: 1px solid #ddd;z-index: 900;padding: 15px ;}
.item_bottom_price .mob_price{display: flex; flex-direction: row;justify-content: space-around; align-items: center;}
.item_bottom_price .sit_btn_cart{padding: 2.3rem 0;border-radius: 8px;border: 1px solid #e8e8e8; width: 43%;}
.item_bottom_price .sit_btn_cart img{margin-right: 5px;}
.item_bottom_price .mob_price button{border: none; background-color: #89b92a; border-radius: 8px; padding: 2.3rem 0 ; color: #fff; font-size: 1.6rem; width: 48%;font-weight: 600;}

.item_top_menu{position: fixed; top: 85px; left: 0; background-color: #fff; border-bottom: 1px solid #ddd; width: 100%; padding: 10px;z-index: 999;display: none;}
.item_top_menu ul {display: flex; justify-content: space-around; align-items: center; }
.item_top_menu ul button, .item_top_menu ul button span {border: none; background-color: transparent;font-size: 1.8rem; font-weight: 600; color: #999; }
.item_bottom_price .sit_btn_cart{font-weight: 600;}

.fixed {
    position: fixed;
    /* top: 100px; */
    left: 0;
    right: 0;
    z-index: 88;
  }
  #trigger {
    height: 1px; /* 트리거 위치 */
  }

  .popup {
    display: none; 
    position: fixed; 
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.4);
  }
  
  .popup-content {
    background-color: #fff;
    margin:0 auto;
    padding: 20px;
    width: 100%;
    text-align: center;
position: fixed; bottom: 0; 
  }
  
  .close {
    /* position: absolute;
    top: 10px;right: 10px; */
  }


  /* 모바일 메뉴 상단 */
.mobmenu_login_wrap{padding: 7px 20px;display: flex; justify-content: space-between; align-items: center;border-bottom: 1px solid #ddd;}
.mobmenu_login_wrap .login a{display: flex; justify-content: start; align-items: center;font-weight: 500;font-size: 15px;}
.mobmenu_login_wrap .login a p{font-size: 1.6rem; margin-left: 10px;font-weight: 500;}
.mobmenu_login_wrap .login span {font-family: 'SUIT';margin-left: 15px;}
.mobmenu_login_wrap .login .level{margin-left: 0 ; background-color: #89b92a; color: #fff; font-size: 12px; font-weight: 500; padding: 0px 5px;line-height: 27px;border-radius: 4px;}
.mobmenu_login_wrap .search_box button{border: none; background-color: #fff;margin-right: 15px;}

.mobmenu_login_wrap .search_box>div>a{position: relative;}
.mobmenu_login_wrap .smb_level .level_icon_common{font-size: 11px;}
.mobmenu_login_wrap .smb_level .level_icon_partner{font-size: 11px;}
.mobmenu_login_wrap .cart_count{top: -10px; right: -43px;}
@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;}
	.mob_botton_menu{display: block;}
	.item_top_menu{display: block;}
	.join_point{display: none;}
    .mob_sub_menu{display: block;}
    .shop_login_wrap{margin-top: 0;}
}
@media screen and ( max-width: 650px ){
    .mob_botton_menu ul li{width: 20%;}
    .mob_botton_menu{padding: 10px 5px;}
    .item_bottom_price .sit_btn_cart, .item_bottom_price .sit_btn_buy{padding: 1.8rem 0;font-size: 1.5rem;}
    .sit_btn_wish{padding: 1.8rem 0;width: 69px;}
    .item_bottom_price .sit_btn_cart img{width: 15px;}
    .item_bottom_price .sit_btn_buy{width: 75%;}
    .item_bottom_price .mob_price button{padding: 1.8rem 0;font-size: 1.5rem;width: 75%;}
}
@media screen and ( max-width: 500px ){

    .item_bottom_price .mob_price button{width: 70%;}
}
	    #sit_ov.fixed .item_bottom_price{display: block;}

/* 메인비주얼 */
.Hfull{margin-top: 90px; height: calc(94vh - 90px);}
.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;}


.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{padding: 46px 0px; width: 100%;}


/* 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: 100px;}
.sub_visual .sub_top_text h3{font-size: var(--fs40); position: relative;}
.sub_visual .sub_top_text p{font-size: var(--fs22);font-weight: 600;}
@media all and (max-width: 1024px) {
	.sub_visual{height: 250px;}
	.sub_visual .sub_top_text{padding-top: 70px;}
}

/* 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: #2DAAE1; 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;}
}















/* 페이지 네비, 게시판 등 */
/* .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;border-radius: 15px;display: block;box-shadow: 3px 3px 5px #0000002f;}
.quick_banner img{width: 100%;}
.quick_banner .fix_mob{display: none;}
@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:1024px) {
    .quick_banner{width: 15rem;bottom: 94px;}
}
@media screen and (max-width:650px) {
    .quick_banner{width: 12rem; bottom: 80px;}
    
}
@media screen and (max-width:500px) {
    .quick_banner .fix_mob{display: block;}
    .quick_banner .fix_pc{display: none;}
    .quick_banner{width: 88px; bottom: 80px;}
}

#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: 1200px) {
	html{font-size: 50% !important;}
} */
/* @media all and (max-width: 1024px) {
	html{font-size: 45% !important;}
}
@media all and (max-width: 950px) {
	html{font-size: 40% !important;}
} */
/* @media all and (max-width: 500px) {
	html{font-size: 30% !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{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;}
}

/* 애니메이션 */



/*  */
