/* í°íŠ¸ */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

@font-face {
    font-family: 'MBC1961GulimM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/MBC1961GulimM.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 100; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 200; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 300; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 600; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 800; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 900; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff) format('woff');
    font-display: swap;
}


/* ì´ˆê¸°í™” */
* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
body,
div,
p,
li,
a,
address {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #050708;
}

.text-red{color:#fc1212;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input#sch_stx{color:#000;}

.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.visual_container {
	position: relative;
	width: 1350px;
	margin: 0 auto;
}

@media(max-width:1200px){
	.container, .visual_container {width: 1200px;margin: 0 auto;}
}
@media(max-width:991px){
	.container, .visual_container {width: 95%;margin: 0 auto;}
	section{width: 100%;}
}
@media(max-width:768px){
	.container, .visual_container {width: 90%;margin: 0 auto;}
}


/* ê³µí†µ */
input:focus {
	outline: none;
}
.overflow-hidden {
	overflow: hidden;
}
.container_wrapper {
	background-color: #f6f6f6;
}
.container_wrapper2 {
	background-color: #cfcfcf;
}
.container_wrapper3 {
	background-color: #fffdef;
}



h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	/*padding-top: 65px;*/
	cursor: default;
}

h2 span {
	color: #00adfe;
}

h2 span.cartone_title {
	color: #ce2222;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	cursor: default;
}

h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	cursor: default;
}

h4 span {
	color: #1e47c3;
}

p.label {
	font-weight: bold;
	font-size: 12px;
}

.h_line_grey {
	width: 100%;
	height: 1px;
	background-color: #DDDDDD
}

.h_line_black {
	width: 100%;
	height: 1px;
	background-color: #000;
}

.h_line_white {
	width: 100%;
	height: 1px;
	background: #FFF;
}

.h_line_lightgray {
	width: 100%;
	height: 1px;
	background: #ededed;
}

.h_line_blue {
	width: 100%;
	height: 10px;
	background: #1e47c3;
}

.taps_wrap {
	height: 30px;
	margin-top: -20px;
}

.taps {
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	margin-bottom:0;
}

.taps > li {
	float: left;
	padding: 0 14px 2px 14px;
	font-size: 16px;
	cursor: pointer;
	transition-duration: 0.2s;
	height: 34px;
	background-color: #444;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	line-height: 32px;
}

.taps > li:hover {
	background-color: #999999;
}

.taps > li.taps_active {	
	background: linear-gradient(to bottom,  #496ae5 0%,#3a57b2 100%);
}

.col3 {
	width: 287px;
}

.col4 {
	width: 388px;padding-left:0;padding-right:0;
}

.col6 {
	width: 590px;
}

.col9 {
	/*width: 893px;*/
	width:100%;
}

.box20 {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 20px;
}

.controller_left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	height: 40px;
	z-index: 100;
	padding-left:10px;
}

.controller_right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	height: 40px;
	z-index: 100;
	padding-right:10px;
}

.btn_style1 {
	box-sizing: border-box;
	height: 50px;
	border-radius: 10px;
	background: linear-gradient(to bottom,  #496ae5 0%,#3a57b2 100%); 
	cursor: pointer;
	text-align: center;
	transition-duration: 0.3s;
}

.btn_style1 > a {
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	line-height: 48px;
	transition-duration: 0.3s;
}

.btn_style1:hover{
	background-color: #7e7168;
}

.btn_style2 {
	box-sizing: border-box;
	height: 50px;
	background: linear-gradient(to bottom,  #496ae5 0%,#3a57b2 100%);
	border-radius: 10px;
	line-height: 46px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	transition-duration: 0.2s;
	cursor: pointer;
}

.btn_style2:hover {
	background-color: #7e7168;
}

.btn_style3 {
	box-sizing: border-box;
	height: 50px;
	border-radius: 0 0 10px 10px;
	line-height: 48px;
	background:linear-gradient(to bottom,  #4767de 0%,#3a58b3 100%);
	transition-duration: 0.3s;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.btn_style4 {
	box-sizing: border-box;
	height: 50px;
	border: 2px solid #1e47c3;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
}

.btn_style4 > a {
	font-weight: 500;
	font-size: 18px;
	color: #1e47c3;
	line-height: 46px;
}

.btn_style5 {
	box-sizing: border-box;
	height: 60px;
	border: 2px solid #E63950;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	background-color: #E63950;
}

.btn_style5 > a {
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	line-height: 56px;
	transition-duration: 0.2s;
}

.input_box {
	border-radius: 10px;
	background-color: #f1f1f1;
}
@media(max-width:991px){
	.col4 {width: 100%;}
	.col9 {width: 100%;}
	.col6 {width: 100%;}
}

/* ì¤‘ê°„ë°°ë„ˆ  */
#banner1 {
	position:relative;
	margin-bottom:0px;
}
#banner1 img{ display: block; max-width: 1200px; width: 100%; margin: 0 auto;}
/*#banner1 > a {
	position: absolute;
	width: 1920px;height:300px;
	left:50%; margin-left:-960px;
	top: 0;
}*/

#banner1 > a > img{
	position:absolute;
	width: 1920px;height:100%;
	left:50%;
	transform:translateX(-50%);
	top: 0;
	margin-top:0px;
}

#banner2 {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom:65px;
}

#banner2 > a {
	position: absolute;
	width: 1920px;
	height: 300px;
	top: 0;
	left: 50%;
	margin-left: -960px;
}


.partner h2{font-weight:600;}

.partner ul.slick-slider{border-top:1px solid #d2d2d2;}

/* í—¤ë” */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 161px;
	z-index: 99999;
	background-color: #FFF;

	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

h1 {
	padding-top: 16px;
	margin-bottom: 22px;
}

.search {
z-index:9999999;
	position: absolute;
	left: 50%;
	margin-left: -235px;
	top: 43px;
	width: 470px;
	height: 40px;
	border-radius: 50px;
	border: solid 2px #888;
	box-sizing: border-box;
}

.search > div {
	float: left;
	line-height: 36px;
	box-sizing: border-box;
	z-index:9999999;
}

.search .top_searched .keyword{color:#222;cursor:pointer;}

.fa-align-justify:before{
	color:#222;font-size:22px;

}

.navbar-toggle{padding:8px 10px;line-height:22px;}

.top_searched {
	width: 200px;
	padding: 0 0 0 20px;
	overflow: hidden;
}

.top_searched > p {
	position: relative;
	float: left;
}

.top_searched_btn {
	position: absolute;
	right: 0;
	top: 16px;
	cursor: pointer;
}

.keyword {
	width: 100px;
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.keyword > span {
	color: #222;
	font-weight: bold;
	margin-right: 5px;
}

.search_box {
	position: relative;
	width: 250px;
	height: 40px;
	cursor: pointer;
}

.search_box input {
	background: transparent;
	border: none;
	border-left: 1px solid #999;
	padding-left: 9px;
	margin-left: 5px;
}

.search_box > div:nth-child(2) {
	position: absolute;
	right: 10px;
	top: 10px;
}

.search_box p {
	color: #999;
}

.top_btn {
	position: absolute;
	top: 42px;
	right: 0;
}

.top_btn > ul {
	overflow: hidden;
}

.top_btn > ul > li {
	position: relative;
	float: left;
	
	
	cursor: pointer;
	padding-left:15px;
}

.top_btn > ul > li:nth-child(1) a{
	background-color: #ff97d5;
}

.top_btn > ul > li:nth-child(2) a{
	background-color: #32bef3;
}

/*
.top_btn > ul > li:nth-child(1)  img {
	position: relative;
	width:25px;
	display:inline-block;
}
*/

.top_btn > ul > li img {
	position: relative;
	width: 25px;
	display:inline-block;
	margin-right:8px;
}
.top_btn > ul > li:nth-child(2)  img {
	margin-top:-2px;
}

.top_btn > ul > li > a {
	color: #FFF;
	/*position: absolute;
	top: 0;
	left: 55px;line-height: 38px;*/
	width: 136px;
	height: 40px;
	
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	display:inline-block;
	padding: 7px 22px;
}

.top_btn > ul > li:hover > a {
	font-weight: 700;
}

.gnb {
	height: 54px;
}

.gnb > ul {
	overflow: hidden;
}

.gnb > ul > li {
	margin-right: 89.4px;
	float: left;
	line-height: 52px;
}

.gnb > ul > li:last-child {
	margin-right: 0;
}

.gnb > ul > li > a {
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.gnb > ul > li > a > img {
	padding-top: 9px;
	display: inline;
}

.gnb > ul > li > a:hover {
	color: #1e47c3;
}

/* top searched detail */
.top_searched_detail {
	position: fixed;
	top: 70px;
	left: 50%;
	margin-left: -240px;
	width: 260px;
	height: 249px;
	background-image: url(/images/top_searched.png);
	z-index: 9999999;
	display: none;
}

.top_searched_title {
	background-color: #1e47c3;
	border-radius: 10px;
	width: 220px;
	height: 40px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 30px;
}

.top_searched_title > h3 {
	color: #000;
	font-size: 14px;
	margin-top: 2px;
	line-height:20px;
}

.top_searched_title > p {
	color: #000;
	font-size: 10px;
	margin-top: -10px;
}

.top_searched_detail > ul {
	position: absolute;
	width: 220px;
	height: 150px;
	top: 75px;
	left: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.top_searched_detail > ul > li {
	width: 220px;
	height: 26px;
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 5px;
	cursor:pointer;
}

.top_searched_detail > ul p {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
}

.top_searched_detail > ul .num {
	width: 20px;
	left: 10px;
	color: #1e47c3;
	font-weight: 500;
}

.top_searched_detail > ul .product_name {
	left: 34px;
	font-weight: 500;
	width: 80px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_searched_detail > ul .price {
	right: 10px;
	color: #1e47c3;
	width: 92px;
	font-weight: 500;
}

.top_searched_detail .close_detail {
	position: absolute;
	bottom: -34px;
	right: 50%;
	margin-right: -44px;
	cursor: pointer;
}


/* search detail */
.search_detail {
	position: fixed;
	top: 106px;
	z-index: 999999;
	width: 100%;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	border-bottom: 4px solid #1e47c3;
	height: 295px;
	display: none;
}

.search_detail h3 {
	text-align: left;
	font-size: 16px;
}

.search_detail .container {
	margin: 15px auto;
	overflow: hidden;
}

.search_detail .container > div {
	float: left;
	height: 170px;
}

.search_detail .container > div:nth-child(2) {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin: 0 16px;
	box-sizing: border-box;
}

.top_searched_area > ul {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.top_searched_area > ul > li {
	float: left;
	margin-right: 10px;
	padding: 3px 15px 5px 15px;
	margin-bottom: 10px;
	border: 1px solid #1e47c3;
	font-size: 16px;
	color: #1e47c3;
	border-radius: 40px;
	cursor: pointer;
}

.fee_area {
	padding: 0 16px;
}

.fee_input {
	margin-top: 25px;
	text-align: center;
}

.fee_input > input {
	text-align: center;
	width: 100px;
	height: 30px;
	border: none;
	background-color: #F1F1F1;
}

.fee_slider {
	border: 1px solid #dddddd;
	position: relative;
	width: 80%;
	margin: 20px 11% 50px 9%;
	height: .8em;
	border-radius: 10px !important;
}

.slider_area {
	width: 100%;
	background-color: #F1F1F1;
	height: 10px;
	border-radius: 10px;
}

.slider_range {
	overflow: hidden;
	margin-top: 18px;
	/*padding-left: 20%;*/
}

.slider_range > p {
	float: left;
	/*width: 20%;*/
	font-size: 11px;
}

.slider_controller {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 4px solid #1e47c3;
	background-color: #FFF;
	left: 0;
	top: -9px;
	cursor: pointer;
}

.type_area ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.type_area ul > li {
	float: left;
	border: 1px solid #999999;
	font-size: 16px;
	color: #999999;
	border-radius: 40px;
	cursor: pointer;
	height: 34px;
	text-align: center;
	line-height: 31px;
	box-sizing: border-box;
}

.type_area ul > li.selected {
	border: 1px solid #1e47c3;
	color: #1e47c3;
}

.type_area ul.type_area_car > li {
	width: 140px;
}

.type_area ul.type_area_car > li:nth-child(1) {
	margin-right: 7px;
}

.type_area ul.type_area_sort > li {
	width: 91px;
	margin-right: 7px;
}

.type_area ul.type_area_sort > li:last-child {
	margin-right: 0;
}

.btn_wrap {
	position: relative;
	width: 340px;
	height: 50px;
	padding-top: 5px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.btn_wrap > div {
	width: 160px;
	float: left;
	height: 40px;
}

.btn_wrap > div > a {
	line-height: 39px;
}

.btn_wrap > .btn_style4 {
	margin-right: 20px;
}

.btn_wrap > div.btn_style4 > a {
	line-height: 35px;
}

.search_detail .close_detail {
	position: absolute;
	left: 50%;
	margin-left: -44px;
	bottom: -28px;
	cursor: pointer;
}

/*gnb slidetoggle */
.gnb_detail {
	position: fixed;
	top: 161px;
	z-index: 999;
	width: 100%;
	padding: 30px 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	background-color: rgba(256, 256, 256, 0.94);
	border-bottom: 4px solid #1e47c3;
	height: 120px;
	display: none;
}

.gnb_detail p {
	position: absolute;
	top: 28px;
	left: 190px;
	font-size: 21px;
	font-weight: 500;
}

.gnb_detail p > span {
	color: #1e47c3;
}

.gnb_detail_contents {
	display: none;
}



/* ë°°ë„ˆ */

.mainvisualWrap{position:relative; padding:50px 0; background-color:#f6f6f6}
#main_banner {
	position: relative;
	/* width: 100%; */
	overflow: hidden;
	/*margin-top: 161px;height: 600px;*/
	width: 100%;
	/*float: left;*/
}

#main_banner .main_bn img{width:100%;}

/*#main_banner>ul{
    position: relative;
  }
  #main_banner>ul>li{
    position: absolute;
    top: 0;
    left: 0;
  }*/


#main_banner_wrap{display:block; position:relative; margin:0 auto}
.main_bn{border-radius:15px; overflow:hidden;}
/*.main_bn1{background:url('/images/visual01.jpg') no-repeat center; height:380px;}*/

/*
.main_bn .txtbox{ text-align:left; padding:40px; position:absolute; bottom:55px;}
.main_bn .txtbox p{font-size:22px; margin-bottom:10px; color:#fff; font-family: 'SCoreDream'; font-weight: 300;}
.main_bn .txtbox h3{font-size:40px; margin-bottom:10px; color:#fff; text-align:left; font-family: 'MBC1961GulimM'; font-weight:100;text-shadow: 2px 2px 5px rgba(0,0,0,0.9);}
.main_bn .txtbox h1{font-size:50px; margin-bottom:0px; color:#1e47c3; font-family: 'MBC1961GulimM';text-shadow: 2px 2px 5px rgba(0,0,0,0.9);}
*/






.main_banner_pager {
	position: absolute;
	background-color: #444444;
	width: 292px;
	height: 420px;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.main_banner_pager > ul:nth-child(1) {
	width: 240px;
	margin: 0 auto;
	padding-top: 26px;
}

.main_banner_pager > ul > li {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	background-color: rgba(108, 108, 108, 0.5);
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid rgba(108, 108, 108, 0);
}

.main_banner_pager > ul > li > a {
	font-size: 15px;
	color: #FFF;
}

.main_banner_pager > ul > li.banner_active {
	background-color: #FFF;
}

.main_banner_pager > ul > li.banner_active > a {
	color: #1e47c3;
	font-weight: 500;
}

.main_banner_pager > ul > li:hover {
	border: 1px solid #FFF;
}

#main_banner .banner_controller {
	width: 75px;
	margin: 26px auto 0 auto;
	overflow: hidden;
}

#main_banner .banner_controller > li {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
}

#main_banner .banner_controller > li:nth-child(1) {
	margin-right: 15px;
}

#main_banner .banner_controller > li > img {
	position: absolute;
	top: 9px;
	left: 9px;
}

#main_banner .banner_controller_active {
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
}

#main_banner_img {
	position: relative;
	z-index: 0;
	height: 600px;
}

#main_banner_img li {
	background-position: center;
	background-size: cover;
	width: 1920px;
	height: auto;
	border-radius:0;
}

@media(max-width:991px){
	.mainvisualWrap{position:relative; padding:30px 0; background-color:#f6f6f6}

	#main_banner {}
	#main_banner_img {}
	#main_banner_img li {width:100% !important;}
	.mainvisualWrap .swiper-slide{min-width:100%;}
	/*.mainvisualWrap .swiper-slide a img{width:200% !important;margin-left:-255px;}*/
	.mainvisualWrap .container-slide{width:100%;}

	.top_searched_detail {top:150px;}
}
@media(max-width:767px){
	#main_banner {}
	#main_banner_img {}
/*	.mainvisualWrap .swiper-slide a img{width:200% !important;margin-left:-200px;}*/
}
@media(max-width:500px){
	#main_banner {}
	#main_banner_img {}
	/*.mainvisualWrap .swiper-slide a img{width:200% !important;margin-left:-130px;}*/
}
@media(max-width:420px){
	#main_banner {}
	#main_banner_img {}
/*	.mainvisualWrap .swiper-slide a img{width:200% !important;margin-left:-112px;}*/
}
@media(max-width:370px){
	#main_banner {}
	#main_banner_img {}
	/*.mainvisualWrap .swiper-slide a img{width:200% !important;margin-left:-100px;}*/
}






/*----- main-slide -----*/


.mainConsultBtn button.btn{line-height:1px;}
.mainVisual{height:550px;position: relative;  width: 100%;}

.mainVisual .visual01 {background:#0072ff; }
.mainVisual .visual02 {background:#ddd; }
.mainvisualWrap .mainVisual a img {width:100%;}
.mainvisualWrap .mainConsult{position: absolute; top: 30px; left: 55px; z-index: 100; background:#fff;border-radius:15px 15px 30px 30px; 
	width:255px; /*height:385px; margin-left:200px; margin-top:-190px;*/ z-index:1;  box-shadow: 0px 10px 15px 0px rgba(0,13,56,0.1);
	float:right;
}
.mainvisualWrap .mainConsult .mainConsultBtn{/*position:absolute; bottom:0; */ width:100%;}
.mainvisualWrap .mainConsult .mainConsultBtn .btn{
    width: 100%;
    padding: 32px 0;
    font-size: 17px;
    background:linear-gradient(to bottom,  #4767de 0%,#3a58b3 100%);;
	border-radius: 0 0 15px 15px;
    color: #fff;
	font-weight:600;
}
.mainvisualWrap .mainConsult .mainConsultBtn .btn i {/*padding:4px 0 0 7px*/line-height:0px;padding-left:10px;}
.mainvisualWrap .mainConsult .mainConsultBox {text-align:center; padding:35px 30px 25px; }
.mainvisualWrap .mainConsult .mainConsultBox ul {}
.mainvisualWrap .mainConsult .mainConsultBox h3.tit{font-weight:400; font-size:26px; margin-bottom:20px; line-height:30px;color: #333;}
.mainvisualWrap .mainConsult .mainConsultBox .selectbox{}
.mainvisualWrap .mainConsult .mainConsultBox .selectbox:hover{border:1px solid #333}
.mainvisualWrap .mainConsult .mainConsultBox .selectbox.w50{float:left; width:49%;}
.mainvisualWrap .mainConsult .mainConsultBox .selectbox.w50:nth-of-type(2) {margin-right:2%;}
.mainvisualWrap .mainConsult .mainConsultBox .selectbox.w50 select{}
.mainvisualWrap .mainConsult .mainConsultBox ul li {float:left;width:100%; margin-bottom:8px; position:relative; background:#fff;}
.mainvisualWrap .mainConsult .mainConsultBox ul li span.tit {
	position: absolute;
    top: 9px;
    left: 15px;
    font-size: 13px;
}
.mainvisualWrap .mainConsult .mainConsultBox ul li span.tit em {
	color:red; 
	font-size:18px;
}
.mainvisualWrap .mainConsult .mainConsultBox ul li input{
    border-radius: 0;
    width: 100%;
    padding: 0 0 0 75px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    background-color: transparent;
	border: 1px solid #ebebeb;
}
.mainvisualWrap .mainConsult .mainConsultBox ul li:hover input {border:1px solid #333}
.mainvisualWrap .mainConsult .mainConsultBox .input-checkbox{
	width: 100%;
    text-align: left;
    margin: 10px 0;
	color:#999;
}
.mainvisualWrap .mainConsult .mainConsultBox .input-checkbox a{color:#999;}

.mainVisual {}
.mainvisualWrap .visualWrap{}
.mainvisualWrap .swiper-container{/*padding:0 180px;*/ }
.mainvisualWrap .swiper-slide{
	width:80%;flex-shrink: 0;
	min-width:1200px;
}
.mainvisualWrap .swiper-slide a{
	position:relative;
	background:#000;
	height:100%;
	overflow:hidden;
}
.mainvisualWrap .swiper-slide a img{
	-webkit-transition:0.5s;
	transition:0.5s;
	opacity:0.7;
}
.mainvisualWrap .swiper-slide.swiper-slide-active a img{
	opacity:1 !important;
	
}

.mainvisualWrap .swiper-slide-active{
	/*border-radius:15px; */overflow:hidden;
	opacity:1;
	box-shadow: 0px 10px 15px 0px rgba(0,13,56,0.04);;
}





@media(min-width:992px){
	.container-slide{width:1920px;}
}
@media(max-width:992px){
	.container-slide{width:95%;margin:0 auto;}
	.mainvisualWrap .mainVisual a img {width:100%}

	.mainvisualWrap .mainConsult .mainConsultBox { padding:25px 20px }
	.mainvisualWrap .mainConsult .mainConsultBox h3.tit{font-size: 22px;margin-bottom: 15px;}

}
@media(max-width:767px){
	.mainvisualWrap .mainConsult .mainConsultBox {padding: 20px }
	.mainvisualWrap .mainConsult .mainConsultBtn .btn{
		padding: 25px 0;
	}
}
@media(max-width:450px){
	.mainvisualWrap .mainConsult .mainConsultBox h3.tit{font-size:19px;margin-bottom:9px;}

}






/* ê³µì§€ì‚¬í•­ */
#notice {
	background-color:#fff;
	height: 44px;
	border:1px solid #ddd
}

.notice_contents {
	position: relative;
	height: 44px;
}

.notice_contents > img {
	padding-top: 14px;
	float: left;
}

.notice_contents > p {
	line-height: 39px;
	float: left;
	margin: 0 15px;
	color:#222;
}

.notice_contents > ul > li {
	line-height: 44px;
	display: none;
}
.notice_contents > ul > li > a{
	color:#222;
}

.notice_contents > ul > li.notice_active {
	display: block;
}

.notice_controller {
	position: absolute;
	top: 7px;
	right: 0;
	z-index: 100;
}

.notice_controller > div {
	width: 11px;
	height: 15px;
	padding: 4px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.notice_controller > div img{ display: block;}
#notice #main_notice {
	width: auto !important;
}

#notice #main_notice a li{color:#fff;}

/* í”„ë¡œëª¨ì…˜ */
#monthly h2 img {
	display: inline;
	margin-left: 8px;
	cursor: pointer;
}

#monthly h2 a {
	position: relative;
}

#monthly h2 .tooltip {
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 99;
	width: 300px;
	border-radius: 0 20px 20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #F7DA34;
	padding: 10px 15px;
	font-size: 14px;
	display: none;
}

.live_timer {
	position: absolute;
	left: 0;
	top: -32px;
	height: 24px;
}

.live_timer > p {
	color: #fff;
}

.live_timer img {
	display: inline;
	margin-bottom: 3px;
	margin-right: 10px;
}

.promotion_car {
	padding: 40px 0;
	height: 568px;
}

.promotion_car > div {
	float: left;
}

.promotion_car #main_promotion_car_list {
	display:none;
	height: 488px;
	overflow-y: auto;
	padding-right: 8px;
	box-sizing: border-box;
}

.taps_contents > div.col4 {
	float: left;
	margin-right: 16px;
}

#main_promotion_car_list::-webkit-scrollbar {
	width: 10px;
}

#main_promotion_car_list::-webkit-scrollbar-thumb {
	background-color: #1e47c3;
	border-radius: 4px;
}

#main_promotion_car_list::-webkit-scrollbar-track {
	background-color: #999;
	border-radius: 4px;
}

.car_list > li {
	position: relative;
	width:100%;
	height: 88px;
	margin-bottom: 12px;
	border: 2px solid #FFF;
	line-height: 86px;
	overflow: hidden;
	cursor: pointer;
	transition-duration: 0.2s;
}

.car_list > li:hover {
	border: 2px solid #999;
}

.car_list > li:last-child {
	margin-bottom: 0;
}

.car_list > li > .num {
	font-size: 22px;
	margin-left: 25px;
	font-weight: 700;
	color: #1e47c3;
}

.car_list > li > img {
	height: 90px;
	position: absolute;
	left: 65px;
	bottom: 0;
}

.car_list > li > .product_name {
	position: absolute;
	top: 0;
	left: 210px;
	font-size: 18px;
	width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.car_list > li.car_list_active {
	border: 2px solid #1e47c3;
}

.car_detail {
	position: relative;
	height: 488px;
	text-align: center;
}

.car_detail .controller_left {
	left: 5%;
}

.car_detail .controller_right {
	right: 5%;
}

.discount {
	position: absolute;
	left: 25px;
	top: 25px;
}

.discount > p {
	position: absolute;
	top: 0;
	line-height: 28px;
	font-weight: 500;
	color: #FFF;
	width: 70px;
	text-align: center;
	font-size: 22px;
}

.car_img {
	width: 320px;
	margin: 0 auto;
}

.product_name {
	width: 100%;
	padding: 0 10px;
	font-size: 22px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	/*height:70px;*/
}

.price_original {
	font-size: 16px;
	color: #999999;
	text-decoration: line-through;
}

.price {
	font-size: 16px;
}

.price > span {
	font-size: 22px;
	color: #ce2222;
	font-weight: 500;
	line-height:22px;
}

.condition {
	width: 160px;
	height: 32px;
	background-color: #eeeeee;
	margin: 10px auto 0 auto;
	line-height: 30px;
	border-radius: 5px;
	color: #000;
	font-weight: 500;
}

.condition2 {
	width: 280px;
	height: 60px;
	margin: 20px auto;
}

.promotion_car .btn_style2{border-radius:0 0 10px 10px;}

.quick_estimate {
	height: 258px;
	margin-bottom: 16px;
	padding: 15px 34px 20px 34px;
}

.quick_estimate > .input_box {
	width: 100%;
	height: 32px;
	margin-bottom: 6px;
}

.quick_estimate input {
	background: transparent;
	border: none;
}

.quick_estimate > .input_box > input[type="text"] {
	width: 100%;
	height: 32px;
	text-align: center;
}

.number_wrap {
	padding: 0 55px;
	box-sizing: border-box;
}

.number_wrap > select {
	float: left;
	background: transparent;
	border: none;
	height: 32px;
	width: 50px;
	text-align:center;
}

.number_wrap .phone_number{width:33.3333%;}

.number_wrap > p {
	float: left;
	line-height: 30px;
	width: 10px;
	text-align: center;
}

.number_wrap > input[type="number"] {
	float: left;
	height: 32px;
	padding: 0 10px;
	width:28%;
	text-align: center;
}

#monthly div.agreement {
	height: 20px;
	margin: 6px 0;
}

#monthly div.agreement > label {
	color: #999999;

}

#monthly div.agreement > p {
	color: #999999;
	cursor: pointer;
	float: right;
}

.live {
	height: 210px;
	padding: 15px 34px 20px 34px;
}

.live div#swiper-realtime_request {
	height: 138px;
}

.live ul#realtime_request > li {
	position: relative;
	width: 100%;
	height: 30px;
	border-radius: 10px;
	background-color: #f1f1f1;
	margin-bottom: 6px;
	line-height: 28px;
}

.live ul#realtime_request > li > p {
	float: left;
	margin-left: 20px;
}

.realtime_state {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 80px;
	background-color: #FFF;
	border: solid 2px #050708;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	font-weight: 500;
}

.wip {
	color: #CE2222;
}

/* í”„ë¡œëª¨ì…˜ */
@media(min-width: 992px){
	#promotion{ padding-top: 90px;}
}
#promotion h2 {
	text-align: left;
	/*padding-top: 45px;
	margin-top: 20px;*/
}
.release_promotion h2 {
	text-align: left;
	padding-top: 45px;
	margin-top: 20px;
}

#promotion h4 {
	text-align: left;
	margin: 0;
}

#promotion .col9 > div {
	position: relative;
}

.promotion_car_list {
	position: relative;
	height: 360px;
	margin-top: 13.5px;
}

.promotion_car_list > ul {
	width: 100%;
	height: 350px;
	/*overflow: hidden;*/
}

.promotion_car_list > ul > li {
	position: relative;
	/*float: left;*/
	width: 287px;
	height: 350px;
	/*margin-right: 16px;*/
	background-color: #F1F1F1;
	border-radius: 0 0 10px 10px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

/*.promotion_car_list>ul>li:nth-child(3n){
    margin-right: 0;
  }*/
 .promotion_car_list > ul > li  figure{
	content:'';display:block;width:100%;height:50%;position:relative;top: 0px;left:0;background: linear-gradient(-180deg, #bac3ce 60%, #F1F1F1 40%);
 }
.promotion_car_list > ul > li  img {
	width: 90%;
	/*margin-left: 5%;*/
	height: 100%;
	margin:0 auto;
	margin-bottom: 10px;
	transition-duration: 0.2s;
	position:relative;
	object-fit: contain;
}

.promotion_car_list > ul > li:hover > img {
	width: 94%;
	margin:0 auto; 
	margin-bottom: 10px;
}

.promotion_car_list .controller_left {
	top: 45%;
	display: none;
}

.promotion_car_list .controller_right {
	top: 45%;
	display: none;
}

.promotion_car_list:hover .controller_left {
	display: block;
}

.promotion_car_list:hover .controller_right {
	display: block;
}

.promotion_car_list .h_line_white {
	position: absolute;
	bottom: 150px;
	left: 0;
}
.promotion_car_list .car_name{
	position: absolute;
	width: 80%;
    left: 50%;
    font-size: 18px;
    font-weight: 500;
    transform: translateX(-50%);
    bottom: 154px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
}
.promotion_car_list .product_name {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 120px;
	font-size: 16px;
	font-weight: 500;
}

.promotion_car_list .possible {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 30px;
	border-radius: 8px;
	background-color: #ffffff;
	line-height: 28px;
	color: #1e47c3;
	font-weight: 500;
}

#promotion .price_original {
	position: absolute;
	bottom: 100px;
	left: 68.5px;
	width: 140px;
	height: 30px;
	border-radius: 8px;
	margin: 0 auto;
	line-height: 28px;
	font-weight: 500;
	background-color: transparent;
	font-size: 12px;
}

.promotion_car_list .price {
	position: absolute;
	bottom: 80px;
	left: 68.5px;
	width: 140px;
	height: 30px;
	border-radius: 8px;
	margin: 0 auto;
	line-height: 28px;
	font-weight: 500;
	background-color: transparent;
}

#promotion .condition {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -80px;
	background-color: #FFF;
	height: 20px;
	line-height: 18px;
}


.promotion_car_list .btn_style3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#promotion .col3 {
	position: absolute;
	top: 82px;
	right: 0;
	width: 287px;
	height: 859px;
}

/*ìƒí’ˆì¶”ì²œê¸°ëŠ¥íŽ˜ì´ì§€*/

#recommend_page{
	position: relative;
    width: 100%;
    height: 422px;
    overflow: hidden;
	margin-top:85px;
}

#recommend_page > a {
    position: absolute;
    width: 1920px;
    height: 422px;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

/* ì˜ìƒìœ¼ë¡œ ë³´ëŠ” ì¹´ë² ì´ ì†Œì‹ */
#youtube h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 65px;
	color:#fff;
}

#youtube {
	/*margin-top: 85px;*/
}

#youtube > div {
	height: 774px;
}

#youtube div.col6 {
	float: left;
	margin-right: 18px;
	margin-top: 20px;
	position: relative;
}

#youtube div.col6:last-child {
	margin-right: 0;
}

.video_category {
	position: relative;
	width: 590px;
	height: 40px;
	background-color: #1e47c3;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
}

.video_category > p {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.video_category > a {
	position: absolute;
	top: 0;
	right: 15px;
	color: #000;
	cursor: pointer;
}

.video_category > a:hover {
	text-decoration: underline;
}

.video_thumbnail {
	position: relative;
}

.video_thumbnail > img {
	width: 590px;
	height: 332px;
	cursor: pointer;
}

.video_overbox {
	background-color: transparent;
	width: 590px;
	height: 332px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition-duration: 0.1s;
}

.video_overbox > img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
}

.video_thumbnail:hover > .video_overbox {
	background-color: rgba(0, 0, 0, 0.6);
}

.video_slider {
	position: relative;
	width: 590px;
	height: 180px;
	margin-top: 20px;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.video_slider .video_thumbnail {
	float: left;
}

/*.video_slider .video_thumbnail:nth-child(2n){
    margin-left: 12px;
  }*/
.video_slider .video_thumbnail > img {
	width: 239px;
	height: 134px;
}

.video_title {
	width: 239px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.video_info {
	color: #888;
}

.video_slider .controller_left {
	top: 38%;
}

.video_slider .controller_right {
	top: 38%;
}

/* ì™œ ì‹ ì°¨ìž¥ê¸°ë ŒíŠ¸? */
#why {
	padding-top: 90px;
	text-align: center;
}

#why h2 {
	/*padding-top: 85px;*/
	margin-bottom: 10px;
}

#why ul {
	overflow: hidden;
	width: 1100px;
	margin: 40px auto 100px auto;
}

#why ul > li {
	position: relative;
	float: left;
	/*width: 16.6666%;
	height: 150px;*/
	/*margin-right: 90px;*/
	width: 16%;
	height: 180px;
    margin: 2px;
	background-color: #f6f6f6;
}

#why ul > li.active{
	background-color:#d6effc;
}


#why ul > li:last-child {
	margin-right: 0;
}

#why ul > li > div {
	position: relative;
	width: 100%;
	height: 110px;
	margin-bottom: 18px;
}

#why ul > li > div > img{ display: block;}
#why ul > li > div > img:nth-child(1) {
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin:0 auto;
}

#why ul > li > div > img:nth-child(2) {
	position: absolute;
	top: 20px;
	left: 33px;
}

#why ul > li > p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

/* ì´ë²¤íŠ¸ */
#event h2 {
	padding-top: 45px;
	color: #222;
}

.more {
	position: absolute;
	right: 60px;
	top: 55px;
	color: #999999;
	cursor: pointer;
}

.more:hover {
	text-decoration: underline;
	color:#1e47c3;
}
.more:visited {
	text-decoration: underline;
	color:#1e47c3;
}

#event .more i{line-height:25px;padding-left:5px;}

#event .container {
	padding-bottom: 35px;
}

#event ul {
	width: 1200px;
	height: 245px;
	margin: 20px auto 0 auto;
	/*overflow: hidden;*/
}

#event ul > li {
	position: relative;
	float: left;
	width: 260px;
	
	/*margin-right: 12px;height: 200px;
	background-color: #FFF;
	*/
	
	border-radius: 0 0 20px 20px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	margin-top: 10px;
	transition:0.3s;
}

#event ul > li:nth-child(4n) {
	margin-right: 0;
}

#event ul > li img {
	width: 100%;
	border-bottom: 2px solid #f1f1f1;
}

#event ul > li:hover {
	margin-top: 0;transition:0.3s;
}

.event_title {
	margin-left: 5%;
	width: 90%;
	margin-top: 12px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
}

.event_description {
	width: 100%;
	color: #999999;
	font-size: 16px;
	white-space: nowrap;
}

/* ë§žì¶¤ ì¶”ì²œì°¨ëŸ‰ */
#recom_person_swipe_container{width:1076px;}
#recom_company_swipe_container{width:1076px;}

#recommend{
	position: relative;
}

#recommend .product_name{ padding: 0 70px;}

#recommend h2 {
	margin-top: 14px;
	/*padding-top: 85px;*/
}

.recommend_bg {
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.recommend_bg ul {
	transform: translate3d(-1092px, 0px, 0px);
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.recommend_bg li {
	position: relative;
	float: left;
	width: 348px;
	background-color: #FFF;
	border-radius: 20px;
	margin-right:16px;
}



.recommend_bg li:nth-child(3n) {
	margin-right: 0;
}

#recommend .car_detail {
	position: relative;
	height: auto;padding-bottom:25px;
	text-align: center;
	border-radius:15px; 
	overflow:hidden;
}
#recommend .car_detail figure{ content:'';display:block;width:100%;height:50%;position:relative;top: 0px;left:0;background: linear-gradient(-180deg, #bac3ce 60%, #fff 40%);}
#recommend .car_detail img{width: calc(100% - 90px); margin:0 auto;}





/* ì‹ ì°¨ë‰´ìŠ¤ */
#news {
	padding-top: 60px;
}

#news h2 {
	/*padding-top: 85px;*/
	margin-bottom: 20px;
	/*line-height:40px;*/
}

#news h3 {
	text-align: left;
	color: #FFF;
	font-size: 20px;
}

/*#news #news_swiper {
	width: 1076px;
}

#news ul {
	width: 1076px;
	height: 200px;
	/*margin: 0 auto;*/
	/*overflow: hidden;*/
	text-align: left;
/*}

#news li {
	width: 530px;
	height: 200px;
	background-color: #1e47c3;
	border-radius: 20px;
	float: left;
	padding: 25px 30px;
	box-sizing: border-box;
	cursor: pointer;
	transition-duration: 0.1s;
}

/*#news li:nth-child(2n){
  margin-left: 16px;
}*/
#news li:hover {
	background-color: #2567BB;
}

/*#news li > div {
	float: left;
}*/

.v_line {
	width: 8px;
	height: 150px;
	margin-right: 22px;
	background-color: #FFF;
	border-radius: 4px;
}

.news_contents p {
	color: #FFF;
	font-size: 16px;
}

.text {
	margin-top: 6px;
	width: 440px;
	height: 74px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* ì¹´íŠ¸ì› */
#cartone > .container_wrapper {
	padding-bottom: 110px;
}

#cartone h2 {
	padding-top: 85px;
}

#cartone ul {
	width: 1076px;
	height: 280px;
	margin: 0 auto;
}

#cartone li {
	position: relative;
	width: 251px;
	height: 270px;
	/*margin-right: 24px;*/
	float: left;
	cursor: pointer;
	margin-top: 10px;
	transition-duration: 0.2s;
}

#cartone li:nth-child(4n) {
	margin-right: 0;
}

#cartone li > img {
	width: 251px;
	height: 251px;
}

#cartone li:hover {
	margin-top: 0;
}

.cartone_category {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 10px 0;
	width: 110px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.c_point {
	background-color: #FFCD00;
}

.c_life {
	background-color: #389275;
}

.c_car {
	background-color: #1e47c3;
}

.cartone_discount {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 251px;
	height: 50px;
	box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.3);
	background-color: #ce2222;
	border-radius: 0 0 20px 20px;
	line-height: 48px;
}

.cartone_discount > img {
	position: absolute;
	bottom: 10px;
	left: 55px;
}

.cartone_discount > p {
	position: absolute;
	left: 95px;
	top: 0;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
}

/* ê³ ê°ì„¼í„° */
#CS h2 {
	/*padding-top: 85px;*/
	margin-bottom: 20px;
}

#CS div {
	cursor: pointer;
	margin-bottom: 40px;
}

#CS div:nth-child(2) {
	float: left;
}

#CS div:nth-child(3) {
	float: right;
}

/* í‘¸í„° */
@media(min-width: 992px){
	#fnb {
		padding: 20px;
		border-top:1px solid #d2d2d2;
	}
	#fnb li {
		float: left;
		margin-right: 50px;
		cursor: pointer;
	}
}
#fnb ul {
	overflow: hidden;
	margin:0;
}



#fnb li:last-child {
	margin-right: 0;
}

#fnb li a {
	font-size: 16px;
	color: #999;
}

#fnb li:hover a {
	color: #000;
}

#footer > div {
	padding: 40px 0 100px 0;
}

#footer p {
	line-height: 24px;
	color: #6C6C6C;
	text-align: center;
}

#footer p a {
	transition-duration: 0.2s;
}

#footer p a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.sns {
	position: absolute;
	right: 0;
	top: 0;
	width: 264px;
	height: 50px;
	overflow: hidden;
}

.sns li {
	float: left;
	margin-right: 14px;
	cursor: pointer;
	width: 40px;
	height: 50px;
}

.sns li:last-child {
	margin-right: 0;
}

.sns li img {
	width: 40px;
	padding-top: 5px;
	transition-duration: 0.2s;
}

.sns li:hover img {
	padding-top: 0;
}

/* í”Œë¡œíŒ…ë²„íŠ¼ */
.go_to_top {
	position: fixed;
	right: 30px;
	bottom: 80px;
	z-index: 9999;
	cursor: pointer;
	transition-duration: 0.1s;
}

.go_to_top:hover {
	bottom: 85px;
}


/* 하단 고정 바 */
.fix_bottom_wrap{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
.fix_bottom_wrap ul{background-color: #f6f6f6; margin-bottom:0; box-shadow:0 0 5px rgba(0,0,0,0.3);}
.fix_bottom_wrap ul:after{content:''; display:block; clear:both;}
.fix_bottom_wrap ul li{width:25%; float:left; padding:15px 5px; text-align:center; border-right:1px solid #ebebeb;}
.fix_bottom_wrap ul li:last-child{border-right:none;}
.fix_bottom_wrap ul li a{display:inline-block; text-align:center;width:100%;}
.fix_bottom_wrap ul li a img{margin:0 auto; width:40px;}
.fix_bottom_wrap ul li a p{font-size:14px; color:#666;font-weight:400;}

.floating_bottom_wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 126px;
	z-index: 999;
}

.floating_bottom {
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: 0;
	box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.3);
	background-color: rgba(50, 50, 50, 0.92);
}

.carbay_call {
	position: absolute;
	left: 50%;
	bottom: 80px;
	margin-left: -760px;
}

.bottom_title {
	position: absolute;
	left: 0;
	top: 30px;
	width: 135px;
	/*height: 110px;*/
}

.floating_bottom form {
	margin-left: 162px;
}

.fb_input_box {
	position: relative;
	float: left;
	height: 40px;
	margin-right: 20px;
}

.fb_input_box:last-child {
	margin-right: 0;
}

.floating_bottom label {
	float: left;
	margin-right: 10px;
	line-height: 40px;
	color: #FFF;
}

.floating_bottom input[type=checkbox] {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-top: 12px;

}

.floating_bottom input {
	width: 80px;
	height: 30px;
	border: none;
	margin-top: 5px;
}

.fb_number {
	float: left;
	width: 250px;
	height: 30px;
	margin-top: 5px;
	background-color: #FFF;
	padding: 0 0 0 14px;
	box-sizing: border-box;
}

.fb_number select {
	float: left;
	height: 30px;
	background-color: transparent;
	border: none;
	width: 60px;
}

.fb_number > p {
	float: left;
	line-height: 28px;
}

.fb_number > input {
	float: left;
	margin-top: 0;
	width: 72px;
}

.fb_input_box a.btn_open_agreement {
	float: left;
	line-height: 40px;
	color: #FFF;
	cursor: pointer;
}

.floating_bottom .btn_style1 {
	width: 160px;
	background-color: #1e47c3;
	position: absolute;
	top: 15px;
	right: 0;
	transition-duration: 0.1s;
}

.floating_bottom .btn_style1 > a {
	font-size: 16px;
	color: #fff;
}

.floating_bottom .btn_style1:hover a{
	color: #fff;
}


/* ë ˆì´ì–´ íŒì—… ê³µí†µ */
.layer_popup_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 99999999;
}

.layer_popup {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFF;
}

.layer_popup_wrap .popup_title {
	width: 100%;
	height: 60px;
	background-color: #1e47c3;
	padding: 0 30px;
	box-sizing: border-box;
}

.layer_popup_wrap .popup_title p {
	color: #FFF;
	font-size: 18px;
	line-height: 58px;
}

.layer_popup_wrap .popup_body {
	position: relative;
	width: 450px;
	height: 600px;
	/*padding-bottom: 90px;*/
	box-sizing: border-box;
	overflow-y: auto;
}

.layer_popup_wrap .popup_close {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}


/* í”„ë¡œëª¨ì…˜ íŒì—… */
.promotion_popup .layer_popup {
	position: absolute;
	width: 1200px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -350px;
	background-color: #FFF;
}

.popup_taps {
	position: relative;
	width: 720px;
	height: 60px;
}

.popup_taps > ul {
	overflow: hidden;
	width: 300px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
}

.popup_taps > ul > li {
	width: 145px;
	margin-right: 10px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	line-height: 37px;
	color: #FFF;
	font-size: 16px;
	float: left;
	box-sizing: border-box;
	margin-top: 10px;
	cursor: pointer;
	background-color: #444;
}

.popup_taps > ul > li:last-child {
	margin-right: 0;
}

.popup_taps > ul > li.popup_taps_active {
	background-color: #FFF;
	color: #1e47c3;
	font-weight: 500;
}

.popup_close {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}

.promotion_popup .popup_body {
	width: 893px !important;
	margin: 0 auto;
}

.popup_body > div {
	position: relative;
}

.promotion_popup .popup_body > div {
	display: none;
}

.promotion_popup .popup_body > div.popup_active {
	display: block;
}

.popup_body h2 {
	padding-top: 20px;
	text-align: left;
}

.popup_body h4 {
	text-align: left;
}

.popup_body .live_timer {
	top: 70px;
	right: 0;
}

.popup_body .live_timer p {
	float: right;
}

.popup_body .live_timer img {
	margin-left: 10px;
	right: 0;
}

.popup_banner {
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.popup_banner > a:nth-child(1) {
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
}

.popup_banner > a:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}


/* ì¸ê¸°ì°¨ì¢… ìš°ì„ ìˆœìœ„ ì„ ì ì‹ ì²­ */
.form_popup .layer_popup {
	position: absolute;
	width: 450px;
	height: 536px;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -268px;
	background-color: #FFF;
}

.form_popup .popup_body {
	position: relative;
	text-align: center;
	width: 320px;
	margin: 0 auto;
}

.form_popup .popup_body > p {
	font-size: 22px;
	font-weight: bold;
	margin-top: 45px;
	margin-bottom: 20px;
	border-bottom: 4px solid #1e47c3;
}

.form_popup .input_box {
	height: 50px;
	margin-bottom: 10px;
}

.form_popup input {
	background: transparent;
	border: none;
}

.form_popup select {
	height: 50px;
}

.form_popup .number_wrap p {
	line-height: 50px;
}

.form_popup input[type="text"] {
	width: 320px;
	height: 50px;
	text-align: center;
}

.form_popup input[type="number"] {
	float: left;
	height: 50px;
	padding: 0 10px;
	width: 33.3333%;
	text-align: center;
}

.form_popup .agreement {
	height: 20px;
	margin: 6px 0;
	text-align: left;
}

.form_popup .agreement > label {
	color: #999999;
}

.form_popup .agreement > p {
	color: #999999;
	cursor: pointer;
	float: right;
}

.form_popup .btn_style1 {
	margin-top: 30px;
}

.form_popup .popup_banner {
	background-color: #444444;
	height: 100px;
}

.form_popup .popup_banner > p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
}


/* ê°œì¸ì •ë³´ ì´ìš©ì•½ê´€ ì•ˆë‚´ íŒì—… */
.agreement_popup .layer_popup {
	position: absolute;
	width: 450px;
	height: 536px;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -268px;
	background-color: #FFF;
}

.agreement_popup .popup_body {
	width: 450px;
	height: 476px;
	padding: 30px;
	box-sizing: border-box;
	overflow-y: inherit
}

.agreement_popup .popup_body ul {
	width: 390px;
	height: 416px;
}

.agreement_popup .popup_body li {
	list-style: circle;
	margin-bottom: 15px;
}


/* ìœ íŠœë¸Œ íŒì—… */
.youtube_popup > iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -157.5px;
	margin-left: -280px;
}

.close_youtube {
	position: absolute;
	top: 650px;
	left: 50%;
	margin-left: -10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 10px;
	cursor: pointer;
}


/* ìš°ì¸¡ ëŒì¶œë©”ë‰´ */
.side_menu {
	position: fixed;
	width: 448px;
	height: 100%;
	right: -408px;
	/* slidetoggle */
	top: 0;
	z-index: 9999999999;
	
}

.side_menu_btn {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -60px;
	width: 40px;
	height: 120px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	border-radius: 20px 0 0 20px;
	cursor: pointer;
}

.side_menu_btn_close {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
}

.side_menu_body {
	position: absolute;
	right: 0;
	top: 0;
	width: 408px;
	height: 100%;
	background-color: #F1F1F1;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	/*2021-03-09 ì¶”ê°€*/
	visibility: hidden
}

.side_menu_banner {
	position: relative;
	margin: 10px 10px 0 10px;
	width: 388px;
	height: 100px;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
}

.side_menu_banner > a {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.smb_description {
	font-size: 16px;
	color: #FFF;
}

.smb_title {
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
}

.side_menu_banner img {
	position: absolute;
	top: 20px;
	right: 20px;
}

.smb1 {
	background-color: #1e47c3;
}

.smb2 {
	background-color: #444444;
}

.side_menu .car_detail {
	width: 388px;
	margin: 10px auto;
	height: 340px;
}

.side_menu .car_detail .car_img {
	padding: 0;
	width: 260px;
}

.side_menu .quick_estimate {
	width: 388px;
	margin: 0 auto;
}

.side_menu .agreement_detail_btn {
	float: right;
	cursor: pointer;
}

.side_menu .btn_style1 {
	margin-top: 10px;
}

.ui-slider-handle {
	width: 20px !important;
	height: 20px !important;
	border-radius: 30px !important;
	border: 4px solid #1e47c3 !important;
	background-color: #FFF !important;
	cursor: pointer;
	top: -.6em;
	margin-left: -.6em;
	position: absolute;
	z-index: 2;
	touch-action: none;

}

/*.ui-slider-range {
	background-color: #F1F1F1 !important;
	height: 10px !important;
	border-radius: 10px !important;
	top: 0;
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
*/

/* ìš°ì¸¡ ëŒì¶œë©”ë‰´ Wide Ver. */
.side_menu_wide {
	position: fixed;
	width: 1200px; /* ì˜¤ëŠ˜ ë³¸ ìƒí’ˆ: 430px */
	height: 100%;
	right: 0;
	top: 0;
	z-index: 99999;
	background-color: #F1F1F1;
}
.side_menu_wide_btn {
	position: absolute;
	left: -108px;
	top: 25%;
}
.side_menu_wide_btn>ul{
	width: 110px;
	height: 96px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	border-radius: 15px 0 0 15px;
	border: 2px solid #F1F1F1;
	overflow: hidden;

}
.side_menu_wide_btn>ul>li{
	width: 100%;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-bottom: 1px solid #F1F1F1;
	background-color: #FFF;
	color: #1e47c3;
	font-weight: 500;
	cursor: pointer;
	font-size: 15px;
	transition-duration: 0.1s;
}
.side_menu_wide_btn>ul>li:hover{
	background-color: #1e47c3;
	color: #FFF;
}
.side_menu_wide_btn>ul>li.side_menu_wide_active{
	background-color: #1e47c3;
	color: #FFF;
}
.side_menu_wide_btn>ul>li:last-child{
	border-bottom: 0;
}

.side_menu_wide_close{
	display: block;
	margin-top: 20px;
	margin-left: 22px;
	width: 70px;
	height: 70px;
	border: 2px solid #F1F1F1;
	box-sizing: border-box;
	border-radius: 40px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
.side_menu_wide_close>img{
	display: block;
	width: 14px;
	margin: 15px auto 5px;
}

.side_menu_wide_containner {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 2px);
	height: 100%;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-left: 20px solid #1e47c3;
}
.side_menu_tabs_title{
	position: relative;
	padding: 50px 50px 0;
	box-sizing: border-box;
}
.side_menu_title{
	font-size: 28px;
	font-weight: bold;
	display: inline;
}
.side_menu_title_right{
	position: absolute;
	right: 50px;
	top: 56px;
	overflow: hidden;
}
.side_menu_title_right>div{
	float: right;
	margin-left: 10px;
}
.side_menu_right_btn{
	padding: 2px 15px 3px;
	background-color: #1e47c3;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	cursor: pointer;
}
.side_menu_right_text{
	line-height: 34px;
}
.side_menu_line_white{
	width: 100%;
	height: 2px;
	background-color: #FFF;
	margin: 20px 0 40px;
}
.side_menu_tabs_body{
	padding: 0 50px 50px;
	box-sizing: border-box;
	height: calc(100% - 152px);
	overflow-y: auto;
}

/* sidemenu tabs0 */
.side_menu_tabs2{
	display: block;
}
.side_menu_tabs_body #side_menu_event {
	width: auto;
	height: 245px;
	margin: 20px auto 0 auto;
	/*overflow: hidden;*/
}
.side_menu_tabs_body #side_menu_event > li {
	position: relative;
	float: left;
	width: calc(25% - 9.5px);
	height: 200px;
	background-color: #FFF;
	border-radius: 0 0 20px 20px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	margin-right: 12.6px;
	margin-bottom: 30px;
	transition-duration: 0.2s;
}
.side_menu_tabs_body #side_menu_event > li:nth-child(4n) {
	margin-right: 0;
}
.side_menu_tabs_body #side_menu_event > li img {
	width: 100%;
	border-bottom: 2px solid #f1f1f1;
}
.side_menu_tabs_body #side_menu_event > li:hover {

}
.side_menu_tabs_body .event_title {
	margin-left: 5%;
	width: 90%;
	margin-top: 12px;
	color: #1e47c3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
}
.side_menu_tabs_body .event_description {
	width: 100%;
	color: #999999;
	font-size: 16px;
	white-space: nowrap;
}

/* sidemenu tabs1 */
.side_menu_tabs1 .side_menu_tabs_body{
	height: calc(100% - 344px);
}
.side_menu_tabs1 .side_menu_right_btn{
	background-color: #6C6C6C;
}

.side_menu_tabs1 .side_menu_right_btn.s_promotion_active{
	background-color: #1e47c3;
}
.side_menu_tabs1 .live_timer{
	top: 59px;
	left: 168px;
}
.side_menu_tabs1 .promotion_car_list{
	margin: 0;
	height: 100%;
}
.side_menu_tabs1 .promotion_car_list ul{
	overflow: hidden;
	height: auto;
}
.side_menu_tabs1 .promotion_car_list ul li{
	background-color: #FFF;
	float: left;
	width: 31%;
	height: 300px;
	margin-right: 3.5%;
}
.side_menu_tabs1 .promotion_car_list ul li img{
	margin-top: -10px;
	width: 70%;
	margin-left: 15%;
}
.side_menu_tabs1 .promotion_car_list ul li:nth-child(3n){
	margin-right: 0;
	margin-bottom: 40px;
}
.side_menu_tabs1 .promotion_car_list ul li:last-child{
	margin-bottom: 0;
}
.side_menu_tabs1 .promotion_car_list ul li .h_line_white{
	background-color: #F1F1F1;
}
.side_menu_tabs1 .promotion_car_list ul li .product_name{
	bottom: 110px;
}
.side_menu_tabs1 .promotion_car_list ul li .possible{
	background-color: #F1F1F1;
}

/* sidemenu tabs2 */
.compare_product{
	overflow: hidden;
	height: 100%;
}
.compare_product>div{
	float: left;
	position: relative;
}
.compare_product_list{
	width: 24%;
	height: 100%;
	padding-right: 40px;
	box-sizing: border-box;
	overflow-y: auto;
	border-right: 2px solid #FFF;
}
.compare_nothing{
	/*display: none;*/
	color: #CCC;
	width: 250px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	letter-spacing: -0.4px;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 125px);
}
.compare_product_pic{
	position: relative;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 20px;
}
.compare_product_img{
	width: 100%;
}
.compare_product_delete{
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	z-index: 9;
}
.compare_product_pic_overbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.compare_product_pic_overbox:hover{
	border: 2px solid #1e47c3;

}
.compare_product_pic_active{
	border: 2px solid #1e47c3;
}
.compareAwithB{
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 50px;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
}

.compareAwithB .product_name {
	font-size: 18px !important;
	font-weight: bold !important;
}
.compareAwithB .h_line_white{
	margin: 20px 0;
}
.compare_product_detail{
	float: left;
	width: 48%;
	text-align: center;
}
.productA{
	margin-right: 2%;
}
.compareAwithB .list_spec_box {
	position: relative;
	margin: 8px auto 0;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0 15px;
}
.compareAwithB .spec_label {
	text-align: left;
	line-height: 38px;
	font-weight: 500;
	font-size: 16px;
}
.compareAwithB .spec_style2 {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 38px;
	text-align: right;
	font-size: 16px;
}
.compareAwithB .list_price_box {
	position: relative;
	margin: 8px auto 0;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0 15px;
}
.compareAwithB .price_label {
	text-align: left;
	line-height: 38px;
	font-weight: 500;
	font-size: 16px;
}
.compareAwithB .price_rent .price_label {
	color: #21A1B7;
}
.compareAwithB .price_lease .price_label {
	color: #1e47c3;
}
.compareAwithB .price_style2 {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 38px;
	text-align: right;
	font-size: 16px;
}
.compareAwithB .list_btn_estimate {
	margin: 30px auto 0;
	position: relative;
	width: 100%;
	background-color: #1e47c3;
	border-radius: 10px;
	left: 0 !important;
	box-sizing: border-box;
	cursor: pointer;
}
.compareAwithB .list_btn_estimate:hover {
	background-color: #104283
}
.compareAwithB .list_btn_estimate a {
	display: block;
	font-size: 16px;
	color: #FFF;
	line-height: 50px;
	font-size: 18px;
}

/* sidemenu tabs3 */
.side_menu_wide_banner {
	position: relative;
	margin: 10px 10px 0 10px;
	width: 388px;
	height: 100px;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
}
.side_menu_wide_banner > a {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.smb_description {
	font-size: 16px;
	color: #FFF;
}
.smb_title {
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
}
.side_menu_wide_banner img {
	position: absolute;
	top: 20px;
	right: 20px;
}
.smb1 {
	background-color: #1e47c3;
}

.smb2 {
	background-color: #444444;
}
.side_menu_wide .car_detail {
	width: 388px;
	margin: 10px auto;
	height: 340px;
}
.side_menu_wide .car_detail .car_img {
	padding: 67px 0;
	width: 260px;
}
.side_menu_wide .quick_estimate {
	width: 388px;
	margin: 0 auto;
}
.side_menu_wide .agreement_detail_btn {
	float: right;
	cursor: pointer;
}
.side_menu_wide .btn_style1 {
	margin-top: 10px;
}
.side_menu_wide .btn_style1 a{ color: #fff;}
.ui-slider-handle {
	width: 20px !important;
	height: 20px !important;
	border-radius: 30px !important;
	border: 4px solid #1e47c3 !important;
	background-color: #FFF !important;
	cursor: pointer;
	top: -.6em;
	margin-left: -.6em;
	position: absolute;
	z-index: 2;
	touch-action: none;
}
/*.ui-slider-range {
	background-color: #F1F1F1 !important;
	height: 10px !important;
	border-radius: 10px !important;
	top: 0;
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

*/

/* ê³µì˜í™ˆì‡¼í•‘ */
#tvshopping h2 {
	margin-bottom: 15px;
}

#tvshopping .container {
	padding: 25px 0;
}

#tvshopping .box20 {
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}

.tv_slider {
	/*overflow: hidden;*/
	position: relative;
	width: 686px;
	height: 380px;
}

.tv_slider li {
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 686px;
	height: 380px;
	/*display: none;*/
}

.tv_slider li.tvshopping_active {
	/*display: block;*/
}

.tv_slider li img {
	width: 100%;
}

.tv_form {
	position: absolute;
	top: 25px;
	width: 436px;
	right: 25px;
}

.tv_form_box {
	background-color: #F1F1F1;
	width: 436px;
	padding: 18px;
}

.tv_form_title {
	position: relative;
	width: 315px;
	height: 65px;
	margin: 0 auto;
}

.tv_form_title h3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
	line-height: 67px;
	font-size: 24px;
}

.tv_text {
	text-align: center;
	font-size: 16px;
}

.tv_text span {
	color: #1e47c3;
	font-weight: bold;
}

.tv_form_box .quick_estimate {
	height: 200px;
	margin-bottom: 16px;
	padding: 18px 0;
	box-sizing: border-box;
}

.tv_form_box .quick_estimate > .input_box {
	background-color: #FFF;
	height: 50px;
	border: 2px solid #E63950;
	box-sizing: border-box;
	width: 100%;
}

.tv_form_box .quick_estimate input {
	background: transparent;
	border: none;
}

.tv_form_box .quick_estimate > .input_box > input[type="text"] {
	width: 386px;
	height: 48px;
	text-align: center;
}

.tv_form_box .number_wrap {
	padding: 0 86px;
	box-sizing: border-box;
}

.tv_form_box .number_wrap > select {
	float: left;
	background: transparent;
	border: none;
	height: 48px;
	width: 50px;
}

.tv_form_box .number_wrap > p {
	float: left;
	line-height: 48px;
	width: 10px;
	text-align: center;
}

.tv_form_box .number_wrap > input[type="number"] {
	float: left;
	height: 48px;
	padding: 0 10px;
	width: 50px;
	text-align: center;
}

.tv_form_box div.agreement {
	height: 20px;
	margin: 6px 0 10px;
}

.tv_form_box div.agreement > label {
	color: #999999;
	position: inline;
	margin-left: 4px;

}

.tv_form_box div.agreement > p {
	color: #999999;
	cursor: pointer;
	float: right;
}



/* ì›”ê°„ì¹´ë² ì´ ì˜ì—­ ì¶”ê°€ */
#mom > .container_wrapper {
	padding-bottom: 110px;
}

#mom h2 {
	/*padding-top: 85px;*/
}

#mom ul {
	/*width: 1076px;*/
	height: 280px;
	margin-top: 40px;
}

#mom li {
	position: relative;
	/*width: 190px;height: 347px;*/
	
	/*margin-right: 24px;*/
	float: left;
	cursor: pointer;
	margin-bottom: 55px;
}

#mom li:nth-child(4n) {
	margin-right: 0;
}

#mom li > .mom_thumbnail {
	/*width: 190px;
	height: 251px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
	position:relative;
}

#mom li .mom_thumbnail .medal {
	position: absolute;
	top: 0; 
	left: 10px;
}


#mom li .mom_thumbnail figure img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

/*
.mom_thumbnail01 {
	background-image: url(/layout_dp/v2/img/tmpImg01.jpg);
}

.mom_thumbnail02 {
	background-image: url(/layout_dp/v2/img/tmpImg02.jpg);
}

.mom_thumbnail03 {
	background-image: url(/layout_dp/v2/img/tmpImg03.jpg);
}

.mom_thumbnail04 {
	background-image: url(/layout_dp/v2/img/tmpImg04.jpg);
}
*/

.mom_mark {
	position: absolute;
	top: -18px;
	left: 14px;
	width: 80px;
	height: 113px;
	text-align: center;
	z-index: 8;
}

.mom_mark > img {
	position: absolute;
	top: 0;
	left: 0;
}

.mom_mark > p {
	position: relative;
	z-index: 9;
	color: #FFF;
	font-size: 15px;
	margin-top: 18px;
	margin-right: 18px;
}

.mom_mark > p > span {
	font-size: 17px;
	font-weight: 500;
}

.monthly_estimate_btn {
	position: absolute;
	bottom: -45px;
	width: 100%;
	height: 50px;
	box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.3);
	background: linear-gradient(to bottom,  #496ae5 0%,#3a57b2 100%); 
	border-radius: 0 0 20px 20px;
	line-height: 50px;
	text-align: center
}

.monthly_estimate_btn > p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.mom_overbox {
	display: none;
	position: absolute;
	top: 0;
	left: 10px;
	width: 190px;2024-12-03
	height: 347px;
	background-color: rgba(0, 0, 0, 0.4);
}

.mom_detail_view_btn {
	width: 160px;
	height: 32px;
	margin: 140px auto 0;
	background-color: #ffffff;
	color: #1e47c3;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
}

#mom ul li:hover .mom_overbox {
	display: block;
}


/* ì›”ê°„ê³„ì•½ì™• ìƒì„¸ íŒì—… */
.monthly_detail {
	display: none;
	margin-left: -225px;
	width: 450px;
	height: 560px;
	margin-top: -235px;
}

.catchphrase {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:
}

.catchphrase span{
	color: #ff2121
}


.catchphrase img {
	margin: 20px auto 10px;
}

.question {
	margin-left: 20px;
	padding: 15px;
	border: solid 2px #c0d2e9;
	background-color: #ffffff;
	border-radius: 0 10px 10px 10px;
	width: 330px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.question > p {
	font-size: 15px;
}

.answer {
	margin-left: 80px;
	padding: 15px;
	background-color: #c0d2e9;
	border-radius: 10px 0 10px 10px;
	width: 330px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.answer > p {
	font-size: 15px;
}

.answer_img {
	width: 300px;
	height: 200px;
	background-image: url(../img/tmpImg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.mom_estimate {
	/*margin-top: 50px;*/
	background-color: #ddd;
	padding: 63px 50px;
}
.mom_story_title_img{
	width:100%;
	height:100%;
}
.mom_estimate > img {
	margin: 0 auto;
}

.mom_estimate .input_box {
	height: 50px;
	margin-bottom: 10px;
}

.mom_estimate input {
	background: transparent;
	border: none;
}

.mom_estimate select {
	height: 50px;
}

.mom_estimate .number_wrap p {
	line-height: 50px;
}

.mom_estimate input[type="text"] {
	width: 320px;
	height: 50px;
	text-align: center;
}

.mom_estimate input[type="number"] {
	float: left;
	height: 50px;
	padding: 0 10px;
	width: 33.333%;
	text-align: center;
}

.mom_estimate .agreement {
	height: 20px;
	margin: 6px 0;
	text-align: left;
}

.mom_estimate .agreement > label {
	color: #333; font-weight:300;
}

.mom_estimate .agreement > p {
	color: #333;
	cursor: pointer;
	float: right;
}

.mom_estimate .btn_style1 {
	margin-top: 30px;
	height: 60px;
}

.mom_estimate .btn_style1 > a {
	line-height: 60px;
}
.mom_estimate .btn_style1 > a span{
	color: #ffeb3b;
}

.mom_estimate .popup_banner {
	background-color: #444444;
	height: 100px;
}

.mom_estimate .popup_banner > p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
}

.t_white {
	color: #FFF;
}

.t_yellow {
	color: #FFCD00;
}

.t_blue {
	color: #1e47c3;
	text-align: center;
}

.scroll_down_animation {
	position: absolute;
	bottom: 0;
	width: 435px;
	left: 0;
	height: 75px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.44), #ffffff);
}

.scroll_down_animation > img {
	margin: 6px auto 0;
	animation-name: bounce;
	animation-duration: 1s;
	animation-iteration-count: infinite
}

@keyframes bounce {
	0% {
		margin-top: 14px;
	}

	50% {
		margin-top: 6px;
		animation-timing-function: ease-in
	}

	100% {
		margin-top: 14px;
		animation-timing-function: ease-out
	}
}
.rapid_icon{
	width:86px;
	height:34px;
	background-color:#e90404;
	border-radius:20px;
	position:absolute;
	top:8px;
	right:18px;
	/*visibility:hidden*/
	display:none;
}

.rapidicon{
	position:absolute;
	left:6px;
	top:8px;
}

.rapidtxt{
	position:absolute;
	right:8px;
	line-height:32px;
	font-weight:500;
	color:white;
}

.early_icon{
	width:86px;
	height:34px;
	background-color:#0bb65b;
	border-radius:20px;
	position:absolute;
	top:60px;
	right:18px;
	top:8px;
	right:18px;
	/*visibility:hidden*/
	display:none;
}

.earlyicon{
	position:absolute;
	left:11px;
	top:7px;
}

.earlytxt{
	position:absolute;
	right:12px;
	line-height:32px;
	font-weight:500;
	color:white;
}

.mainbizmark{
	position:absolute;
	right:90px;
	bottom:0px;
}
.mainbizmarks{
	position:absolute;
	right:0px;
	bottom:0px;
}

/***   #event  ***/

#event_swipe{width:1076px;}
#event ul{transform:translate3d(-1088px, 0px, 0px);}
#event ul > li{margin-right: 12px;}


/*Responsive*/
@media (max-width: 991px) {
	.promotion_car_list .car_name{
		bottom: 175px;
	}
	.container.container-top{height:70px;}
	/*헤더*/
	.search {
	position: absolute;
	left: 50%;
	margin-left: -235px;
	top: 113px;
	width: 470px;
	height: 40px;
	border-radius: 50px;
	border: solid 2px #1e47c3;
	box-sizing: border-box;
	}
	.top_btn {top:32px;right:70px;}
	.top_btn > ul > li{width:100px;}
	.top_btn > ul > li:nth-child(1){margin-right:10px;}
	.top_btn > ul > li > img {display:none;}
	.top_btn > ul > li > a{left:19px;font-size:14px;}

	.call_btn {float:right;top: 14px;position: relative; }
	.call_btn a{display:inline-block; }
	.call_btn a img{width:40px; }

	.mainvisualWrap .mainConsult{
		left: 50%;
		margin: 0 auto ;
		top:0;
		margin-top:15px;
		margin-bottom:0px;
		position:relative;
		width: 100%;
		transform: translate(-50%, 0px);
		float: none;
	}
	.mainVisual{}
	#main_banner{
		width: 100%;
		float: none;
	}
	
	
	/*할인은 기본*/
	.promotion_car{padding-top:15px;}
	.live.box20.mobile_ver{margin-top:5px;}

	#monthly h2.h2_prepaid{line-height:30px;font-size:22px;}
	.live_timer {position: absolute;left: 0;top: -32px;height: 24px;}
	.live_timer img{width:50px;}
	.live_timer > p {font-size:10px;}

	.taps_contents{width:100%;}
	.taps > li{font-size:13px;}
	.promotion_car #main_promotion_car_list{height:220px;display:block}
	
	.car_detail{height:470px;}
	.car_img {width: 240px;margin: 0 auto;}
	.condition2{height:45px;}
	.car_detail > .btn_style2{bottom:30px;}
	.promotion_car div.col4{padding:10px 0;}
	.taps_contents > div.col4{margin-top:10px;}

	.quick_estimate > .input_box{margin:3px auto;}
	.live ul#realtime_request > li{}

	.prd-ori-img-list.slick-initialized.slick-slider.slick-dotted{height:-webkit-fill-available; margin-bottom:0;}

	/*홈쇼핑*/
	#tvshopping h2{margin-top:10px;}
	#tvshopping .box20{padding:20px;}
	.tv_form{width:100%;right:0px;}
	.tv_form_box{width:95%;margin:0 auto;}

	/*깜빡이는 배너
	#banner1 > a{left:1%;margin-left:0;}*/
	#banner1{height:300px;margin-bottom:50px;}
	#banner1 > a{ display: block; width: 100%;}
	#banner1 > a img{ display: block; width: 100%; margin-top:0px;}

	/*이달의 인기차*/
	.promotion_car_list > ul > li > img {width: 280px;}
	.promotion_car_list > ul > li:hover > img {width:38%;margin:0 auto 10px;}

	#promotion h2{ margin-bottom: 0;}
	.release_promotion h2{ padding-top: 15px;}
	.promotion_car_list{ height: 420px;}
	#promotion .col3{ display: none;}
	.promotion_car_list > ul{ width: 100%; height: 100%;}
	.promotion_car_list > ul > li{ width: 50%; height: 100%;}
	.promotion_car_list .h_line_white{ bottom: 170px;}
	.promotion_car_list .product_name{ bottom: 130px;}
	#promotion .price_original{ bottom: 110px; left: 50%; margin-left: -70px;}
	.promotion_car_list .price{ bottom: 87px; left: 50%; margin-left: -70px;}
	#promotion .condition{ bottom: 65px; left: 50%; margin-left: -80px;}

	/*유투브*/
	#youtube{margin-top:30px;}
	#youtube .video_thumbnail>img{width:100%;height:100%;}
	#youtube h2{font-size:22px;padding-top:20px;margin-bottom:0px;}
	.video_category{width:100%;}
	.video_thumbnail > img{height:auto;}
	#youtube .video{height:250px;}
	.video_thumbnail{height:100%;}
	.video_overbox{width:100%;height:100%;}
	.video_slider{width:100%;}
	#youtube .swiper-container{width:240px;}
	#youtube div.col6:last-child{display:none;}
	#youtube > div{height:555px;}

	/*우수사원*/
	#mom .container_wrapper{padding:20px 0 10px 0 !important;}
	#mom h2{margin-bottom:0;padding-top:25px;}
	#mom ul{margin-top:0;}

	.monthly_detail { margin-left: -47%; width: 94%; margin-top: -300px;}
	.layer_popup_wrap .popup_body{ width: 100%;}
	.layerPopup2 .layerBody h2.tit{ padding-left: 0;}
	.mom_estimate input[type="text"]{ width: 100%;}

	/*왜*/
	#why{margin-top:30px;}
	#why ul{width:100%;margin:0px auto 30px auto;}
	#why ul > li{width:49%;margin-right:0;}
	#why ul > li > div{width:100%;}

	/*맞춤 추천차량*/
	#recommend h2{padding-top:30px;}
	.recommend_bg{height:auto;}
	.recommend_bg ul{width:100%;height:auto;margin:0 auto;transform:translate3d(0px, 0px, 0px);}
	#recommend #recom_person_swipe_container{width:100%;}
	#recommend #recom_person_swipe{width:100%;}
	.recommend_bg li{width:33%;height:100%;margin-right:0;}

	#recommend #recom_company_swipe_container{width:100%;}
	#recommend #recom_company_swipe{width:100%;}

	#main_recom_company li{width:100% !important;}

	/*다양한 차량관련 정보*/
	#news h2{padding:20px 15px 0;}

	/*hot 이벤트*/
	#event .container{padding-bottom:30px;}
	#event_swipe{width:100%;}
	#event h2{padding-top:20px;margin-bottom:0;}
	#event ul{width:100%;height:auto; transform:translate3d(0px, 0px, 0px);}
	#event ul > li{width:100% !important;}
	#event .event_title{margin-top:8px;}
	#event .container a.more{top:30px;right:15px;}

	#event ul > li img {
		max-width: 400px;
	}

	
	.main_service_info .info1 a p, .main_service_info .info2 a p{background:none;height: 100%;position: relative;padding: 44px 0;display:block;}
	.main_service_info li a{ padding-top:0;}
	
	
	
	/*cs*/
	#CS div{width:100%;margin-bottom:15px;}
	#CS div a img{width:100%;}

	/*하단 배너*/
	#banner2{height:150px;margin-bottom:0;}
	#banner2 > a{width:100%;left:50%;margin-left:-74%;}
	#banner2 > a img{width:150%;}

	/*파트너사*/
	.partner h2{line-height:30px;font-size:22px;}
	.partner .slick-slide img{margin:0 auto;}

	/*푸터*/
	#fnb li a{font-size:14px;}
	.sns{width:auto;height:auto;top:-31px;}
	.sns li{width:20px;height:25px;}
	.sns li img{width:20px;}
	.mainbizmark{display:none;}
	#footer p{font-size:13px;}

	/*푸터 견적받기 고정바*/
	.floating_bottom form{margin-left:0;}
	.bottom_title{display:none;}
	.fb_input_box {margin-right:5px;height:33px;}
	.floating_bottom input{height:25px;}
	.fb_number{height:25px;width:230px;}
	.floating_bottom form{position:relative;bottom:10px;}
	.floating_bottom .btn_style1{width:120px;top:36px;}
	.floating_bottom .btn_style1 > a{font-size:11px;}
	.floating_bottom {height:120px;}
	.fb_number > input{width:50px;}
	.floating_bottom_wrap {display:none;}
	#footer > div {padding: 40px 0 1px 0;}


	.side_menu {display:none;}
	
}

@media (max-width: 767px) {
	.recommend_bg li{width:50%;}


	/*깜빡이는 배너*/
	#banner1{height:235px;}


	.promotion_car_list > ul > li > img {}
	.promotion_car_list > ul > li:hover > img {width:44%;margin:0 auto 10px;}

}
@media (max-width: 600px) {
}

@media (max-width: 500px) {
	#monthly h2.h2_prepaid{line-height:26px;font-size:18px;}

	.recommend_bg li{width:100% !important;}
	.promotion_car_list > ul > li{width:100% !important;}
	.search {width: 90%;margin-left:-220px;}
	.top_searched {display:none;}
	.search_box{width:100%;}
	.search_box input{border-left:none;line-height:37px;}

	#monthly div.agreement {font-size:12px;}
	#monthly div.agreement > p{font-size:12px;}
	.quick_estimate{height:auto;}

	.car_list > li > .product_name{font-size:12px;}
	.live_timer{display:none;}


	/*깜빡이는 배너*/
	#banner1{height:157px;}

	.promotion_car_list > ul > li > img {width: 270px;margin-top: 10px;}
	.promotion_car_list > ul > li:hover > img {width: 275px;margin-top: 10px;}
	#promotion h2{font-size:18px; line-height:26px;}
	#promotion h4{font-size:14px; font-weight:300;}

	#mom h2{font-size:18px; line-height:26px;}
	#mom h4{font-size:14px; font-weight:300; margin-top:0;}
	.monthly_estimate_btn > p {font-size: 10px;font-weight: 500;}

	#why h2{font-size:18px; line-height:26px;}
	#why h4{font-size:14px; font-weight:300; margin-top:0; line-height:1.4}
	#why ul > li > div{margin-bottom:0; height:auto; }
	#why ul > li > p{font-weight:400; font-size:15px;}

	#recommend h2{font-size:18px; line-height:26px;margin-bottom: 10px;padding-top: 20px;}

	#news h2{font-size:18px; line-height:26px;}

	#event h2{font-size:18px; line-height:26px;}
	#event .container a.more{top:27px;right:15px;}

	#CS h2{font-size:18px; line-height:26px;padding-top:20px; margin-bottom:10px;}



	.fix_bottom_wrap ul li{padding:8px 5px; }
	.fix_bottom_wrap ul li a img{width:30px;}
	.fix_bottom_wrap ul li a p{font-size:12px;}


}
@media (max-width: 460px) {
	.search {width: 90%;margin-left:-205px;}
}
@media (max-width: 440px) {
	.search {margin-left:-195px;}
}
@media (max-width: 420px) {
	.search {margin-left:-186px;}
	#banner1{height:140px;margin-bottom: 20px;}
}


@media (max-width: 400px) {
	.top_btn > ul > li{width:85px;}
	.top_btn > ul > li:nth-child(1){margin-right:10px;}
	.top_btn > ul > li > a{left:15px;font-size:12px;}
	.search {margin-left:-176px;}


	#event ul > li{}

	.floating_bottom .btn_style1{width:64px;}
	.fb_number{width:216px;}
	.fb_input_box label{font-size:10px;}

	.monthly_estimate_btn > p {font-size: 13px;font-weight: 400;}

	.fix_bottom_wrap ul li a img{width:26px;}

}
@media (max-width: 380px) {
	.search {margin-left:-167px;}
}
@media (max-width: 370px) {
	.search {margin-left:-162px;}



	#event ul > li{}
}
@media (max-width: 354px) {
	#monthly div.agreement{height:45px;}
	.quick_estimate #agree{position:absolute;}
	#monthly div.agreement > label{margin-left:20px;}
}



/* dot */
ul.prd-ori-img-list .slick-dots{position: relative;left:385px;width: 420px;top: -355px; height: 480px;
    overflow: auto;
	opacity:1;filter:Alpha(opacity=0);
	-ms-transform: translateY(-100px); 
    -o-transform: translateY(-100px); 
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px); 
    transform: translateY(-100px);
	-webkit-transition:opacity 1.0s, transform 1.0s;
	-moz-transition:opacity 1.0s, transform 1.0s;
	-o-transition:opacity 1.0s, transform 1.0s;
	-ms-transition:opacity 1.0s, transform 1.0s;
	transition:opacity 1.0s, transform 1.0s;
	z-index:99;
}

#pro1 ul.prd-ori-img-list .slick-dots {
	
	left: 787px;
}
#pro2 ul.prd-ori-img-list .slick-dots {
	top: -377px;
	left: 787px;
}


@media(max-width:991px){
	#pro2 ul.prd-ori-img-list .slick-dots {
	top: -80px;
	}

	ul.prd-ori-img-list .slick-dots{position: relative;  left: 0;
		width: 100%;
		top: -80px; height: 188px;
		overflow: auto;
		opacity:1;filter:Alpha(opacity=0);
		-ms-transform: translateY(100px); 
		-o-transform: translateY(100px); 
		-moz-transform: translateY(100px);
		-webkit-transform: translateY(100px); 
		transform: translateY(100px);
		-webkit-transition:opacity 1.0s, transform 1.0s;
		-moz-transition:opacity 1.0s, transform 1.0s;
		-o-transition:opacity 1.0s, transform 1.0s;
		-ms-transition:opacity 1.0s, transform 1.0s;
		transition:opacity 1.0s, transform 1.0s;
	}
	
}
@media(max-width:768px){
		ul.prd-ori-img-list .slick-dots{
		position: relative;  
		left: 0;
		overflow: auto;
		opacity:1;filter:Alpha(opacity=0);
		-ms-transform: translateY(100px); 
		-o-transform: translateY(100px); 
		-moz-transform: translateY(100px);
		-webkit-transform: translateY(100px); 
		transform: translateY(100px);
		-webkit-transition:opacity 1.0s, transform 1.0s;
		-moz-transition:opacity 1.0s, transform 1.0s;
		-o-transition:opacity 1.0s, transform 1.0s;
		-ms-transition:opacity 1.0s, transform 1.0s;
		transition:opacity 1.0s, transform 1.0s;
	}
}
ul.prd-ori-img-list .slick-slide img {
    display: block;
    margin: 0 auto;
}
@media(max-width: 991px){
	ul.prd-ori-img-list .slick-slide img{ width: 80%;}
}
ul.prd-ori-img-list .slick-dots::-webkit-scrollbar {
	width: 10px;
}

ul.prd-ori-img-list .slick-dots::-webkit-scrollbar-thumb {
	background-color: #1e47c3;
	border-radius: 4px;
}

ul.prd-ori-img-list .slick-dots::-webkit-scrollbar-track {
	background-color: #999;
	border-radius: 4px;
}
#mainSection02.active-start .prd-ori-img-list .slick-dots{
	transition-delay:1.0s;
	opacity:1.0;filter:Alpha(opacity=100);
	-ms-transform: translateX(0px); 
    -o-transform: translateX(0px); 
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px); 
    transform: translateX(0px);
}
ul.prd-ori-img-list .slick-dots > li {
	width: 90%;
    position: relative;
    height: 86px;
    margin-bottom: 12px;
    border: 2px solid #FFF;
    line-height: 86px;
    overflow: hidden;
    cursor: pointer;
    transition-duration: 0.2s;border-radius: 20px;
}
ul.prd-ori-img-list .slick-dots > li > a > img {
    height: 90px;
    position: absolute;
    left: 65px;
    bottom: 0;
}
ul.prd-ori-img-list .slick-dots > li > a > .product_name {
    position: absolute;
    top: 0;
    right:25px;
    font-size: 13px;
    width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.prd-ori-img-list .slick-dots > li > a > .num {
    font-size: 22px;
    margin-left: 25px;
    font-weight: 700;position: absolute;top: 0;
    left: 0;
    color: #1e47c3;
}
ul.prd-ori-img-list .slick-dots li a{display: block; width: 100%; height: 0; padding-top: 100%; background-color: #fff; cursor: pointer;}
ul.prd-ori-img-list .slick-dots li a:before{position: absolute; top: 0; left: 0; display: block; content: ''; width:100%; height:100% ; border: 3px solid transparent;}
ul.prd-ori-img-list .slick-dots li.slick-active a:after{position: absolute; top: 50%; margin-top: -10.5px; left: -18px; display: block; content: ''; width: 18px; height: 21px; background: url("../images/icon/icon_tri.png") 0 0 no-repeat;}
ul.prd-ori-img-list .slick-dots li.slick-active a:before{border-color: #1e47c3;border-radius: 20px;}
ul.prd-ori-img-list button.slick-prev{top: 337px;
    z-index: 20;left:10px;background:url("/images/controller_left.png") center no-repeat;width:40px;height:40px;}
ul.prd-ori-img-list button.slick-prev:before {content:"";
   background:url("/images/controller_left.png") center no-repeat;
}
ul.prd-ori-img-list button.slick-next{top: 337px;right: 10px;background:url("/images/controller_right.png") center no-repeat;width:40px;height:40px;}
ul.prd-ori-img-list button.slick-next:before {content:"";
   background:url("/images/controller_right.png") center no-repeat;
}
@media(max-width: 991px){
	ul.prd-ori-img-list button.slick-next{ top: 110px;}
	ul.prd-ori-img-list button.slick-prev{ top: 110px;}
}

ul.prd-ori-img-list .slick-dots > li > a > img {
    height: 90px;
    position: absolute;
    left: 65px;
    bottom: 0;
}
@media(max-width:767px){
	
}
@media(max-width:500px){
	ul.prd-ori-img-list .slick-dots > li > a > .product_name{}
	ul.prd-ori-img-list .slick-dots > li > a > img{height:60px;bottom:50%; transform: translateY(50%);}
}
@media(max-width:410px){

	ul.prd-ori-img-list .slick-dots > li > a > .product_name{}
	ul.prd-ori-img-list .slick-dots > li > a > img{height:60px;bottom:50%; left:40px;}
}




/*********** 리뷰 *************/
.sectionBox.sec03 {background:#fff; }
.sectionBox.sec03 .maintit {color:#111; line-height:55px; position:relative; padding-bottom:30px;}
.sectionBox.sec03 .maintit h2{ font-size:32px; text-align:left; margin-bottom:11px;}
.sectionBox.sec03 .maintit h4{font-size:30px; text-align:left;}

.sectionBox.sec03 .moreBtn2{
	text-align: center;
    color: #fff;
    margin: 40px;
    font-size: 16px;
}
.sectionBox.sec03 .moreBtn2 i {
	margin: 4px 0 0 7px;
}
.sectionBox.sec03 .reviewList ul{margin-bottom:20px;}
.sectionBox.sec03 .reviewList ul li a{
	background:#fff;
    overflow:hidden;
    border-radius:20px;
	margin:10px;
	position: relative;
}
.sectionBox.sec03 .reviewList ul li a .photo {
    height: 220px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    position: relative;    width: 100%;
    display: inline-block;
}
.sectionBox.sec03 .reviewList ul li a .photo p{
	width: 100%; height: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	transform:scale(1);
}
.sectionBox.sec03 .reviewList ul li a .icoWrap{
    position: absolute;
    top: 15px;
    left: 12px;
    font-size: 12px;
    z-index: 2;
}
.sectionBox.sec03 .reviewList ul li a .icoWrap span {
    color: #fff;
    padding: 5px 15px;
    margin-right: 3px;
    border-radius: 3px;
}
.sectionBox.sec03 .reviewList ul li a .icoWrap .ico01{background:#2c7cf3;}
.sectionBox.sec03 .reviewList ul li a .icoWrap .ico02{background:#063270;}
.sectionBox.sec03 .reviewList ul li:hover a .photo p{
	transform:scale(1.05);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.sectionBox.sec03 .reviewList ul li a .reviewBox {padding:5px 30px 0px;}
.sectionBox.sec03 .reviewList ul li a:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;box-shadow: 0px 10px 15px 0px rgba(0,13,56,0.1);;
}
.sectionBox.sec03 .reviewList ul li a .reviewTxt{
font-size: 15px;
    line-height: 27px;
    word-break: keep-all;
    height: 113px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sectionBox.sec03 .reviewList ul li a .reviewName{
	margin-top: 0px;
    margin-bottom: 5px;
	position:relative;
}
.sectionBox.sec03 .reviewList ul li a .reviewName h4 {padding-left:50px;margin-bottom:0;margin-top:0;  color:#333; font-size:16px; font-weight:600; text-align:left;}
.sectionBox.sec03 .reviewList ul li a .reviewName h4 span {
    font-size: 13px;
    color: #999;
    margin-right:15px;
	font-weight:400;
    margin-top: 5px;
    display: inline-block;
	position:relative;
	line-height:1.5;
}
.sectionBox.sec03 .reviewList ul li a .reviewName h4 span:first-child:after{
	position: absolute;
    top: 5px;
    width: 1px;
    height: 11px;
    background: #ddd;
    content: '';
    right: -7px;
}
.sectionBox.sec03 .reviewList ul li a .reviewName i{
    width: 35px;
    height: 35px;
    background: url('/images/user-ico.png') no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 8px;
}
.sectionBox.sec03 .reviewList ul li a .reviewStar span{width: 20px; height: 20px; background: url(/_img/ksico.png) no-repeat; background-position: -58px 0; display: inline-block;}


@media(min-width:992px){
	section.sale{ z-index: 1; position: relative; padding: 45px 0 0;}
	section.sale .bg-video { z-index: -1; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
	section.sale .bg-video picture{ display: block; width: 100%; height: 100%;}
	section.sale .bg-video picture img{ display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%;}
	section.sale .bg-video_content { height: 100%; width: 100%; object-fit: cover; background-size: cover;}
	section.sale div.info_wrap{ overflow: hidden; padding-top: 35px; /*margin-bottom: 30px;*/}
	section.sale div.inner_wrap{ position: relative; max-width: 1400px; margin: 0 auto;}
	section.sale div.inner_wrap h2{ font-size: 62px; text-align: left; color: #fff; line-height: 1.2; font-family: "GmarketSansBold";
	text-shadow: 4px 4px 0px #1e47c3;}
	section.sale div.inner_wrap div.desc_wrap span{ display: inline-block; padding-left: 10px; font-size: 62px; text-align: left; color: #fff; line-height: 1.2; font-family: "GmarketSansBold";
	text-shadow: 4px 4px 0px #1e47c3;}
	section.sale div.inner_wrap ul{ display: flex;}
	section.sale div.inner_wrap ul li{ position: relative; width: calc((100% - 40px ) / 3); min-height: 375px; padding: 20px; background: #fff; border-radius: 20px; border: 2px solid;}
	section.sale div.inner_wrap ul li + li{ margin-left: 20px;}
	section.sale div.inner_wrap ul li div.part{ position: absolute; top: 30px; right: 28px; display: none;}
	section.sale div.inner_wrap ul li div.part span{display: inline-flex; align-items: center; justify-content: center; padding: 3px 0 4px; width: 100px; border-radius: 30px; font-size: 18px;
    font-weight: 500; color: #fff; background: #175DED;}
	section.sale div.inner_wrap ul li div.top h5{ font-size: 18px; font-weight: 500;}
	section.sale div.inner_wrap ul li div.top h3{ margin: 8px 0 8px 0; color: #000; font-size: 20px; font-weight: bold; line-height: 1.2; text-align: center;}
	section.sale div.inner_wrap ul li div.top p{ font-size: 18px; font-weight: 500;}
	section.sale div.inner_wrap ul li div.mid{ display: flex; justify-content: center;}
	section.sale div.inner_wrap ul li div.mid div{ width: 340px;}
	section.sale div.inner_wrap ul li div.carinfo{ position: absolute; left: 20px; bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between;
	width: calc(100% - 40px);}
	section.sale div.inner_wrap ul li div.carinfo span.cancel{ display: block; margin-bottom: 6px; font-size: 20px; color: #000; text-decoration: line-through;}
	section.sale div.inner_wrap ul li div.carinfo h5{ font-size: 26px; font-weight: bold; color: #b4352d;}
	section.sale div.inner_wrap ul li div.btn_ a{ padding: 10px 20px 10px 28px; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 20px; font-weight: bold;
	background: #00adfe; color: #fff; border-radius: 9999px;}
	section.sale div.button_wrap{ background: #fff;}
	section.sale div.button_wrap div.now_btn{ position: relative; display: flex; justify-content: center; padding: 15px 0 35px;}
	section.sale div.button_wrap div.now_btn button{ background: transparent;}
	section.sale div.button_wrap div.now_btn > div{ display: flex; align-items: center; margin: 0 15px;}
	section.sale div.button_wrap div.now_btn > div span{ font-size: 16px; font-weight: bold; color: #000;}
	section.sale div.button_wrap div.now_btn > div div{ font-size: 16px; font-weight: bold;}
	section.sale div.button_wrap div.now_btn > div div span{ font-size: 16px;}
	section.sale div.button_wrap div.now_btn > div div span.max{ color: #c8c8c8;}
	section.sale div.button_wrap div.now_btn::before { content: ''; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 40%; height: 1px;
	background: #A7A7A7;}
	section.sale div.button_wrap div.now_btn::after { content: ''; position: absolute; top: 50%; right: 0; transform: translate(0, -50%); width: 40%; height: 1px;
	background: #A7A7A7;}
	section.sale div.button_wrap div.caution p{ font-size: 18px; font-weight: 500;}
	section.sale div.button_wrap div.caution h3{ margin-top: 45px; font-size: 24px; font-weight: 700; letter-spacing: -1px; color: #000;}
	
	
	
	
	section.pro_banner{ /*padding: 90px 0;*/ }
	section.pro_banner div.inner_wrap{ position: relative; max-width: 1400px; margin: 0 auto;}
	section.pro_banner ul{ display: flex; flex-wrap: wrap;}
	section.pro_banner ul li{ position: relative; width: calc((100% - 40px) / 3); border-radius: 30px; background: #00adfe;}
	section.pro_banner ul li a{ display: block; width: 100%; height: 100%; padding: 80px 30px;}
	section.pro_banner ul li + li{ margin-left: 20px;}
	section.pro_banner ul li h2{ font-size: 36px; font-weight: bold; color: #fff; line-height: 1.2; margin-bottom: 30px; text-align: left;}
	section.pro_banner ul li h2 span.y_col{ font-weight: bold; color: #f6f439;}
	section.pro_banner ul li p{ margin-bottom: 30px; color: #fff; font-size: 18px;}
	section.pro_banner ul li div.btn_more{ width: 45px; height: 45px;}
	section.pro_banner ul li div.btn_more img{ display: block; width: 100%; height: 100%;}
	section.pro_banner ul li:nth-child(1)::after{ content: ""; position: absolute; right: 30px; bottom: 40px; width: 140px; height: 117px; background: url("/images/new_pro1.png");
	background-size: cover;}
	section.pro_banner ul li:nth-child(2)::after{ content: ""; position: absolute; right: 30px; bottom: 40px; width: 140px; height: 138px; background: url("/images/new_pro2.png");
	background-size: cover;}
	section.pro_banner ul li:nth-child(3)::after{ content: ""; position: absolute; right: 30px; bottom: 40px; width: 140px; height: 155px; background: url("/images/new_pro3.png");
	background-size: cover;}
	
	section.find{ padding: 90px 0;}
	section.find div.inner_wrap{ max-width: 1400px; margin: 0 auto;}
	section.find div.head_wrap{ display: flex;}
	section.find div.head_wrap div.nationBtnWrap ul{ display: flex;}
	section.find div.head_wrap div.nationBtnWrap ul li{ font-size: 20px; font-weight: bold; color: #000;}
	section.find div.head_wrap div.nationBtnWrap ul li + li{ margin-left: 7px;}
	section.find div.head_wrap div.nationBtnWrap ul li.active a{ color: #00adfe;}
	section.find div.head_wrap div.nationBtnWrap ul li a{ font-size: 20px; font-weight: bold; color: #000;}
	section.find h2{ margin-right: 30px; margin-bottom: 40px; font-size: 36px; text-align: left;}
	section.find div.inner_wrap > div.info_wrap{ margin-bottom: 60px;}
	section.find div.info_wrap ul li{ overflow: hidden; float: left; width: calc((100% - 180px) / 7); border-radius: 9999px; border: 1px solid #ccc;}
	section.find div.info_wrap ul li a{ display: block; padding: 12px 0; font-weight: 500; font-size: 20px; color: #000; text-align: center;}
	section.find div.info_wrap ul li.active a{ background: #000; color: #fff;}
	section.find div.info_wrap ul li + li{ margin-left: 30px;}
	section.find div.view_box{ overflow: hidden;}
	section.find div.view_box ul{ display: flex; margin-bottom: 60px;}
	section.find div.view_box .swiper-scrollbar{ margin-bottom: 30px;}
	section.find div.view_box ul li{ width: calc(100% / 5);}
	section.find div.view_box ul li a{ display: block; width: 100%; height: 100%;}
	section.find div.view_box ul li a img{ display: block; width: 100%;}
	section.find div.view_box ul li p{ text-align: center; font-weight: 500;}
	section.find div.view_box ul li p.title{ font-size: 17px;}
	section.find div.view_box ul li p.price{ font-size: 16px;}
	section.find div.ppinfo{ text-align: right;}
	section.find div.ppinfo span{ font-weight: bold;}
	
	
	section.partnership{ position: relative; padding: 90px 0; background: url("/images/partner_bg.jpg") no-repeat 50% 100%; background-size: cover;}
	section.partnership h2{ color: #fff; font-size: 32px; margin-bottom: 70px; line-height: 1.2;}
	section.partnership div.inner_wrap{ overflow: hidden; display: flex; justify-content: center;}
	section.partnership div.inner_wrap div.info_wrap{ width: calc(80% + 48px);}
	section.partnership div.inner_wrap div.info_wrap ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
	section.partnership div.inner_wrap div.info_wrap ul::after{ display: none;}
	section.partnership div.inner_wrap div.info_wrap ul li{ overflow: hidden; width: 20%; margin: 12px; padding: 4px; border-radius: 12px; background: #fff;}
	section.partnership div.inner_wrap div.info_wrap ul li img{ display: block; max-width: 100%; margin: 0 auto;}
	
	.promotion_car ul li div.txt_wrap{ height: 55px;}
}

@media(max-width:991px){
	section.sale{ z-index: 1; position: relative; padding: 45px 30px 30px;}
	section.sale .bg-video { width: 100%;}
	section.sale .bg-video_content { height: 100%; width: 100%; object-fit: cover; background-size: cover;}
	section.sale .bg-video picture{ display: block; width: 100%;}
	section.sale .bg-video picture img{ display: block; width: 100%;}
	section.sale div.inner_wrap{ position: relative; max-width: 1400px; margin: 0 auto;}
	section.sale div.inner_wrap h2{ margin-bottom: 10px; font-size: 38px; text-align: left; color: #fff; line-height: 1.2; font-family: "GmarketSansBold";
	text-shadow: 3px 3px 0px #1e47c3;}
	section.sale div.inner_wrap div.desc_wrap img{ display: block; width: 100%;}
	section.sale div.inner_wrap div.desc_wrap span{ display: inline-block; padding-left: 10px; font-size: 38px; text-align: left; color: #fff; line-height: 1.2; font-family: "GmarketSansBold";
	text-shadow: 4px 4px 0px #1e47c3;}
	section.sale div.inner_wrap ul{ display: flex; width: 300%;}
	section.sale div.inner_wrap ul li{ position: relative; float: left; width: 33.3333%; min-height: 325px; padding: 15px 20px; background: #fff; border-radius: 20px;}
	section.sale div.inner_wrap ul li + li{ margin-left: 20px;padding-left: 10px;border: 2px solid}
	section.sale div.inner_wrap ul li div.part{ display: none; position: absolute; top: 20px; right: 20px;}
	section.sale div.inner_wrap ul li div.part span{ display: inline-flex; align-items: center; justify-content: center; padding: 5px 0; width: 100px; border-radius: 30px; font-size: 16px;
    font-weight: 500; color: #fff; background: #175DED;}
	section.sale div.inner_wrap ul li div.top h5{ font-size: 18px; font-weight: 500;}
	section.sale div.inner_wrap ul li div.top h3{ margin: 0 0 8px 0; color: #000; font-size: 18px; font-weight: bold; text-align: center;}
	section.sale div.inner_wrap ul li div.top p{ font-size: 15px; font-weight: 500;}
	section.sale div.inner_wrap ul li div.mid{ display: flex; justify-content: center;}
	section.sale div.inner_wrap ul li div.mid div{ width: 300px;}
	section.sale div.inner_wrap ul li div.carinfo{ position: absolute; left: 20px; bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between;
	width: calc(100% - 40px);}
	section.sale div.inner_wrap ul li div.carinfo span.cancel{ display: block; margin-bottom: 6px; font-size: 16px; color: #000; text-decoration: line-through;}
	section.sale div.inner_wrap ul li div.carinfo h5{ font-size: 20px; font-weight: bold; color: #1e47c3;}
	section.sale div.inner_wrap ul li div.btn_ a{ padding: 10px 20px 10px 20px; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 16px; font-weight: bold;
	background: #1e47c3;; color: #fff; border-radius: 9999px;}
	section.sale div.button_wrap{ display: none; background: #fff;}
	/*section.sale div.button_wrap div.now_btn{ position: relative; display: flex; justify-content: center; padding: 15px 0;}
	section.sale div.button_wrap div.now_btn button{ background: transparent;}
	section.sale div.button_wrap div.now_btn > div{ display: flex; align-items: center; margin: 0 15px;}
	section.sale div.button_wrap div.now_btn > div span{ font-size: 16px; font-weight: bold; color: #000;}
	section.sale div.button_wrap div.now_btn > div div{ font-size: 16px; font-weight: bold;}
	section.sale div.button_wrap div.now_btn > div div span{ font-size: 16px;}
	section.sale div.button_wrap div.now_btn > div div span.max{ color: #c8c8c8;}
	section.sale div.button_wrap div.now_btn::before { content: ''; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 40%; height: 1px;
	background: #A7A7A7;}
	section.sale div.button_wrap div.now_btn::after { content: ''; position: absolute; top: 50%; right: 0; transform: translate(0, -50%); width: 40%; height: 1px;
	background: #A7A7A7;}
	section.sale div.button_wrap div.caution p{ font-size: 18px; font-weight: 500;}
	section.sale div.button_wrap div.caution h3{ margin-top: 45px; font-size: 24px; font-weight: 700; letter-spacing: -1px; color: #000;}*/
	
	
	section.pro_banner{ padding: 30px 0;}
	section.pro_banner div.inner_wrap{ position: relative; max-width: 1400px; padding: 0 25px; margin: 0 auto;}
	section.pro_banner ul{ display: flex; flex-wrap: wrap;}
	section.pro_banner ul li{ position: relative; width: 33.3333%; border-radius: 30px; background: #00adfe;}
	section.pro_banner ul li + li{ margin-top: 10px;}
	section.pro_banner ul li a{ display: block; width: 100%; height: 100%; padding: 40px 20px;}
	section.pro_banner ul li h2{ font-size: 20px; font-weight: bold; color: #fff; line-height: 1.2; margin-bottom: 15px; text-align: left;}
	section.pro_banner ul li h2 span.y_col{ font-weight: bold; color: #f6f439;}
	section.pro_banner ul li p{ margin-bottom: 30px; color: #fff; font-size: 16px; line-height: 1.2;}
	section.pro_banner ul li div.btn_more{ width: 30px; height: 30px;}
	section.pro_banner ul li div.btn_more img{ display: block; width: 100%; height: 100%;}
	section.pro_banner ul li:nth-child(2)::after{ content: ""; position: absolute; right: 30px; bottom: 10px; width: 100px; height: 89px; background: url("/images/pro1.png");
	background-size: cover;}
	section.pro_banner ul li:nth-child(3)::after{ content: ""; position: absolute; right: 30px; bottom: 10px; width: 100px; height: 111px; background: url("/images/pro2.png");
	background-size: cover;}
	section.pro_banner ul li:nth-child(4)::after{ content: ""; position: absolute; right: 30px; bottom: 10px; width: 100px; height: 76px; background: url("/images/pro3.png");
	background-size: cover;}
	section.pro_banner div.info_wrap{ position: relative; padding: 0 50px;}
	section.pro_banner div.info_wrap div.view_box{ overflow: hidden;}
	section.pro_banner div.info_wrap button{ position: absolute; background: transparent;}
	section.pro_banner div.info_wrap button.prev{ left: 0; top: 50%; transform: translateY(-50%);}
	section.pro_banner div.info_wrap button.next{ right: 0; top: 50%; transform: translateY(-50%);}
	
	section.find{ padding: 90px 15px;}
	section.find div.inner_wrap{ max-width: 1400px; padding: 0 15px; margin: 0 auto;}
	section.find div.head_wrap{ display: flex; justify-content: space-between;}
	section.find div.head_wrap div.nationBtnWrap ul{ display: flex;}
	section.find div.head_wrap div.nationBtnWrap ul li{ font-size: 20px; font-weight: bold; color: #000;}
	section.find div.head_wrap div.nationBtnWrap ul li + li{ margin-left: 7px;}
	section.find div.head_wrap div.nationBtnWrap ul li.active a{ color: #00adfe;}
	section.find div.head_wrap div.nationBtnWrap ul li a{ font-size: 20px; font-weight: bold; color: #000;}
	section.find h2{ margin-right: 30px; margin-bottom: 40px; font-size: 26px; text-align: left;}
	section.find div.inner_wrap > div.info_wrap{ margin-bottom: 60px;}
	section.find div.info_wrap ul li{ overflow: hidden; float: left; width: calc((100% - 30px) / 4); margin-bottom: 10px; border-radius: 9999px; background: #f8f8fa;}
	section.find div.info_wrap ul li a{ display: block; padding: 12px 0; font-weight: 500; font-size: 12px; color: #000; text-align: center;}
	section.find div.info_wrap ul li.active a{ background: #000; color: #fff;}
	section.find div.info_wrap ul li + li{ margin-left: 10px;}
	section.find div.info_wrap ul li:nth-child(5n){ margin-left: 0;}
	section.find div.view_box{ overflow: hidden;}
	section.find div.view_box ul{ display: flex; margin-bottom: 40px;}
	section.find div.view_box .swiper-scrollbar{ display: none;}
	section.find div.view_box ul{ width: 250%;}
	section.find div.view_box ul li{ width: 50%;}
	section.find div.view_box ul li a{ display: block; width: 100%; height: 100%;}
	section.find div.view_box ul li a img{ display: block; width: 100%;}
	section.find div.view_box ul li p{ text-align: center; font-weight: 500;}
	section.find div.view_box ul li p.title{ font-size: 17px;}
	section.find div.view_box ul li p.price{ font-size: 16px;}
	section.find div.ppinfo{ width: 95%; margin: 0 auto; font-size: 3.2vw; background: #f2f4f9; padding: 10px; border-radius: 5px; text-align: center;}
	section.find div.ppinfo span{ font-weight: bold;}
	
	
	section.partnership{ position: relative; padding: 40px 0; background: url("/images/partner_bg.jpg") no-repeat 50% 100%; background-size: cover;}
	section.partnership h2{ color: #fff; font-size: 24px; padding: 0 15px; margin-bottom: 40px; line-height: 1.2;}
	section.partnership div.inner_wrap{ overflow: hidden; display: flex; justify-content: center;}
	section.partnership div.inner_wrap div.info_wrap{ width: calc(80% + 48px);}
	section.partnership div.inner_wrap div.info_wrap ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
	section.partnership div.inner_wrap div.info_wrap ul::after{ display: none;}
	section.partnership div.inner_wrap div.info_wrap ul li{ width: 20%; margin: 6px; padding: 4px; border-radius: 5px; background: #fff;}
	section.partnership div.inner_wrap div.info_wrap ul li img{ display: block; max-width: 100%; margin: 0 auto;}

	.sectionBox.sec03 {padding:30px 0;}
	.sectionBox.sec03 .maintit { padding-bottom:20px;}
	.sectionBox.sec03 .maintit h2{font-size:18px; line-height:26px; margin-bottom:5px;}
	.sectionBox.sec03 .maintit h4{font-size:14px; font-weight:300; margin-top:0; line-height:1.4}
	
	.promotion_car ul li div.txt_wrap{ height: 50px;}
	
	
	#fnb{ border-top: 1px solid #ccc;}
	#fnb li{ float: left; width: 33.3%;}
	#fnb li:nth-child(1){ border-right: 1px solid #ccc;}
	#fnb li:nth-child(2){  border-right: 1px solid #ccc;}
	#fnb li:nth-child(3){ }
	#fnb li a{ display: block; padding: 10px; width: 100%;}
	
	
}

@media (max-width: 400px){
}