<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#cs #wrap {
	position: relative;
	width: 100%;
	padding-top: 90px;
	z-index: 10;
}

#wrap {
	position: relative;
	width: 100%;
	padding-top: 20px;
	z-index: 10;
}

/* --------------------------------------------
 * sideNav
/* ------------------------------------------ */
/* sideNav_open */
#header, .sell_visual, #wrap, .backdrop, #header .gnb .btn_menu a {
	-webkit-transition: transform 250ms ease-in;
	-khtml-transition: transform 250ms ease-in;
	-moz-transition: transform 250ms ease-in;
	-ms-transition: transform 250ms ease-in;
	-o-transition: transform 250ms ease-in;
	transition: transform 250ms ease-in;
}

.sideNav_open #header, .sideNav_open .sell_visual, .sideNav_open #wrap, .sideNav_open .backdrop {
	-webkit-transform: translateX(230px);
	-khtml-transform: translateX(230px);
	-moz-transform: translateX(230px);
	-ms-transform: translateX(230px);
	-o-transform: translateX(230px);
	transform: translateX(230px);
}
#header .gnb .btn_menu a {
	-webkit-transition: transform 350ms ease-in 0ms;
	-khtml-transition: transform 350ms ease-in 0ms;
	-moz-transition: transform 350ms ease-in 0ms;
	-ms-transition: transform 350ms ease-in 0ms;
	-o-transition: transform 350ms ease-in 0ms;
	transition: transform 350ms ease-in 0ms;
}
#header .gnb .btn_call a .calltxt{
    top: 15px;
    position: absolute;
    left: 51px;
    font-size: 14px;
    color: #ffdd1a;
    font-weight: bold;
    /* text-align: center; */
    line-height: 15px;
}
/*.sideNav_open #header .gnb .btn_menu a {
	-webkit-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}*/

/* backdrop */
.backdrop {
	width: 0; height: 0;
	visibility: hidden;
	position: fixed;
	top: 0; left: 0;
	z-index: 9998;
}
.sideNav_open .backdrop {
	visibility: visible;
	width: 100%; height: 100vh;
	background-color: rgba(19,19,22,0.7);
}

/* sideNav */
#sideNav {
	width: 230px; height: 100%;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0; left: 0;
	z-index: 99999;
    background: #333;
    box-shadow: 0 0 10px #000;
	/*background: url(/_img/mobile/bg_cloud.png) no-repeat -26px 52px #fff;
	-webkit-background-size: 330px 365px;
	-moz-background-size: 330px 365px;
	-o-background-size: 330px 365px;
	background-size: 330px 365px;*/
}

#sideNav .close {
	display: block;
	padding: 22px;
	position: absolute;
	top: 0; right: 0;
}
#sideNav .close span {
	width: 16px; height: 16px;
	display: inline-block;
	text-indent: -99999em;
	overflow: hidden;
	background: url(../_img/mobile/icon_close.png) no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	background-size: 16px 16px;
}
#sideNav .menu {
	
}
#sideNav .menu .m_type1 {
	padding: 90px 30px 0px 30px;
}
#sideNav .menu .m_type2 {
	padding: 0 30px 30px;
	/*border-top: 1px solid #efeff0;*/
	
}
#sideNav .menu li,
.sideNav_open #sideNav .menu li {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#sideNav .menu li {
	position: relative;
	top: 20px;
	opacity: 0;
}
.sideNav_open #sideNav .menu li {
	top: 0;
	opacity: 1;
}
#sideNav .menu li a {
	display: inline-block;
	font-weight: 600;
	line-height: 32px;
	color:#444;

}
#sideNav .menu li a span {
	text-indent: -99999em;
	overflow: hidden;
	vertical-align: middle;
}
#sideNav .top_fix ul li{float:left; width:auto; padding:0; }
#sideNav .top_fix ul li a{padding:5px 10px 3px 10px;  margin-right:7px; font-size:8px;}
#sideNav .top_fix ul li a.loginbtn{background: #ffdd1a; border:1px solid #ffdd1a;color:#444;}
#sideNav .top_fix ul li a.joinbtn{color:#ffdd1a; border:1px solid #ffdd1a}
#sideNav  .tbtn a {display:inline-block; float:left; padding:5px 13px;  margin-top:7px; font-size:8px; color:#ffdd1a; border:1px solid #ffdd1a; text-align:center;}

#sideNav .menu .m_type1 li a {
	font-size: 1.6em;
	color: #d0d0d0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	width:100%;
	padding:10px 0 ;
}
#sideNav .menu .m_type2 li a {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
#sideNav .menu li.active a {
	color: #fb653d;
	font-weight:600;
}

#sideNav .top_fix {
	position: absolute;
	left: 25px; top:25px;
	text-align: right;
}
#sideNav .top_fix .call img {
	width: 171px; height: 72px;
}
#sideNav .top_fix ul { margin:0; overflow:inherit;  display:none;}
.scrolled .bottom_fix {
    opacity: 1 !important;
    bottom: 0;
    visibility: visible !important;
	
}
.scrolled.lastScroll .bottom_fix {
    opacity: 0 !important;
    visibility: hidden !important;
}
.bottom_fix {
    width: 100%;
    padding: 20px 10px;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: -70px;
    -webkit-transition: all 0.4s cubic-bezier(0.215,0.610,0.355,1.000);
    -moz-transition: all 0.4s cubic-bezier(0.215,0.610,0.355,1.000);
    -o-transition: all 0.4s cubic-bezier(0.215,0.610,0.355,1.000);
    transition: all 0.4s cubic-bezier(0.215,0.610,0.355,1.000);
    z-index: 999999;
}
.bottom_fix ul {
    margin: 0 -3px;
	overflow:hidden;
}
.bottom_fix li {
    width: 50%;
    float: left;
    padding: 0 3px;
}
.btn_sel {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    box-pack: center;
    margin: auto;
    line-height: 1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ff6600;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-align: center;
    border-radius: 5px;
}
.btn_grd {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    box-pack: center;
    margin: auto;
    line-height: 1;
    width: 100%;
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(14,116,217,0.3);
    color: #ffffff;
    font-size: 17px;
    letter-spacing: -0.5px;
    text-align: center;
	background-color: #303030;

}
.slideMenu2 {
    background: #fff;
    position: fixed;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    width: 0;
}
.slideMenu2 .sc_consult {
    position: relative;
    top: 0;
    margin: 0 16px;
}
.slideMenu2 .sc_consult .sc_box {
padding-bottom: 5px;
    position: relative;
    background: #fff;
	box-shadow:none;
}
.clfix {
    clear: both;
}
.slideMenu2 .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
}
.slideMenu2 h2 {
    padding: 20% 0 0px 20px;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: #ffdd1a;
    font-weight: 600;
}
.slideMenu2 p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 5px 0 10px 20px;
	font-weight:600;
}
.slideMenu2 .sc_form ul {
    margin: 0 auto;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    background: #eee;
}
.inputWrap_st1 {
    position: relative;
    z-index: 1;
}
.inputWrap_st1 .input_tit {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 14px;
    white-space: nowrap;
    color: #ffdd1a;
    letter-spacing: 0.25px;
    font-weight: 600;
    z-index: 10;
}
.inputWrap_st1 input {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: #fff;
    text-align: left;
    border-radius: 5px;
    box-shadow: inset 3px 3px 5px #ddd;
}
.slideMenu2 .checksWrap_st1 {
    padding: 20px;
}
.checksWrap_st1 .checks {
    position: relative;
}
.sc_form .checksWrap_st1 a {
    display: inline-block;
    width: 60px;
    height: 28px;
    position: absolute;
    top: 19px;
    right: 17px;
    font-size: 11px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: #363636;
    border-radius: 3px;
}
.sc_form button {
    margin: 10px auto;
    display: block;
    width: 90%;
    background: #136fac;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.slideMenu2 .sc_consult .sc_box .sc_form button[type="submit"] {
    width: auto;
    min-width: 210px;
    height: 50px;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 29px;
    text-align: center;
    margin: 20px auto;
    background-color: #ffdd1a;
    line-height: 25px;
	padding: 15px 0;
}
.slideMenu2  .inputWrap_st1:before {
background:none;
}
.slideMenu2  .inputWrap_st1 input {     padding: 15px 30px 12px 100px;  }
.slideMenu2  .inputWrap_st1 .input_tit:before {
    content: '*';
    width: 5px;
    height: 5px;
    color: #ffdd1a;
    margin-right: 10px;
}

/* --------------------------------------------
 * header
/* ------------------------------------------ */
#header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 999;
	
/*	-webkit-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.15);
	-o-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0px 6px 0 rgba(0,0,0,0.15);*/
}
/* gnb */
#header .gnb {
	height: 70px;
	position: relative;
	background: #fff;
}
#cs #header .gnb {
	border-color: rgba(45, 46, 54, 0.92);
}

#header .logo { padding-top: 10px; text-align: center; }
#header .logo a {
	width:66px; height:50px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999em;
	color: transparent;
	background: url(../_img/mobile/logo.png) 0 0 no-repeat;
	/*background-image: url(/_img/header_sy.svg),none;*/
	-webkit-background-size: 65px;
	background-size: 65px
	/*background-position: -175px 0;*/
}

/*
#header .gnb .logo {
	text-align: center;
	padding-top: 17px;
}
#header .gnb .logo a {
	display: inline-block;
	line-height: 29px;
}
#header .gnb .logo img {
	width: auto; height: 35px;
}
*/

#header .h-tel {position:absolute; top:15px; left:10px; font-size:14px;}
#header .h-tel a {display:block;}
#header .h-tel img {float:left; width:30px; margin-top:6px;}
#header .h-tel .tel-txt {float:left; padding:3px;}

#header .gnb .btn_menu {
	position: absolute;
	top: 15px; right: 10px;
	
}
#header .gnb .btn_call {
	position: absolute;
	top: 0; left: 0;
}
#header .gnb .btn_menu a {
	width: 40px; height: 40px;
	display: block;

background:url('../_img/mobile/gnb_btn.png') no-repeat;
}

#header .gnb .btn_call a {
	width: 40px; height: 40px;
	display: block;
	background-position: 10px 10px;
}


/* lnb */
#header .lnb {	background: #ffdd1a; padding:13px;}
#header .lnb ul {display:flex; justify-content:center; max-width:360px; margin:0 auto;}
#header .lnb ul li {width:25%; text-align:center;}
#header .lnb ul li a::after {
	/* display:inline-block; width:2px; height:100%; background:#ff9249;
	content:''; position:relative; left:50%; top:0; transform:translateX(-50%); */
}
#header .lnb ul li a {display:block; color:#444; border-right:2px solid #ff9249; line-height:12px; font-weight:500;}
#header .lnb ul li:last-child a {border-right:none;}

#header .lnb li.active a {color:#ffd7a3;	opacity: 2;	filter: alpha(opacity=100);	-moz-opacity: 1;}

.sub_navi{position:relative; top:90px;z-index:15;}
.sub_navi ul{padding:3% 1%; width:100%; background:#fff; height:62px;}
.sub_navi ul li a{float:left;    width: 24%;text-align: center;padding: 10px;border: 1px solid #ddd;background: #fff; border-radius:3px; margin-right:1%; display:block;}
.sub_navi ul li.active a{background:#fb653d; color:#444;border: 1px solid #fb653d;}

/* locationTit */
#header .locationTit {
	background-color: rgba(40, 40, 46, 0.92);
}
#header .locationTit p {
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}



/* --------------------------------------------
 * container
/* ------------------------------------------ */
#container {
	width: 100%;
	position: relative;
	background: #fff;
	margin: 0 auto;
	z-index: 20;
	padding:1em 0;
}

/* --------------------------------------------
 * footer
/* ------------------------------------------ */
#footer {
	position: relative;
	z-index: 20;
	background: #fff;
	line-height: 1.3;
}
#footer .menu {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	/*padding: 0 16px;*/
}
#footer .menu ul li {
	float: left;
	/*padding-right: 18px;*/
	width:33.33%;
	text-align:center;
}
#footer .menu li a {
	display: inline-block;
	padding: 16px 0;
	font-size: 13px;
	color: #666;
	font-weight:600;
}
#footer .company {
	padding: 20px 16px 0;
}
#footer .company li {
	font-size: 12px;
	line-height: 22px;
	color: #777;
	letter-spacing: 0;
}
#footer .company li span {
	display: inline-block;
	color: #888787;
	margin-right: 5px;
}
#footer .copyright {
	font-family:'Lato','Rubik','NotoSansKR',Arial,AppleGothic,verdana,sans-serif;
	color: #9f9f9f;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 16px 16px 20px;
}
#footer .copyright b {
	color: #454545;
}
#footer .logo {
	padding: 0 16px 20px;
}
#footer .logo img {
	width: 100px; height: auto;
}

/* --------------------------------------------
 * layerPopup_개인정보취급방침/이용약관
/* ------------------------------------------ */
.layerPolicy .layerBody {
	overflow: hidden;
}
.layerPolicy .policy_con {
	height: 100%;
	padding: 20px;
	overflow-y: auto;
}
.layerPolicy .policy_con pre {
	white-space: pre-wrap;
	word-break: keep-all;
	font-size: 12px;
	line-height: 18px;
	color: #6a6c73;
}




.policy_wrap .policy_con {
	word-break: keep-all;
	font-size: 13px;
	line-height: 21px;
	color: #6a6c73;
	max-width:640px;
	margin:0 auto;
}
.policy_wrap .policy_con pre {
	white-space: pre-wrap;
}
.policy_wrap .policy_con .table_st1 td {
	font-size: 13px;
	line-height: 21px;
}
.policy_wrap .policy_con .table_st1 {
	margin: 30px 0;
}
.policy_wrap .policy_con h3 {
	margin: 10px 0;
	color: #2d2d36;
	font-size: 15px;
}
.policy_wrap .policy_con h4 {
	margin: 20px 0 5px;
	font-size: 15px;
}
.policy_wrap .policy_con .policy_txt {
	font-size: 13px;
	line-height: 21px;
	color: #6a6c73;
}
.policy_wrap .policy_con .policy_txt:after {
	display: block;
	clear: both;
	content: '';
}
.policy_wrap .policy_con .policy_txt strong {
	display: block;
	color: #2d2d36;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: -0.025em;
}
.policy_wrap .policy_con .policy_txt ul.col_2 {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.policy_wrap .policy_con .policy_txt ul.col_2:last-child {
	padding-right: 0;
	padding-left: 20px;
}
.policy_wrap .policy_con .policy_txt ul.col_2 li {
	margin-bottom: 15px;
}
.policy_wrap .policy_con .policy_txt ul.col_2 li:last-child {
	margin-bottom: 0;
}
.policy_wrap .policy_con .policy_txt ul.indent {
	margin: 5px 0 15px;
}
.policy_wrap .policy_con .policy_txt ul.indent li {
	position: relative;
	padding-left: 16px;
}
.policy_wrap .policy_con .policy_txt ul.indent li:before {
	content: '';
	width: 2px; height: 2px;
	display: inline-block;
	background: #6a6c73;
	position: absolute;
	top: 10px; left: 10px;
}

.policy_wrap .policy_con .privacy_top {
	padding: 10px 0 30px;
	border-bottom: 1px solid #555;
	margin-bottom: 30px;
}
.policy_wrap .policy_con .policy_part {
	padding: 0 0 50px;
	border-bottom: 1px dotted #555;
	margin-bottom: 50px;
}
.policy_wrap .policy_con .policy_part ul li {
	margin-bottom: 10px !important;
}
.policy_wrap .policy_con .policy_part ul li a {
	font-size: 15px;
	color: #000;
}
.policy_wrap .policy_con .policy_part ul li a:hover {
	text-decoration: underline;
}

.policy_wrap .policy_con table {
	table-layout: fixed;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 20px 0;
}
.policy_wrap .policy_con table thead th {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	padding: 15px 12px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #ddd;
	text-align: center;
	color: #333333;
	font-weight: normal;
}
.policy_wrap .policy_con table thead tr:first-child th:first-child {
	border-left: none;
}
.policy_wrap .policy_con table tbody tr th {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	padding: 15px 12px;
	border-top: 1px solid #ddd;
	color: #333333;
	font-weight: normal;
}
.policy_wrap .policy_con table tbody td {
	padding: 15px 12px;
	border-top: 1px solid #d4d4d7;
	border-left: 1px solid #d4d4d7;
	color: #777;
	background: #fff;
}
.policy_wrap .policy_con table tbody tr:first-child th,
.policy_wrap .policy_con table tbody tr:first-child td {
	border-top: none;
}
.policy_wrap .policy_con table tbody td:first-child {
	border-left: none;
}
.policy_wrap h2.tit{
	margin-bottom:15px;
	padding:20px 0 15px 0;
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	color:#444;
	background:#333;
}
.policy_wrap .policy_con .txtWrap{
	padding:10px;
}







/*main*/
.main_Topwrap{margin-top:10px;border: 2px solid #ffdd1a;border-radius: 7px 7px 0 0px;}
.main_Topwrap h2{font-size:2em;} 

.main_Topwrap .sell_count{position:relative;width:100%;  background:url(../_img/mobile/form_img.png) no-repeat left #17161b; padding:0.5em; background-size:496px; border-radius:5px 5px 0 0;}
.main_Topwrap .sell_count h2{color:#444; font-size:12px; float:left;  padding:0.5em 0.2em; width:20%;    background: rgba(0,0,0,0.5);}
.main_Topwrap .sell_count  ul li{float:left; color:#444; padding:0 0.5em; width:40%; text-align:right; }
.main_Topwrap .sell_count  ul li.m1{border-right:1px solid #fff;}
.main_Topwrap .sell_count  ul li p{float:right;}
.main_Topwrap .sell_count  ul li span.c_txt{font-size:12px; display:inline; vertical-align: middle;font-weight:600;}

.main_Topwrap .sell_count  ul li p.c_num{font-size:22px;line-height:22px;font-weight:600;}


/*무료상담box*/
.form_wrap{/*border: 1px solid #dedede;*/padding: 1em;background: #ededed; margin-top:-1px;}
.form_wrap h2{ color:#ffdd1a; line-height:1em; font-weight:600;}
.form_wrap h2 span.s_txt{font-size:0.6em;color:#454545;}
.form_wrap p{color:#444; padding:1em 0; font-weight:600;}
/*.form_wrap .counsel_form{border:1px solid #222; padding:1em;border-radius:2px; background:#ececec;}*/
.form_wrap .counsel_form .form_group{/*width:240px;*/height:38px; margin:-1px 0 0 -1px;position:relative;}
.form_wrap .counsel_form .form_group label {border-left: 1px solid #c3aa43;border-right: 1px solid #c3aa43;position: absolute;padding: 10px; color: #222; font-weight: 600; z-index: 99; background: #ffcc0b; width: 66px; height: 37px; border-bottom: 1px solid #c3aa44; margin-top: 1px;text-align: center;}
/*.form_wrap .counsel_form .form_group label{position:absolute;padding: 10px 0px 0 10px; color:#222; font-weight:600; z-index:99;}*/
.form_wrap .counsel_form .form_group input {font-size:12px;padding:12px 0px 12px 74px; background:#fff; box-sizing:border-box; width:100%; height:100%;border:1px solid #b5b5b5;}
.form_wrap .counsel_form .form_group input:focus{border:1px solid #fb653d;position:relative; z-index:9;}
.form_wrap .counsel_form .checkwrap{margin-top:5px;}
.form_wrap .counsel_form .checkwrap .check label{font-size:12px; color:#454545;}
.form_wrap .counsel_form .checkwrap .check a{font-size:12px; color:#444; background:#cecece; padding:5px; float:right;}
.form_wrap .counsel_form .checkwrap button{ border:none; background:#ffdd1a;font-size:20px; text-align:center; padding:10px 0;cursor:pointer; color:#444; width:100%; margin-top:5px; font-weight:600;}


.main_notice{ margin:1em 0;width:100%; background:#ededed; border-radius:5px; padding:1em;}
.main_notice h2{ font-size:14px; width:90px;background:url(../_img/mobile/notice_icon.png) no-repeat right;     background-size: 14px; float:left;}
.main_notice div{width:100%; padding: 0 0 0 100px}

.time_box{border:1px solid #dedede; padding:1em;border-radius:5px;}
.time_box h2{text-align:center;}
.time_box ul li{margin:1em 0; position:relative;}
.time_box ul li p{width: 75%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.time_box ul li span{position:absolute; right:0; top: -4px;color:#444; padding:5px; font-size:10px; border-radius:2px; width:50px; text-align:center;}
.time_box ul li span.c_ing{ background:#222;}
.time_box ul li span.c_end{background:#cecece;}

.buy_box{width:100%; padding:1em;background:url(../_img/mobile/buy_bg.png) no-repeat right top #ededed; background-size:417px;border-radius:5px; margin:1em 0; position:relative;}
.buy_box h2{font-size:14px;}
.buy_box p{font-size:10px;}
.buy_box span.b_btn{     position: absolute;right: 25%;top: 32%; color: #fff;background: #222;border-radius: 20px;width: 80px;height: 24px;line-height: 24px;text-align: center;font-size: 10px;}

.content_bottom div{float:left;width:32%; border-radius:5px; height:114px; margin-right:2%; padding: 1.2em 0.8em 1.1em; box-sizing: border-box; position:relative;}
.content_bottom div h2{font-size:14px; color:#666;}
.content_bottom div span.more_btn{position:absolute; bottom:5px; right:5px;color:#444; font-size:10px;}
.content_bottom .faqBox, .content_bottom .tipBox{background:url(../_img/mobile/cont_bg.png) no-repeat right bottom #ededed; background-size:125px;}
.content_bottom .kakao{background:#ffe23c;}

@media only screen and (max-width:350px){

.main_Topwrap .sell_count h2{color:#444; font-size:14px; float:left;  padding:0.5em 0.2em; width:20%;    background: rgba(0,0,0,0.5);}

}

.call_wrap{width:100%; background:#303030; text-align:center; color:#444; padding:15px; font-size:14px;}

.main_Topwrap .checksWrap_st1 a {display: inline-block;width: 66px;height: 28px;position: absolute;top: 0px;right: 0px;font-size: 11px; color: #888;line-height: 28px;text-align: center;background: #fff; border-radius: 3px;}

.fix_btn {position:fixed; bottom:100px; margin:auto;z-index:999;}

.btn_wht{
	width: 60px;
    height: 60px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjYiIGhlaWdodD0iMjYiCnZpZXdCb3g9IjAgMCA0OCA0OCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgZmlsbDojM0Y1MUI1OyIgZD0iTSA0MiAzNyBDIDQyIDM5Ljc2MTcxOSAzOS43NjE3MTkgNDIgMzcgNDIgTCAxMSA0MiBDIDguMjM4MjgxIDQyIDYgMzkuNzYxNzE5IDYgMzcgTCA2IDExIEMgNiA4LjIzODI4MSA4LjIzODI4MSA2IDExIDYgTCAzNyA2IEMgMzkuNzYxNzE5IDYgNDIgOC4yMzgyODEgNDIgMTEgWiAiPjwvcGF0aD48cGF0aCBzdHlsZT0iIGZpbGw6I0ZGRkZGRjsiIGQ9Ik0gMzQuMzY3MTg4IDI1IEwgMzEgMjUgTCAzMSAzOCBMIDI2IDM4IEwgMjYgMjUgTCAyMyAyNSBMIDIzIDIxIEwgMjYgMjEgTCAyNiAxOC41ODk4NDQgQyAyNi4wMDM5MDYgMTUuMDgyMDMxIDI3LjQ2MDkzOCAxMyAzMS41OTM3NSAxMyBMIDM1IDEzIEwgMzUgMTcgTCAzMi43MTQ4NDQgMTcgQyAzMS4xMDU0NjkgMTcgMzEgMTcuNjAxNTYzIDMxIDE4LjcyMjY1NiBMIDMxIDIxIEwgMzUgMjEgWiAiPjwvcGF0aD48L2c+PC9zdmc+") no-repeat #4155b0;
    border: 1px solid 1px solid #e5c22a;
    box-shadow: 0 4px 6px 0 rgba(81,99,120,0.2);
    background-size: 60px;
    display: block;
    position: fixed;
    bottom: 152px;
    right: 15px;
    z-index: 998;
    border-radius: 30px;
	background-size:50px;
	background-position:0px 2px;
}
.btn_wht span{
    text-align: right;
    display: block;
    padding-top: 21px;
    padding-right: 21px;
    font-weight: 500;
	font-size:14px;
	color:#444; 
	
}

.btn_wht2{
	width: 60px;
    height: 60px;
    background: url(../_img/naver_blog.png) no-repeat #28d200;
    border: 1px solid 1px solid #e5c22a;
    box-shadow: 0 4px 6px 0 rgba(81,99,120,0.2);
    background-size: 60px;
    display: block;
    position: fixed;
    bottom: 222px;
    right: 15px;
    z-index: 998;
    border-radius: 30px;
	background-size:42px;
	background-position:9px 10px;
}
.btn_wht2:hover, .btn_wht:hover{ box-shadow: 0 8px 12px 0 rgba(81,99,120,0.3) !important;}

.btn_wht2 span{
    text-align: right;
    display: block;
    padding-top: 21px;
    padding-right: 35px;
    font-weight: 500;
	font-size:14px;
	color:#444; 
	background-position:5px 3px;
}

/* sitemenu */
.select-active {
    background:#ffdd1a !important;
    color:#444 !important;
	font-weight:600;
}
.faq-page .sm07 a {
	background:#ffdd1a !important;
    color:#444 !important;
	font-weight:600;
}
.salesGuide-page .sm08 a {
	background:#ffdd1a !important;
    color:#444 !important;
	font-weight:600;
} 
.event-page .sm05 a {
	background:#ffdd1a !important;
    color:#444 !important;
	font-weight:600;
}
.branch-page .sm06 a {
	background:#ffdd1a !important;
    color:#444 !important;
	font-weight:600;
}
.divLeft .side_menu ul {display:flex; flex-flow:row wrap; justify-content:space-between; max-width:640px; margin:0 auto;}
.divLeft .side_menu ul::after {display:none;}
.divLeft .side_menu ul li {
	width:49.2%;
	margin-bottom:7px;
}
.divLeft .side_menu ul li a{
    /* width:140px; height:140px;  */border:1px solid #dedede; 
    box-shadow:1px 1px 7px rgb(0 0 0 / 10%);
    display:inline-block;cursor: pointer; 
    width:100%;
	text-align:center; padding:15px 0;
    background:#fff;
    font-size:14px;
	border-radius:10px;
}

</pre></body></html>