:root {
  --color-default: #f4475b;
  --color-red: #ee0000;
  --color-blue:#094fde;
}

*,
*:after,
*:before {	margin: 0;	padding: 0;	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box;	box-sizing: border-box;}
/* =========================================================================================================
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;font-family:'Pretendard', 'xeicon', '¸¼Àº °íµñ', 'µ¸¿ò', 'Dotum',  '±¼¸²',  Gulim, Sans-serif; }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,h1,h2,h3,h4,h5,h6 {font-family:'Pretendard';display:block}
body	{ font-size:14px;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;}
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;}


/*
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:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #333 !important; border-radius:3rem; 
}


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: auto 20px;
	background-position:calc(100% - 5px);
    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:var(--color-default) !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-default);background-color:var(--color-default);transform:translateY(-50%);box-shadow:0 3px 8px -3px var(--color-default);}
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-default);box-shadow:0 3px 8px -3px var(--color-default);}


.fc_default {color:var(--color-default) !important}
.fc_orange {color:#fa7020 !important}
.fc_green {color:#3aa75d !important;}

body {padding-top:0px; }
/*
.main #header {box-shadow:none;}
.main #header .logo {display:block;}
.btn_page_prev {display:inline-block; vertical-align:top; width:60px; height:60px; line-height:60px; text-align:center; }
.btn_page_prev:before {content:"\e908"; display:inline-block; font-size:25px;  color:#000; font-family:'xeicon';}

*/
.page_view {padding-top:0}
.page_view .footer_wrap {display:none !important;}
.sub_title { position:relative; text-align:center; height:60px; z-index:333}
.sub_title h2 {display:inline-block; vertical-align:top;  font-size:19px; line-height:60px; font-weight:600;  color:#222; }


#header {position:relative;width:100%; top:0;left:0;  height:60px; z-index: 333; background:#fff; }
#header .logo {position:absolute; left:10px; top:3px; z-index:333;  }
#header .logo a {display:block; width:100%; height:100%; display:inline-block; font-size:23px; color:#fff; font-weight:bold;; }
#header .logo img {height:57px;}
#header .menu_btn {position:absolute;right:5px;top:5px;}
#header .menu_btn a {font-size:0; display:block;  width:50px; height:50px; text-align:center;  }
#header .menu_btn a:before {content:"\e871"; display:inline-block; width:100%;  line-height:50px; font-weight:500;  color:#000; font-size:30px !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; right:60px; top:8px; font-size:0; }
#header .btn_call img {height:50px; }

#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:20px 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:8px 15px;  border:1px solid #eaeaea; border-radius:200px; background:#f9f9f9 }
#allMenu .menufoot .contact_box a {display: block; font-size:21px; line-height:50px;  font-weight:600; color:var(--color-default) }
#allMenu .menufoot .contact_box a:before {content:''; display:inline-block; vertical-align:middle; width:50px; height:50px; margin-right:5px; background:url('/images/inc/icon_phone.png') no-repeat center 5px; background-size:auto 50px;  }

#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:5px; right:5px; display:block; width:50px; height:50px; line-height:50px; 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:50px;  color:#333; font-size:30px !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; }

.gnb {position:relative; background-color:#fff; height:3rem; font-size:0; display:flex; justify-content: space-between; background-color:var(--color-default) }
.gnb li {position:relative; width:50%;   text-align:center; display:flex;  justify-content: center;align-items: center;  }
.gnb li:before {content:''; position:absolute; left:0; top:50%; width:1px; height:20px; margin-top:-10px; background-color:#fff; opacity: .3}
.gnb li:nth-child(1):before { display:none; }
.gnb li a {display:block;position:relative; color:#fff; font-weight:600;  font-size:.985rem; z-index:5}

@media screen and (max-width:350px) {
	#allMenu .menulist li {line-height: 50px; }
	#allMenu .menulist li a{ font-size:16px;}

}


/*  bxslider */
.spotzone{ z-index:29; position:relative; width:100%;height:220px;overflow:hidden}
.spotzone:after {content:''; clear:both; display:block; }
.spotzone li{width:100% !important; min-height:200px; height:220px;position:relative; background-repeat:no-repeat; background-position:center center;  }
.spotzone li a {display:block; width:100%; height:100%;}
.spotzone li.n01{ background-image:url('/images/main/visual01.jpg?ver=20230417'); background-size:auto 100%; }
.spotzone li .txtbox{ width:100%; position:relative; height:100%; margin:0 auto;padding:12px 15px; position:relative; text-align:left; letter-spacing:-.06em; }


.spotzone li .txtbox .tit1 { display:block; color:#fff; font-size:20px; font-weight:500; text-transform:uppercase;  }
.spotzone li .txtbox .tit1 img {height:190px;}
.spotzone li .txtbox .tit2 { display:block; color:#fff; font-size:17px; line-height:1.4em; font-weight:400;  font-family:'NotoSans';}

.spotzone li .txtbox .tit1,
.spotzone li .txtbox .tit2,
.spotzone li .txtbox .dealer { opacity:0; transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition-delay:0.4s; text-shadow:5px 5px 12px rgba(0, 0, 0, 0.1);}

.spotzone li .dealer {position:absolute;right:5px;  bottom:-5px; background-size:auto; background-position:right bottom; background-repeat:no-repeat;background-size:auto 210px; border:0px solid #f00; z-index:333}
.spotzone li .dealer.dealer1 {   width:50%; height:220px; background-image:url('/images/main/dealer.png'); }

.spotzone li .txtbox .dealer{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);}
.spotzone li .txtbox .tit1{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 .dealer{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 .bx-pager{z-index:3333;position:absolute; bottom:5px; left:0; width:100%;  text-align:center; opacity:1;}
.spotzone .bx-pager div{display:inline-block;}
.spotzone .bx-pager a{opacity:1;display:inline-block; position:relative; width:8px; height:8px; margin:0 4px; border-radius:12px; color:transparent; background:rgba(255,255,255,0.5); }
.spotzone .bx-pager a.active { background:#f00;width:30px; }

@media screen and (max-width:360px) {
	.spotzone li .txtbox { padding-left:10px; }
	.spotzone li .dealer { right:-10px; }
}



/* °Ë»ö¹è³Ê*/
.schBanner { padding:1rem 1rem;  background-color:#fff;  cursor:pointer; }
.schBanner form {display:flex;flex-wrap: nowrap;  align-items: center;border-radius:6rem; border:2px solid var(--color-default);padding:.35rem; }
.schBanner input[type="text"] {width:calc(100% - 70px); height:40px; padding-left:1rem; line-height:38px; font-size:1rem; font-weight:500;  border:0; outline:0; background-color:transparent; }
.schBanner button {width:70px; height:40px; border:0; border-radius:10rem; outline:0; background:var(--color-default); font-size:.95rem; font-weight:600; color:#fff; background-size:auto 30px;}
.schBanner button:before {content:}

.title_box { text-align:center; margin-bottom:1rem;}
.title_box h3 {position:relative; color:#000;font-size:20px; line-height:20px;  color:#333;letter-spacing:-.04em; margin:0; padding:0; font-weight:500; } 
.title_box h3 strong {color:var(--color-default);}
.title_box p { margin-top:5px; color:#888; font-size:14px; line-height:1.3em;  letter-spacing:-.05em;font-weight:bold; }
.title_box.white h3,
.title_box.white h3 strong,
.title_box.white p {color:#fff;}

/* **************************************** *
 *  ¹Ù·Î°¡±â
 * **************************************** */
.bannerWrap {  display:block; overflow-x:hidden; text-align:center; padding:5px 5px 20px }
.bannerWrap ul { font-size:0; display:flex;  justify-content: center; align-items: flex-start;flex-direction: row; flex-wrap: wrap;gap:10px 0; }
.bannerWrap ul li {width:33.3%; cursor:pointer;}
.bannerWrap ul li figure {display:inline-block; margin:0 auto; width:90%; height:70px; background-color:#f4f7fa; border-radius:18px; background-repeat:no-repeat; background-size:auto 75%; background-position:center center;  }
.bannerWrap ul li:nth-child(1) figure {background-image:url('/images/main/icon_car1.png')}
.bannerWrap ul li:nth-child(2) figure {background-image:url('/images/main/icon_car2.png')}
.bannerWrap ul li:nth-child(3) figure {background-image:url('/images/main/icon_car3.png')}
.bannerWrap ul li:nth-child(4) figure {background-image:url('/images/main/icon_car4.png')}
.bannerWrap ul li:nth-child(5) figure {background-image:url('/images/main/icon_car7.png')}
.bannerWrap ul li:nth-child(6) figure {background-image:url('/images/main/icon_car6.png')}
.bannerWrap ul li p {display:block; text-align:center; margin-top:5px; font-size:13px; font-weight:500; color:#555}

/* ÀåÁ¡*/
.adv {background-color:#013fa6; padding:20px 10px 20px;}
.adv ul { padding-top:15px;display:flex;  justify-content: flex-start;  flex-wrap: nowrap; flex-direction: column; align-items: stretch; gap:7px; }
.adv ul li {background-color:#fff; border-radius:8px; width:100%; padding:10px 20px 10px 20px; display:flex; justify-content: space-between;align-items: center;flex-wrap: nowrap;  }
.adv ul li figure { width:50px;}
.adv ul li figure img {height:50px;}
.adv ul li dl { width:calc(100% - 50px); padding-left:15px; letter-spacing:-.06em;}
.adv ul li dl dt {font-size:17px; line-height:1.3em; color:#013fa6; font-weight:bold; }
.adv ul li dl dd {font-size:13px; color:#666; line-height:1.3em; margin-top:5px; font-weight:500; }


/* **************************************** *
 * ³»Â÷»ç°íÆÈ±â¹è³Ê
 * **************************************** */
.counselWrap {display:block; padding:10px; background-color:#f9f9f9; font-size:0;}
.counselWrap li {display:inline-block; vertical-align:top;width:calc(50% - 5px);  text-align:center;}
.counselWrap li a {display:block;border-radius:7px; padding:12px; color:#fff; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05); }
.counselWrap li:nth-child(1) a { background-color:#0b9cb3; }
.counselWrap li:nth-child(2) { margin-left:10px; }
.counselWrap li:nth-child(2) a {  background-color:#68bc17; }
.counselWrap li:nth-child(3) {margin-top:10px; width:100% !important;}
.counselWrap li:nth-child(3) a {padding:8px 0; background-color:#faa603; font-size:20px; font-weight:600; letter-spacing:0;  }
.counselWrap li .img {display:inline-block; margin:0 auto; padding-bottom:8px; }
.counselWrap li .img img {height:40px; }
.counselWrap li .title {display:block; color:#fff; font-size:16px; font-weight:500; }
.counselWrap li span{display:inline-block; vertical-align:middle; margin-right:5px; }
.counselWrap li span img { height:30px; }

.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; }



.main .footer_wrap {margin:0; }
.footer_wrap{ width:100%; width:100%;background:#333;  clear:both; padding:20px 1rem 30px;margin:1.5rem 0 0; text-align:center; }
.footer_wrap .footer_btnGroup{width:100%;  text-align:center; font-size:13px;  }
.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:#999;}

.footer_wrap .footer_text{padding:0px;color:#999; font-size:14px; 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;  text-align:center; box-sizing:border-box; color:#fff;line-height:40px; height:40px; font-size:16px;background-color:rgba(0,0,0,0.1); border:1px solid rgba(255,255,255,0.1);border-radius:5rem; }
.footer_wrap .copyright { padding-top:8px; font-size:14px; }
.footer_wrap .contact {display:block; text-align:center; margin-top:0.5rem;color:#fff; font-size:1.125rem; line-height:1.3rem; font-weight:bold; }
.footer_wrap .contact:before {content:''; display:inline-block; vertical-align:middle; margin-right:5px; width:30px; height:30px; background:url('/images/ico_process_02.png') no-repeat center ; background-size:cover; }

.divide {height:8px; background:#e9e9e9;}
.dividew{height:8px; background:#fff;}


.q-wrap {display:block; }
.quick_btn {position:fixed; right:5px; bottom:5px; z-index:999; display:flex; flex-direction: column; justify-content: center; gap:0.2rem; transition: all 0.2s ease-in; }
.quick_btn a {width:45px; height:45px; border-radius:50%; background-size:auto 21px; text-align:center; background-repeat:no-repeat; background-position:center center; box-shadow:8px 8px 20px rgba(0,0,0,0.2);transition: all 0.2s ease-in; }
.quick_btn a {content:"\ebee"; font-family:'xeicon'; color:#fff; line-height:45px;}
.quick_btn a.insta {background:url('/images/bg_insta.jpg') no-repeat center ; background-size:cover; }
.quick_btn a.insta:before {content:"\ebe9";color:#fff; font-size:1.65rem;}
.quick_btn a.fb {background:#325ce5; }
.quick_btn a.fb:before {content:"\ebd3";color:#fff; font-size:1.35rem;}

.quick_btn a.call {background-color:var(--color-default); }
.quick_btn a.call:before {content:"\e9d3";font-size:1.35rem;}
.quick_btn a.youtube {background-color:var(--color-red); }
.quick_btn a.youtube:before {content:"\ec32";font-size:1.45rem;}
.quick_btn a.youtube {background-color:var(--color-red); }
.quick_btn a.youtube:before {content:"\ec32";font-size:1.45rem;}
.quick_btn a.kakao { background-color:#fff600;background-repeat:no-repeat; background-position:center center; background-size:1.5rem;
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 47' style='enable-background:new 0 0 50 47;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23332323;%7D%0A%3C/style%3E%3Cpath class='st0' d='M25,1.3c13.6,0,24.7,8.7,24.7,19.5c0,10.8-11,19.5-24.7,19.5c-1.6,0-3.1-0.1-4.6-0.3c-2.7,1.9-9.1,6.2-9.5,6.4 c-0.5,0.4-1.4,0.4-1-1c0.3-1.1,1.6-6.1,2.1-8.1C5,34,0.3,27.8,0.3,20.8C0.3,10.1,11.4,1.3,25,1.3 M15.4,14.9H8.2 c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2h2.3V26c0,0.3,0.1,0.6,0.4,0.8c0.2,0.2,0.5,0.3,0.8,0.3H12c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.4-0.5,0.4-0.8v-8.6h2.2c0.7,0,1.2-0.5,1.2-1.2C16.6,15.5,16.1,14.9,15.4,14.9 M32.8,24.9h-3.4v-8.8 c0-0.7-0.6-1.3-1.3-1.3c-0.7,0-1.3,0.6-1.3,1.3v9.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.6,0.5,1.1,1.1,1.1h4.9 c0.6,0,1.1-0.5,1.1-1.1C33.9,25.4,33.4,24.9,32.8,24.9 M43.5,25.3l-3.7-4.9l3.4-3.4c0.5-0.5,0.5-1.2,0-1.7c-0.5-0.5-1.2-0.5-1.7,0 l-4.2,4.2v-3.5c0-0.7-0.6-1.3-1.3-1.3c-0.7,0-1.3,0.6-1.3,1.3v9.8c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3v-3l0.8-0.8l3.5,4.6 c0.4,0.5,1.1,0.6,1.7,0.2C43.8,26.6,43.9,25.8,43.5,25.3 M25.7,25.6l-3.6-9.8c0,0,0,0,0,0c-0.2-0.6-0.9-1-1.7-1 c-0.9,0-1.6,0.5-1.7,1.2c0,0.1,0,0.1-0.1,0.2l-3.5,9.5c-0.2,0.6,0.1,1.3,0.7,1.5c0.6,0.2,1.3-0.1,1.5-0.7l0.6-1.7h4.9l0.6,1.7 c0.2,0.6,0.9,0.9,1.5,0.7C25.6,26.9,26,26.2,25.7,25.6 M18.7,22.4l1.7-4.7c0,0,0,0,0.1,0l1.7,4.7H18.7z'/%3E%3C/svg%3E%0A");
 }


.title-wrap {display:block; text-align:center; margin-top:1.5rem; margin-bottom:1rem;}
.title-wrap h3 {position:relative;color:#000;font-size:21px; padding:0; line-height:21px; color:#444;letter-spacing:-.02em;font-weight:600; } 
.title-wrap h3 strong {color:var(--color-default);}
.title-wrap p { margin-top:8px; color:#888; font-size:14px; line-height:16px;  padding-bottom:0px; letter-spacing:-.04em;font-weight:400; }

.title_wrap {position:relative;margin:0 15px; padding:1rem 10px 10px; text-align:center; word-break:keep-all;}
.title_wrap.nomg {margin:0 0 0px; text-align:left;}
.title_wrap h2 {display:block;color:#333;font-size:18px;  letter-spacing:-.04em; font-weight:bold; }
.title_wrap h2 span {display:inline-block; vertical-align:middle; margin-left:5px;padding:0 10px;border-radius:50px; font-weight:600; font-size:14px; line-height:24px; letter-spacing:0; background-color:#fcf8f6}
.title_wrap .h2_txt {position:relative;margin:0 auto;color:#343434;font-size:14px;letter-spacing:-1px;font-weight:300;}
.title_wrap p {margin-top:5px; font-size:13px; line-height:1.3em;}
.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; }
.tap_normal {position:relative; padding:15px 0rem 0; background-color:#fff; display:flex;  justify-content: space-between;flex-direction: row; flex-wrap: nowrap;}
.tap_normal li { width:50%; position:relative; padding:0;background-color:#fff;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.tap_normal li.on {  color:var(--color-default); z-index:5}
.tap_normal li.on span {color:var(--color-default); font-weight:bold; border-color:var(--color-default)}
.tap_normal li span {display:block;width:100%;height:100%;line-height:45px;color:#999;font-size:16px;text-align:center;font-weight:bold; border-bottom:3px solid #dedede}


.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%; }



/* °í°´ÈÄ±â */
.cs_review {display:block; position:relative; }
.cs_review ul {display:block; font-size:0; padding:0 1rem;}
.cs_review ul li {display:inline-block; vertical-align:top; width:calc(33.3% - 4px); margin-left:6px; margin-bottom:0.9rem; }
.cs_review ul li:first-child,
.cs_review ul li:nth-child(3n+1){margin-left:0; }
.cs_review ul li a {display:block;}
.cs_review ul li .img_box {display:block; width:100%; height:100px; border-radius:4px; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.cs_review ul li p {font-size:0.8rem; line-height:1em; font-weight:500; color:#444; margin-top:0.5rem; overflow:hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; }



/* ¼­ºñ½º */
.service {clear:both;position:relative;  background:#f5f5f5; 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(--txt-default);}
.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:#fff; border-radius: 20px;cursor: pointer;-webkit-transition: all 400ms;transition: all 400ms;}
.service .slick-dots > li.slick-active {background: var(--color-default)}
.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:150px; border-radius:0.5rem; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main_item.n01 figure {background-image:url('/images/main/service1.jpg')}
.main_item.n02 figure {background-image:url('/images/main/service2.jpg')}
.main_item.n03 figure {background-image:url('/images/main/service3.jpg')}
.main_item.n04 figure {background-image:url('/images/main/service4.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; }




