@charset "utf-8";
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans:400');
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans&display=swap&subset=korean');

@font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoVariable';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.ttf) format("truetype");
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes gentleHeartBeat {
	0% {
		transform: scale(1);
	}
	14% {
		transform: scale(1.05);
	}
	28% {
		transform: scale(1);
	}
	42% {
		transform: scale(1.05);
	}
	70% {
		transform: scale(1);
	}
}
.animate__gentleHeartBeat {
	animation-name: gentleHeartBeat;
	animation-duration: 1.3s;
	animation-timing-function: ease-in-out;
}
/* CSS Document */
html {}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, select, textarea{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-family: 'Pretendard-Regular', sans-serif;
	vertical-align: baseline;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
	background: none;
	line-height: 1;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	border:0px #ddd solid;
	margin: 0 auto 0;
	line-height: 1;
	overflow: hidden;
}
@media all and (max-width: 859px) {
	body {width: 100%;margin: 0 0 0;}
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {cursor: pointer;}
button:focus, button:active, input:focus {outline: none;}
label {cursor: pointer;}
span, strong, td, th, dt, dd, li {line-height: 1.7; letter-spacing: -0.05em;}
p {line-height: 2; letter-spacing: -0.05em;}
img {max-width:100%;}


.pc {display: block;line-height: 0;}
.mobile {display: none;}
@media all and (max-width: 859px) {
	.pc {display: none;}
	.mobile {display: block;line-height: 0;}
}

br.show {display: none;}
br.hide {display: block;}
@media (max-width: 859px) {
	br.hide {display: none;}
	br.show {display: block;}
}

.dfc {display: flex !important;justify-content: space-between;align-items: center;}
.dfc2 {display: flex !important;justify-content: center;align-items: center;}
.ff_bhs {font-family: 'Black Han Sans', sans-serif;}

header {width: 100%;padding: 0;position: relative;}
.call {position: fixed; top:0px; right: 0px; z-index:9; background: #ecf3ff; width: 45px;height: 45px; text-align: center; display:flex; justify-content:center; align-items:center; opacity: 0;}
.tbtn {position: fixed; width: 45px; height: 45px; bottom:50px; right: 50px;}
.pbtn {position: absolute; width: 70px; top: -70px; left: 20px; margin: 0 0 0 0;z-index:9;}
@media all and (max-width: 859px) {
	header {}
	.call {opacity: 1;}
	.tbtn {bottom:0px; right: 0px;}
	.pbtn {width: 50px; top:-30px; left: 10px;}
}

.wrap {width: 100%;margin: 0 auto;}

.sec_inner {width: 100%;height: auto;max-width: 500px;margin: 0 auto;padding-left: 22px;padding-right: 22px;text-align: center;}
.sec_inner img {max-width: 100%;}

.logo {padding: 75px 0 0;line-height: 0;text-align: center;width: 100%;}
@media all and (max-width: 859px) {
	.logo {padding: 40px 0 0;}
}

.title_box {width: 100%;line-height: 0;margin: 30px 0 0;position: relative;}
.title_box:after {content: '';display: block;clear: both;visibility: hidden;}
.title_box img {max-width: 100%;margin-bottom: 25px;}
.title_box h2 {font-size: 34px;color:#111;font-weight: bold;letter-spacing: -0.05em;line-height: 1.2em;text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.title_box h2 span {font-size: 34px;color: #111;line-height: 1.2em;letter-spacing: -0.05em;font-family: 'NanumSquareNeoExtraBold';}
.title_box h2 span.lbl-return-price {font-size: 38px;color: #ffb808;line-height: 1.2em;letter-spacing: -0.0em;font-family: 'NanumSquareNeoExtraBold';}
@media all and (max-width: 859px) {
	.title_box {margin: 20px 0 0;}
	.title_box img {margin-bottom: 15px;}
	.title_box h2 {font-size: 24px;}
	.title_box h2 span {font-size: 24px;}
	.title_box h2 span.lbl-return-price {font-size: 28px;}
}

.title_icon {width: 100%;line-height: 0;margin: 0px 0 0;position: relative;}
.title_icon img {max-width: 100%;}

.sec01_bg {width: 100%;height: 100vh;background: url('../images6/section01_bg.jpg?ver2') center top repeat-x;background-size: 100% 100%;text-align: center;line-height: 0;overflow: hidden;}
.sec01_bg .sec_inner {line-height: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.sec01_bg img {max-width: 100%;}
.sec01_bg .text1 {padding: 55px 0 0;line-height: 0;text-align: center;}
.sec01_bg .text2 {padding: 25px 0 0;line-height: 0;text-align: center;}
.sec01_bg .text3 {padding: 65px 0 0;line-height: 0;text-align: center;}
.sec01_bg .text4 {padding: 0 0;line-height: 0;text-align: center;width: 456px;position: absolute;bottom: 0;}
.sec01_bg .text5 {padding: 25px 0 0;line-height: 0;text-align: center;}
.sec01_bg a {display: block;transition: 0.5s;}
.sec01_bg a:hover {opacity: 0.7;transition: 0.5s;}
@media all and (max-width: 859px) {
	.sec01_bg .text1 {padding: 40px 0 0;}
	.sec01_bg .text2 {padding: 20px 0 0;}
	.sec01_bg .text3 {padding: 40px 0 0;}
	.sec01_bg .text4 {width: calc(100% - 44px);}
	.sec01_bg .text4 img {width: 100%;}
	.sec01_bg .text5 {padding: 20px 0 0; z-index: 2;}
}

.sec02_bg {width: 100%;height: 100vh;background: #f7f7f7;}
.sec02_bg .sec_inner {line-height: 0;}
.sec02_bg .sec02_box {}

.sec04_bg {width: 100%;height: 100vh;background: #f7f7f7;}
.sec04_bg .sec_inner {}

.sec05_bg {width: 100%;height: auto;background: #f7f7f7;}
.sec05_bg .sec_inner {}
.sec05_bg .sec05_box {margin: 30px 0 0;padding: 25px 30px 0;border:2px #ddd solid;background: #fff;}
.sec05_bg .sec05_box h2 {font-size: 22px;color:#111;font-weight: bold;letter-spacing: -0.0em;line-height: 1em;text-align: left;margin: 0 0 10px;position: relative;font-family: 'NanumSquareNeo';}
.sec05_bg .sec05_box .pay {padding: 7px 20px;font-size: 36px;color:#111;font-weight: bold;letter-spacing: -0.0em;line-height: 1em;text-align: right;margin: 0 0 25px;border:2px #ddd solid;font-family: 'NanumSquareNeoExtraBold';}
.sec05_bg .sec05_box span {/*float: right;*/width: 50%;text-align: center;margin: -10px 0 0;position: absolute;right: 0;}
.sec05_bg .sec05_box span img {width: 40px;}
.sec05_bg .sec05_box2 {font-size: 10px;color: #fff;line-height: 1.2em;letter-spacing: -0.05em;padding: 10px 0;margin: 10px 0 0;border-radius:7px;background: #ffb808;}
@media all and (max-width: 859px) {
	.sec05_bg .sec05_box {margin: 15px 0 0;padding: 15px 20px;}
	.sec05_bg .sec05_box h2 {font-size: 18px;}
	.sec05_bg .sec05_box .pay {font-size: 26px;}
	.sec05_bg .sec05_box span img {width: 30px;}
}

.copy {display: none;width: 100%; height: 40px; background:#666; text-align: center; position: relative;bottom: 0;left: 0; padding: 10px 0; /*padding-top: clamp(20px, 5vw, 40px);padding-bottom: clamp(20px, 5vw, 40px);*/}
.copy p {font-size: clamp(13px, 2vw, 14px); color: #fff; font-weight: normal; letter-spacing: -0.0em; line-height: 20px;}
@media all and (max-width: 859px) {
	.copy {width: 100%; height: 30px; padding: 5px 0;background: #666;position: fixed;bottom: 0;left: 0;}
	.copy p {color: #fff;}
}

/* 문의 */
.inquiry {display:flex; flex-direction: column; justify-content: space-between; height: 590px; width: 100%; margin: 0 0 0;}
form {width: 100%; margin:0 auto; padding: 0 5px;text-align: left;}
form .section01 {display: block; width:100%; margin-bottom: 25px;padding: 0 10px;padding: 10px 20px;font-size: 24px;color:#111;font-weight: bold;letter-spacing: -0.05em;line-height: 0;background: #fff;border: 3px #333 solid;border-radius:12px;}
form .section01:after {content: '';display: block;clear: both;visibility: hidden;}
form .section02 {display: block; width:100%;line-height: 0; padding: 0 5px 5px;}
form .section02:after {content: '';display: block;clear: both;visibility: hidden;}
form h2 {font-size: 22px;color:#111;font-weight: 500;letter-spacing: -0.0em;line-height: 22px;text-align: left;margin-bottom: 10px;}
form h2 span {color: #ff5c01;}
@media all and (max-width: 859px) {
	.inquiry {height: 70vh;}
	form .section01 {margin-bottom: 20px;}
	form .section01:last-child {margin-bottom: 0;}
	form h2 {font-size: 18px;line-height: 18px;margin-bottom: 10px;}
}

.input_wrap01 span {float: right;font-size: 28px;color:#000;font-weight: bold;letter-spacing: -0.0em;line-height: 28px;}

.input_wrap01 input {width: 100%;padding: 0 0;font-size: 28px;color:#000;font-weight: bold;letter-spacing: -0.0em;line-height: 1.3rem;}
.input_wrap01 input::-webkit-input-placeholder {font-size: 28px;color: #000;}
.input_wrap01 input:disabled {color:#111;}
.input_wrap01 input[type="text"].tel {width: 47px;padding: 0 0;text-align: left;}
.input_wrap01 input[type="text"].tel2 {width: 70px;padding: 0 0;text-align: center;}
.input_wrap01 input[type="text"].pay {float: left;width: 80%;padding: 0 0;text-align: left;position: relative;}
@media all and (max-width: 859px) {
	.input_wrap01 span {font-size: 24px;line-height: 1.3rem;}
	.input_wrap01 input {font-size: 24px;line-height: 1.3rem;}
	.input_wrap01 input::-webkit-input-placeholder {font-size: 24px;}
}

.agree {text-align: left; margin-right:0;} 
.agree label {font-size: 16px; color:#111; letter-spacing: -0.0em;}
.agree button {padding: 0px 0 0 35px;text-align: left;/*color:#fff; background: #ab2a48; font-size: 16px; padding: 5px 10px; vertical-align: -6px;*/}
.agree button img {width: 60%;vertical-align: middle;}
@media all and (max-width: 859px) {
	.agree button {padding: 0 0 0 27px;}
	.agree button img {width: 45%;vertical-align: middle;}
}
.check_set {position: absolute;margin: 0px 0 0;}
.check_set input[type="checkbox"] {display:none;}
.check_set input[type="checkbox"] + label {margin-right:0px; cursor: pointer;}
.check_set input[type="checkbox"] + label span { display:inline-block; width:30px; height:34px; margin:0 0 0 0; vertical-align:middle; background:url(../images6/check_radio_sheet.png) no-repeat 0px 0;background-size: 60px 34px !important; cursor:pointer;}
.check_set input[type="checkbox"]:checked + label {color:#111;}
.check_set input[type="checkbox"]:checked + label span {background:url(../images6/check_radio_sheet.png) -30px 0 no-repeat;}
@media all and (max-width: 859px) {
	.check_set {margin: 6px 0 0;}
	.check_set input[type="checkbox"] + label span { width:21px; height:24px; background:url(../images6/check_radio_sheet_m.png) no-repeat 0px 0;background-size: 42px 24px !important;}
	.check_set input[type="checkbox"]:checked + label span {background:url(../images6/check_radio_sheet_m.png) -22px 0 no-repeat;}
}

.agree2 {text-align: left; margin-right:0;} 
.agree2 label {font-size: 16px; color:#111; letter-spacing: -0.0em;}
.agree2 button {padding: 0 0 0 30px;text-align: left;line-height: 0;}
.agree2 button img {width: 85%;padding: 2px 0 0;}
@media all and (max-width: 859px) {
	.agree2 button {padding: 0 0 0 30px;}
}
.check_set2 {position: absolute;margin: 3px 0 0;}
.check_set2 input[type="checkbox"] {display:none;}
.check_set2 input[type="checkbox"] + label {margin-right:0px; cursor: pointer;}
.check_set2 input[type="checkbox"] + label span { display:inline-block; width:26px; height:26px; margin:0 0 0 0; vertical-align:middle; background:url(../images6/check_radio_sheet2.png?ver2) no-repeat 0px 0;background-size: 52px 26px !important; cursor:pointer;}
.check_set2 input[type="checkbox"]:checked + label {color:#111;}
.check_set2 input[type="checkbox"]:checked + label span {background:url(../images6/check_radio_sheet2.png?ver2) -26px 0 no-repeat;}
@media all and (max-width: 859px) {
	.check_set2 {margin: 0 0 0;}
	/*.check_set2 input[type="checkbox"] + label span { width:15px; height:15px; background:url(../images6/check_radio_sheet2_m.png) no-repeat 0px 0;background-size: 30px 15px !important;}
	.check_set2 input[type="checkbox"]:checked + label span {background:url(../images6/check_radio_sheet2_m.png) -15px 0 no-repeat;}*/
}

.form_button {margin: 25px auto 0; text-align: center; line-height: 0;}
.form_button img {width: 100%;}
.form_button img:hover {-webkit-filter: grayscale(100%);transition: 0.5s;}
@media all and (max-width: 859px) {
	.form_button {margin: 10px auto 0}
}


/* 팝업 */
.modal {display: none;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0, 0, 0);background-color: rgba(0, 0, 0, 0.4);}
.modal h3 {text-align: center; margin-bottom: 15px; color:#000; font-weight: bold; font-size: 1.7rem;}
.modal-content {background-color: #fefefe;margin: 20vh auto;padding: 65px;border: 1px solid #888;max-width: 1000px;position: relative;}
.modal-content textarea {font-size:20px; color:#333; line-height: 1.5; border:0; width: 100%; height: 400px; box-sizing: border-box; }
.modal-content .close {color: #eee;font-size: 50px;font-weight: bold;position: absolute;top: -70px;right: 0;cursor: pointer;background: url('/images6/mo_close.png') no-repeat center center;width: 60px;height: 60px;}
@media all and (max-width: 859px) {
	.modal-content {padding: 20px;}
	.modal-content textarea {font-size:16px;}
}

/* 모바일 가로모드 사용막기 */
#landscape{display:none}
@media only screen and (max-width: 859px) and (orientation:landscape){
	/*#landscape{display:block;position:fixed;top:0;left:0;z-index:999;width:100%;height:100vh;background:#000;font-size: 16px;color:#fff;display:flex; justify-content:center; align-items:center;}*/
}

/* 원형 프로그래스 바 */
.circle-progress-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 350px;
	margin: 0 auto;
}

.circle-progress-bar .circle-wrap-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #333;
	/* border: 3px solid #1884fe; */
	border-radius: 7px;
	padding: 0;
	width: 100%;
}
@media (max-width: 767px) {
	.circle-progress-bar .circle-wrap-inner {
		padding: 2rem 0;
	}
}

.circle-progress-bar .circle-wrap-inner .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
}

.circle-progress-bar-points {
	width: 7px;
	height: 42px;
	background-color: #777;
	position: absolute;
	transform: rotate(calc(var(--i) * var(--rot))) translateY(-100px);
	border-radius: 3px;
}

@media (max-width: 767px) {
	.circle-progress-bar-points {
		width: 5px;
		height: 35px;
		transform: rotate(calc(var(--i) * var(--rot))) translateY(-62px);
	}
}

.circle-progress-bar-background-color {
	background-color: #ffb808;
}

.circle-progress-bar .circle-wrap-inner .percentaje {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-size: 2rem;
	font-weight: bold;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #ffb808;
	text-align: center;
}

.circle-progress-bar .circle-wrap-inner .percentaje span.number {
	font-size: 1rem;
	color: #ffb808;
}

.circle-progress-bar .circle-wrap-inner .percentaje span.number-100p {
	font-size: 1rem;
	color: #ffb808;
}

@media (max-width: 767px) {
	.circle-progress-bar .circle-wrap-inner .percentaje span.number {
		font-size: 1.5rem;
	}
	.circle-progress-bar .circle-wrap-inner .percentaje span.number-100p {
		font-size: 1.5rem;
	}
}

/* 원형 프로그래스 바 */

.hide {display: none !important;}

.sec05_bg.bg_back {
	background: #fff !important;
}

.sec05_bg.bg_back .sec05_box2 {
	background: #fff !important;
	color: #000 !important;
}

.sec05_bg.bg_purple {
	background: #9555d8 !important;
}

.sec05_bg.bg_purple .sec05_box2 {
	background: #9555d8 !important;
	color: #fff !important;
}