@charset "UTF-8";
:root{
    --mc01: #ff8201;
    --mc02: #22a438;
    --fs80: 8.0rem;
    --fs72: 7.2rem;
    --fs65: 6.5rem;
    --fs50: 5.0rem;
    --fs45: 4.5rem;
    --fs40: 4.0rem;
    --fs38: 3.8rem;
    --fs36: 3.6rem;
    --fs35: 3.5rem;
    --fs30: 3.0rem;
    --fs32: 3.2rem;
    --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;
    --fs15: 1.5rem;
    --fs14: 1.4rem;
    --fs12: 1.2rem;
    --fs09: 0.9rem;
    }
*, *: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: 1440px; margin: 0 auto; position: relative;}
.width2{width: 92% !important; max-width: 1370px; margin: 0 auto; position: relative;}
.width3{width: 92% !important; max-width: 1200px; margin: 0 auto; position: relative;}
.width4{width: 92% !important; max-width: 1000px; margin: 0 auto; position: relative;}
.widthft{width: 92% !important; max-width: 700px; margin: 0 auto; position: relative;}
.common{padding: 110px 0px;}
.title h3{font-size: var(--fs40); font-weight: 700; color: #666; text-align: center;}
.title p{font-size: var(--fs22); color: #fff; text-align: center; margin-top: 35px;}

.stitle{text-align: center; }
.titleM{font-size: 5.0rem; font-weight: 700; color: var(--mc01);}
.titleS{font-size: 2.4rem; margin-top: 20px; color: #666; font-weight: 500;}
.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;}
}
/* 서브페아지 이동 바 */
.sub_bar {margin-top: 50px; display: flex; justify-content: center; gap: 0 10px;}
.sub_bar li a span {display: inline-block; border: 5px solid #dcdcdc; width: 15px; height: 15px; border-radius: 8px;}
.sub_bar li:hover a span,
.sub_bar li.on a span { 
  border-color: var(--mc01); 
}

/* 해더 시작 */
/* 관리자 로그인 */
.main_admin {position: fixed; z-index: 999; top: 105px;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;}


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

#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 100px;}
#header .head_menu .logo {width: 25%;}
#header .head_menu .logo img{width: 220px; height: auto; float: right;}
#header .head_menu .main_menu { width: 52%; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; z-index: 9;}
#header .head_menu .header_imgbox {width: 11.5%;}
#header .head_menu .header_imgbox a {width: 100%; }
#header .head_menu .header_imgbox a img{width: 75%; height: auto;}
#header .head_menu .header_family {width: 11.5%;}
#header .head_menu .header_family select {font-size: 1.4rem; font-weight: 400; width: 85%; color: var(--mc01); border: 1px solid var(--mc01) !important; padding: 10px 8px; -webkit-appearance: none;  /* 크롬 화살표 없애기 */-moz-appearance: none; /* 파이어폭스 화살표 없애기 */appearance: none;  /* 화살표 없애기 */}
#header .head_menu .header_family .select_renewal{background: url('../img/family_down.png')no-repeat 94% 50%; border-radius: 6px;}
#header .head_menu .header_family select:hover, #header .head_menu .header_family select:focus { border: 1px solid var(--mc01) !important;}



#header .head_menu .main_menu .dept1 { width: 17%; position: relative; height: 100px !important;}
#header .head_menu .main_menu .dept1 > a { font-size: 2.0rem; font-weight: 400; color: 444; line-height: 100px; display: block; }
#header .head_menu .main_menu .dept1 > a.active { border-bottom: 3px solid var(--mc01); }
#header .head_menu .main_menu .dept1 > a.menuon { border-bottom: 3px solid var(--mc01);}

#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.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(--mc01);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: #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.8rem; font-weight: 700; padding-bottom: 30px; border-bottom: 2px solid #eee; display: block; margin-bottom: 30px;}
.menu_open .site_map .dept1 > a.active { color: #364F6B; }
.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(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; 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: #555; display: block; margin: 6px}
#header .menu_bar2 { z-index: 9999; position: relative; }
#header .menu_bar2 span:nth-child(1) { display: none; }
#header .menu_bar2 span:nth-child(2) { transform: rotate(130deg); }
#header .menu_bar2 span:nth-child(3) { transform: rotate(45deg); top: 0px; position: absolute; }
#header .menu_bar2 span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}

/* 모바일 */
.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);}
.mobile_head .mobile_logo { width: 170px; }
.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: 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: 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;}

@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{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%; margin-top: 100px;}

.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; color: #fff; font-size: var(--fs32);text-align: center; font-weight: 500 ;}
.maintext_box h3 { font-size: var(--fs65); color: #fff; text-align: center; padding: 30px 0 90px 0 ; letter-spacing: 0; font-weight: 700;}
.mainlink_box {position: relative ; z-index: 99; width: 100%; display: flex; flex-direction: row; justify-content: center; gap: 0 30px;}
.mainlink_box a {color: #fff; font-size: var(--fs22); padding: 15px 55px; border: 1px solid #fff;}

/* 메인 마우스 */
#mouse-scroll {width: 100px; display: flex; flex-direction: column;  justify-content: center; position:absolute;margin:auto;left:50%;bottom:10%;-webkit-transform: translateX(-50%);z-index:9;}
#mouse-scroll span { display: block;width: 10px; height: 10px;-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);transform: rotate(45deg);border-right: 2px solid #fff;border-bottom: 2px solid #fff;margin: 0 0 0 7px;}
#mouse-scroll .mouse { margin: 0 auto; height: 41px; width: 24px; border-radius: 10px; -webkit-transform: none; -ms-transform: none; transform: none; border: 2px solid #ffffff; top: 170px; } 
#mouse-scroll p { margin-top: 18px; text-align: center; color: #fff; font-size: 20px; font-weight: 300; } 
#mouse-scroll .mouse-in { height: 7px; width: 2px; display: block; margin: 5px auto; background: #ffffff; position: relative; } 
#mouse-scroll .mouse-in { -webkit-animation: animated-mouse 1.2s ease infinite; moz-animation: mouse-animated 1.2s ease infinite; } 
@-webkit-keyframes animated-mouse { 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); } } 
@-webkit-keyframes mouse-scroll { 0% { opacity: 1; } 50% { opacity: .5; } 100% { opacity: 1; } } 
@keyframes mouse-scroll { 0% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } }




@media all and (max-width: 1024px){
	.pc{display: none !important;}
	.tab{display: block !important;}
	.mob{display: none !important;}
    .swiper_visual .swiper-slide .main_visual img{margin-top: 70px;}

    .maintext_box h2 {}
.maintext_box h3 {  padding: 15px 0 45px 0 ; }
.mainlink_box { gap: 0 15px;}
.mainlink_box a { padding: 8px 30px; }
}
@media all and (max-width: 900px){
}
@media all and (max-width: 850px){
}
@media all and (max-width: 768px){
	.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::after{width: 60px; height: 1px;}
	.maintext_box h3 br{display: none;}
	.swiper_btn_wrap{bottom: 10%;}
    .swiper-button-prev:hover #thumbPrev{opacity:1;left:40px;}
	.swiper-button-next:hover #thumbNext{opacity:1;right: 40px;}
}
@media all and (max-width: 650px){
.maintext_box h2 {font-size: var(--fs20);}
.maintext_box h3 { font-size: var(--fs38);  }
.mainlink_box { gap: 0 30px;}
.mainlink_box a {font-size: var(--fs17);  }

}



/* 메인 섹션1 */
#page1 .title {margin-bottom: 55px;}
#page1 .box_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#page1 .box_wrap .box { border-radius: 20px; width: 32%; border-radius: 20px; overflow: hidden;}
#page1 .box_wrap .box:first-child {background: var(--mc01);}
#page1 .box_wrap .box:nth-child(2) {background: var(--mc02);}
#page1 .box_wrap .box:last-child {background: #19a68c;}
#page1 .box_wrap .box .txtbox { }
#page1 .box_wrap .box .txt_wrap { margin: 35px; }
#page1 .box_wrap .box .txt_wrap h4 {font-size: var(--fs22); font-weight: 500; color: rgba(255, 255, 255, 0.5); }
#page1 .box_wrap .box .txt_wrap h2 {font-size: var(--fs38); font-weight: 700; color: #fff; line-height: 1.4;}
#page1 .box_wrap .box .txt_wrap p {font-size: var(--fs22); font-weight: 300; color: #fff; line-height: 1.3; padding: 25px 0 30px 0;}
#page1 .box_wrap .box .txt_wrap p b {font-size: var(--fs22); font-weight: 700; color: #fff;}
#page1 .box_wrap .box .imgbox img{width: 100%; height: auto;}



/* 버튼 */
#page1 .box_wrap .btn_link {height: 60px; position: relative; float: left; margin-bottom: 35px;}
#page1 .box_wrap  .activ_button {display: inline-block; z-index: 99; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; text-decoration: none; cursor: pointer; border: 1px solid #fff; border-radius: 8px; height: 2.5em; width: 7em; padding: 0; outline: none; overflow: hidden; color: #fff; transition: color 0.3s 0.1s ease-out; text-align: center; line-height: 230%; font-size: var(--fs18); font-weight: 300;  }
#page1 .box_wrap  .activ_button::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; content: ''; border-radius: 50%; display: block; width: calc(7em * 2); height: calc(7em * 2); line-height: calc(7em * 2); left: calc(-7em / 2); text-align: center; transition: box-shadow 0.5s ease-out; z-index: -1; }


#page1 .box_wrap  .activ_button:hover { color: var(--mc01); font-weight: 600; }
#page1 .box_wrap  .activ_button2:hover { color: var(--mc02); font-weight: 600; }
#page1 .box_wrap  .activ_button:hover::before { box-shadow: inset 0 0 0 7em rgba(255   , 255, 255, 1); }
#page1 .box_wrap  .activ_button3:hover {color: #19a68c !important; font-weight: 600;} 

@media all and (max-width: 1440px){
    

}
@media all and (max-width: 1200px){
    #page1 .box_wrap .box .txt_wrap p {font-size: var(--fs18); }
    #page1 .box_wrap .box .txt_wrap p br {display: none;}
    #page1 .box_wrap .box .txt_wrap p b {font-size: var(--fs18); }

}
@media all and (max-width: 1024px){
    
    #page1 .box_wrap {gap: 30px 0; flex-wrap: wrap;}
#page1 .box_wrap .box {width: 100%;}
#page1 .box_wrap .box .txtbox {width: 100%; }
#page1 .box_wrap .box {flex-wrap: wrap;}
#page1 .box_wrap .box .txtbox {width: 100%; }
#page1 .box_wrap .box .txt_wrap h4 {text-align: center; }
#page1 .box_wrap .box .txt_wrap h2 {text-align: center;}
#page1 .box_wrap .box .txt_wrap p {text-align: center; font-size: var(--fs22); padding: 15px 0 10px 0;}
#page1 .box_wrap .box .txt_wrap p b {font-size: var(--fs22); }
#page1 .box_wrap .box .txt_wrap p br {display: block;}
#page1 .box_wrap .box .imgbox {width: 100%;}
#page1 .box_wrap .box .imgbox img {width: 100%;}
#page1 .box_wrap .btn_link  {width: 100%;    margin-bottom: 20px;}

}
@media all and (max-width: 900px){
}
@media all and (max-width: 850px){
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){

}

/* 메인 섹션2 */
#page2 {background: url('../img/page2bg.png')no-repeat; background-position: center; background-size: cover; }
#page2 .title {}
#page2 .title h2 {text-align: center;}
#page2 .title h2 img {width: 32%; height: auto;}
#page2 .title p {margin-top: 35px; line-height: 1.4;}
#page2 .numbox {background: url('../img/page2img1.png')no-repeat; background-position: center; background-size: cover; height: auto; margin-top: 60px; height: 150px;}
#page2 .iconbox {display: flex;  justify-content: space-between; position: relative;  flex-wrap: wrap;}
#page2 .iconbox .box {border-radius: 30px; gap: 40px 0; padding: 40px 0;  display: flex; justify-content: center; flex-direction: column; width: 30%; background: #fff; border: 3px solid var(--mc01);} 
#page2 .iconbox .box img {width: auto ; height: 78px; margin: 0 auto;}
#page2 .iconbox .box p {text-align: center; font-size: var(--fs21); font-weight: 500; color: #333; line-height: 1.4;}
#page2 .iconbox .box p b {font-weight: 800;}
@media all and (max-width: 1440px){
    #page2 .numbox { background-size: 146%; }

}
@media all and (max-width: 1200px){
    #page2 .iconbox .box p {font-size: var(--fs18); }
}
@media all and (max-width: 1024px){
    #page2 .numbox {display: none; }
    #page2 {background: var(--mc01);}
    #page2 .iconbox .box {width: 100%;}
    #page2 .iconbox {gap: 23px 0; margin-top: 60px;}
    #page2 .iconbox .box p {font-size: var(--fs22);    }
    #page2 .title p { margin-top: 25px;}
}
@media all and (max-width: 900px){

}
@media all and (max-width: 850px){
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){
    #page2 .title h2 img {width: 60%;}

}

/* 메인 섹션3 */
#page3 {background: #f8f8f8; padding: 85px 0;}
#page3 .box_wrap {display: flex; justify-content: space-between; flex-wrap: wrap;}
#page3 .box_wrap .box {width: 32%;}
#page3 .box_wrap .box h2 {font-size: var(--fs45); font-weight: 700; color: #494949;}
#page3 .box_wrap .box h3 { font-size: var(--fs36); font-weight: 700; color: #494949;}
#page3 .box_wrap .box h3 span {font-size: var(--fs24); margin-left: 25px;color: #494949; line-height: 1.6;}

#page3 .box_wrap .box .contact {margin-top: 50px;}
#page3 .box_wrap .box .contact li {display: flex; margin-bottom: 16px;}
#page3 .box_wrap .box .contact li:last-child {margin-bottom: 0;}
#page3 .box_wrap .box .contact li h5 {width: 30%; font-size: var(--fs20); font-weight: 700;color: #494949;}
#page3 .box_wrap .box .contact li p {width: 70%; font-size: var(--fs20);color: #494949; }

#page3 .box_wrap .box2 .info_txt {display: flex; align-items: end; justify-content: space-between; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 3px solid #494949;}
#page3 .box_wrap .box2 .info_txt h4 {font-size: var(--fs32); font-weight: 700;color: #262626;}
#page3 .box_wrap .box2 .info_txt a {font-size: var(--fs19); font-weight: 300;color: #494949;}
/* #page3 .box_wrap .box2 ul li {margin-bottom: 15px; display: flex; align-items: center;}
#page3 .box_wrap .box2 ul li:last-child {margin-bottom: 0;} 
#page3 .box_wrap .box2 ul li b {width: 55px; text-align: center; padding: 3px; border-radius: 6px; background: #7a7a7a; font-size: var(--fs20); font-weight: 700; color: #fff; margin-right: 16px;}
#page3 .box_wrap .box2 ul li p {text-overflow: ellipsis; width: 220px;white-space: nowrap; overflow: hidden;} */
@media all and (max-width: 1440px){

}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
    #page3 .box_wrap .box {width: 100%; margin-bottom: 60px;}
    #page3 .box_wrap .box:last-child {margin-bottom: 0px;}
    #page3 .box_wrap .box .contact {margin-top: 25px;}
    #page3 .box_wrap .box .contact li h5 {width: 13%;}
}
@media all and (max-width: 900px){


}
@media all and (max-width: 850px){
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){

}
/* 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{background: #d9d9d9; width: 100%;}
#ft>div {padding: 35px 0;}
.foot_logo{display: block; text-align: center; margin-bottom: 30px; }
.footer_wrap {background: #222; }

.footer_wrap .footer {display: flex; flex-wrap: wrap;}
.footer_wrap .footer a{width: 100%;display: flex;}
.footer_wrap .footer img {width: 200px; height: auto;}

.foot_info span{font-size: 1.7rem; color: #808080; margin: 0px 10px; line-height: 170%; float: left;}
#ft .copyright{margin-top: 14px; color: #808080;}
#ft .copyright span{font-size: 1.7rem;}

#ft .footer_menu {background: #222222; border-bottom: 1px solid #8a8a8a;}
#ft .footer_menu ul {display: flex; justify-content: left;}
#ft .footer_menu ul li {width: 12.5%; display: flex; flex-direction: column;}
#ft .footer_menu ul li a {margin-bottom: 25px; color: #838383; font-size: 1.6rem; text-align: left;}
#ft .footer_menu ul li p {margin-bottom: 25px; color: #fff; font-size: 1.6rem; text-align: left;}
#ft .footer_menu ul li a:last-child {margin-bottom: 0;}

#ft .footer_call {background: #999;}
#ft .footer_call h3 {color: #fff; text-align: center; font-size: var(--fs38); font-weight: 700;}
#ft .footer_call span {color: var(--mc01); text-align: center; font-size: var(--fs38); font-weight: 700;}

@media all and (max-width: 1024px) {
    .footer_wrap .footer {justify-content: center; flex-direction: column;}
    .footer_wrap .footer a{width: 100%;display: flex; justify-content: center;}
}

/* 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; padding-top: 100px;}
.sub_visual .sub_top_text h3{font-size: 6.0rem; font-weight: 700; position: relative;}
.sub_visual .sub_top_text p{font-size: 3.2rem; margin-top: 35px;}
@media all and (max-width: 1024px) {
	.sub_visual{height: 300px;}
	.sub_visual .sub_top_text{padding-top: 70px;}
    #ft .footer_menu ul li {width: 25%;}
    .foot_info {display: flex; flex-direction: column;}
    .foot_info span {display: block; text-align: center;}
    #ft .footer_menu ul li a {text-align: center;}
#ft .footer_menu ul li p {text-align: center;}
}
@media all and (max-width: 650px) {
.sub_visual .sub_top_text p {margin-top: 10px;}
}

/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #fff; border-bottom: 1px solid #ddd;}
.lnb .lnb_map{height: 61px; display: flex; align-items: center; }

.lnb .lnb_map .home{width: 50px; height: 100%;background: #fff;display: flex;justify-content: center;align-items: center;}
.lnb .lnb_map .home a{width: 25px ; height: auto;}
.lnb .lnb_map .home img{width: 100%; height: auto;}
.lnb .lnb_map > li{width: 200px; box-sizing: border-box; height: 100%; 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{padding: 3px 25px;  width: 100%;display: flex; justify-content: space-between;align-items: center; font-size: var(--fs18); color: #333; border-right: 1px solid #c1c1c1; font-family: 600;}
.lnb .lnb_map li.dep a span i{font-size: var(--fs12); color: #000;}
.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: var(--mc01); color: #fff;transition: 0.3s all;}
.lnb .lnb_map li.dep ul li a.on{background: #f1f1f1;}

.lnb .lnb_map li.dep:hover a span i {color: var(--mc01);}
.lnb .lnb_map li.dep>a span i.active {color: var(--mc01);}


@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 img{}
  .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_map li.dep:last-child a span {border-right: none;}
}



/* 페이지 네비, 게시판 등 */
/* .bo_cate_link{border-radius: 30px;}
.bo_v_topcon .bo_v_cate{border-radius: 30px;} */

/* 퀵 쇼핑몰 이동 */
.quick {width: 220px; height: auto; position: fixed; right: 30px; bottom: 40px;  z-index: 88; opacity: 0; animation: quick 3.5s infinite linear; }
.quick a img {width: 100%; }
/* 퀙 상담하기 */
.main_call {width: 60px ; height: 60px; position: fixed; right: 45px; bottom: 45px; z-index: 99;}
.main_call  a {width: 60px; height: 60px; display: block;}
.main_call img {width: 100%; height: 100%;}

@media all and (max-width: 1024px) {
    .quick {width: 80px; bottom: 10px;  transform: translate( 0 0);}
    .quick {width: 33%;  right: 10px; bottom: 10px; }
}
@keyframes quick {
    0% { opacity: 0; }
    49% { opacity: 0; } 
    50% { opacity: 1; } 
    100% { opacity: 1; } 
}




#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: #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: 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 2px; background-color: none; border: 1px solid #ccc;}
.pg_current{border: 1px solid #8e8e8e; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background: none;}

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

/* 애니메이션 */




