
:root {
	--column-padd: 0rem;

    --color-white: #fff;
	--color-black: #000;
	--color-red: #de0101;
	--color-dark-gray: #222;
	--color-gray: #666;
	--color-main:#fd9f28; 
	--color-sub:#202b4a; 
	--color-brown:#67625d;
	--color-light-blue:#3a6ce9;
	--color-blue:#1568f3;
	--color-dark-blue:#0a266f;
	--color-yellow:#ffea00;

}


.color-red {color:#e90505; }
.color-main {color:#fd9f28 !important}
.color-yellow {color:#f5f805 !important}
/* =========================================================================================================
layout
========================================================================================================= */
html	{color:#333;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,h1,h2,h3,h4,h5,h6 {,'xeicon';display:block}
body	{font-family:'SUIT', 'pretendard', 'sans-serif', 'xeicon', 'Malgun Gothic' ,'¸¼Àº °íµñ', 'µ¸¿ò', Dotum, '±¼¸²', Gulim, Sans-serif; font-size:12px;color:#333; }
img	{border:0; vertical-align:middle;}
table	{border-collapse:collapse;}
fieldset	{border:0;}
legend	{color:#000;}
address,caption,cite,code,dfn,em,th,var	{font-style:normal;font-weight:bold;}
caption	{ display:none;}
ol,ul	{list-style:none;}
caption,th	{text-align:left;}
h1,h2,h3,h4,h5,h6	{margin:0px;padding:0px;font-family:'pretendard'}
caption,hr,legend	{*display:none;font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
a,a:link,a:visited,a:active,a:focus	{color:#333;text-decoration:none;}
label:hover,	a:hover	{text-decoration:none;}
noscript	{display:none;}
input[type=submit], input[type=button], label, button { cursor:pointer;}
.clear:after	{display:block;height:0;clear:both;visibility:hidden;}
*html.clear	{height:1%;}
.clear	{clear:both;line-height:0;font-size:0;height:0px;overflow:hidden;padding:0;margin:0; }
.blind { position:absolute; left:-1000%; top:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden; }
input, select, textarea,button { font-size:14px; border-radius:0;-webkit-appearance:none;}
*{box-sizing:border-box;}
/*main*/
.fc_w {color:#fff !important; }
.fc_red { color:#e83c49 !important; }
dl,dt,dd {font-family:inherit;}
*,
*:after,
*:before {	margin: 0;	padding: 0;	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box;	box-sizing: border-box;}
input:-webkit-autofill { -webkit-text-fill-color: #000; } 
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=submit], input[type=button], label, button {    cursor: pointer;}
input[type=checkbox]:checked + label {    background-position: 0 3px;    color: #111;}
input[type=checkbox] + label {
    display: inline-block;
    padding: 0 10px 0 20px;
    min-height: 20px;
    background-image: url(/images/icon_check.png);
    background-position: 0 -33px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0);
    letter-spacing: -1px;
    color: #222;
    font-size: 14px;
    line-height: 20px;
}
*/
input, select, textarea, button {
    
    font-size: 14px;
    border-radius: 0;
    -webkit-appearance: none;
}
select {
    height: 35px;
    border: 1px solid #d9dbdc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 30px 0 10px;
    .padding-right: 0;
    background: url(/images/inc/arrow.png) right center no-repeat #fff;
    background-size: 30px auto;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    box-sizing: border-box;
}
.fc_red {color:#05acff; }
.fc_blue {color:#0f3eee; }
.fc_black {color:#000; }
.fc_skblue {color:#1dd6ff;}
.fc_default {color:#153aaf !important}

.bg_red { background:#d62d22; }
.bg_blue {background:#262666; }


/* ///////////////////////////////////////////////////////// */
/*         checkbox radio common
/* ///////////////////////////////////////////////////////// */
input[type=checkbox], input[type=radio] {position:absolute;	opacity:0;-webkit-opacity:0;-moz-opacity:0;	z-index:0;}
input[type=checkbox] + label {position:relative;display:inline-block;margin:0;  padding:0 1rem 0 1.35rem;box-sizing:border-box;background:none;border:0;letter-spacing:-1px;font-size:13px;line-height:28px;color:#111;font-style:normal;word-break:keep-all;vertical-align:middle;cursor:pointer;}
input[type=checkbox] + label:before {display: block;content: "";position: absolute;left: 0;top:50%;width:18px;height:18px;background-color:#fff;border:1px solid #a9b4c0;border-radius:3px;transform:translateY(-50%);box-sizing:border-box;-webkit-box-sizing:border-box;;-moz-box-sizing:border-box; transition: all 0.2s ease-in; }
input[type=checkbox] + label:after {content:'';display:none;position:absolute;top:50%;left:6px;width:7px;height:11px;margin:-7.5px 0 0 0;border-color:#fff;border-style:solid;border-width:0 2px 2px 0 !important;transform:rotate(45deg);}
input[type=checkbox]:checked + label {background:none;}
input[type=checkbox]:checked + label:before {border:1px solid var(--color-main);background-color:var(--color-main);transform:translateY(-50%);box-shadow:0 3px 8px -3px var(--color-main);}
input[type=checkbox]:checked + label:after {display:block;}

input[type=radio] + label {position:relative;display:inline-block;margin:0;padding:0 1rem 0 1.35rem;box-sizing:border-box;border:0;background:none;letter-spacing:-1px; font-size:13px;line-height:28px;color:#111;vertical-align:middle;cursor:pointer;}
input[type=radio] + label:after {display: block;content: "";position: absolute;left: 0;top:50%;width:18px;height:18px;background-color:#fff;border:1px solid #a9b4c0;border-radius:50%;transform:translateY(-50%);transition: border 0.2s ease-in;box-sizing:border-box;-webkit-box-sizing:border-box;;-moz-box-sizing:border-box;}
input[type=radio]:checked + label {background:none;}
input[type=radio]:checked + label:after {border:5px solid var(--color-main);box-shadow:0 3px 8px -3px var(--color-main);}


.fc_default {color:var(--color-main) !important}

body {padding-top:0px; }
.sms .btn_page_prev {display:block;}
.sms .sub_title {}
.sms .sub_title h2 {position:absolute; top:0; left:60px; width:calc(100% - 60px); text-indent:-60px;font-size:1.25rem; line-height:60px;}
.main #header {box-shadow:none;}
.page_view {padding-top:0}
.sub_title { position:relative;text-align:center; height:60px; }
.sub_title h2 {display:inline-block; vertical-align:top;  font-size:1.25rem; line-height:60px; font-weight:700; color:#222;}
.btn_page_prev {display:inline-block; vertical-align:top; width:60px; height:60px; line-height:60px; text-align:center; display:none;}
.btn_page_prev:before {content:"\e908"; display:inline-block; font-size:25px;  color:#000; font-family:'xeicon';}
.divide {display:block; height:.65rem; background-color:#f4f4f4; margin:2.5rem 0; }
.divide.mg0 {margin:0;}
.divide2{margin:2.5rem 0 0;}
.mt0 {margin-top:0;}
#header {position:relative;width:100%; top:0;left:0; padding-top:90px;  z-index: 333; background:#fff;}
#header .logo {position:absolute; left:50%; transform:translateX(-50%); top:1.4rem;text-align:center;   }
#header .logo a {display:block; width:100%; height:100%; display:inline-block; font-size:23px; color:#fff; font-weight:bold;; }
#header .logo img {height:40px;}
#header .menu_btn {position:absolute;right:0px;top:0px;}
#header .menu_btn a {font-size:0; display:block;  width:90px; height:90px; text-align:center;  }
#header .menu_btn a:before {content:"\e871"; display:inline-block; width:100%;  line-height:90px; font-weight:600;  color:#000; font-size:40px !important; font-family:'Linearicons-Free';}
#header .text {position:absolute;right:0;bottom:14px;right:58px;}
#header .text img {height:30px;}

#header .btn_call {position:absolute; top:0px; left:.85rem; font-size:0; 
width:80px; height:90px; background-repeat:no-repeat;;background-position:center center;background-size:auto 60%; 
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FD9F28;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M34.7,18.4c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9-0.4,0.9-0.9 C35.6,18.7,35.2,18.4,34.7,18.4'/%3E%3Cpath class='st0' d='M28.3,18.4c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9-0.4,0.9-0.9 C29.2,18.7,28.8,18.4,28.3,18.4'/%3E%3Cpath class='st0' d='M31.5,18.4c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9-0.4,0.9-0.9C32.4,18.7,32,18.4,31.5,18.4' /%3E%3Cpath class='st0' d='M25,0.7C11.6,0.7,0.7,11.6,0.7,25c0,13.4,10.9,24.3,24.3,24.3c13.4,0,24.3-10.9,24.3-24.3 C49.3,11.6,38.4,0.7,25,0.7 M30.6,38l-1,0.7l-0.2,0.1c-0.5,0.3-1,0.4-1.6,0.5c-0.5,0.1-1,0.1-1.5,0.1c0,0-0.2,0-0.4-0.1 c-1.3-0.3-6.1-1.6-10.8-8.5c-4-5.8-5.1-9.7-3.9-13.5c0.1-0.5,0.3-0.9,0.6-1.4c0.3-0.5,0.7-0.9,1.1-1.3l0.1-0.1l1.1-0.7 c0.4-0.3,0.8-0.3,1.3-0.3c0.4,0.1,0.8,0.3,1,0.6l3,4.3c0.5,0.7,0.3,1.8-0.5,2.3l-2.3,1.6l0.2,0.6c0.4,1.3,1,3.1,2.4,5.1 c1.4,2,2.8,3.2,3.9,4.1l0.5,0.4l2.3-1.6c0.4-0.3,0.8-0.3,1.3-0.3c0.4,0.1,0.8,0.3,1,0.6l3,4.3C31.6,36.4,31.4,37.4,30.6,38 M31.8,25.8c-0.2,0-0.5,0-0.7,0l0,0l-4,0c-1.5-0.1-2.9,1.7-2.9,1.7c1.5-2.2,0.8-4,0.4-4.8c-0.6-0.8-1-1.8-1-2.9 c-0.2-3.6,3.1-6.7,7.5-6.9c4.3-0.3,8.1,2.4,8.3,6C39.5,22.4,36.1,25.5,31.8,25.8'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header .btn_call img {height:38px; display:none;}
#header .gnb {position:relative; display:flex; justify-content: space-evenly; gap:0; border-top:1px solid #eaeaea; }
#header .gnb:after {content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background-color:#d0dae1; z-index:-1}
#header .gnb a { width:20%; height:50px; text-align:center;  line-height:50px; padding-top:1px; font-size:0.985rem; font-weight:500;  color:#555; border-bottom:3px solid transparent;}
#header .gnb a.on {color:var(--color-main); border-color:var(--color-main); font-weight:700;}

#allMenu {height:100%; width:100%; background:#fff; display:none; position:fixed; top:0; right:0; z-index:9999; transition:all linear .3s; -webkit-transition:all linear .3s; -moz-transition:all linear .3s; -o-transition:all linear .3s; }
#allMenu .menuwrap {height:100%; }
#allMenu .menuwrap .home {display:block; padding:20px 0 0 25px;}
#allMenu .menuwrap .home img {height:35px; }
#allMenu .menulogo {padding:20px 0 20px;}
#allMenu .menulogo img {height:35px;}
#allMenu .menulogo p {color:#555; padding-top:10px;font-size:22px;}
#allMenu .scroll { overflow-y: scroll;height: calc(100% - 60px);}
#allMenu .menulist {padding:30px 20px; }
#allMenu .menulist li {padding:10px 0;}
#allMenu .menulist li.line {border-bottom:1px solid #eee; padding-bottom:18px; margin-bottom:8px;}
#allMenu .menulist li a{display:block; position:relative; color:#333; text-indent:10px; font-size:17px;line-height: 1.3em; font-weight:500; }
#allMenu .menulist li a:after {content:"\e940"; font-size:17px; color:#555; position:absolute; right:5px; top:0px; font-family:'xeicon'; }
#allMenu .menufoot {padding:0px 20px 0; text-align:center; }
#allMenu .menufoot .contact_box { padding:.5rem; border:1px solid var(--color-main);margin-bottom:10px; border-radius:15rem;  }
#allMenu .menufoot .contact_box p {display:block; font-size:1.5rem; line-height:1.5em;  font-weight:500; font-weight:800;}
#allMenu .menufoot .contact_box p:before {content:''; display:inline-block;vertical-align:middle;  width:50px; height:50px; background:url('/images/inc/ico_call.svg') no-repeat center; background-size:auto 40px; }
#allMenu .menufoot .contact_box p:first-child {margin-top:0}
#allMenu .menufoot .contact_box p a {display:inline-block;vertical-align:middle; }

#allMenu .sns {display:block; margin:10px 0; text-align:center;  background-color:#f6f6f6; padding:10px; border-radius:5px;border-left:1px solid rgba(255,255,255,0.1); display:flex; justify-content: center; gap:1.2rem;}
#allMenu .sns a { width:40px; height:40px;  line-height:40px; border-right:1px solid rgba(255,255,255,0.15); background-position:center center; background-repeat:no-repeat; background-size:auto 40px;}
#allMenu .sns a.youtube {background-image:url('/images/inc/ico_youtube.png')}
#allMenu .sns a.insta {background-image:url('/images/inc/ico_insta.png')}
#allMenu .sns a.ch {background-image:url('/images/inc/ico_ch.png')}
#allMenu .sns a.fb {background-image:url('/images/inc/ico_fb.png')}


#allMenu .menufoot a.pc {margin-bottom:10px; display:block;  padding:15px 0px; border:1px solid #dedede; color:#333; font-size:16px;  font-weight:700;}

#allMenu .btnClose { position:Absolute; top:0px; right:0px; display:block; width:90px; height:90px; line-height:90px; text-align:Center; z-index:999;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
#allMenu .btnClose:before {content:"\e9af"; display:inline-block; width:100%;  line-height:90px;  color:#333; font-size:40px !important; font-family:'xeicon';}


#block_navi { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.3); z-index:999; }

@media screen and (max-width:350px) {
	#header .logo {  left:10px; top:12px; }
	#header .logo img {height:25px;}
	#header .btn_call {  top:12px;}
	#header .btn_call img {height:35px; }
	#allMenu .menulist li {line-height: 50px; }
	#allMenu .menulist li a{ font-size:16px;}

}


/*  bxslider */
.spotzone{ z-index:5; position:relative; width:100%;height:250px;overflow:hidden}
.spotzone:after {content:''; clear:both; display:block; }
.spotzone li{width:100% !important; min-height:250px;height:250px; position:relative;  background-size:cover;  background-repeat:no-repeat; background-position:center center; }
.spotzone li.n01{ background-image:url('/images/main/visual1.jpg'); }
.spotzone li.n02{ background-image:url('/images/main/visual2.jpg'); background-position-x:45%;}
.spotzone li.n03{ background-image:url('/images/main/visual3.jpg'); }
.spotzone li .txtbox{display:flex; justify-content:center; flex-direction:column; height:100%; max-width:1200px; position:relative;  margin:0 auto; position:relative; letter-spacing:-.02em; padding-left:20px;}
.spotzone li .txtbox .tit1{margin-top:-5px;}
.spotzone li .txtbox .tit2 { display:block; color:#fff; font-size:21px; line-height:12px; font-weight:400; padding-top:10px;}
.spotzone li .txtbox .exp { display:block; color:#fff; font-size:1.25rem; line-height:1.3rem; font-weight:500; padding-top:10px;}
.spotzone li .txtbox .img {position:absolute; right:50px; top:70px;}
.spotzone li .txtbox .box {width:45%; padding:0 30px; }
.spotzone li .txtbox .exp,
.spotzone li .txtbox .tit1,
.spotzone li .txtbox .tit2,
.spotzone li .txtbox .tit3,
.spotzone li .txtbox .img,
.spotzone li .txtbox .btn,
.spotzone li .txtbox .titbox,
.spotzone li .txtbox .exp2{ opacity:0; transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition-delay:0.4s;}

.spotzone li.n01 .tit1{font-size:1.1rem; font-weight:700; color:#ffffff;}
.spotzone li.n01 .titbox{font-size:1.6rem; font-weight:800; background-color:#ffffff; padding:7px 12px; color:var(--color-red); width:fit-content; margin:5px 0 2px; border-radius:100px; margin-left:-10px;}
.spotzone li.n01 .tit2{font-size:1.6rem; font-weight:800; color:#ffffff;}
.spotzone li.n01 .exp{font-size:1rem; margin-top:15px;}

.spotzone li.n02 .txtbox .tit1{font-size:1.5rem; color:#1B1B1B; font-weight:500;}
.spotzone li.n02 .txtbox .tit1 strong{color:var(--color-red); font-weight:800;}
.spotzone li.n02 .txtbox .exp2{width:fit-content; padding:8px 15px; border-radius:50px; background-color:var(--color-main); text-align:center; margin-top:20px; margin-left:-5px; line-height:1.2;}
.spotzone li.n02 .txtbox .exp2 p{color:#ffffff;font-size:.8rem; font-weight:600;}
.spotzone li.n02 .txtbox .exp2 strong{color:#ffffff; font-size:1.05rem; font-weight:800;}

.spotzone li.n03 .txtbox .tit1{font-size:1.6rem; color:#ffffff; font-weight:800;}
.spotzone li.n03 .txtbox .tit1 strong{color:#FFAE00;}
.spotzone li.n03 .exp{font-size:1rem; margin-top:15px; line-height:1.4;}
.spotzone li.n03 .exp strong{font-weight:800;}


.spotzone li .txtbox .tit1{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}
.spotzone li .txtbox .tit2{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}
.spotzone li .txtbox .tit3{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}
.spotzone li .txtbox .img{transform:translateX(30px);-moz-transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px);-o-transform:translateX(30px);}
.spotzone li .txtbox .exp{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}
.spotzone li .txtbox .btn{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}
.spotzone li .txtbox .titbox{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}
.spotzone li .txtbox .exp2{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}

/* active */
.spotzone li.active .txtbox .tit1{opacity:1; transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transition-delay:.2s;}
.spotzone li.active .txtbox .tit2{opacity:1; transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transition-delay:.4s;}
.spotzone li.active .txtbox .tit3{opacity:1; transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transition-delay:.6s;}
.spotzone li.active .txtbox .btn{opacity:1; transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transition-delay:.6s;}
.spotzone li.active .txtbox .img{opacity:1; transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition-delay:.2s;}
.spotzone li.active .txtbox .phone{opacity:1; transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transition-delay:0.6s;}
.spotzone li.active .txtbox .exp{opacity:1; transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transition-delay:0.6s;}
.spotzone li.active .txtbox .titbox{opacity:1; transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transition-delay:.4s;}
.spotzone li.active .txtbox .exp2{opacity:1; transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transition-delay:.4s;}

.spotzone li.no1.active .txtbox .tit2{transition-delay:.6s;}
.spotzone li.no1.active .txtbox .tit3{transition-delay:.8s;}
.spotzone li.no1.active .txtbox .exp{transition-delay:1s;}


.spotzone .bx-pager {z-index:3333;position:absolute; bottom:15px; left:15px; text-align:left; opacity:1;}
.spotzone .bx-pager div {display:inline-block;}
.spotzone .bx-pager a {opacity:1;display:inline-block; position:relative; width:13px; height:13px; margin:0 5px; font-size:0; border-radius:30px;  color:transparent; background-color:transparent; border:1px solid #fff;}
.spotzone .bx-pager a.active {background-color:#fff; }
.spotzone .bx-pager a.active-dot{border:1px solid #e1d5b4;}
.spotzone .bx-pager a.active-dot.active{background-color:#e1d5b4;}



/* °Ë»ö¹è³Ê*/
.schBanner { padding:10px 10px;  background-color:#fff;  cursor:pointer; }
.schBanner .box {display:block; border:1px solid var(--color-main); border-radius:7px; height:50px; }
.schBanner .box:before {content:"\e97a"; display:inline-block; vertical-align:top;font-size:27px; color:var(--color-main); margin:11px 10px 0 12px;  font-family:'xeicon';  }
.schBanner .box:after {content:'30,000´ëÀÇ ¸Å¹°ÀÌ ±â´Ù¸®°í ÀÖ½À´Ï´Ù.'; font-size:15px; line-height:49px; color:var(--color-main); letter-spacing:-.04em;font-family:'SB-ugr'; }

.youtube {height:auto;width:100%;}
.youtube_wrap {padding:.85rem 1rem 1.2rem;}
.youtube_wrap a.btn_yt {display:block; border-radius:.5rem;padding:.8rem 0;  text-align:center;  background-color:var(--color-red); color:#fff; font-size:1.2rem; font-weight:600; }
.youtube_wrap a.btn_yt:before {content:''; width:2.5rem; height:1.8rem; display:inline-block; vertical-align:middle; margin-right:.5rem;background-repeat:no-repeat; background-position:center center;  background-size:auto 90%; 
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 36' style='enable-background:new 0 0 50 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M34.5,18l-16,9.4V8.6L34.5,18z M49.4,26.7V9.3c0,0,0-8.4-8.4-8.4H9c0,0-8.4,0-8.4,8.4v17.4c0,0,0,8.4,8.4,8.4 h32C41,35.1,49.4,35.1,49.4,26.7'/%3E%3C/svg%3E%0A");
}


.iframebox {
 position: relative;
 width: 100%;
 padding-bottom: 56.25%;
}

.iframebox iframe{
 position: absolute;
 width: 100%;
 height: 100%;
}

.youtube .process {width:100%; display:flex; justify-content: center;align-items: center; }
.youtube .process ul{display:flex; flex-wrap:wrap; align-items:center; justify-content:center; position:relative; width:100%; height:100%; text-align:center;}
.youtube .process ul::after{width:100%; height:1px; content:""; position:absolute; background-color:#e9e9e9; left:0; top:50%;}
.youtube .process ul::before{width:1px; height:100%; content:""; position:absolute; background-color:#e9e9e9; left:50%; top:0;}
.youtube .process ul li{width:50%; padding:2rem 0;}
.youtube .process ul img{margin-bottom:15px; height:49px; object-fit:none;}
.youtube .process ul strong{font-weight:800; color:#000000; font-size:1.1rem;}
.youtube .process ul p{color:#333333; font-size:1rem;}





/* kakao */
.kakao_box { padding:1rem 1rem 0; }
.kakao_box .row { display:block; padding:1rem 130px 1rem 25px; background:#fff000 url('/images/ico_kakao.png') no-repeat right ; background-position:calc(100% - 1.5rem); background-size:auto 53px;border-radius:0.5rem; box-shadow:3px 3px 7px rgba(0,0,0,0.05) }
.kakao_box h2 {font-size:21px; line-height:1.3em; color:#222; margin-top:1px; font-weight:500; font-family:'SB-ugr';   }
.kakao_box p {font-size:14px; color:rgba(0,0,0,0.7); line-height:1.2em; margin-top:2px; font-weight:500; font-family:'SB-ugr'; word-break:keep-all; }

.title_box { text-align:center; margin:2rem 0 1rem; padding:0 0rem; }
.title_box.left { text-align:left; }
.title_box h3 {position:relative; color:#000;font-size:1.5rem; line-height:1.5rem;  color:#333;letter-spacing:-.04em; margin:0; padding:0; font-family:'SB-ugr';font-weight:500;} 
.title_box h3 strong {color:var(--color-main);}
.title_box h3 span {font-weight:500}
.title_box h3.icon:before {content:''; display:inline-block; vertical-align:middle;margin-right:.35rem; width:3rem; height:2rem; background-repeat:no-repeat; background-position:center center; background-size:auto 95%;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 36' style='enable-background:new 0 0 50 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ED0000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M34.5,18l-16,9.4V8.6L34.5,18z M49.4,26.7V9.3c0,0,0-8.4-8.4-8.4H9c0,0-8.4,0-8.4,8.4v17.4c0,0,0,8.4,8.4,8.4 h32C41,35.1,49.4,35.1,49.4,26.7'/%3E%3C/svg%3E%0A");
}
.title_box p { margin-top:5px; color:#888; font-size:.98rem; line-height:1.3em;  letter-spacing:-.05em;font-weight:400}
.title_box.white h3,
.title_box.white h3 strong,
.title_box.white p {color:#fff;}


/* ¸Þ´º ¹Ù·Î°¡±â */
.m_menu {padding:0;}
.m_menu ul {display:flex; flex-wrap: wrap; }
.m_menu li {width:33.3%; text-align:center; border-left:1px solid #e9ecf3; border-bottom:1px solid #e9ecf3; padding:.85rem 0 1rem;}
.m_menu li:nth-child(1),
.m_menu li:nth-child(4) {border-left:0}
.m_menu li .img {display:inline-block; width:65px; height:65px; border-radius:50%; background-repeat:no-repeat; background-size:auto 100%; background-position:center center;  }
.m_menu li p {font-size:1rem; font-weight:600; color:#333; line-height:1rem;  }
.m_menu li:nth-child(1) .img {background-image:url('/images/icon_m01.png')}
.m_menu li:nth-child(2) .img {background-image:url('/images/icon_m02.png')}
.m_menu li:nth-child(3) .img {background-image:url('/images/icon_m03.png')}
.m_menu li:nth-child(4) .img {background-image:url('/images/icon_m04.png')}
.m_menu li:nth-child(5) .img {background-image:url('/images/icon_m05.png')}
.m_menu li:nth-child(6) .img {background-image:url('/images/icon_m06.png')}




.price-sch {display:flex;  justify-content: space-between;flex-wrap: wrap;  flex-direction: row;  width:calc(100% - 1.4rem); margin:10px auto;    font-size:0; gap:5px;  }
.price-sch li {width:calc(50% - 3px);  }
.price-sch li a {display:block; font-size:13px; height:33px;line-height:33px; padding-left:15px;  font-weight:400;background-color:#f0f5f9; border-radius:5px;font-family:'SB-ugr'; }

.main_search {position: relative;padding:0 0rem;background-size:cover;z-index:2; border-radius:50px; overflow:hidden; width:90%; margin:0 auto 1.2rem;}

.main_search .fast {position: relative;background-color:#F5F5F5; padding:.5rem .85rem .5rem;  text-align:center; font-size:0; border-radius:0rem; display:flex;justify-content: center;align-items: center;}
.main_search .fast input {position: relative;width:60%;height:3.05rem;margin:0;color:#838383;border:0; font-size:1rem; outline:0; vertical-align: middle;background-color:transparent; }
.main_search .fast input::placeholder {color:#838383;}
.main_search .fast input:-webkit-autofill { -webkit-text-fill-color: #838383; } 
.main_search .fast .btn {position:relative; display:inline-block;border:0;padding:0 .85rem; margin:0; font-size:0; line-height:3rem; font-weight:400;font-weight:normal; background-color:transparent; cursor:pointer;box-sizing:border-box;vertical-align:middle; }
.main_search .fast .btn:before {content:"\e97a"; display:inline-block; vertical-align:middle; font-family:'xeicon'; color:#838383; font-size:1.5rem;}
.main_search .fast .btn.detail {  font-size:.85rem; color:#838383; padding:0 0 0 .65rem; }
.main_search .fast .btn.detail:before {content:''; font-size:0; position:absolute; left:0; top:50%; height:20px;margin-top:-10px; width:1px; border-left:1px solid rgb(187 187 187 / 30%)}
.main_search .fast .btn.detail:after {content:"\eb38"; font-family:'xeicon'; display:inline-block; vertical-align:top; margin-left:.2rem;font-size:1rem;}
.btnClear { position: absolute;  top:.2rem;  left: 48%;  width: 40px;height: 55px;  display:none; border:1px solid #f00; outline:0; background:transparent; cursor:pointer; }
.btnClear:before {content:"\e921";font-family:'xeicon'; color:#838383; font-size:1rem; height: inherit; display:flex; justify-content: center;align-items: center;}



/* banner */
.img_banner {display:block; position:relative; width:calc(100% - 20px);height:85px; margin:10px auto;  border-radius:7px; overflow:hidden; background:url('/images/main/banner_sell_mobile.jpg') no-repeat center; background-size:cover;}
.img_banner a {display:block; }
.img_banner a dl {position:absolute; left:20px; top:15px; color:#fff;  font-family:'SB-ugr';  }
.img_banner a dl dt {  font-size:18px; line-height:1.3em; }
.img_banner a dl dd { margin-top:3px; font-size:12px; line-height:1.3em; font-weight:300}
.img_banner a dl dd span {font-size:13px; font-weight:500;}



.popular {padding:10px 0; text-align:center;font-size:14px;  background: #f5f5f5;}
.popular a {display:inline-block;padding:5px 0 5px 10px;}
.popular span {font-size:18px; color:#fff; font-weight:500;letter-spacing:-.05em; }
.popular input[type="text"] { display:inline-block; vertical-align:middle; border:none; width:calc(100% - 190px); height:35px; padding-left:5px; margin-right:-5px; border:1px solid #ddd;line-height:35px; }
.popular input[type="submit"] {display:inline-block; vertical-align:middle;  border:none; background:#555;color:#fff; width:70px; height:35px; margin-top:0px;}
.popular img {vertical-align:middle; margin-right:7px; height:24px; }

.title-wrap {position:relative;display:block; margin-top:2rem; margin-bottom:1rem; padding:0 1rem;}
.title-wrap h3 {position:relative;color:#333;font-size:21px; padding:0; line-height:21px; letter-spacing:-.02em;font-weight:700;} 
.title-wrap h3 strong {font-weight:500; color:var(--color-main);}
.title-wrap p { margin-top:8px; color:#50555C; font-size:14px; line-height:16px;  padding-bottom:0px; letter-spacing:-.04em;font-weight:400;  }
.btn-more {position:absolute; right:1rem; top:-.5rem; font-size:0; color:#333; width:50px; height:30px; background:url('/images/arrow_right.png') no-repeat right ; background-size:auto 100%;}

.sub .footer_wrap {display:none;}
.footer_wrap{ width:100%; width:100%;background:#fff; border-top:1px solid #f0f0f0; clear:both; padding:1.5rem 1rem 7rem;  text-align:center; }
.footer_wrap .footer_btnGroup{width:100%;  text-align:center; font-size:13px; background:#f1f1f1;}
.footer_wrap .footer_btnGroup .footer_btn{display: inline-block;}
.footer_wrap .footer_btnGroup .footer_btn li{float:left; width:90px; margin-right:5px;}
.footer_wrap .footer_btnGroup .footer_btn li+li+li{margin-right:0;}
.footer_wrap .footer_btnGroup .footer_btn li a{display:block; line-height:40px;  color:#333;}
.footer_wrap h2 {display:block; text-align:center;padding:.5rem 0 .85rem; font-size:1.15rem; font-weight:700; color:#333; letter-spacing:-.04em;}
.footer_wrap .footer_text{padding:0px;color:#666; font-weight:400; font-size:13px; clear:both; line-height:1.6em; letter-spacing:-.04em; word-break:keep-all;}
.footer_wrap .footer_text span {display:inline-block; padding:0 10px;}
.footer_wrap .footer_text .b_call { display:block; margin-top:10px; background-color:#3d2d1a; color:#fff; text-align:center; box-sizing:border-box; }
.footer_wrap .footer_text .b_pc { display:block; margin-top:5px; border:1px solid #eee; color:var(--color-main); background-color:#eee; text-align:center; box-sizing:border-box; }

.footer_wrap .footer_text  a{color:#fff; font-weight:500; line-height:38px; height:40px; font-size:15px;border-radius:5px;  display:inline-block;}
.footer_wrap .copyright { padding-top:8px; font-size:13px; }
.footer_wrap .social {display:block; padding:0px 0 15px; font-size:0; text-align:center; }
.footer_wrap .social a {display:inline-block; vertical-align:top; width:50px; height:50px; font-size:0;  margin-left:10px;  border-radius:50%; border:1px solid #f0f0f0; }
.footer_wrap .social a:before {content:''; display:inline-block; text-align:center; line-height:48px; color:#fff; font-size:24px;font-family:'xeicon';  }
.footer_wrap .social a.fb:before {content:"\ebd3"}
.footer_wrap .social a.insta:before {content:"\ebe9" }
.footer_wrap .social a.youtube:before {content: "\ec32"}
.footer_wrap .social a.kakao {content:;font-size:28px; background:url('/images/ico_kakao.png') no-repeat center ; background-size:auto 1rem; }
.footer_wrap .social a:first-child {margin-left:0}
.footer_wrap .social a img { margin-top:10px; display:inline-block;}

.dividew{height:8px; background:#fff;}

/* Äü¸Þ´º */
.q-wrap {display:none; }
.quick_btn {position:fixed; right:5px; bottom:5rem; z-index:99999; display:flex; flex-direction: column; justify-content: center; gap:0.3rem; transition: all 0.2s ease-in; }
.quick_btn a {position:relative; width:50px; height:50px; text-align:center;  border-radius:50%;box-shadow:8px 8px 20px rgba(0,0,0,0.2);transition: all 0.2s ease-in; }
.quick_btn a.kakao { background-color:#ffde00 url('/images/ico_kakao.png') no-repeat center ; background-size:auto 1.5rem; }
.quick_btn a.call {
background-repeat:no-repeat; background-position:center center;  background-size:100.5%; 
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FD9F28;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M34.9,18.2c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9C35.9,18.5,35.4,18.2,34.9,18.2'/%3E%3Cpath class='st0' d='M28.4,18.2c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9C29.3,18.5,28.9,18.2,28.4,18.2'/%3E%3Cpath class='st0' d='M31.7,18.2c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9C32.6,18.5,32.2,18.2,31.7,18.2'/%3E%3Cpath class='st0' d='M25,0.1C11.3,0.1,0.1,11.3,0.1,25S11.3,49.9,25,49.9S49.9,38.7,49.9,25S38.7,0.1,25,0.1 M30.7,38.3l-1,0.7 l-0.2,0.1c-0.5,0.3-1,0.4-1.6,0.5c-0.5,0.1-1,0.1-1.5,0.1c0,0-0.2,0-0.4-0.1c-1.3-0.3-6.2-1.6-11.1-8.7c-4.1-5.9-5.2-9.9-4-13.8 c0.1-0.5,0.3-0.9,0.6-1.4c0.3-0.5,0.7-0.9,1.1-1.3l0.1-0.1l1.1-0.7c0.4-0.3,0.8-0.3,1.3-0.3c0.4,0.1,0.8,0.3,1,0.6l3.1,4.4 c0.5,0.7,0.3,1.8-0.5,2.4l-2.4,1.6l0.2,0.6c0.4,1.3,1,3.2,2.5,5.2s2.9,3.3,4,4.2l0.5,0.4l2.4-1.6c0.4-0.3,0.8-0.3,1.3-0.3 c0.4,0.1,0.8,0.3,1,0.6l3.1,4.4C31.8,36.7,31.6,37.7,30.7,38.3 M32,25.8c-0.2,0-0.5,0-0.7,0l0,0h-4.1c-1.5-0.1-3,1.7-3,1.7 c1.5-2.3,0.8-4.1,0.4-4.9c-0.6-0.8-1-1.8-1-3c-0.2-3.7,3.2-6.9,7.7-7.1c4.4-0.3,8.3,2.5,8.5,6.1C39.8,22.3,36.4,25.5,32,25.8'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.quick_btn a.call:before {content:''; position:absolute; left:5px; top:5px;width:40px; height:40px; border-radius:50%; background-color:#FFF; z-index:-1; }
.quick_btn a.youtube {background-color:var(--color-red); }
.quick_btn a.youtube:before {content:"\ec32";display:inline-block;font-family:'xeicon'; color:#fff; line-height:50px;font-size:1.85rem;}


/* ¸ÞÀÎ»ó´ã  */
.main_consult {position:fixed; right:0px; bottom:0px;display:block; padding:.5rem .65rem .5rem; background-color:#fff; z-index:3333;box-shadow:8px 8px 30px -4px rgba(0,0,0,0.6);}
.main_consult form { display:flex; justify-content: center;flex-direction: column;align-items: center;flex-wrap: nowrap; flex-direction: row;  gap:0.25rem;padding:0.35rem;  border-radius:0.65rem; border:1px solid var(--color-main); box-shadow:3px 3px 10px rgba(0,0,0,0);  }
.main_consult input,
.main_consult button {height:40px; line-height:40px; border-radius:5px; }
.main_consult input[type="text"] {width:calc(50% - 40px); background-color:#f8f8f8; border:2px solid transparent; padding:0 0 0 0.35rem; font-size:1rem; color:#222; outline:0; font-weight:bold; transition: all 0.2s ease-in;}
.main_consult button { width:80px; text-align:center; background-color:var(--color-main); color:#fff; font-weight:bold; border:0; font-size:0.9rem; text-shadow:1px 1px 1px rgba(0,0,0,0.1); cursor:pointer; }
.main_consult input:-webkit-autofill { -webkit-text-fill-color: #aaa; } 
.main_consult input::placeholder {color:#aaa; font-size:0.85rem; letter-spacing:-.06em; font-weight:500; }





.title_wrap {position:relative;margin:0 15px; padding:10px 10px 10px; text-align:center;}

.title_wrap.nomg {margin:0; text-align:left;}
.title_wrap h2 {display:block;color:#555;font-size:16px;font-weight:bold;letter-spacing:-2px;}
.title_wrap h2 span {display:inline-block;margin-left:5px;padding:2px 10px; color:var(--color-main);background-color:#f9f9f9;border-radius:50px;font-size:13px; letter-spacing:0;}
.title_wrap .h2_txt {position:relative;margin:0 auto;color:#343434;font-size:14px;letter-spacing:-1px;font-weight:300;}
.title_wrap button {position:relative;display:inline-block;width:33.33%;border-radius: 0;background: transparent;padding: 0;border: 0;-webkit-appearance: none;text-align:center;font-size:.8rem;line-height:2.8rem;letter-spacing:-0.04rem;color:#555;}
.title_wrap button:before {content:'';display:inline-block;width:23px;height:20px;background-repeat:no-repeat;background-position:0 center;background-size:auto 18px;vertical-align:middle;}
.title_wrap .btn-sort-box {position:absolute;right:0;bottom:0;display:inline-block;width:33.33%;}
.title_wrap .btn-sort-box button {width:100%;}
.title_wrap .btn-sort::before {background-image:url(/mobile/image/icon_sort.png);}
.title_wrap .btn-sort-box .selectbox {display:none;position:absolute;left:0;top:40px;width:130px;;background:#fff;z-index:150;box-shadow:0 5px 10px rgba(0,0,0,0.2);border:1px solid #ddd;}
.title_wrap .btn-sort-box .selectbox li {padding:0.5rem 1rem;border-bottom:1px solid #eee;font-size:.8rem;line-height:1.8rem;}
.title_wrap .btn-sort-box .selectbox li.on {background:#f6f6f6;font-weight:bold;}

.tap_normal_wrap {clear:both;position:relative;z-index:1;font-size:0; padding-top:5px;}
.tap_normal {position:relative; padding:0; margin-bottom:0px; display:flex;  justify-content: space-between;flex-direction: row; flex-wrap: nowrap;}
.tap_normal:after {content:''; position:absolute; left:0; bottom:0; height:1px; width:100%; background-color:#eee; z-index:-1}
.tap_normal li { width:50%; position:relative; padding:0; background-color:#f4f4f4;   box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.tap_normal li.on { z-index:5}
.tap_normal li.on span {color:var(--color-main); font-weight:bold; background-color:var(--color-main); color:#fff; }
.tap_normal li span {display:block;width:100%;height:100%;line-height:45px;color:#333;font-size:16px;text-align:center;font-weight:bold; }


.main .carlist li a .img:after { left:0 !important; top:0 !important; width:50px; height:50px; background:url('/images/inc/ico_label2.png'); background-size:cover; }


.event_list {display:block; overflow:hidden;  flex-direction: column; padding:0; }
.event_list img {display:block; width:100%; }





/*ÀÚµ¿Â÷ ¸®½ºÆ®*/
.main .car_list{ clear:both; font-size:0; padding:0 0 0rem 1rem;  }
.main .car_list ul {position:relative; white-space:nowrap; overflow-x: auto; }

.main .car_list li{position:relative;display:inline-block;vertical-align:top; width:43%; margin-bottom:10px; padding-bottom:10px; margin-right:15px; background-color:#fff;  border-radius:8px;border:0px solid #eaeaea; overflow:hidden; }
.main .car_list .photo{display:block; width:100%; height:auto; background-repeat:no-repeat; background-size:cover; background-color:#eee; vertical-align:middle; aspect-ratio:16/9; object-fit:cover;}
.main .car_list .cont{display: block;position:relative; width:100%;padding:0 0px; vertical-align: middle;}
.main .car_list .cont .carName {font-size:15px; margin:10px 0 8px; width:100%;letter-spacing:-.04em; line-height:20px;font-weight:bold; max-height:40px; overflow:hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis;}
.main .car_list .cont .carName b {color:#333;}
.main .car_list .cont span{color:#bcbcbc; padding:0 3px; }
.main .car_list .cont .carinfor {display:block !important; width:95%; line-height:16px; color:#888; font-size:13px; white-space:normal !important; }

.main .car_list .price{display:block;/* text-align:center; *//* background:#dadada; */color:#000;font-size:14px; line-height:1.4em;padding:1px; color:#666;}
.main .car_list .price strong {font-size:17px; color:#000; font-weight:bold; }
.main .car_list .price .row{margin:0; padding:2px 3px 0;display:flex; justify-content: space-between; flex-wrap: nowrap; flex-direction: row;align-items: center; border:0px solid #eee;}
.main .car_list .price .row span {width:auto; font-size:13px; line-height:1.3em; font-weight:600; color:#888;font-family: 'ScoreDream' !important;  letter-spacing:-.1em; }

.main .car_list .mon_pay {display:none;position:absolute; right:5px; bottom:3px;font-size:12px; color:#444; letter-spacing:-.07em}
.main .car_list .mon_pay em {color:#f00}


/* ¼­ºñ½º */
.service {clear:both;position:relative;  background:#eff4fd; padding:2.5rem 0; margin-top:3rem;}
.service:after {content:''; clear:both; width:100%; display:block;}
.service .title-wrap {text-align:center;margin:0}
.service .title-wrap h3 span {color:var(--color-main); }
.service .slick-dots {position:absolute; left:0; bottom:-25px; width:100%; font-size: 15px ;line-height: 1;text-align: center; display:none; }
.service .slick-dots > li {display: inline-block;vertical-align: top;width:12px; height:12px; margin: 0 5px; font-size:0; background:rgba(255,255,255,0.3); border-radius: 20px;cursor: pointer;-webkit-transition: all 400ms;transition: all 400ms;}
.service .slick-dots > li.slick-active {background: var(--color-main)}
.service .slick-dots > li > button {text-indent:-9999px; overflow:hidden; background:transparent;font-size:0; color:transparent; cursor:pointer;  }
.service button {border:0; outline:0; font-size:0;}
.service .slick-prev {position:absolute; left:-70px; top:50%; margin-top:-45px; font-size:0;  width:50px; height:50px; line-height:50px;  border-radius:50%; background-color:#fff; border:1px solid #d6e2e9; cursor:pointer; z-index:5555}
.service .slick-prev:after {content: '\e93d';color:#333; font-size:20px;  }
.service .slick-next {position:absolute; right:-70px; top:50%;margin-top:-45px; font-size:0;  width:50px; height:50px; line-height:50px;  border-radius:50%; background-color:#fff; border:1px solid #d6e2e9; cursor:pointer; z-index:5555}
.service .slick-next:after {content: '\e940'; color:#333;font-size:20px; }
.service .slick-prev:hover:after,
.service .slick-next:hover:after{opacity:1;}

/* event-banner ÀÌº¥Æ®*/
.main_item_wrap {position:relative;max-width:100%;margin:10px auto 0; padding:0 15px;}
.main_item_slider_box{position:relative;}
.main_item_slider {position:relative; border-radius:7px;   }
.main_item {width:100%; margin:0; padding:0 .5rem }
.main_item figure {display:block; height:100px; border-radius:0.5rem; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main_item:nth-child(1) figure {background-image:url('/images/main/service_01.jpg')}
.main_item:nth-child(2) figure {background-image:url('/images/main/service_02.jpg')}
.main_item:nth-child(3) figure {background-image:url('/images/main/service_03.jpg')}
.main_item dl { letter-spacing:-.06em; padding-top:.65rem; text-align:center;  }
.main_item dl dt {font-size:16px; line-height:1.3em;  color:#444; font-weight:bold; }
.main_item dl dd {font-size:13px; line-height:1.3em;  color:#777; font-weight:500; margin-top:.3rem; }


/* ¸Å¸Å°¡ÀÌµå */
.sales_guide {background-color:#FFF5E0; padding:1rem 0 2rem;}
.sales_guide h3{font-size:1.3rem; line-height:1.5rem; color:#333; font-weight:700;}
.sales_guide .title_wrap p{margin-top:5px; color:#888; font-size:.9rem; line-height:1.3em; margin-bottom:10px;}
.sales_guide ul {display:block; font-size:0; text-align:center; }
.sales_guide ul li {position:relative; display:inline-block; vertical-align:top; width:33.3%; text-align:center; margin-bottom:1rem; }
.sales_guide ul li:before {content:"\e93e"; font-family:'xeicon'; font-size:.95rem; position:absolute; left:-.5rem; top:2rem;  width:1rem;height:1rem;display:inline-flex; justify-content: center; align-items: center; z-index:10; }
.sales_guide ul li:nth-child(1):before {display:none;}
.sales_guide ul li .label {display:block;  align-items: center;text-transform:uppercase;  color:var(--color-main);  font-size:.8rem; line-height:1rem; font-weight:700;  margin-top:.3rem;}
.sales_guide ul li figure { display:inline-block;width:5rem; height:5rem; border-radius:50%; background-color:#FFFFFF; background-repeat:no-repeat; background-position:center center; background-size:auto 50%;  }
.sales_guide ul li h2 {font-size:.925rem;margin-top:.2rem; color:#222; font-weight:600; text-align:center; letter-spacing:-.04em;}
.sales_guide ul li:nth-child(1) figure {background-image:url('/images/ico_guide_01.svg');}
.sales_guide ul li:nth-child(2) figure {background-image:url('/images/ico_guide_02.svg');}
.sales_guide ul li:nth-child(3) figure {background-image:url('/images/ico_guide_03.svg');}
.sales_guide ul li:nth-child(4) figure {background-image:url('/images/ico_guide_04.svg');}
.sales_guide ul li:nth-child(5) figure {background-image:url('/images/ico_guide_05.svg');}
