@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard-dynamic-subset.css");

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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	vertical-align: baseline;
	-webkit-box-sizing:border-box; 
	-moz-box-size:border-box; 
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html{
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
}
body {
	font-family:'Pretendard', sans-serif;
	font-size:18px;
	letter-spacing: -.5px;
	color:#212529;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
strong{
	font-weight:700;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
h1, h2, h3, h4, h5, h6, th {font-weight:400; word-break:keep-all;}
fieldset legend {display:none;}
ul:after, ol:after {clear: both;display: block;content: ''}
dl:after {clear: both;display: block;content: ''}
caption {display:none;}

/* text link */
a, a:link, a:active, a:hover {text-decoration:none;}
input, select {vertical-align:middle;}
button {border:0; padding:0; margin:0; cursor:pointer; background-color:#fff;}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select,
button{
	font-family:'Pretendard', sans-serif;
	font-size:16px;
	font-weight:400;
	padding:0;
	color:#333;
	border:0;
	border-radius:0;
	box-sizing:border-box;
}
input[type="file"]{
	font-size:14px;
}
select::-ms-expand { display:none; }
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:focus,
input:focus,
textarea:focus {
	outline:none;
}

.clrfix:after{
	content:'';
	display:block;
	clear:both;
}
img{
   vertical-align:middle;
}
::-webkit-input-placeholder{
	font-size:16px;
	font-weight:300;
	color: #ced2d9;
}
:-ms-input-placeholder{
	font-size:16px !important;
	font-weight:300 !important;
	color:#ced2d9;
}


.input_type input,
.input_type textarea{
	width:100%;
	margin-top:8px;
	padding:12px 16px;
	border:1px solid #e9ecef;
	border-radius:8px;
}
.input_type label{
	display:block;
}
.input_wrap{
	margin:16px -10px;
}
.input_wrap .input_type{
	display:inline-block;
	width:calc(50% - 23px);
	margin:0 10px;
}
.chk_type{
	position:relative;
	font-size:14px;
}
.chk_type label{
	display: inline-block;
	padding-top:2px;
	cursor:pointer;
}
.chk_type input[type="checkbox"]{
	position:absolute; 
	width:1px; 
	height:1px; 
	padding:0; 
	margin:-1px; 
	overflow:hidden;
	clip:rect(0,0,0,0); 
	border:0;
}
.chk_type input[type="checkbox"] + label{
	position:relative;
	padding-left:34px;
}
.chk_type input[type="checkbox"] + label:after{
	content:'';
	width:20px;
	height:20px;
	border:1px solid #333;
	position:absolute;
	top:0;
	left:0;
}
.chk_type input[type="checkbox"]:checked + label:after{
	background:#333;
}
.chk_type input[type="checkbox"]:checked + label:before{
	content:'';
	width:18px;
	height:18px;
	border:3px solid #fff;
	box-sizing: border-box;
	position:absolute;
	top:2px;
	left:2px;
	z-index: 1;
}
.chk_type a{
	color:#888;
	border-bottom:1px solid #e5e5e5;
	float:right;
}
.radio_type input{
	margin:0;
	vertical-align: middle;
}
.radio_type label{
	vertical-align: middle;
}
.radio_type span{
	margin-left:12px;
}
.radio_type span:first-child{
	margin-left:0;
}
.slt_type{
	position: relative;
}
.slt_type select{
	width:100%;
	height:54px;
	padding:0 16px;
	background:#f5f5f5;
}
.slt_type:before{
	content:'';
	width:16px;
	height:16px;
	background: url(/assets/img/icon_slt.png);
	position:absolute;
	top:50%;
	right:12px;
	transform:translateY(-50%);
}


.btn_basic{
	display:inline-block;
	font-size:16px;
	font-weight:700;
	min-width:128px;
	padding:16px 16px;
	color:#212529;
	text-align:center;
	border:1px solid #e9ecef;
	border-radius: 16px;
}
.btn_big{
	font-size:24px;
	min-width:308px;
	padding:24px 16px;
}
.btn_black{
	color:#fff;
	background:#333;
}
.btn_red{
	color:#fff;
	background:#e12e5e;
	border:1px solid #e12e5e;
}
.btn_red_line{
	color:#e12e5e;
	border-color:#e12e5e;
	background:#fff;
}

.mo{
	display: none;
}

html.on,
html.on body{
	height:100%;
}
html.on #wrap{
	max-height:100%;
	overflow-y:hidden;
}


/**/
#wrap{
	position:relative;
}
.dimmed{
	display:none;
	background:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}
.dimmed.on{
	display:block;
}


#header{
	height:88px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index: 10;
	transition: .5s;
}
#header.on{
	background:#fff;
}
#header.on .gnb_area a{
	color:#333;
}
#header.header_hide{
	background:#fff;
	border-bottom:1px solid #e9ecef;
}
.header_show{
	background:#fff;
	border-bottom:1px solid #e9ecef;
}
.layout_inner{
	max-width:1472px;
	padding:0 60px;
	margin:0 auto;
	transition: .3s;
}
.header_logo{
	margin-top:20px;
	transition: .5s;
	position:absolute;
	top:0;
	left:40px;
	z-index: 10;
}
.header_logo a{
	display: block;
	font-size:0;
	width:146px;
	height:64px;
	background:url(/assets/img/logo.png?v1);
	background-size:cover;
	transition: .3s;
}
.header_hide .header_logo a,
.header_show .header_logo a{
	width:118px;
	height:52px;
}
.header_top .header_logo a{
	width:146px;
	height:64px;
}
.gnb_area{
	margin:36px auto 0;
	transition: .5s;
}
.gnb_area a{
	font-weight:700;
	color:#212529;
}
.gnb_area > ul{
	display:flex;
	justify-content: center;
}
.gnb_area > ul > li{
	margin-left:40px;
	text-align:center;
	position:relative;
}
.gnb_area > ul > li.on{
	height:200px;
}
.gnb_depth2{
	display: none;
	font-size:14px;
	padding:16px;
	background:rgba(225,46,94,.85);
	position:absolute;
	top:40px;
	left:0;
	right:0;
}
/* .gnb_depth2:before{
	content:'';
	width:18px;
	height:10px;
	background:url(/assets/img/depth2_arrow.png);
	position:absolute;
	top:-10px;
	left: 50%;
	transform:translateX(-50%);

} */
.gnb_depth2 li{
	margin-top:8px;
}
.gnb_depth2 li:first-child{
	margin-top:0;
}
.gnb_depth2 li a{
	font-weight:500;
	color:#fff;
}
.gnb_area > ul > li:nth-child(2) .gnb_depth2{
	width:188px;
	text-align:left;
	left:-80px;
}
.gnb_area > ul > li:nth-child(3) .gnb_depth2{
	width:88px;
	left:-14px;
}
.gnb_area > ul > li:nth-child(4) .gnb_depth2{
	width:88px;
	left:-12px;
}

.gnb_btn{
	display:none;
	width: 23px;
	height: 16px;
	background:transparent;
	position: absolute;
	top:28px;
	left:20px;
	z-index:10;
}
.gnb_btn:before, .gnb_btn:after{
	content:'';
	background:#212529;
	position:absolute;
	left:0;
	transition:.3s;
}
.gnb_btn span{
	width: 23px;
	height: 2px;
	background: #212529;
	display: block;
}
.gnb_btn:before{
	content: '';
	width:15px;
	height:2px;
	top:0;
}
.gnb_btn:after{
	content: '';
	width:23px;
	height:2px;
	bottom:0;
}
.gnb_btn.on:before, .gnb_btn.on:after{
	background:#212529;
}
.gnb_btn.on:before{
	width:23px;
	transform: translateY(8px) rotate(-45deg);
}
.gnb_btn.on:after{
	transform: translateY(-6px) rotate(45deg);
}
.gnb_btn.on span{
	display:none;
}
.mobile_gnb{
	font-size:14px;
	height: 100%;
	padding-top:80px;
	overflow-y: auto;
	background:#fff;
	position:fixed;
	top:-100%;
	left: 0;
	right:0;
	transition:top .5s ease;
	z-index: 5;
}
.mobile_gnb.on{
	top:0;
}
.mobile_gnb > ul{
	padding:0 24px;
}
.mobile_gnb > ul > li > a,
.mobile_gnb span{
	display:block;
	font-size:20px;
	font-weight:700;
	padding:12px;
	color:#212529;
	position:relative;
	cursor:pointer;
}
.mobile_gnb > ul > li:first-child{
	border-top:none;
}
.mobile_gnb span:after{
	content:'';
	width:12px;
	height:8px;
	background-image:url(/assets/img/mobile_gnb_arrow.png);
	background-repeat:no-repeat;
	background-size:12px;
	position:absolute;
	top:50%;
	right:16px;
	transform:translateY(-50%);
}
.mobile_gnb span.on:after{
	background-position:0 -10px;
}
.mobile_gnb_depth{
	display:none;
}
.mobile_gnb_depth a{
	display:block;
	font-size:16px;
	font-weight:500;
	padding:8px 32px;
	color:#212529;
	position:relative;
}
.mobile_gnb_depth a:before{
	content:'';
	width:5px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:16px;
	transform:translateY(-50%);
}
.mobile_gnb_depth a.off{
	opacity: .3;
}




#header.header_top{
	height:136px;
	background-color: transparent;
	border-bottom:none;
}
#header.header_top .header_logo{
	margin-top:40px;
}
#header.header_top .gnb_area{
	margin-top:56px;
}
.header_call{
	display:table;
	width:288px;
	height:100%;
	text-align:center;
	background:rgba(0,0,0,.8);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	border-radius: 0 0 0 56px;
}
.header_call a{
	display: table-cell;
	vertical-align: middle;
	font-size:32px;
	font-weight:700;
	color:#e12e5e
}



#footer{
	font-size:14px;
	margin-top:120px;
	padding:40px 0;
	border-top:1px solid #e5e5e5;
}
#footer .layout_inner{
	position:relative;
}
#footer li span{
	margin-right:4px;
}
.footer_link li{
	float:left;
}
.footer_link li:nth-child(2){
	margin-left:12px;
}
.footer_link li a{
	display:inline-block;
	font-size:16px;
	padding:12px 24px;
	border:1px solid #e9ecef;
	border-radius: 8px;
	color:#212529;
}
.footer_info_wrap{
	margin-top:32px;
}
.footer_info_wrap:after{
	content:'';
	display: block;
	clear:both;
}
.footer_info{
	float:left;
}
.footer_info dl{
	display:inline-block;
	margin-left:80px;
	vertical-align: top;
}
.footer_info dl:first-child{
	margin-left:0;
}
.footer_info dt{
	font-size:16px;
}
.footer_info dd strong{
	font-size:32px;
}
.footer_info li{
	font-size:16px;
}
.footer_info li span{
	display:inline-block;
	width:84px;
}
.footer_company{
	display:flex;
	float:right;
}
.footer_company > div{
	margin-left:80px;
}
.footer_company > div:first-child{
	margin-left:0;
}
.footer_company ul{
	margin-top:8px;
}








#footer .copy{
	margin-top:24px;
}

@media only screen and (max-width:1360px){



}

@media only screen and (max-width:1280px){
.header_call{
	width:200px;
}
.header_call a{
	font-size:20px;
}
#footer li:nth-child(6){
	margin-left:0;
	clear: both;
}

}
@media only screen and (max-width:1152px){


}

@media only screen and (max-width:1024px){
.layout_inner{
	padding:0 40px;
}
#footer img{
	left:40px;
}

	



}
@media only screen and (max-width:960px){
.gnb_area{
	display:none;
}
#header.header_top{
	height:88px;
}
.header_logo{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
#header.header_top .header_logo{
	margin-top:16px;
}
.gnb_btn{
	display:block
}
#footer li:nth-child(5){
	margin-left:0;
	clear:both;
}
.footer_info{
	float:none
}
.footer_company{
	margin-top:40px;
	float:none;
}



}
@media only screen and (max-width:768px){
.btn_basic{
	border-radius:12px;
	min-width: 72px;
}



input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="file"], 
textarea, 
select, 
button{
	font-size:14px;
}
.input_type input{
	height:48px;
	padding:0 8px;
	line-height:48px;
}
.slt_type select{
	height:48px;
}
::-webkit-input-placeholder{
	font-size:12px;
}
:-ms-input-placeholder{
	font-size:12px !important;
}





body{
	font-size:14px;
}
.gnb_area{
	display:none;
}
.layout_inner{
	padding:0 20px;
}
.header_logo{
	margin-top:14px;
}
.header_logo a{
	width:94px;
	height:21px;
}
#header,
#header.header_top{
	height:64px;
}
#header.header_top .header_logo{
	margin-top:20px;
}
#header.header_hide{
	top:-64px;
}
.header_hide .header_logo a, 
.header_show .header_logo a,
.header_top .header_logo a{
	width:82px;
	height:36px;
}
.header_call{
	width:36px;
	height:36px;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	background:none;
}
.header_call a{
	font-size:0;
	background:url(/assets/img/header_call.png);
	background-size:36px;
}


#footer{
	font-size:12px;
	margin-top:40px;
	padding:24px 0;
}
#footer .layout_inner{
	padding-left:20px;
}
#footer .layout_inner ul{
	margin-top:16px;
}
.footer_link li{
	width:calc(50% - 8px);
	margin-left:8px;
	text-align:center;
}
.footer_link li:first-child{
	margin-left:0;
}
.footer_link li a{
	display:block;
	font-size:14px;
}
#footer .copy{
	margin-top:16px;
}
.footer_info{
	float:none;
}
.footer_info dl{
	display: block;
	margin-top:40px;
	margin-left:0;
}
.footer_info dl:first-child{
	margin-top:0;
}
.footer_info dd strong{
	font-size:24px;
}
#footer .layout_inner ul{
	margin-top:8px;
}
.footer_company{
	display: block;
	margin-top:40px;
	float:none;
}
.footer_company > div{
	margin-top:32px;
	margin-left:0;
}






}



















