@charset "utf-8";

/* -- animation */
@keyframes tt_scrolling_text {
	0% { transform: translateX(0) }
	100% { transform: translateX(-50%) }
}
@keyframes mvBgScale {
	0% { transform: scale(1); }
	100% { transform: scale(1.15); }
}
@keyframes movetxt {
  to { transform: translate(-100%, 0); }
}
@keyframes move_scroll {
    0% { transform:translateY(0); }
   50% { transform:translateY(-10px); }
}
@keyframes rotate_circle{
	100% {transform: rotate(360deg); }
}
@keyframes effect{ 
	0% { top: 50%; }
	100% { top: 60%; }
}
@keyframes bouncing { 	
	0% {  transform:translate(0,-5px); }
	100% { transform:translate(0,5px); }
}

@keyframes progress_Rotate {
  to { transform: rotate(360deg); }
}
@keyframes img_scale {
	0%{transform: scale(1.5);}
	100%{transform: scale(1);}
}
@keyframes imgAni_rt {
	0%{transform: scale(0, 1);}
	40%{transform: scale(1, 1);}
	50%{transform: scale(1, 1);}
	100%{transform: scale(1, 1) translateX(100%);}
}
@keyframes imgAni {
	0%{opacity:0;}
	50%{opacity:1;}
	100%{opacity:1;}
}
@keyframes progress {
  0% { stroke-dashoffset: 125.664px; }
  90% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -125.664px; }
}
/* animation -- */

.tt-scrolling-text { display: flex; position: relative; pointer-events: none; }
.tt-scrolling-text-inner { padding-left: 2vw; font-size: calc(16px + 6vw); line-height: 1; font-family: 'BlenderPro', serif; font-weight: 500; color: #3b3b3f; white-space: nowrap; animation-name: tt_scrolling_text; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; /* animation-duration is handled by js. */ }
.tt-scrolling-text-inner:after { content: attr(data-text); /* display: block; */ }
/* Animation direction reverse. */
.tt-scrolling-text.scr-text-reverse .tt-scrolling-text-inner { animation-direction: reverse; }
.tt-scrolling-text.scr-text-stroke .tt-scrolling-text-inner { font-weight: normal; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #3b3b3f; -webkit-text-fill-color: transparent; }

.move_txt {position: absolute; bottom: 0; left: 0; width: 200%;}
.move_txt .txt {animation: movetxt 1s linear infinite; animation-play-state: paused; animation-delay: calc(var(--scroll) * -0.7s);animation-iteration-count: 1; animation-fill-mode: both;}
}
.scroll_icon {position: absolute; bottom: 15px; left: 50%; margin-left: -22.5px; cursor: pointer; animation:move_scroll 2s infinite; z-index: 2;}

.circle_logo_box { position: absolute; }
.circle_logo_box p { animation: rotate_circle 20s linear infinite;}


.cir_btn {display: block; width: 68px; height: 68px; line-height: 68px; text-align: center; background-color: #00aeb2; border-radius:50%; transition:.4s;}
.cir_btn:hover {background-color: #16233a;}


.pc { display:block;}	
.m { display:none;}


.slick_nav {width: 240px; display: flex; flex-wrap:wrap;justify-content:space-between; position: absolute; bottom: 145px; left: 50%; transform:translate(-690px,0);  }
.slider_nav {}
/* 슬라이드 arrow */
.slick_arrow {position: absolute; top: 3px; left: 0;}
.slick_arrow .prev_btn,
.slick_arrow .next_btn {width: 20px; height: 7px; background-color: transparent; padding: 0; border: none; background-repeat: no-repeat; background-image: url('/assets/images/main/sm_arr_prev.png'); text-indent: -9999px; position: absolute; top: 0; left: 10px; }
.slick_arrow .next_btn {background-image: url('/assets/images/main/sm_arr_next.png'); left: 105px;}

.slider_arrow {}
.slider_arrow button {width: 50px; height: 50px; border: none; background: transparent url('/assets/images/common/prev_btn.png') 100% 50% no-repeat; padding: 0; text-indent: -9999px;  position: relative;}
.slider_arrow button:before {content:''; display: block;width: 100%; height: 100%; background-color: #999; border-radius:50%; position: absolute; top: 0; left: 0; z-index: -1;transition:.4s;}
.slider_arrow button:hover:before {background-color: #4b86d8;}
.slider_arrow .prev_btn {}
.slider_arrow .next_btn {background-image: url('/assets/images/common/next_btn.png'); background-position: 0 50%;  margin-left: 15px;}
/* 슬라이드 progress */
.slider_nav .slider_progress {width: 100%; height: 5px; background-color: #dcd9d6; background-image: linear-gradient(to right, #333, #333); background-repeat: no-repeat; background-size: 0 100%;overflow: hidden; position: relative; transition:.25s;}

.scroll_icon {position: absolute; bottom: 15px; left: 50%; margin-left: -22.5px; cursor: pointer; animation:move_scroll 2s infinite; z-index: 2;}

body.no_scroll { overflow: hidden !important }
/* #wrap {padding-bottom: 100vh;} */
/* 최상단 */
.link_btn{background:#6d739f; padding:10px 20px; border-radius:40px; color:#fff; font-size:18px; margin:23px 30px}
.link_btn a{color:#fff;}
.only_m{display:none;}

#header {position: fixed; top: 0; left: 0; width: 100%; padding: 20px 0;  z-index: 9999; transition:.25s; }
#header .inner {display: flex; align-items:center; justify-content:space-between; padding:0 3% }
#header .hd_box {display: flex; align-items:center; justify-content:flex-start; padding: 0 0; position: relative; z-index: 2; }
#header .hd_box:after {content:''; display: block; width: 0; height: 100%; background-color: rgba(255,255,255,.3);  position: absolute; top: 0; left: -200%; transition:.5s; }
#header #logo {padding-right: 40px; position: relative; z-index: 2; }
#header #logo:after {content:''; display: block; width: 2px; height: 80%; background-color: rgba(255,255,255,.3); position: absolute; top: 10%; right: 0;}
#header #logo a {display: flex;  align-items:center; line-height: 80px;}
#header #logo a img:nth-child(2) {display: none;}
#header #gnb_wrap {position: relative; letter-spacing:0; z-index: 2; padding:0 20px 0 40px; }
#header #gnb_wrap .dep1_wrap {}
#header #gnb_wrap .dep1_con {float: left; position: relative;	}
#header #gnb_wrap .dep1_con .dep1 {display: inline-block; padding: 0 22px; font-family: 'Futura'; font-size: 22px;  font-weight: 500; line-height: 80px; color: #fff; transition:.25s;}
#header #gnb_wrap .dep1_con .dep1:hover{width: 100%;}
#header #gnb_wrap .dep1_con .dep1.active{color:#222;}
#header #gnb_wrap .dep1_icon {opacity: 0; transition:.45s;}

#header .link_box {display: flex; align-items:center; width: 175px; height: 40px; line-height: 40px;  position: absolute;top: 20px; right: 0; margin-right:3%; }
#header .link_box > a {position: relative; display: block; width: 100%; height: 100%;  color: #fff;  font-family: 'Futura'; text-align: center; font-weight:500;  transition:.3s; border:1px solid #fff; border-radius:10px;}
#header .link_box .links {display: none;padding: 12px 20px; position: absolute; left: 0; right: 0; top: 42px; background-color: #f0f0f0; border-radius:5px; z-index: 9;	}
#header .link_box .links a {display: block; text-align:left; line-height: 27px; color: #222; font-size: 13px; font-weight: 400; transition:.3s;}
#header .link_box .links a:hover {text-decoration: underline;}


#header.stiky { padding: 10px 0; /*background-color: rgba(255,255,255,.7); background-color: transparent; */}
#header .hd_box:hover #logo a img:nth-child(1),
#header.stiky .hd_box #logo a img:nth-child(1) {display: none;}
#header .hd_box:hover #logo a img:nth-child(2),
#header.stiky .hd_box #logo a img:nth-child(2) {display: inline-block;}
#header.stiky #gnb_wrap .dep1_con .dep1 {color: #222;}
 
#header .hd_box:hover:after {width: 300%;}
#header .hd_box:hover #gnb_wrap .dep1_icon {opacity: 1;}
#header.stiky .hd_box:hover #gnb_wrap .dep1_con .dep1 {color: #333;}
#header.stiky .hd_box:hover #gnb_wrap .dep1_con .dep1:hover,
#header .hd_box:hover #gnb_wrap .dep1_con .dep1:hover{color: #222; }

#header.stiky .link_box > a {color: #222; border:1px solid #222;}



.all_menu_btn {display: none;position: fixed ; top: 0; right: 50%; margin-right: -900px; padding: 22px 15px; z-index: 1050; background: rgba(255,255,255,0); transition: background 0.4s;}
.all_menu_btn.active {position: fixed; z-index: 9999;}
.all_menu_btn .menu_btn {cursor: pointer; background: none; border: none; position: relative; display: block; margin: 0 0 0 auto; width: 40px; height: 25px; overflow: hidden; }
.all_menu_btn .menu_btn span {position: absolute; display: block; height: 2px; background: #fff;}
.all_menu_btn .menu_btn span.ham_top {top: 0; right: 0; width: 100%; transition: transform 0.2s, background 0.2s;}
.all_menu_btn .menu_btn span.ham_mid {top: calc(50% - 2px); right: 0; width: 70%; transition:transform 0.2s, width 0.4s, background 0.2s;}
.all_menu_btn .menu_btn span.ham_btm { bottom: 0; right: 0; width: 100%; transition: transform 0.2s,  background 0.2s;}
.all_menu_btn .menu_btn:hover .ham_mid {width: 100%;}
.all_menu_btn .menu_btn:before,
.all_menu_btn .menu_btn:after {position: absolute; bottom: 0; right: 0; font-family: 'S Core Dream'; font-size: 13px; color: #fff; letter-spacing: -0.5px; transition: all 0.6s;}
.all_menu_btn .menu_btn:before {content: ''; }
.all_menu_btn .menu_btn:after {content: '';  transform: translate(0,-100%);  opacity: 0;}
.all_menu_btn.active {}
.all_menu_btn.active {}
.all_menu_btn.active span {background: #fff;}
.all_menu_btn.active span.ham_top {top: 1rem;  transform: rotate(45deg);}
.all_menu_btn.active span.ham_mid {opacity: 0;}
.all_menu_btn.active span.ham_btm {bottom: auto;top: 1rem; transform: rotate(-45deg);}
.all_menu_btn.active .menu_btn {height: 50px;}
.all_menu_btn.active .menu_btn:before {opacity: 1; transform: translate(0,100%);}
.all_menu_btn.active .menu_btn:after {opacity: 1; transform: translate(0,0);}



.all_menu_btn.stiky {position: fixed; }

/* 전체메뉴 */
.all_menu_wrap {visibility:hidden; opacity: 0; position: fixed; top: 0; left: 15px; right: 0; bottom: 0; overflow-x:hidden;overflow-y:auto; z-index: 999; background-color: #222;box-shadow:-1px 0px 5px rgba(0,0,0,.3); transition:.25s;}
.all_menu_wrap .all_menu_logo {padding: 30px;}
.all_menu_wrap .all_menu_logo img {width: 70%;}
.all_menu_wrap #all_menu { height: 50vh; margin: 30px; }
.all_menu_wrap .dep1_con {display:flex; opacity: .4; margin-bottom: 50px; transition:.25s;}
.all_menu_wrap .dep1_con:hover {opacity: 1;}
.all_menu_wrap .dep1_con .dep1 {display: inline-block; width: 130px;color: #fff; font-size: 26px; margin-right: 15px; font-weight: 500; word-break: keep-all; line-height: 1.2;}
.all_menu_wrap .all_menu_bottom {width: 70%; margin: 0 0 20px 7%;}
.all_menu_wrap .all_menu_bottom p {color: #fff;  font-family: 'Montserrat'; opacity: .2; font-weight: 200; letter-spacing:0;}

.dim {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.7); z-index: 9; display: none;}
.container {background-color: #fff;}
/* 하단 */
/* #footer { z-index:8; position:relative;}
#footer .ft_top {padding-bottom: 260px; background-color: #fff; }
#footer .etc { text-align:center;}
#footer .etc li {display:inline-block; position:relative; margin:0 16px; vertical-align:top; font-family: 'Futura'; font-size:20px; font-weight:300;}
#footer .etc li a:before,
#footer .etc li p:before {content:''; position:absolute; z-index:1; top:50%; left:0; width:32px; height:32px; transform:translateY(-50%); background-position: 50% 50%; background-repeat: no-repeat;}
#footer .etc li a,
#footer .etc li p {display:inline-block; position:relative; padding-left:38px; font-size:18px; font-weight:500; vertical-align:top;}
#footer .etc li.tel a:before {background-image:url('../images/common/icon_tel.png');}
#footer .etc li.email a:before {background-image:url('../images/common/icon_email.png');}
#footer .etc li.fax p:before { background-image:url('../images/common/icon_fax.png');} */

#footer {padding: 80px 0 100px;background-color: #f5f4f4; position: relative; z-index: 8;}
#footer .f_top {display: flex; justify-content:space-between; padding-bottom: 20px; border-bottom: 1px solid #c4c3c3;}
#footer .f_menu { line-height:170%;}
#footer .f_menu a {display: inline-block; padding: 0 10px; transition:.25s;}
#footer .f_menu a:hover {opacity: .6;}
#footer .back_top {cursor: pointer;	}
#footer .back_top .arr {}
#footer .f_bot {display: flex; justify-content:space-between; padding: 40px 10px 0;}
#footer .f_bot .lt {display: flex; }
#footer .f_bot .lt .box {font-family: 'S Core Dream';}
#footer .f_bot .lt .box div {display: flex; }
#footer .f_bot .lt .box h4 {width: 150px;font-family: 'Futura Bk Book'; letter-spacing: 0; font-weight: 400; margin-bottom: 10px; line-height: 1.7;  opacity: .5;}
#footer .f_bot .lt .box p {width: calc(100% - 100px); line-height: 1.7; font-weight: 400; margin-bottom: 10px;}
#footer .f_bot .lt .box1 p {font-family: 'Futura'; font-weight: 500;}
#footer .f_bot .rt {display: flex; flex-direction:column; align-items:flex-end; justify-content:space-between;}
#footer .f_bot .rt .btn_down {display: inline-block; padding: 15px 65px; background-color: #fff; border: 1px solid #333; transition:.25s;}
#footer .f_bot .rt .btn_down:hover {background-color: #333; color: #fff;}
#footer .f_bot .rt .f_copyr {font-family: 'Futura'; font-weight: 500; margin-bottom: 10px;}

.ft_inquiry {display: flex; align-items:center; justify-content:center; /*background: linear-gradient(180deg, rgb(62, 104, 255) 0%, rgb(110, 124, 255) 100%);*/ background-color: #f7fafd; position: fixed; bottom: 0; left: 0; width: 100%; height: 100vh; transition:all .5s ease-out; margin-bottom:auto; z-index:-1; }
.ft_inquiry > div {position: relative; padding-top: 40px; top: -250px; opacity: 0; transition:all .5s .5s ease-out;}
.ft_inquiry.show {}
.ft_inquiry.show > div {top: 0; opacity: 1;}
.ft_inquiry .btn {display: flex; align-items:center; justify-content:end;}
.ft_inquiry .btn a {display: flex; width: 220px; height: 220px; line-height: 22px; margin: 0 15px; border-radius:50%; color: #5b8fd8; text-align:center; background-size:400% 100%; background-position: right bottom; transition:all 0.75s ease-out; position: relative; overflow: hidden;   align-items: center; text-align:center;}
.ft_inquiry .btn a:first-child { background-color: #fff;}
.ft_inquiry .btn a:nth-child(2) { background-color: #fff;}
.ft_inquiry .btn a:after {content:''; display: block; width: 0; height: 100%; /*background: linear-gradient(270deg, rgb(62, 104, 255) 0%, rgb(110, 124, 255) 100%);*/ background-color: #333; color:#fff;position: absolute; top: 0;left: 0; z-index: 1; transition:.5s;}
.ft_inquiry .btn a span {display: inline-block; z-index: 2; position: relative; margin:0 auto;}
.ft_inquiry .btn a:hover:after {width: 100%;}
.ft_inquiry .btn a:hover { color:#fff;}
.ft_inquiry .f_video_wrap .f_video {width: 250px; height: 250px; margin: 0 auto; border-radius:50%; overflow: hidden; position: relative;background-color: #ddd;}
.ft_inquiry .f_video_wrap .f_video video {position: absolute; top: 20%; left: 50%; transform:translate(-53%,-55%); }



.ft_inquiry .main-inquiry-btn {padding-top: 5.5rem;}
.ft_inquiry .main-inquiry-btn a {display: flex; align-items: center; justify-content: space-between; width: 32rem; height: 7rem; padding: 1.1rem 1.1rem 1.1rem 4.4rem; border: 4px solid #87cefa; border-radius: 4rem; background: #fff;
	font-size: 2rem; font-weight: 600; color: #26aad4; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0 auto; transition: all 0.3s;} 
.ft_inquiry .main-inquiry-btn a i {width: 5.4rem; height: 5.2rem; line-height: 5.2rem; background:#26aad4; color: #fff; border-radius: 50%; text-align: center;  transition: all 0.3s;}
.ft_inquiry .main-inquiry-btn a:hover {background: #87cefa; color: #fff;}
.ft_inquiry .main-inquiry-btn a:hover i {background:#fff; color:#87cefa;}




#kakao_btn {position: fixed; bottom: 50px; right: 0; margin-right: 3%; z-index: 9; display: flex; align-items:center; justify-content:center; width: 85px; height: 85px; background-color: #fae100; border-radius:80px 80px 0 80px; transition:.5s;
 transform:translate(0,-50px); animation:bouncing 1s infinite alternate;}
#kakao_btn:hover {box-shadow:-5px -5px 10px rgba(0,0,0,0.2);}
#kakao_btn img{ width:50%;}


#progress_circle { width: 175px; height: 175px; border-radius:50%;  display: flex; align-items:center; justify-content:center; position: fixed; bottom: 40px; right:15px;  overflow: hidden; z-index: 9;}
#progress_circle .progress_circle_bg {width: 155px; height: 155px; background: url('/assets/images/common/kakao_txt.png') 50% 50% no-repeat; animation: progress_Rotate 10s linear infinite; position: relative; z-index: 1; /* animation-play-state: paused; animation-delay: calc(var(--scroll) * -1s);animation-iteration-count: 1;
  animation-fill-mode: both; */}
#progress_circle .progress_circle_logo {width: 100px; height: 100px; background-color: #f0da27; border-radius:50%; position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); transition:.5s;display: flex; align-items:center; justify-content:center; }
#progress_circle .progress_circle_logo img { }
/* #progress_circle .progress_circle_logo:hover {top: -100%;} */
#progress_circle:hover .progress_circle_bg {background-image: url('/assets/images/common/kakao_txt_ov.png');}
#progress_circle:hover .progress_circle_logo {width: 175px; height: 175px;}
@keyframes progress_Rotate {
  to {
    transform: rotate(360deg);
  }
}


.ft_inquiry .ft_box_wrap { padding-top:100px}
.ft_inquiry .ft_box {display: flex; width:1800px; margin-bottom: 35px;}
.ft_inquiry .ft_box dl {margin-right: 50px; width:50%;}
/*#footer .ft_box dl:first-child {margin-right: 150px;}*/
.ft_inquiry .ft_box dt,
.ft_inquiry .ft_box dd {display: inline-block; vertical-align: top; line-height: 1.5; text-align:left;}
.ft_inquiry .ft_box dt { font-weight: 500; color: #222; margin-right: 30px; font-size:24px}
.ft_inquiry .copytxt {font-size: 16px; color: #222;	}










/* cursor 
#cursor{ z-index: 99; position: fixed; left: 0; top: 0; pointer-events: none; will-change: transform; width: 70px; height: 70px; border-radius: 50%; border:3px solid #26aad4; transition: border 0.4s; transform: translate(-50%,-50%); opacity:1; }
#cursor.w {border-color: #fff;}
#cursor.n { border:none;}*/

@keyframes bouncing { 	
	0% {  transform:translate(0,-10px); }
	100% { transform:translate(0,0); }
}

@media all and (max-width:1800px){
	#header .hd_box {padding: 0;}
	#header #logo a {line-height: 70px;}
	#header #gnb_wrap .dep1_con .dep1 {display: inline-block; line-height: 70px;}
	#header .link_box {top: 15px; /*right: 15px; margin-right: 0;*/}
	.all_menu_btn {right: 0; margin-right: 0;}
	#kakao_btn {right: 15px; margin-right: 0; bottom: 50px;}
    .w1800 { margin: 0 3%;}

}

@media all and (max-width:1630px){
	#kakao_btn {width: 95px; height: 95px;}
	#kakao_btn img {width: 50%;}
}
@media all and (max-width:1430px){ 
	img,
	.slick-slide img {max-width:100%;}
	.slick_nav {left: 15px; transform:translate(0,0)} 
	
	.w1800 { margin: 0 0; }
	.ft_inquiry .ft_box_wrap { padding-top: 100px;  width: 1200px;  max-width: -webkit-fill-available;}

	#footer .f_bot .lt {flex-direction:column;   width: -webkit-fill-available;}
	
}
@media all and (max-width:1230px){ 
	.tagline {font-size: 16px; left: 10px; bottom: 10px;}
	
	#kakao_btn {width: 75px; height: 75px;}
	#cursor {display: none;}
	#progress_circle {width: 120px; height: 120px; bottom: 7%;}
	#progress_circle .progress_circle_bg {width: 100px; height: 100px; background-size:cover;}
	#progress_circle .progress_circle_logo {width: 60px; height: 60px;}
	#progress_circle .progress_circle_logo img {width: 35px;}
}
@media all and (min-width:821px){
	.all_menu_wrap .dep2_wrap {display: flex !important; margin: 0!important; padding: 0!important; height: auto !important;}
}
@media all and (max-width:820px){ 
	.m { display:block;}	
	.pc { display:none;}

	#header {z-index: 9; background-color:transparent; }
	#header.stiky {padding: 15px 0; background-color: rgba(0,0,0,0.7);}
	#header .hd_box:after {display: none;}
	#header.stiky .hd_box #logo a img:nth-child(1),
	#header .hd_box:hover #logo a img:nth-child(1) {display: inline-block;}
	#header.stiky .hd_box #logo a img:nth-child(2),
	#header .hd_box:hover #logo a img:nth-child(2) {display: none;}
	#header #logo:after {display: none;}
	#header #logo img {width: 40px;}
	#header #gnb_wrap {display: none;}
	#header .link_box {display: none;}
	.all_menu_btn {display: block;}
	.all_menu_wrap .dep1_con {flex-wrap:wrap; margin-bottom: 0; opacity: 1;}
	.all_menu_wrap .dep1_con .dep1 {width: 100%; color: #999; line-height: 50px; font-size: 21px; position: relative; margin: 0;}
	.all_menu_wrap .dep1_con .dep1_more:after,
	.all_menu_wrap .dep1_con .dep1_more:before {content: ''; position: absolute; top: 50%; right: 0; width: 0.8em; height: 1px; background: #777b7d; transition: background 0.5s, transform 0.5s;}
	.all_menu_wrap .dep1_con .dep1_more:after {transform: translate(0,-50%) rotate(90deg);}
	.all_menu_wrap .dep1_con .dep1_more:before {transform:translate(0,-50%);}
	.all_menu_wrap .dep1_con.active .dep1_more:after,
	.all_menu_wrap .dep1_con.active .dep1_more:before {background: #fff; height: 1px;}
	.all_menu_wrap .dep1_con.active .dep1_more:after {transform: translate(0,-50%) rotate(0);}
	.all_menu_wrap .dep1_con.active .dep1 {color: #fff;}
	.all_menu_wrap .dep2_wrap {display: none; width: 100%; padding: 15px; background-color: #333; border-top: 1px solid #777; border-bottom: 1px solid #777; }
	.all_menu_wrap .dep2_wrap.active {/* height: auto !important; */ padding: 15px !important; flex-wrap:wrap; }
	.all_menu_wrap .dep2_con {width: 100%;}
	.all_menu_wrap .dep2_con .dep2 {display: block; width: 100%; line-height: 30px; font-size: 14px; margin: 0; color: #999;}
	.all_menu_wrap .dep2_con:hover .dep2 {color: #d9b391;}
	.all_menu_wrap .dep2_con .dep2:after {display: none;}

	/* #footer { z-index:8;}
	#footer .f_logo img {max-width: 80%;}
	#footer .ft_top {padding-bottom: 100px;}
	#footer .etc li {display: block; margin: 15px;}
	#kakao_btn {width: 75px; height: 75px;} */
	
     .w1800 { margin: 0 0;}
	 .ft_inquiry .ft_box_wrap { padding-top: 100px;  width: -webkit-fill-available;  max-width: -webkit-fill-available;	}
	.ft_inquiry .btn a {width: 150px; height: 150px; line-height:150px; margin: 0 5px;}
	.ft_inquiry .main-inquiry-btn { padding-top: 1.5rem;  scale: .6;}
	
	.ft_inquiry .arr img { width:8%;}
		
	.ft_inquiry .ft_box_wrap { padding-top:50px}
	.ft_inquiry .ft_box {display: block; width:100%; margin-bottom: 35px;}
	.ft_inquiry .ft_box dl {margin-right: 0; margin-bottom:10px; text-align: left; width: -webkit-fill-available;}
	/*#footer .ft_box dl:first-child {margin-right: 150px;}*/
	.ft_inquiry .ft_box dt { width:25%;}
	.ft_inquiry .ft_box dd {width:60%; display: inline-block; vertical-align: top; line-height: 1.5; text-align:left; font-size:13px;}
	.ft_inquiry .ft_box dt { font-weight: 500;  margin-right: 5px; font-size:16px}
	.ft_inquiry .copytxt {font-size: 13px; line-height:150%; 	}

	#footer .f_bot {flex-direction:column; align-items:center;}
	#footer .f_bot .lt {margin-bottom: 40px;}
	#footer .f_bot .rt {align-items:start; width: -webkit-fill-available;}
	#footer .f_bot .rt .btn_down {padding: 12px 20px;margin-bottom: 20px; width: -webkit-fill-available; text-align:center;}
	.only_m{display:block;}
	.link_btn{font-size:10px; margin:initial}

	
}
@media all and (max-width:520px){
	.ft_inquiry .txt68 {font-size: 36px;}
	.tagline { display:none;}
	#footer .f_bot .lt .box h4 {width: 75px;}
	#footer .f_bot .lt .box1 p {width: calc(100% - 75px);}
	#footer .f_bot .lt .box p { width: calc(100% - 75px);}

	#progress_circle {width: 100px; height: 100px; right: 10px; }
	#progress_circle .progress_circle_bg {width: 80px; height: 80px; }
	#progress_circle .progress_circle_logo {width: 40px; height: 40px;}
	#progress_circle .progress_circle_logo img {width: 25px;}
}