@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:105px; right: 10px;}
.main_admin a{font-size: 14px; background: #fff; border-radius: 5px; margin-bottom: 5px; width: 80px; height: 30px; display: inline-block; text-align: center; line-height: 30px; font-weight: 500;}
/* 공통 */
.width{width: 100% !important; max-width: 1280px; margin: 0 auto; position: relative;}
.common{padding: 120px 0px;}
:root{
	--color: #2cb966;

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

#header{width: 100%;background: #fff;position: fixed;top: 0;z-index: 999; transition: 0.3s all; box-shadow: 0px 1px 3px rgba(0,0,0,0.3); padding: 0px 3%;}
#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 img{width: 90px}

#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 100px;}
#header .head_menu .main_menu { width: 60%; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; z-index: 9;}
#header .head_menu .main_menu li { width: 20%; position: relative; padding: 15px 0px;}
#header .head_menu .main_menu .topmenu { font-size:1.8rem; font-weight: 600; }
#header .head_menu .main_menu .topmenu.active { color: var(--color); font-weight: bold; }
#header .head_menu .main_menu .topmenua.menuon {color: var(--color); font-weight: bold; }

#header .head_menu .sub_menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 100%; padding-top: 20px; display: none; padding-bottom: 30px;}
#header .head_menu .main_menu .dept2 { padding: 12px 0px; }
#header .head_menu .main_menu .dept2 a { font-size: 1.5rem; display: block;}
#header .main_menu .dept2>a:hover,
#header .main_menu .dept2>a:active,
#header .main_menu .dept2>a.menuon,
#header .main_menu .dept2>a:focus { color: #2DAAE1;font-weight: bold;}
#header .menu_bg {background: #fff;width: 100%;height: 0;left: 0;z-index: 1;position: absolute; border-top: 1px solid #eee;}

/* #header .head_call_wrap a{padding: 10px 25px; background: var(--color); border-radius: 30px; color: #fff; font-size: 2.0rem; font-weight: bold;}
#header .head_call_wrap a i{margin-right: 5px;} */
#header .head_call_wrap a{padding: 10px 25px; background: #ffe600; border-radius: 30px; color: #381e1e; font-size: 1.6rem; font-weight: bold;}
#header .head_call_wrap a i{margin-right: 5px; font-size: 20px; font-weight: 100;}


/* 모바일 */
.mobile_head {width: 100%; height: 60px; 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: 60px; }
.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: 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 20px;font-size: 18px; border-bottom: 1px solid #eeee; font-weight: 500;}
.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;}
#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; }
#header .head_menu .logo img{width: 130px;}
#header .head_menu .main_menu .topmenu{font-size: 1.8rem;}
#header .head_call_wrap a{font-size: 1.6rem;}
}
@media screen and ( max-width: 1024px ){
#header { display: none; }
.mobile_head{display: flex;}
.mobile_head .mobile_logo{width: 55px;}
#mobile_menu .mob_menu .top_menu{justify-content: center;}
}

/* 메인비주얼 */
.theme_visual{padding-top: 100px;}
.Hfull{height: calc(100vh - 100px); background: url('../img/visual01.png')no-repeat; background-size: cover; background-position: center; }
.main_text{height: 100%; display:flex; flex-direction: column; justify-content: center; align-items:center; text-align: center; color: #fff;}
.main_text h3{font-size: 2.5rem; font-weight: 200; text-transform: uppercase; margin-bottom: 25px;}
.main_text h2{font-size: 5.5rem; font-weight: bold; border: 3px solid #fff; border-radius: 60px; display: inline-block; padding: 13px 60px; margin-bottom: 30px;}
.main_text p{font-size: 2.5rem; font-weight: 200; line-height: 130%;}


.con_btn{position: fixed; z-index: 9; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 5px 0px;}
.con_btn a{width: 90px; display: inline-block;}
.con_btn a img{width: 100%;}


.title{display: flex; flex-direction: column; align-items:center;}
.title h3{color: #fff; background: var(--color); border-radius: 30px; padding: 8px 40px; display: inline-block; font-size: 3.0rem; font-weight:600; margin-bottom: 25px; min-width: 220px; text-align: center; }
.title h2{font-size: 5.5rem; font-weight: bold; display: inline-block; padding-bottom: 4px;}
.title p{font-size: 2.5rem; font-weight: 300; line-height: 135%; color: #585858; margin-top: 25px;}

#page1 .title{text-align:center;}
#page1 .title h2{border-bottom: 4px solid var(--color); color: var(--color);}
#page1 .box_wrap{margin-top: 100px; display: flex;}
#page1 .box{width:33.3333%; text-align: center; color: #fff; padding: 110px 0px; display: block;}
#page1 .box:hover{-webkit-animation: slide-top2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: slide-top2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
#page1 .box:hover h2{transform: scale(1.07);}
#page1 .box:nth-child(1){background: url('../img/img1.png')no-repeat; background-size: cover; background-position: center;}
#page1 .box:nth-child(2){background: url('../img/img2.png')no-repeat; background-size: cover; background-position: center;}
#page1 .box:nth-child(3){background: url('../img/img3.png')no-repeat; background-size: cover; background-position: center;}
#page1 .box h2{ background: var(--color); border-radius: 30px; width: 300px; height: 55px; display:flex;justify-content: center; align-items: center; font-size: 2.4rem; font-weight:600; margin: 0 auto; margin-bottom: 25px; transition: 0.3s all;}
#page1 .box p{font-size: 2.0rem; font-weight: 200; line-height: 130%;}

#page2{padding: 60px 0px; background: url('../img/bg1.png')no-repeat; background-size: cover; background-position: center;}
#page2 .title{text-align: center; color: #fff;}
#page2 .title h2{border-bottom: 4px solid #fff;}
#page2 .title p{color: #fff;}

#page3 .box_wrap{display: flex; justify-content: space-between;}
#page3 .box_wrap .text{display: flex; flex-direction: column; justify-content: space-between; width: 21%;}
#page3 .box_wrap .img{width: 55%;}
#page3 .box_wrap .img img{width: 100%;}
#page3 .text h2{font-size: 3.2rem; font-weight: bold; color: var(--color); position: relative; margin-bottom: 12px;}
#page3 .text h2::before{content: ''; width: 4px; height: 28px; background: var(--color); position: absolute; top: 0; left: -10px; top: 3px;}
#page3 .text p{font-size: 2.0rem; color: #585858; line-height: 130%;}

#page4{padding: 60px 0px; background: url('../img/bg2.png')no-repeat; background-size: cover; background-position: center;}
#page4 .title{text-align: center; color: #fff;}
#page4 .title h3{background: #fff; color: #ffc000;}
#page4 .title h2{border-bottom: 4px solid #fff; text-transform: uppercase;}
#page4 .title p{color: #fff;}

#page5{background: #f5f5f5; position: relative;}
#page5 .sSwiper{margin-bottom: 120px;}
#page5 .sSwiper .swiper-wrapper{display: flex; gap:10px 0px;justify-content: space-between; align-items: center;}
#page5 .sSwiper .swiper-slide{width: 17% !important; text-align: center; border: 3px solid var(--color); border-radius: 30px; color: var(--color); font-size: 2.2rem; font-weight: bold; padding: 8px 0px; background: #fff; cursor: pointer; display: flex; justify-content: center; align-items: center;}
#page5 .sSwiper .swiper-slide p{font-size: 2.2rem; font-weight: bold;}
#page5 .sSwiper .swiper-slide span{margin: 0 5px;}
#page5 .sSwiper .swiper-slide-thumb-active{background: var(--color); color: #fff;}
#page5 .sSwiper .arrow{width: 2%; }
#page5 .sSwiper .arrow img{width: 100%;}
#page5 .sSwiper2{max-width: 1300px; margin: 0 auto; }
#page5 .sSwiper2 .swiper-slide{display: flex; justify-content: space-between; align-items: center;}
#page5 .sSwiper2 .img{width: 42%}
#page5 .sSwiper2 .img img{width: 100%}
#page5 .sSwiper2 .text{width: 48%; min-height: 500px; background: url('../img/bg3.png')no-repeat; background-size: 100%; background-position: center; padding: 50px 50px 50px 70px;}
#page5 .sSwiper2 .text .stitle{margin-bottom: 35px;}
#page5 .sSwiper2 .text .stitle h2{font-weight: bold; font-size: 2.8rem; color: var(--color); position: relative;}
#page5 .sSwiper2 .text .stitle h2 span{font-weight: 100;}
#page5 .sSwiper2 .text .stitle h2::before{content: ''; width: 4px; height: 28px; background: var(--color); position: absolute; top: 4px; left: -10px;}
#page5 .sSwiper2 .text .stitle h3{font-size: 2.2rem; color: #585858; margin-top: 5px;}
#page5 .sSwiper2 .text .menu_wrap{display: flex;}
#page5 .sSwiper2 .text ul{width: 50%;}
#page5 .sSwiper2 .text ul li{margin-top: 5px; display: flex; align-items: center; font-size: 2.2rem; color: #585858;}
#page5 .sSwiper2 .text ul li span{font-size: 2.6rem; color: var(--color); margin-right: 15px;}
#page5 .slide_btn{position: absolute; max-width: 1600px; z-index: 9; display: flex; justify-content: space-between; width: 100%; top: 50%;}
#page5 .slide_btn div{cursor: pointer;}
#page5 .sSwiper2 .text ul h2{font-size: 2.0rem; font-weight: bold; color: #fff; background: var(--color); width: 110px; height: 32px; border-radius: 30px; text-align: center; line-height: 32px;}

#page6{padding: 60px 0px; background: url('../img/bg4.png')no-repeat; background-size: cover; background-position: center;}
#page6 .title{text-align: center; color: #fff;}
#page6 .title h3{background: #fff; color: #77c059;}
#page6 .title h2{border-bottom: 4px solid #fff; text-transform: uppercase;}
#page6 .title p{color: #fff;}

#page7 .scroll img{width: 100%;}
#page7 .scroll{height: 45vh; overflow-y:scroll;}
#page7 .scroll::-webkit-scrollbar {
  width:8px;height:8px;
}
#page7 .scroll::-webkit-scrollbar-thumb {
  background-color: var(--color);
  border-radius:4px;
  background-clip: padding-box;
}

#page8{background: url('../img/bg5.png')no-repeat; background-size: cover; background-position: center;}
#page8 .title{text-align: center; color: #fff;}
#page8 .title h2{border-bottom: 4px solid #fff;}
#page8 .title p{color: #fff;}
#page8 .box_wrap{margin-top: 100px; display: flex; justify-content: space-between; gap: 20px 0px;}
#page8 .box{width: 24%; background: #fff; border-radius: 40px; padding: 50px 5px 40px 5px; border: 3px solid #fff;}
#page8 .box:hover{-webkit-animation: slide-top2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: slide-top2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;  border: 3px solid var(--color);}
#page1 .box:hover h2{transform: scale(1.07);}
#page8 .box h2{font-size: 3.0rem; font-weight: bold; text-align: center; min-height: 110px; display: flex; align-items: center; justify-content: center;}
#page8 .box span{width: 80%; height: 1px; background: #000; display: block; margin: 0 auto; margin-top: 25px; margin-bottom: 25px;}
#page8 .box p{text-align: center; font-size: 2.0rem; line-height: 140%; min-height: 130px; display: flex; justify-content: center; align-items: center;}
#page8 .box img{width: 100%;}
#page8 h4{text-align: center; font-size: 2.0rem;}

#page9{background: url('../img/bg6.png')no-repeat; background-size: cover; background-position: center;}
#page9 .title{text-align: center; color: #fff;}
#page9 .title h2{border-bottom: 4px solid #fff;}
#page9 .title p{color: #fff;}
#page9 .table_wrap{max-width: 1150px; margin: 0 auto; margin-top: 80px; }
#page9 .table_wrap h3{text-align: right; color: #fff; font-size: 1.8rem; font-weight: bold; margin-bottom: 10px;}
#page9 .table_wrap table{width: 100%; border: 1px solid #fff;}
#page9 .table_wrap table th{background: var(--color); font-size:2.4rem; font-weight: bold; color: #fff; padding: 10px 0px; border-right: 1px solid #fff;}
#page9 .table_wrap table td{background: #fff; text-align: center; font-size: 2.2rem; font-weight: 400; padding: 10px 0px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 33.3333%;}
#page9 .table_wrap table td:last-child{border-right: none;}
#page9 .table_wrap ul{margin-top: 10px;}
#page9 .table_wrap ul li{font-size: 1.8rem; font-weight: 400; color: #fff;}
#page9 .table_wrap ul li span{margin-right: 6px;}

#page10{background: url('../img/bg7.png')no-repeat; background-size: cover; background-position: center;}
#page10 .title{text-align: center; color: #fff; margin-bottom: 40px;}
#page10 .title h2{border-bottom: 4px solid #fff;}
#page10 .title p{color: #fff;}

#contact{max-width: 750px; margin: 0 auto;background: #fff; padding: 50px 30px;}
#contact .box{margin-bottom: 13px;}
#contact .box h3{font-size: 1.8rem; font-weight: 400; margin-bottom: 5px;}
#contact .box h3 span{color: red;}
#contact .box input{border: 1px solid #d0d0d0; height: 45px;}
#contact .box1 input{border: 1px solid #d0d0d0; width: 100%;}
#contact .box .phone{display: flex; justify-content: space-between; align-items: center;}
#contact .box .phone input{width: 31%;}
#contact .box .phone span{font-size: 2.0rem;}
#contact .box select{border: 1px solid #d0d0d0; height: 45px; width: 100%;}
#contact .box textarea{width: 100%; border: 1px solid #d0d0d0; resize: none;}
#contact .check h3{font-size: 1.8rem; font-weight: 400; margin-bottom: 5px;}
#contact .check h3 span{color: red;}
#contact .check .agree_text{height: 110px; overflow-y: scroll; border: 1px solid #d0d0d0; padding: 10px; margin-bottom: 15px;}
#contact .check .agree_box{text-align: center;}
#contact .check .agree_box label{color: #797979;}
#contact .form_btn{width: 430px; height: 55px; border: 1px solid var(--color); display: block; margin: 0 auto; margin-top: 20px; text-align: center; line-height: 55px; border-radius: 40px; background: var(--color); color: #fff; font-size: 2.2rem; font-weight: 600;}
#contact .form_btn:hover{background: #fff; color: var(--color)}
.swiper-cube .swiper-cube-shadow:before{display: none;}



@-webkit-keyframes slide-top2{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}

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


@media all and (max-width: 1024px){
	.pc{display: none !important;}
	.mob{display: block !important;}
}


/* board warp */
.board_warp .latest_wrap{display: flex; justify-content: space-between;}
.latest_wrap .latest_top_wr{width: 48.5%;}
.latest_top_wr h2{font-size: var(--fs24); margin-bottom: 40px; font-weight: bold;}
.latest_top_wr h2 i{margin-right: 7px; font-weight: 300;}
.board_warp .main_btn{margin-top: 100px; display: flex; justify-content: space-between;}
.board_warp .main_btn a{width: 24%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 1px 3px rgba(0,0,0,0.2); padding: 40px 0px;}
.board_warp .main_btn a i{font-size: 5.0rem; width: 100px; height: 100px; background: #eee; color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.board_warp .main_btn a span{font-size: var(--fs20);}
.board_warp .main_btn a:hover{-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
	@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media all and (max-width: 1300px){
	.pic_lt .lt_wrap .lt_text_top .lt_info{min-width: 80px; min-height: 80px;}
	.pic_lt .lt_wrap{padding: 12px;}
}
@media all and (max-width: 950px){
	.board_warp .latest_wrap{flex-direction: column;}
	.latest_wrap .latest_top_wr{width: 100%;}
	.latest_wrap .latest_top_wr:first-child{margin-bottom: 60px;}
}
@media all and (max-width: 768px){
	.board_warp .main_btn{flex-wrap: wrap; margin-top: 60px; gap:15px 0px;}
	.board_warp .main_btn a{width: 49%; padding: 25px 0px;}
}

/* 하단 */
#ft{background: #353535;padding: 50px 0px; width: 100%;}
#ft .foot_logo{display: block; margin-bottom: 35px;}
#ft .foot_info span{color: #fff; font-weight: 500; line-height: 150%; margin: 0px 5px; letter-spacing: -0.04em;}
#ft .foot_info a{color: #fff; font-weight: 500; line-height: 150%; letter-spacing: -0.04em;}
#ft .copyright span{color: #fff; font-weight: 500; line-height: 150%; margin-top: 25px; display: block;}


/* 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;}
@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: 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 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;}
	:root{
		--fs40: 3.4rem;
		--fs32: 2.8rem;
		--fs28: 2.4rem;
	}
}
/* 갤러리 */
@media all and (max-width: 1024px) {
	.gall_row .col-gn-4{width: 33.33333%;}
	.gall_row .col-gn-5{width: 25%;}
}

@media all and (max-width: 850px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5{width: 50%;}
	#bo_cate li{width: 25%; margin-bottom: 10px;}
	#bo_cate ul{flex-wrap: wrap;}
}

@media all and (max-width: 600px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5, .gall_row .col-gn-2{width: 100%;}
}

/* 리스트 */
@media all and (max-width: 850px) {
	.prdt_list .prdt_top th.psize, .prdt_list .prdt_table .psize{display: none;}
	.prdt_list .prdt_top th.pcolor, .prdt_list .prdt_table .pcolor{display: none;}
}

@media all and (max-width: 650px) {
	.prdt_list .prdt_top th.num{min-width: 60px;}
	.prdt_list .prdt_top th.pintro, .prdt_list .prdt_table .pintro{display: none;}
	.prdt_list .prdt_top th.pname{width: 100%;}
	.prdt_list .prdt_table .pname{text-align: center;}
}

/* 애니메이션 */
@media all and (max-width: 1400px){
	#page5 .sSwiper2{max-width: 1100px;}
	#page5 .sSwiper2 .text{background-size: 100% 100%;}
	#page5 .sSwiper2 .swiper-slide{justify-content: center;}
	#page8 .box h2{font-size: 2.4rem; letter-spacing: -0.04em;}
	#page8 .box p br{display: none;}
}
@media all and (max-width: 1200px){
	#page3 .text h2{font-size: 2.4rem;}
	#page3 .text h2::before{height: 20px;}
	#page3 .text p{font-size: 1.8rem;}
	#page3 .text p br{display: none;}
	#page5 .sSwiper .swiper-slide{font-size: 1.8rem;}
}
@media all and (max-width: 1024px){
	.theme_visual{padding-top: 60px;}
	.Hfull{height: 600px;}
	.main_text h2{font-size: 4.2rem;}
	.main_text h3{font-size: 2.0rem; margin-bottom: 15px; margin-bottom: 20px; padding: 6px 35px;}
	.main_text p{font-size: 2.0rem;}
	.title h3{font-size: 2.2rem; min-width: 180px; margin-bottom: 15px;}
	.title h2{font-size: 4.0rem;}
	.title p{font-size: 2.0rem; margin-top: 15px;}
	#page1 .box h2{width: 250px;; height: 45px;}
	#page1 .box_wrap, #page8 .box_wrap{margin-top: 70px;}
	#page1 .box p{font-size: 1.8rem;}
	#page3 .box_wrap{flex-direction: column;}
	#page3 .box_wrap .img{width: 100%; margin-bottom: 40px;}
	#page3 .box_wrap .text{width: 100%;}
	#page3 .box_wrap ul{margin-bottom: 20px;}
	#page5 .sSwiper .swiper-slide p{display: none;}
	#page5 .sSwiper .swiper-slide span{display: none;}
	#page5 .slide_btn div img{width: 40px;}
}
@media all and (max-width: 950px){
	#page8 .box_wrap{flex-wrap: wrap;}
	#page8 .box{width: 49%;}
	#page8 .box h2 br{display: none; min-height: 45px;}
	#page8 .box h2{min-height: 45px;}
	#page8 .box span{margin-top: 10px; margin-bottom: 10px;}
}
@media all and (max-width: 850px){
	.Hfull{background:url('../img/mvisual01.png')no-repeat ; background-position: center; background-size: cover; height: 500px;}
	.main_text h3{font-size: 1.7rem;letter-spacing: -0.04em; margin-bottom: 10px;}
	.main_text p{font-size: 1.7rem; letter-spacing: -0.04em; }
	.main_text h2{font-size: 2.4rem; letter-spacing: -0.04em; padding: 12px 20px;}
	.title h2{font-size: 2.8rem;}
	.title p{font-size: 1.7rem; margin-top: 15px;}
	.title h3{font-size: 1.7rem;}
	#page1 .box_wrap{flex-wrap: wrap;}
	#page1 .box{width: 100%; padding: 70px 0px;}
	#page5 .sSwiper{margin-bottom: 10px;}
	#page5 .sSwiper2 .swiper-slide{flex-direction: column;}
	#page5 .sSwiper2 .img{width: 80%;}
	#page5 .sSwiper2 .text{width: 100%; background: url('../img/mbg3.png')no-repeat; background-size: 100% 100%;  padding: 30px 40px; min-height: initial;}
	#page5 .sSwiper2 .text .stitle h2{font-size: 2.2rem;}
	#page5 .sSwiper2 .text .stitle h2::before{height: 17px;}
	#page5 .sSwiper2 .text .stitle h3{font-size: 1.8rem;}
	#page5 .slide_btn{top: 20%;}
	#page5 .slide_btn div img{width: 25px;}
	#page5 .sSwiper2 .text ul li{font-size: 1.8rem; margin-top: 0px;}
	#page5 .sSwiper2 .text ul h2{font-size: 1.8rem; width: 80px; height: 28px; line-height: 28px;}
	#page5 .sSwiper2 .text .stitle{margin-bottom: 15px;}
	#page9 .table_wrap{margin-top: 50px;}
	#page8 .box p{font-size: 1.8rem;}
	#page9 .table_wrap table th{font-size: 2.1rem;}
	#page9 .table_wrap table td{font-size: 1.8rem;}
	#page9 .table_wrap h3 ,#page9 .table_wrap ul li{font-size: 1.6rem; letter-spacing: -0.04em;}
}
@media all and (max-width: 768px){
	#page6, #page4, #page2{padding: 30px 0px;}
	#page10 .title p br{display: none;}
	#ft .foot_info span{font-size: 1.4rem;}
	#ft .copyright span{font-size: 1.4rem;}
	.con_btn a{width: 70px;}
	.con_btn {bottom: 10px; right: 10px;}
	#contact{padding: 30px 20px;}
	#ft .foot_logo{margin-bottom: 25px;}
	#ft .foot_logo img{width: 110px;}
	#page5 .sSwiper .arrow{display: none;}
	#page5 .sSwiper .swiper-slide{padding: 17px 0px; border-radius: 50%;}
}
@media all and (max-width: 650px){
	#page8 .box{width: 100%;}
	#page8 .box p{min-height: 75px;}
	#contact .form_btn{width: 100%; height: 50px; line-height: 50px;}
	#page4 .title p br{display: none;}
}


/*  */
