@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;}
.all_wrap_e{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;}

/* 공통 */
.width{width: 95% !important; max-width: 1400px; margin: 0 auto; position: relative;}
.width_100{width: 95% !important;margin: 0 auto; position: relative;}
.width_m{width: 95% !important; max-width: 1734px; margin: 0 auto; position: relative;}
.width_1280{width: 95% !important; max-width: 1280px; margin: 0 auto; position: relative;}
.width_f{width: 95% !important; max-width: 1400px; margin: 0 auto; position: relative;display: flex;justify-content: space-between; align-items: center;}
.width_e{width: 95% !important; max-width: 1350px; margin: 0 auto; position: relative;}
.w1680{width: 95% !important; max-width: 1680px; margin: 0 auto;}
.w1720{width: 95% !important; max-width: 1720px; margin: 0 auto;}
.w885{width: 95% !important; max-width: 885px; margin: 0 auto;}
.w1350{width: 95% !important; max-width: 1350px; margin: 0 auto;}
.w1560{width: 95% !important; max-width: 1560px; margin: 0 auto;}
.w1450{width: 95% !important; max-width: 1450px; margin: 0 auto;}
.w1120{width: 95% !important; max-width: 1120px; margin: 0 auto;}
.common{padding-top: 15rem;}
.common2{padding-top: 12rem;}
.title h2{font-size: 4.0rem; font-weight: 500;}
.title p{font-size: 1.8rem;}
.stitle{text-align: center; margin-bottom: 80px;}
.titleM{font-size: 6rem; font-weight: 700; color: #121212;}
.titleS{font-size: 1.8rem; margin-top: 20px;}
.titleL{font-size: 2.8rem; font-weight: 500;}
.center{text-align: center;}
.left{text-align: left;}
@media all and (max-width: 1024px) {
	.common{padding: 60px 0px;}
	.stitle{margin-bottom: 40px;}
}

.wrap_margin{margin-top: 89px;}
.wrap_margin_e{margin-top: 101px;}
.all_overflow{   
  overflow: hidden;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.all_overflow::-webkit-scrollbar {
  display: none; 
}

body.hide-scroll {
  overflow-Y: hidden;
}

picture img{width:100%;}

#header{width: 100%;background: #fff;border-bottom: 1px solid #eee;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: 10px;}
#header .head_login a{font-size: 1.4rem;}
#header .head_login i{font-size: 20px;}
/* #header.scroll{top:-36px;} */

#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 100px;}
#header .head_menu .main_menu { width: 57%; display: flex; justify-content: end; align-items: center; text-align: center; height: 100%; z-index: 9;}
#header .head_menu .main_menu .dept1 { width: 17%; position: relative; padding: 15px 0px;}
#header .head_menu .main_menu .dept1 > a { font-size: 2rem; font-weight: 400;font-family:   "Outfit", sans-serif; }
#header .head_menu .e_menu{width: 65%; justify-content: center; gap: 0 8rem;}
#header .head_menu .e_menu .dept1{width: auto;}
#header .head_menu .e_menu .dept1 > a{font-size: 1.8rem; font-weight: 500;} 

#header .head_menu .sub_menu { position: absolute; top: 100%; left: 0%; transform: translateX(-50%); width: 100%;  display: none; background-color: #fff; box-shadow: 0 0 5px #00000025;border-radius: 8px; padding:1.6rem 1.2rem;}
#header .head_menu .e_sub_menu { position: absolute; top: 100%; left: 0%; transform: translateX(-50%); width: auto;  display: none; background-color: #fff; box-shadow: 0 0 5px #00000025;border-radius: 8px; padding:1.6rem 1.2rem;}
#header .head_menu .main_menu .dept2 a { font-size: 1.6rem;font-weight: 500;  text-align: left;white-space: nowrap;}
#header .head_menu .main_menu .dept2{padding: 0.8rem 1.6rem; text-align: left;}
#header .head_menu .logo{width: 12.9rem;}
#header .head_menu .e_logo{width: 24.7rem;}
#header .head_menu .logo img{width: 100%;}
/* #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: #364F6B;font-weight: bold;} */
#header .menu_bg {background: #fff;width: 100%;height: 0;left: 0;z-index: 1;position: absolute;}
/* #mild_head{display: flex;justify-content: space-between;align-items: center;padding: 2rem;position: relative;}
#mild_menu{display: flex;z-index: 99;margin-left: auto;}
#mild_menu > .dept1 {position: relative;;padding: 1rem 2rem;text-align: center;}
#mild_menu > .dept1 > a.active{color: red;font-weight: bold}

#mild_menu .sub_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#mild_menu  .dept2 {padding: 1rem 0;color: #555}
#mild_menu  .dept2 > a:hover,
#mild_menu  .dept2 > a:active,
#mild_menu  .dept2 > a:focus {font-weight: bold}
.menu_bg {background: #fff;width: 100%;height: 0;left: 0;z-index: 1;position: absolute;} */

.menu_open { position: fixed; width: 100%; height: 100vh;
background: #371d1e; top: 0; left: 0; z-index: 999; padding: 15px 0px 50px 0px; display: none; }
.menu_open .site_map_wrap h2 { margin-bottom: 5rem; display: flex; justify-content: space-between; align-items: center;}
.menu_open .site_map { display: flex; width: 100%; justify-content: space-between;}
.menu_open .site_map .dept1 { width: 18%; }
.menu_open .site_map .dept1:last-child { border-right: 0px; }
.menu_open .site_map .dept1 > a { font-size: 5rem; font-weight: 700; padding-bottom: 20px; border-bottom: 1px solid #8b8081; display: block; margin-bottom: 25px;font-family:  "Outfit", sans-serif;color: #fff;}
.menu_open .site_map .dept1 > .fran{border-bottom: none;}
.menu_open .site_map .dept1 > .fran span{font-size: 3rem;  color: inherit; font-weight: 200; font-family: "SUIT";padding-left: 15px; padding-top: 5px;}

.menu_open .site_map .dept2 a { font-size: 2.0rem; position: relative; line-height: 120%; margin-bottom: 20px; display: inline-block; padding-bottom: 3px;color: #fff; }
.menu_open .site_map .dept2 a::after { content: ''; width: 0; height: 3px; background: rgba(54, 79, 107, 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; text-align: center;}
.site_foot p{font-size: 14px;color: #8b8081;}

#header .menu_bar { z-index: 99; position: relative; }
#header .menu_bar span { width: 22px; height: 2px; background: #f7bf13; display: block; margin: 6px}
#header .menu_bar2 { z-index: 9999; position: relative; color: #f7bf13;font-family: "SUIT"; text-align: center; font-size: 3rem;background: transparent;}
#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}

.store_head{background-color:#f7c913 !important ;}
.store_head .franchiase{background-color:#f7c913; color: #fff;}
.store_head .shopping_mall{background-color:#fff; border-color: #f7c913;}
.store_head .menu_bar{background-color:#fff; border-color: #f7c913;}


/* 모바일 */
.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; 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: -100%; width: 100%; 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: 80px; }
#mobile_menu .mob_logo a img { width: 100%; }
#mobile_menu .mob_menu>li{padding-top:2rem;}
#mobile_menu .mobile_close { font-size: 30px; cursor: pointer; color: #f7bf13; display: block; width: 6rem; height: 6rem; border: 1px solid #f7bf13; border-radius: 50%;text-align: center; line-height: 52px;}
#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_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;}
.mobile_head .mobile_open{width:6rem ; height: 6rem; border-radius: 50%; border: 1px solid #f7bf13;display: block;text-align: center; line-height: 48px;}
.mobile_head .mobile_open img{width: 2.3rem;}
.mob_menu .franchiase{display: inline-flex;width: 153px;margin: 2rem;}
.mob_menu .shopping{display: inline-flex;width: 153px; margin-top: 2rem; background-color: #f7bf13; justify-content: center; gap: 0 6px ;align-items: center; padding: 1.5rem 2.3rem; border-radius: 50px; }
.mob_menu .shopping h6{font-size: 1.8rem; font-weight: 600; color: #fff;}
.mob_menu .shopping img{width: 2rem;}
.mob_lang{margin-left:2rem;}
@media screen and ( max-width: 1400px ){
#pcmenu .topmenu { font-size: 16px; }
#pcmenu .submenu a { font-size: 14px; }
}
@media screen and ( max-width: 1200px ){
.menu_open .site_map .dept1 > a{font-size: 3rem;}
.wrap_margin_e{margin-top: 80px;}
}
@media screen and ( max-width: 1024px ){
#header { display: none; }
.mobile_head{display: flex;}
.wrap_margin_e{margin-top: 70px;}
}
@media screen and ( max-width: 500px ){
.wrap_margin_e{margin-top: 60px;}
}

/* 메인비주얼 */
.Hfull{max-height: 1000px; overflow: hidden;}
.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%;}

.swiper_visual .swiper-pagination-bullet-active {opacity:1;font-size:14px;color:#fff;font-weight:300;}
.swiper_visual .swiper-button-prev{left:0px;margin-left:0px;padding-left:3%;width: auto;height:150px;line-height:150px;color: rgba(255, 255, 255, 0.5);}
.swiper_visual .swiper-button-next{right:0px;padding-right:3%;margin-right:0;width: auto;height:150px;line-height:150px;color: rgba(255, 255, 255, 0.5);}
.swiper-button-prev, .swiper-button-next {transform: translateY(-50%);}
.swiper-button-prev p, .swiper-button-next p{font-size:1.6rem; font-family: 'Montserrat';}

.swiper-button-prev span.top {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 35px;left: 0px;transition: all 0.3s ease;}
.swiper-button-prev span.bottom {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 70px;left: 0px;transition: all 0.3s ease;}
.swiper-button-next span.top {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 35px;right: 0px;transition: all 0.3s ease;}
.swiper-button-next span.bottom {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 70px;right: 0px;transition: all 0.3s ease;}
.swiper-button-prev:hover span.top{transform: translate(10px, 6.5px) rotate(45deg);}
.swiper-button-prev:hover span.bottom{transform: translate(10px, -6.5px) rotate(-45deg);}
.swiper-button-next:hover span.top{transform: translate(-10px, 6.5px) rotate(-45deg);}
.swiper-button-next:hover span.bottom{transform: translate(-10px, -6.5px) rotate(45deg);}

#thumbPrev{position:absolute;top:0px;left:-200px;width:200px;height:120px;opacity:1;transition: all 0.6s ease; z-index: 2;}
#thumbPrev img{width:100%;}
#thumbNext{position:absolute;top:0px;right: -200px;width:200px;height:120px;opacity:1;transition: all 0.6s ease; z-index: 2;}
#thumbNext img{width:100%;}
.pc{display: block !important;}
.tab{display: none !important;}
.mob{display: none !important;}
.swiper-button-prev:after, .swiper-button-next:after{display: none;}
.swiper_btn_wrap{display: flex; align-items: center;position: absolute; left: 0; right: 0; bottom: 20%;justify-content: center;}
.swiper_visual .swiper-pagination {width: auto;position: initial;}
.swiper_visual .swiper-pagination .current{color: #fff; margin-right: 5px;}
.swiper_visual .swiper-pagination .total{position: absolute; top: 3px;left: 150px; color: #fff; display: flex; align-items: center;}

.swiper-progress-bar {z-index: 1;height: 2px;background:rgb(0,0,0,0.4);overflow:hidden; width: 120px;}
.slide_progress-bar{width: 0%;background: #fff;display: block;height: 2px;}

.swiper-controllbar{width:30px;height:30px;z-index: 9;color: #fff;cursor:pointer;margin-left: 40px;}
.swiper-controllbar-box{position:absolute;top:0px;}
.swiper-controllbar-box .auto-stop{width: 30px;height: 30px;background:rgb(255,255,255,0.5);z-index:99;cursor:pointer;border-radius:15px;text-align:center;display: flex;align-items: center; justify-content: center;}
.swiper-controllbar-box .auto-stop i{vertical-align: -webkit-baseline-middle;}
.swiper-controllbar-box .auto-start{width: 30px;height: 30px;background:rgb(255,255,255,0.5);z-index:99;cursor:pointer;border-radius:15px;text-align:center;display: none;}
.swiper-controllbar-box .auto-start i{vertical-align: -webkit-baseline-middle;}
/* 메인 텍스트 */
.maintext_box { position: absolute; z-index: 5; left: 0; right: 0; top: 0; height: 100%; display: flex; justify-content: center; flex-direction: column; }
.maintext_box h2 { position: relative; font-size: 5.5rem; font-weight: 700; color: #fff; padding-bottom: 30px; margin-bottom: 30px; text-align: center;}
.maintext_box h2::after { content: ''; width: 80px; height: 3px; background: #fff; position: absolute; left: 0; bottom: 0; right: 0; margin: 0 auto;}
.maintext_box h3 { font-size: 2.2rem; color: #fff; font-weight: 200; line-height: 120%; text-align: center;}

@media all and (max-width: 1024px){
	.pc{display: none !important;}
	.tab{display: block !important;}
	.mob{display: none !important;}
}
@media all and (max-width: 650px){
	.pc{display: none !important;}
	.tab{display: none !important;}
	.mob{display: block !important;}
	.swiper_visual .swiper-button-prev{display: none;}
	.swiper_visual .swiper-button-next{display: none;}
	.maintext_box h2{font-size: 4.0rem;padding-bottom: 15px; margin-bottom: 15px;}
	.maintext_box h2::after{width: 60px; height: 1px;}
	.maintext_box h3 br{display: none;}
	.swiper_btn_wrap{bottom: 10%;}
}
@media all and (min-width: 768px){
	.swiper-button-prev:hover #thumbPrev{opacity:1;left:40px;}
	.swiper-button-next:hover #thumbNext{opacity:1;right: 40px;}
}

/*  main_product */

.main_product_wrap{overflow: hidden;}
.main_product { display: flex; justify-content: space-between; align-items: flex-start; background: #fff;}
.products_text { width: 30%; padding: 60px 50px 40px 0px; position: relative; z-index: 3; }
.products_text::before { content: ''; position: absolute; width: 300%; height: 100%; top: 0; right: 0; background: linear-gradient(60deg, rgba(248,247,241,1) 0%, rgba(242,246,243,1) 35%, rgba(242,244,245,1) 65%, rgba(252,240,251,1) 100%); border-radius: 10px; z-index: 1; }
.products_text::after{content: ''; position: absolute; width: 400%; height: 200%; top: -15px; right: -15px; background: #fff; z-index: 0;}
.products_text h2 { font-size: 4.0rem; font-weight: 500; text-transform: uppercase; margin-bottom: 15px; }
.products_text p { font-size: 1.8rem; line-height: 120%; color: #666; }
.products_list_wrap { width: 68%;}

.product_btn{position: relative; display: flex;z-index: 2;margin-top: 40px;}
.product_btn .product_prev{width: 50px; height: 50px; border-radius: 50%; margin-right: 20px; background: #bbc1d0; color: #fff; text-align: center; line-height: 50px; font-size: 20px; margin-right: 20px; cursor: pointer;}
.product_btn .product_next{width: 50px; height: 50px; border-radius: 50%; background: #bbc1d0; color: #fff; text-align: center; line-height: 50px; font-size: 20px; cursor: pointer;}
.product_btn div:hover{background: #434a54; color: #fff; transition: 0.3s all;}

.products_list { border-radius: 10px 0px 10px 10px; overflow: hidden; box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2); position: relative;}
.products_list img { width: 100%;}
.products_list::after{content: ''; position: absolute; background: rgba(0,0,0,0.2);top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.products_list a{position: absolute; z-index: 3; top: 0;left: 0; width: 100%; height: 100%; padding: 25px; transition: 0.3s all;}
.products_list a p{font-size: 2.8rem; color: #fff; font-weight: 500; margin-bottom: 10px;}
.products_list a span{font-size: 1.6rem; color: #fff;}
.products_list a:hover{background: rgba(0,0,0,0.3);}
@media all and (max-width: 1024px) {
	.products_text{padding: 45px 0px; margin-bottom: 40px;}
	.products_list a p{font-size: 2.5rem;}
	.main_product{flex-direction: column;}
	.products_text::after{display: none;}
	.products_text{width: 100%; text-align: center;}
	.products_list_wrap{width: 100% !important;}
	.products_text::before{right: -20px;}
	.products_text p br{display: none;}
	.products_text p{margin-bottom: 35px;}
	.product_btn{justify-content: center;}
}

/* company_page */

.company_page_warp{background: url('../img/com_bg.png') no-repeat; background-size: cover; background-attachment: fixed; background-position: left;}
.company_page_warp .title{text-align: center;}
.company_page_warp .title h2{margin-bottom: 5px; color: #fff;}
.company_page_warp .title p{margin-bottom: 80px; color: #fff;}
.company_page{display: flex;justify-content: space-between;align-items: center;}
.company_page .company_box{width: 24%;padding: 6% 0px;}
.company_page .company_box:nth-child(1){background: #fff;}
.company_page .company_box:nth-child(2){background: #fff;}
.company_page .company_box:nth-child(3){background: #fff;}
.company_page .company_box:nth-child(4){background: #fff;}
.company_page .company_box h2{font-size: 4.0rem; text-align: center; min-height: 30px; margin-bottom: 30px; color: #364F6B;}
.company_page .company_box h3{font-size: 2.8rem; text-align: center; margin-bottom: 10px; color: #555; font-weight: 500;}
.company_page .company_box p{font-size: 2.2rem; text-align: center; color: #666;}
.company_page .company_box:hover h2{-webkit-animation: flip-vertical-left 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;animation: flip-vertical-left 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;}
@-webkit-keyframes flip-vertical-left {
 0% { -webkit-transform: rotateY(0); transform: rotateY(0); }
 100% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
 }
 @keyframes flip-vertical-left {
 0% { -webkit-transform: rotateY(0); transform: rotateY(0); }
 100% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
 }
 @media all and (max-width: 850px) {
 	.company_page{flex-wrap: wrap;}
	.company_page .company_box{width: 49%; margin: 0.5%;}
 }

/* gallery_warp */
.gallery_warp .title{text-align: center;}
.gallery_warp .title h2{margin-bottom: 60px;}

/* notice_warp */

.notice_warp{background: #f1f1f1;}
.notice_warp .title{text-align: center;}
.notice_warp .title h2{margin-bottom: 60px;}
@media all and (max-width: 768px) {
	.pic_lt .lt_wrap{margin-bottom: 15px; padding: 20px 20px 10px 20px;}
	.pic_lt .lt_wrap .lt_img{display: none;}
	.pic_lt .lt_wrap .lt_text_top{flex-direction: column-reverse;}
	.pic_lt .lt_wrap .lt_text_top .lt_info{flex-direction: row-reverse; min-width: initial; width: 100%; margin-right: 0px; justify-content: flex-end; margin-top: 10px;}
	.pic_lt .lt_wrap .lt_text_top .lt_info .lt_day{font-size: 1.8rem; font-weight: normal; margin-left: 3px;}
}

/* 하단 */
.ft_wrap{position: relative;margin-top: 300px;}
.ft_wrap h1{font-family:  "Outfit", sans-serif;; font-size: 25rem; font-weight: 700;color: #f7f7f7; position: absolute; top: -88%; left: -3%;}
#ft{background: #efefef;padding: 40px 0px; width: 100%;position: relative ;z-index: 99;}
#ft .logo{display: inline-block; padding-bottom: 30px; }
#ft .e_logo{display: inline-block; padding-bottom: 19px; }
.foot_info span{font-size: 1.4rem; color: #371d1e;line-height: 170%;}

#ft .footer_menu{margin-bottom: 4px;}
#ft .footer_menu a{font-size: 1.4rem; color: #9a9a9a; font-weight: 500;padding-right: 2rem;font-weight: 500;}
#ft .footer_menu a:nth-child(2){color:#371d1e ;}
.width_f .left_info{display: flex; flex-direction: column;}
.width_f .left_info span{font-size: 1.4rem;font-weight: 500;word-break: keep-all;}
.width_f .left_info span b{font-weight: 600;}
.width_f .left_info .g{color: #bfbfbf;font-size: 1.4rem;font-weight: 500; }
.width_f .left_info .bar_b{color: #371d1e; margin: 0 3px;}
.width_f .left_info .bar_g{color: #bfbfbf; margin: 0 3px;}
#ft .right_call{display: flex; justify-content: space-around; align-items: center;width: 40%; }
#ft .right_call h6{color: #371d1e;font-size: 1.7rem; font-weight: 500;margin-bottom:1rem; }
#ft .right_call h3{color: #371d1e; font-weight:600 ; font-size: 3.5rem; font-family: "Outfit", sans-serif;}
#ft .logout{width: 92%; max-width:1400px ; margin: 0 auto; }
#ft .logout>a{font-size: 12px;color: #bfbfbf;}
@media all and (max-width: 768px) {
	/* .foot_info{display: flex; flex-direction: column;} */
	.foot_info span{margin: 0px; line-height: 140%;}
}

/* sub_visual */
.sub_visual{width: 100%;height: 450px;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; }
.sub_visual .sub_top_text h3{font-size: 5.2rem; position: relative;color: #fff;font-weight: 500;font-family: "Outfit", sans-serif;}
.sub_visual .sub_top_text h6{font-size: 2.4rem;font-weight: 500; color: #fff;}
@media all and (max-width: 1024px) {
	.sub_visual{height: 250px;}
}

/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #fff; border-bottom: 1px solid #ddd;}
.lnb .lnb_map{height: 6.8rem; display: flex; align-items: center; display: flex; justify-content: center; align-items: center;}
.lnb .lnb_map .dep{display: flex ;justify-content: space-between; align-items: start;margin-top: 24px; gap: 0 10rem;;}
.lnb .lnb_map .dep a{font-size: 1.9rem; font-weight: 600;}

.lnb .lnb_map .dep a.active {
  color: #f7c913; /* 원하는 글자 색 */
  border-bottom: 3px solid #f7c913; /* 원하는 하단 선 색과 두께 */
  padding-bottom: 2rem; /* 하단 선과 글자 사이 여백 */
}
.lnb .lnb_map .dep a.active::after{
    
}
@media screen and (max-width:1400px) {
  .lnb .lnb_map{width: 100% !important;}
}
@media screen and (max-width:900px){
      .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;}
}


/* lnb */
.lnb_mob .lnb_wrap{position: relative;}
.lnb_mob {background: #fff; border-bottom: 1px solid #ddd;display: none;}
.lnb_mob  .lnb_map{height: 50px; display: flex; align-items: center; border-left: 1px solid #f1f1f1;}
.lnb_mob  .lnb_map .home{width: 10%; height: 100%;background: #fff;display: flex;justify-content: center;align-items: center;}
.lnb_mob  .lnb_map .home img{width: 16px;}
.lnb_mob  .lnb_map .home a{width: 100%; color: #333;text-align: center;}
.lnb_mob  .lnb_map .home i{font-size: 20px;}
.lnb_mob  .lnb_map > li{width: 45%; height: 100%;border-right: 1px solid #f1f1f1; padding: 0px 15px;position: relative;}
.lnb_mob  .lnb_map li.dep a{width: 100%; height: 100%;display: flex;align-items: center; font-size: 14px;}
.lnb_mob  .lnb_map li.dep a span{width: 100%;display: flex; justify-content: space-between;align-items: center; font-size: 1.7rem; color: #333;}
.lnb_mob  .lnb_map li.dep a span i{font-size: 16px;}
.lnb_mob  .lnb_map li.dep ul{display: none;position: absolute;left: 0; top: 51px;width: 100%;z-index: 999;}
.lnb_mob  .lnb_map li.dep ul li{width: 100%; background: #fffdf3; border-bottom: 1px solid #fff;}
.lnb_mob  .lnb_map li.dep ul li a{padding: 15px 15px;font-size: 1.6rem;}

.lnb_mob  .lnb_map li.dep ul li a.on{background: #f1f1f1;}

@media screen and (max-width:768px) {
  .lnb_mob{display: block;position: relative ;z-index: 98;}
  .lnb_pc{display: none;}
}

@media screen and (max-width:600px){
  .lnb_mob .lnb_map{height: 50px;}
  .lnb_mob .lnb_map_e{min-height: 50px; height: auto;padding: 5px 0;}
  .lnb_mob  .lnb_map .home{width: 12%;}
  .lnb_mob  .lnb_map li{width: 44%;}
  .lnb_mob  .lnb_map li:last-child{width: 44%;}
  .lnb_mob  .lnb_map li.dep ul{top: 51px;}
  .lnb_mob  .lnb_map_e li.dep ul{top: 35px;}
  .lnb_mob  .lnb_map li.dep a{font-size: 12.5px;}
  .lnb_mob  .lnb_map li.dep ul li a{font-size: 12.5px;}
}


/* 인사말 */

.greeting_wrap{display: flex; align-items: flex-start; justify-content: space-between;}
.greeting_wrap .greeting_text{width: 52%;}
.greeting_wrap .greeting_text h2{color: #364F6B; font-weight: 500; font-size: 2.6rem; margin-bottom: 40px;}
.greeting_wrap .greeting_text p{font-size: 1.6rem; color: #333; line-height: 130%;}
.greeting_wrap .greeting_text p:last-child{margin-top: 20px;}
.greeting_wrap .greeting_img{width: 42%;}
.greeting_wrap .greeting_img img{width: 100%;}

.greeting_info{margin-top: 100px; border-top: 3px solid #364F6B; display: flex; flex-wrap: wrap;}
.greeting_info li{width: 50%; display: flex; min-height: 60px; border-bottom: 1px solid #eee;}
.greeting_info li:last-child{width: 100%;}
.greeting_info li p{min-width: 180px; background: #f9f9f9; display: flex; align-items: center; justify-content: center; font-size: 1.8rem;}
.greeting_info li span{width: 100%; padding-left: 15px; display: flex; align-items: center; font-size: 1.8rem; color: #333;}
@media screen and (max-width:1024px) {
  .greeting_wrap .greeting_text h2{margin-bottom: 30px;}
}
@media screen and (max-width:950px) {
  .greeting_wrap{flex-direction: column;}
	.greeting_wrap .greeting_text{width: 100%; margin-bottom: 50px;}
	.greeting_wrap .greeting_text p:last-child{margin-top: 15px;}
	.greeting_wrap .greeting_img{width: 100%;}
}
@media screen and (max-width:768px) {
	.greeting_info{margin-top: 60px;}
	.greeting_info li p{min-width: 140px;}
	.greeting_info li{width: 100%;}
}

/* 연혁 */

.history_circle{width: 120px; height: 120px; background: #222;border-radius: 50%;color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto; margin-bottom: 80px;}
.history_circle p{text-align: center; font-size: 1.8rem;}
.history_wrap{position: relative;}
.history_wrap .history_line{position: absolute; width: 1px; height: 100%; background: #ccc; left: 0; right: 0; margin: 0 auto;}
.history_left{ width: 50%; text-align: right; position: relative; padding-right: 50px; margin-bottom: 40px;}
.history_left img{ width: 100%; margin-top: 20px;}
.history_left h2{font-size: 2.2rem; margin-bottom: 15px; font-weight: 500;}
.history_left p{ font-size: 1.6rem; line-height: 130%;}
.history_right{width: 50%; margin: 0 0 0 auto; position: relative; padding-left: 50px; margin-bottom: 40px;}
.history_right img{ width: 100%; margin-top: 20px;}
.history_right h2{font-size: 2.2rem; margin-bottom: 15px; font-weight: 500;}
.history_right p{ font-size: 1.6rem; line-height: 130%;}
.history_left::after{content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid #364F6B; right: -8px; top: 0;}
.history_right::after{content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid #364F6B; left: -8px; top: 0;}
@media screen and (max-width:950px) {
	.history_circle{margin-bottom: 60px;}
}
@media screen and (max-width:850px) {
	.history_wrap .history_line{display: none;}
	.history_left{width: 100%; padding-left: 30px; padding-right: 0px;text-align: left;}
	.history_right{width: 100%; padding-left: 30px; padding-right: 0px;}
	.history_left::after{right: initial; left: -8px;}
	.history_box{padding-bottom: 30px; border-bottom: 1px dotted #ccc; margin-bottom: 30px;}
	.history_box:last-child{border-bottom: 0px;}
	.history_box::after{left: 0px; }
}

/* 오시는 길 */

.map_wrap{width: 100%; position: relative;}
.root_daum_roughmap{width: 100% !important; height: 100%;}
.root_daum_roughmap .wrap_controllers{display: none;}
.map_wrap .map_company{position: absolute; z-index: 3; right: 0; bottom: -70px; background: #f9f9f9; padding: 30px 40px;}
.map_wrap .map_company h2{padding-bottom: 20px; border-bottom: 1px solid #ccc;}
.map_wrap .map_company h2 img{width: 170px; }
.map_wrap .map_company ul{display: flex; margin-top: 20px;}
.map_wrap .map_company ul li{display: flex; align-items: center; font-size: 2.0rem;}
.map_wrap .map_company ul li:first-child{margin-right: 50px;}
.map_wrap .map_company ul li .feather{margin-right: 10px;}
/* 맵버튼 */
.map_btn{margin-top: 160px; text-align: center; display: flex; justify-content: center;}
.map_btn a{display: flex; align-items: center; justify-content: center; width: 250px; height: 55px; font-size: 2.0rem; color: #fff;}
.map_btn a > i{font-size: 30px; margin-right: 10px;}
.map_btn a:first-child{border: 1px solid #00c63b; background:#00c63b; margin-right: 15px;}
.map_btn a:last-child{border: 1px solid #f9e200; background: #f9e200; color: #3d1d1c;}
/* 교통 */
.visit_wrap{margin-top: 100px;}
.visit_wrap .visit_box{display: flex;justify-content: space-between; align-items: flex-start; padding-bottom: 40px; border-bottom: 1px solid #ccc; margin-bottom: 40px;}
.visit_wrap .visit_box:last-of-type{margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px;}
.visit_wrap .visit_box h3{display: flex; align-items: center; font-size: 2.8rem; width: 30%;}
.visit_wrap .visit_box h3 i{width: 40px; height: 40px; border-radius: 7px; background: #525e75; color: #fff; text-align: center; line-height: 40px; position: relative; z-index: 2; margin-right: 15px;}
.visit_wrap .visit_box ul{width: 70%;}
.visit_wrap .visit_box ul li{font-size: 1.8rem; line-height: 130%; margin-top: 20px;}
.visit_wrap .visit_box ul li:first-of-type{margin-top: 0px;}
.visit_wrap .visit_box ul li span{display: inline-block; width: 60px; height: 30px; line-height: 30px;text-align: center; background:#525e75; color: #fff; border-radius: 3px; margin-right: 10px; font-size: 14px;}
.visit_wrap .visit_box ul li span.bus1{background: #BDD2B6;}
.visit_wrap .visit_box ul li span.bus2{background: #A2B29F;}
.visit_wrap .visit_box ul li span.bus3{background: #798777;}
.visit_wrap .visit_box ul li span.way1{background: #FFD36E;}
.visit_wrap .visit_box ul li span.way2{background: #4C657E;}
.visit_wrap .visit_box ul li span.way3{background: #F29696;}
.visit_wrap .visit_box ul li span.way4{background: #B7C4CF;}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 850px) {
	.map_wrap .map_company{position: relative; bottom: initial;}
	.map_btn{margin-top: 10px;}
	.visit_wrap .visit_box{flex-direction: column;}
	.visit_wrap .visit_box h3{width: 100%; margin-bottom: 20px;}
	.visit_wrap .visit_box ul li{margin-top: 12px;}
	.visit_wrap .visit_box ul{width: 100%; padding-left: 55px;}
}
@media all and (max-width: 768px) {
	.map_wrap .map_company ul{flex-direction: column;}
	.map_wrap .map_company ul li:first-child{margin-right: 0px; margin-bottom: 20px;}
	.map_btn a{width: 50%;}
	.map_btn a:first-child{margin-right: 10px;}
}

/* 사업영역 01 */

.process_area{background: #f9f9f9;}
.process_wrap {display: flex; justify-content: space-around;}
.process_wrap .process_box{width: 23%; background: #fff; padding: 40px 0px; text-align: center;}
.process_wrap .process_box h2{ font-size: 40px; width: 110px; height: 110px; border-radius: 50%; background:  #eee; line-height: 110px; margin: 0 auto; color: #333;}
.process_wrap .process_box p{font-size: 2.2rem; font-weight: 500; margin-top: 30px; padding-bottom: 15px; margin-bottom: 17px; position: relative; text-align: center;}
.process_wrap .process_box p::after{content: ''; width: 40px; height: 2px; background: #ccc; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.process_wrap .process_box span{font-size: 1.6rem; color: #333; text-align: center; line-height: 120%; padding: 0px 10px; display: inline-block;}

.service_area01 .service_wrap{margin-top: 80px; display: flex; flex-wrap: wrap;  gap: 60px 2%;}
.service_area01 .service_box{width: 32%; box-shadow: 0px 1px 4px rgba(0,0,0,0.2); position: relative; background: #fff;}
.service_area01 .service_box .service_img{position: relative;}
.service_area01 .service_box .service_img img{width: 100%;}
.service_area01 .service_box .service_title{background: #fff; position: absolute; width: 80%; margin: 0 auto; padding: 20px 0 0 0; text-align: center; bottom: 0px; left: 0; right: 0;}
.service_area01 .service_box .service_title span{ font-family: 'Montserrat'; color:#364F6B; font-size: 1.4rem; font-weight: 500; margin-bottom: 5px; display: inline-block;}
.service_area01 .service_box .service_title h2{font-size: 2.0rem; position: relative; padding-bottom: 20px; font-weight: 500;}
.service_area01 .service_box .service_title h2::after{content: ""; position: absolute; width: 30px; height: 2px; background: #666; bottom: -3px; left: 0; right: 0; margin: 0 auto;}
.service_area01 .service_box .service_text{padding: 30px 20px 25px 20px;}
.service_area01 .service_box .service_text p{display: flex; font-size: 1.6rem; line-height: 120%; margin-bottom: 15px;}
.service_area01 .service_box .service_text p:last-child{margin-bottom: 0px;}
.service_area01 .service_box .service_text span{margin-right: 10px;}

@media all and (max-width: 1024px) {
	.process_wrap{flex-wrap: wrap;}
	.process_wrap .process_box{width: 49%; margin: 0.5%;}
	.service_area01 .service_box{width: 49%;}
	.service_area01 .service_wrap{margin-top: 60px;}
}
@media all and (max-width: 650px) {
	.process_wrap .process_box{width: 100%;}
	.service_area01 .service_box{width: 100%;}
	.service_area01 .service_box .service_text{padding: 30px 20px 40px 20px;}
}


/* 사업영역 02 */

.business_area02{padding-bottom: 0px;}
.business_area02 .business_img{margin-top: 60px; border-radius: 30px 0px 30px 0px; overflow: hidden;}
.business_area02 .business_img img{width: 100%;}
.service_area02 .titleL{margin-bottom: 80px;}
.service_area02 .service_box{display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px;}
.service_area02 .service_box:last-child{margin-bottom: 0px;}
.service_area02 .service_box .service_img{width: 45%;}
.service_area02 .service_box .service_img img{width: 100%;}
.service_area02 .service_box .service_text{width: 50%;}
.service_area02 .service_box .service_text span{ font-family: 'Montserrat'; color: #364F6B; font-size: 1.4rem; font-weight: 500; margin-bottom: 5px; display: inline-block;}
.service_area02 .service_box .service_text h3{font-size: 4.0rem; color: #ccc; font-weight: 900; margin-bottom: 20px;}
.service_area02 .service_box .service_text h2{font-size: 2.6rem; position: relative; padding-bottom:30px; font-weight: 500;}
.service_area02 .service_box .service_text p{font-size: 1.6rem; color: #333; line-height: 120%; margin-bottom: 15px;}
.service_area02 .service_box .service_text p:last-child{margin-bottom: 0px;}
@media all and (max-width: 1024px) {
	.service_area02 .titleL{margin-bottom: 50px;}
}
@media all and (max-width: 950px) {
	.service_area02 .service_box{flex-direction: column; padding-bottom: 30px; margin-bottom: 35px; border-bottom: 1px dotted #ccc;}
	.service_area02 .service_box:last-child{margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px;}
	.service_area02 .service_box .service_text{width: 100%; margin-top: 30px;}
	.service_area02 .service_box .service_img{width: 100%;}
	.service_area02 .service_box .service_text h3{margin-bottom: 5px;}
}


/* 사업영역 03 */

.business_area03 .titleS i{font-size: 15px; color: #364F6B; margin-right: 15px;}
.business_area03 .busih3{font-size: 2.6rem; color:  #364F6B; font-weight: 400; margin-top: 15px; margin-bottom: 25px;}
.business_area03 .busip{font-size: 1.6rem; margin-bottom: 30px; color: #333; line-height: 120%;}
.business_area03 .business_img{margin-bottom: 50px;}
.business_area03 .business_img img{width: 100%;}
.business_area03 .business_box{display: flex; justify-content: space-between; margin-bottom: 80px;}
.business_area03 .business_box:last-child{margin-bottom: 0px;}
.business_area03 .business_box .business_title{width: 30%;}
.business_area03 .business_box .business_title h3{font-size: 2.2rem; display: flex; align-items: center;}
.business_area03 .business_box .business_title h3 > i{font-size: 15px; color: #364F6B; margin-right: 15px;}
.business_area03 .business_box .business_text{width: 70%;}
.business_area03 .business_box .business_text p{font-size: 1.6rem; color: #333; line-height: 120%; margin-bottom: 20px;}
.business_area03 .business_box .business_text p:last-child{margin-bottom: 0px;}
@media all and (max-width: 768px) {
	.business_area03 .business_box{margin-bottom: 60px; flex-direction: column;}
	.business_area03 .business_box .business_title{width: 100%; margin-bottom: 20px;}
	.business_area03 .business_box .business_text{width: 100%; padding-left: 30px;}
}

/* 페이지 네비, 게시판 등 */
/* .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: 997; right: 40px; bottom: 30%; position: fixed;animation: quickBounce 1s infinite alternate;filter:drop-shadow( 0 0 10px #0000001e);text-align: center; }

.quick_banner .quick_menu{padding: 2.2rem 2rem;background-color: #fff; border-radius: 10px 10px 0 0 ;   overflow: hidden;
    max-height: 300px; /* 실제 메뉴 높이에 맞게 조절 */
    opacity: 1;
    transition: max-height 0.8s ease, opacity 0.8s ease;}
.quick_banner .quick_menu img{width: 22px;}
.quick_banner .quick_menu h6{color:#f27557 ; margin-top: 9px;font-weight: 600;font-size: 1.4rem;}
.quick_banner .line{width: 100%; height: 1px ;background-color: #f27557;margin: 15px 0;}
.quick_banner button{background-color: #f27557; color: #fff; border-radius: 0 0 10px 10px  ;width: 100%; padding:5px 0  ;text-align: center;border: none;}
.quick_banner button h5{    color: #fff;
    font-family: 'SUIT';
    transform: rotate(-90deg);
    font-size: 3rem;
    font-weight: 500;
    transition: transform 0.4s ease;}

.quick_menu.hide {
    max-height: 0;
    opacity: 0;
}

.quick_menu_btn.rotate h5 {
    transform: rotate(-270deg);
}
.quick_banner2 {
	z-index: 997;
	right: 40px;
	bottom: 11%;
	position: fixed;
	animation: quickBounce 1s infinite alternate;
	display: flex;
	flex-direction: column;
	gap: 4px 0;
	justify-content: center;
	align-items: center;
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.quick_banner2 .quick_btn{filter:drop-shadow( 0 0 10px #0000001e);}
.quick_contents {
	overflow: hidden;
	max-height: 200px; /* 열려 있을 때 높이 */
	transition: max-height 0.7s ease, opacity 0.7s ease;
	opacity: 1;filter:drop-shadow( 0 0 10px #0000001e);
}

.quick_contents {
	overflow: hidden;
	max-height: 200px;
	opacity: 1;
	transition: max-height 0.7s ease, opacity 0.7s ease;
	filter: drop-shadow(0 0 10px #0000001e);
}

.quick_contents.hide {
	max-height: 0;
	opacity: 0;
}

.quick_contents.hide {
	max-height: 0;
	opacity: 0;
}


@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: 100%; height: auto; padding:1.5rem 0 ; border: none; background: #f27557; color: #fff; transition: 0.3s all;}
#top_btn span{font-size: 14px; font-weight: bold;color: #fff; }
#top_btn:hover{background: #f27557; color: #fff;}

.floating_menu { width: 45px; height: 45px; border-radius: 50%; background: #07a28c; 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:#07a28c; 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: 110px; 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;font-size: 2rem; color: #a9a9a9;}
.pg_current{ width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background: none;font-size: 2rem;color: #333;}

@media all and (max-width: 1400px) {
	html{font-size: 55% !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: 48%;padding: 0;}
    #bo_gall #gall_ul{gap: 10px;margin: 0 auto; width: 95%;}
    #bo_gall .gall_text_href{padding: 0 10px; padding-top: 10px;}
    #bo_gall .bo_tit{min-height: 35px;font-size: 1.6rem;}
    #bo_gall .gall_info{padding: 10px; font-size: 12px;}
    #bo_gall .gall_info2 span:last-child{font-size: 12px;}
    .pg_wrap{margin-top: 50px;}
    .pg_page, .pg_current{font-size: 1.8rem;}
}

/* 리스트 */
@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;}
}

/* 애니메이션 */



/*  */
