.usedtitle-wrap {
	margin-top:100px;
	font-size:0;
	line-height:0;
	text-align:center;
}
.usedtitle-wrap02 {
	height:246px;
	margin-top:110px;
	background:#4a2c52;
	font-size:0;
	line-height:0;
	text-align:center;
}
.usedtitle-wrap03 {
	height:130px;
	margin-top:110px;
	background:#eaebe6;
	font-size:0;
	line-height:0;
	text-align:center;
}
.usedtitle-wrap03 img {
	margin-top:-18px;
}
.usedbtn-wrap {
	margin-top:60px;
	font-size:0;
	line-height:0;
	text-align: center;
}
.usedbtn-style {
	display:inline-block;
	width:400px;
	height:55px;
	border:1px solid #dddddd;
	box-sizing:border-box;
	background:#fff;
}
.usedbtn-style .str {
	display:inline-block;
	position: relative;
	height:55px;
	padding-right:21px;
	color:#111;
	font-size:15px;
	line-height:55px;
}
.usedbtn-style .str:after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right:0;
	 display: block;
	 width:7px;
	 height:7px;
	border-right:1px solid #111;
	border-top:1px solid #111;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.usedbtn-style .str.type01 {
	padding:0 0 0 21px;
}
.usedbtn-style .str.type01:after {
	right:auto;
	left:0;
	-webkit-transform: translate(50%, -50%) rotate(225deg);
	-ms-transform: translate(50%, -50%) rotate(225deg);
	transform: translate(50%, -50%) rotate(225deg);
	text-align:left;
}
.usedbtn-style.type01 {
	width:180px;
	height:50px;
	border-color:#111;
	background:none;
	vertical-align: middle;
}
.usedbtn-style.type01 .str {
	height:50px;
	color:#111;
	font-size:16px;
	line-height:50px;
}
.usedbtn-style:hover {
	border-color:#169dab;
	background:#169dab;
}
.usedbtn-style:hover .str {
	color:#fff;
}
.usedbtn-style:hover .str:after {
	border-color:#fff;
}
.usedbtn-style.hoverbtn {
	display:none;
	 width:180px;
	height:50px;
	border-color:#169dab;
	background:#169dab;
}
.usedbtn-style.hoverbtn .str {
	height:50px;
	color:#fff;
	line-height: 50px;
}
.usedbtn-style.hoverbtn .str:after {
	border-color:#fff;
}

.usedbtn-style.hoverbuyingbtn {
	display:none;
	width:180px;
	height:50px;
	border-color:#169dab;
	background:#169dab;
}
.usedbtn-style.hoverbuyingbtn .str {
	height:50px;
	color:#fff;
	line-height: 50px;
}
.usedbtn-style.hoverbuyingbtn .str:after {
	border-color:#fff;
}

.tablist-category-wrap {
	position:relative;
	 overflow:hidden;
}
.tablist-category {
	position:relative;
	display:block;
	font-size:0;
	white-space:nowrap;
}
.tablist-category li {
	position: relative;
	overflow: hidden;
	display:inline-block;
	width:200px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.tablist-category li .link {
	display:block;
	height:32px;
	border-bottom:1px solid #ddd;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#111;
	font-size:15px;
	line-height:1.5;
	vertical-align:top;
	text-align: center;
	transition: color 0.2s;
}
.tablist-category li:hover .link,
.tablist-category li:active .link,
.tablist-category li.on .link {
	color:#169dab;
}
.tablist-category li:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height:3px;
	transition: transform 0.2s;
	transform: translateX(-100%);
}
.tablist-category li.on:after {
	width: 100%;
	background-color: #169dab;
	transform: translateX(0);
}
.tablist-category li img {
	max-width:148px;
	height:20px;
	margin-top:10px;
}
.usedcontent-wrap {
	position:relative;
	width:940px;
	margin:70px auto 0;
}
.usedcontent-wrap.type01 {
	margin-top:0;
}
.usedcontent-prev {
	position:absolute;
	left:-30px;
	top:0;
	width:30px;
	height:20px;
	text-align:center;
}
.usedcontent-next {
	position:absolute;
	right:-30px;
	top:0;
	width:30px;
	height:20px;
	text-align:center;
}
.tablist-category-prev, .tablist-category-next {
	position:relative;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
}
.tablist-category-prev:after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left:50%;
	 display: block;
	 width:7px;
	 height:7px;
	border-left:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.tablist-category-next:after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right:50%;
	 display: block;
	 width:7px;
	 height:7px;
	border-right:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.usedcontent-product-wrap {
	position:relative;
}
.usedcontent-product {
	position: relative;
	overflow: hidden;
	margin:40px 0 0;
	padding: 0;
	z-index: 1;
}
.usedcontent-product-prev {
	position:absolute;
	top:41.5%;
	left:-37px;
	width:37px;
	height:37px;
	background: url('https://www.feelway.com/src/images/1.5/icon-swiper-button.svg') no-repeat center 0/100%;
	-webkit-transform: translate(0,-50%) scale(-1);
	-ms-transform: translate(0,-50%) scale(-1);
	transform: translate(0,-50%) scale(-1);
	z-index: 10;
}
.usedcontent-product-next {
	position:absolute;
	top:41.5%;
	right:-37px;
	width:37px;
	height:37px;
	background: url('https://www.feelway.com/src/images/1.5/icon-swiper-button.svg') no-repeat center 0/100%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 10;
}
.usedcontent-product-pagination {
	margin-top:25px;
	text-align: center;
}
.swiper-pagination-bullet-active {
	background: #169dab;
}
.productlist-category {
	width:220px;
	height:402px;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.usedplus-product {
	padding:0;
	border:none;
}
.usedplus-product .bo-module-card.normal-type {
	width:calc(940px + 20px);
	margin-left:-20px;
	padding:0;
}
.bo-module-card ul>li>div {
	height: 100%;
}
.maintitle-wrap {
	position:relative;
}
.maintitle-wrap .sub-text {
	position:relative;
	display:inline-block;
	margin-left:17px;
	color:#dcd1c4;
	font-size:14px;
	line-height:18px;
	vertical-align: 3px;
	font-weight: normal;
	cursor:pointer;
}
.maintitle-wrap .sub-text + .sub-text {
	margin-left:9px;
	padding-left:9px;
}
.maintitle-wrap .sub-text + .sub-text:after {
	position:absolute;
	left:0;
	top:4px;
	content:'';
	 width: 1px;
	 height: 12px;
	 background:#d8ccbd;
}
.maintitle-wrap .ad-type {
	position:absolute;
	right:21px;
	top:2px;
	 color:#c8a472;
	font-size:14px;
}
.tablist-style-wrap {
	margin:-28px -30px 0;
	padding:0 30px;
	background:#fff;
}
.tablist-style-wrap .tablist-category li .link {
	height:40px;
	border-bottom:none;
}
.tablist-style-wrap .usedcontent-prev,
.tablist-style-wrap .usedcontent-next {
	top:10px;
}
.infolinktype-wrap {overflow:hidden;width:1000px;margin:71px auto 0;}
.infolinktype-list {overflow:hidden;width:100%;}
.infolinktype-list .category {float:left;width:235px;height:245px;margin-left:20px;}
.infolinktype-wrap .category:first-child {margin-left:0;}
.infolinktype-wrap .link {position:relative;display:block;width:100%;height:100%;}
.infolinktype-wrap .link:after {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	width:31px;
	height: 31px;
	border:1px solid #dddddd;
	background: url('//icon.feelway.com/recent/pc/common/button/bg_plus_off.png') no-repeat 50%;
}
.infolinktype-wrap .link:hover:after  {
	border-color:#a07c4a;
	background:#a07c4a url('//icon.feelway.com/recent/pc/common/button/bg_plus_on.png') no-repeat 50%;
}
.infolinktype-wrap .imgbox-wrap {position: relative;height: 160px;}
.infolinktype-wrap .imgbox-wrap .service-title {position: absolute;left:20px;bottom:18px;color:#ffffff;font-size: 20px;font-weight: 500;}
.infolinktype-wrap .imgbox-wrap .service-title .linetext {position: relative;}
.infolinktype-wrap .imgbox-wrap .service-title .linetext:after {content:'';position:absolute;left:0;right:0;bottom:-4px;height:2px;background:#fff;}
.infolinktype-wrap .service-boxinfo {height:85px;padding:20px 0 0 18px;border:1px solid #dddddd;border-top:none;color:#222222;font-size:14px;vertical-align: top;}
/* }
.infolinktype-wrap .info {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	text-align:center;
	z-index:10;
}
.infolinktype-wrap .info .stit {
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	word-spacing: 22px;
}
.infolinktype-wrap .info .stext {
	display:none;
	margin-top:15px;
	padding-bottom:40px;
	color:#ffffff;
	font-size:14px;
	background: url('//icon.feelway.com/feel_image_03/event/ecoSale//bg_imgbullet.png')no-repeat 50% bottom;
}
.infolinktype-wrap .link:hover:after {
	position:absolute;
	left:0;
	top:0;
	content:'';
	 width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.infolinktype-wrap .link:hover .stit {
	animation:stitKeyFrames01 ease-in-out forwards 0.1s;
}
.infolinktype-wrap .link:hover .stext {
	display:block;
	animation:stitKeyFrames02 forwards 0.1s;
}
@keyframes stitKeyFrames01 {
	 0% {
		margin:0;
	}
	100% {
		margin-top:-36px;
		padding-bottom:7px;
		border-bottom:1px solid #fff;
	}
}
@keyframes stitKeyFrames02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
} */

.feelway_usedvisual {position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 480px;height: 480px;margin:47px auto 0;}
.feelway_usedvisual_item {position: relative;}
.feelway_usedvisual_unit img {opacity: 0; position: absolute;top: 0;width: 50%;}
.feelway_usedvisual_unit img.bottom {top: auto;bottom: 0;}
.feelway_usedvisual_unit img.large {width: 100%;}

@keyframes waitani01 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}
}

.feelway_usedvisual_unit img.wait {opacity: 0;
	animation:waitani01 0.1s cubic-bezier(0.77, 0, 0.275, 1) forwards 0.1s;
}
.feelway_usedvisual_unit img.wait.half {
	opacity: 0;
	animation:waitani01 0.1s cubic-bezier(0.77, 0, 0.275, 1) forwards 0.1s;
}

.feelway_usedvisual_unit img.current {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
.feelway_usedvisual_unit img.show {
	opacity: 1;
	animation:showani01  cubic-bezier(0.77, 0, 0.275, 1) forwards 1s;

}
.feelway_usedvisual_unit img.show-delay1 {
	animation:showani01  cubic-bezier(0.77, 0, 0.275, 1) forwards 1.1s;
	opacity: 1;
}
.feelway_usedvisual_unit img.show-delay2 {
	animation:showani01 cubic-bezier(0.77, 0, 0.275, 1) forwards 1.2s;
	opacity: 1;
}
@keyframes showani01 {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-200%);
		-ms-transform: translateY(-200%);
		-o-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hideani01 {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(400%);
		transform: translateY(400%);
	}
}
.feelway_usedvisual_unit img.hide {opacity: 1;
	animation:hideani01 cubic-bezier(0.77, 0, 0.275, 1) forwards 1s;
}
.feelway_usedvisual_unit img.hide-delay1 {opacity: 1;
	animation:hideani01 cubic-bezier(0.77, 0, 0.275, 1) forwards 1.1s;
}
.feelway_usedvisual_unit img.hide-delay2 {opacity: 1;
	animation:hideani01 cubic-bezier(0.77, 0, 0.275, 1) forwards 1.2s;
}
.feelway_usedvisual_unit img.hide.half {opacity: 1;
	animation:hideani01 cubic-bezier(0.77, 0, 0.275, 1) forwards 1s;
}
.feelway_usedvisual_unit img.hide-delay1.half {opacity: 1;
	animation:hideani01 cubic-bezier(0.77, 0, 0.275, 1) forwards 1.1s;
}
.feelway_usedvisual_unit img.hide-delay2.half {opacity: 1;
	animation:hideani01 cubic-bezier(0.77, 0, 0.275, 1) forwards 1.2s;
}


.feelway_usedvisual_unit.feelway_usedvisual_unit-left img {left: 0;}
.feelway_usedvisual_unit.feelway_usedvisual_unit-right img {right: 0;}

.feelway-usedbox-wrap {
	overflow: hidden;
	 position: relative;
	height: 580px;
	background: #f3f3f3;
	 /* Old browsers */background: -moz-linear-gradient(left,  #f3f3f3 50%, #dbd5c9 50%, #dbd5c9 50%);
	 /* FF3.6-15 */background: -webkit-linear-gradient(left,  #f3f3f3 50%,#dbd5c9 50%,#dbd5c9 50%);
	 /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  #f3f3f3 50%,#dbd5c9 50%,#dbd5c9 50%);
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dbd5c9',GradientType=1 );
	 /* IE6-9 */}
.feelway-usedbox {
	height:580px;
	margin:0 auto;
	background: url('//icon.feelway.com/feel_image_03/event/ecoSale//img_topv.gif')no-repeat 50% 0;
}
.feelway-usedbox-cont {
	position: relative;
	width:1000px;
	height:580px;
	margin:0 auto;
}
.used-sale-wrap {
	float:left;
}
.used-buying-wrap {
	float:right;
}
.usedbox-tit {
	margin-top:220px;
	color:#111;
	font-size:40px;
	font-family: 'Pretendard SemiBold';
}
.used-buying-wrap .usedbox-tit  {
	text-align:right;
}
.usedbox-btnwrap {
	margin-top:21px;
}

.usedsale-utill {
	display:none;
	-webkit-transform: translateX(-1000%);
	transform: translateX(-1000%);
	position: absolute;
	left:-242px;
	top:186px;
	width:490px;
	font-size:0;
	line-height:0;
}
.usedsale-utill .link {
	display:inline-block;
	width:240px;
	height:214px;
	padding:7px 19px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #111;
}
.usedsale-utill .link + .link {
	margin-left:10px;
}
.usedsale-utill .link .textbox {
	display:table;
	width:100%;
	height:126px;
}
.usedsale-utill .link .textbox .text {
	display:table-cell;
	vertical-align: middle;
	color:#111111;
	font-size:20px;
	line-height:27px;
	text-align:center;
	font-family: 'Pretendard SemiBold';
}
.usedsale-utill .link .textbox .text .sub {
	display:block;
	margin-top:11px;
	color:#111;
	font-size:14px;
	line-height:1.2;
}
.usedsale-utill .ch-btn {
	height:50px;
	padding-left:55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	 background:#fae100 url('//icon.feelway.com/feel_image_03/event/ecoSale//bg-ch.gif') no-repeat 26px 14px;

color:#111;
	font-size:16px;
	text-align:left;
	line-height:50px;
}
.usedsale-utill .directly-btn {
	height:50px;
	background:#222;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:50px;
}

.salestyle-animation .usedsale-utill {
	display:block;
	left:-242px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	animation:saleStyleUsed forwards 0.3s;
}
.feelway-usedbox.salestyle-animation {
	-webkit-transform: translateX(260px);
	transform: translateX(260px);
	animation:saleStyleUsed02 forwards 0.3s;
}
.feelway-usedbox.salestyle-animation .used-sale-wrap {
	position: relative;
	-webkit-transform: translateX(410px);
	transform: translateX(410px);
	text-align:center;
	z-index: 100;
}
.feelway-usedbox.salestyle-animation .feelway_usedvisual {
	opacity: 0.3;
}
.feelway-usedbox.salestyle-animation .used-buying-wrap {
	-webkit-transform: translateX(1000%);
	transform: translateX(1000%);
}
.feelway-usedbox.salestyle-animation #used-sale {
	display:none;
}
.feelway-usedbox.salestyle-animation #used-sale02 {
	display:inline-block;
}

@keyframes saleStyleUsed {
	0% {
		display:none;
		-webkit-transform: translateX(-1000%);
		transform: translateX(-1000%);
	}
	100% {
		display:block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes saleStyleUsed02 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(260px);
		transform: translateX(260px);
	}
}

.usedbuying-utill {
	display:none;
	-webkit-transform: translateX(1000%);
	transform: translateX(1000%);
	position: absolute;
	right:-242px;
	top:137px;
	width:474px;
}
.feelway-usedbox.buyingstyle-animation {
	-webkit-transform: translateX(-260px);
	transform: translateX(-260px);
}
.feelway-usedbox.buyingstyle-animation .used-buying-wrap {
	position: relative;
	-webkit-transform: translateX(-410px);
	transform: translateX(-410px);
	text-align:center;
	z-index: 100;
}
.feelway-usedbox.buyingstyle-animation .used-buying-wrap .usedbox-tit {
	text-align: center;
}
.feelway-usedbox.buyingstyle-animation .feelway_usedvisual {
	opacity: 0.3;
}
.feelway-usedbox.buyingstyle-animation .used-sale-wrap {
	-webkit-transform: translateX(-1000%);
	transform: translateX(-1000%);
}
.feelway-usedbox.buyingstyle-animation #used-buying {
	display:none;
}
.feelway-usedbox.buyingstyle-animation #used-buying02 {
	display:inline-block;
}
.feelway-usedbox.buyingstyle-animation .usedbuying-utill .link {
	position:relative;
	float:left;
	width:calc(50% - 10px);
	height:95px;
	margin:0 0 10px 10px;
	padding:22px 0 0 24px;
	border:1px solid #111111;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.feelway-usedbox.buyingstyle-animation .usedbuying-utill .link:first-child {
	width: calc(100% - 10px);
}
.feelway-usedbox.buyingstyle-animation .usedbuying-utill .link .en {
	font-size:16px;
}
.feelway-usedbox.buyingstyle-animation .usedbuying-utill .link .ko {
	font-size:20px;
}
.feelway-usedbox.buyingstyle-animation .usedbuying-utill .link:after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right:25px;
	 display: block;
	 width:11px;
	 height:11px;
	border-right:1px solid #111;
	border-top:1px solid #111;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.feelway-usedbox.buyingstyle-animation .usedbuying-utill .link:hover {
	border-color:#169dab;
	background-color: rgba(255, 255, 255, 0.25);
	color:#169dab;
}
.feelway-usedbox.buyingstyle-animation .usedbuying-utill .link:hover:after {
	border-color:#169dab;
}
.buyingstyle-animation .usedbuying-utill {
	display:block;
	right:-242px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	animation:buyingStyleUsed forwards 0.3s;
}

@keyframes buyingStyleUsed {
	0% {
		display:none;
		-webkit-transform: translateX(1000%);
		transform: translateX(1000%);
	}
	100% {
		display:block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes buyingStyleUsed02 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(260px);
		transform: translateX(260px);
	}
}
.usedbanner-wrap {
	position: relative;
	width:1000px;
	height:130px;
	margin:110px auto 0;
}
.usedbanner-wrap .swiper-container {
	opacity: 1;
}
.usedbanner-wrap img {
	width:1000px;
	height:130px;
}
.usedbanner-wrap .swiper-pagination {
	left:auto;
	right:15px;
	bottom:15px;
	width:auto;
}
.usedbanner-wrap .swiper-pagination-bullet {
	background:#ddd;
	opacity:1;
}
.usedbanner-wrap .swiper-pagination-bullet-active {
	background:#169dab;
	opacity:1;
}
.dimpopup-wrap {
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	background-color: rgba(0,0,0,.6);
}

.usedpopup-wrap {
	display:none;
	position:absolute;
	left:50%;
	width:567px;
	height:600px;
	z-index:600;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.usedpopup-wrap .popup-header {
	position:relative;
	display:table;
	width:100%;
	height:65px;
	background:#000;
}

.usedpopup-wrap .popup-header .title {
	display:table-cell;
	padding-left:30px;
	color:#ffffff;
	font-size:20px;
	vertical-align: middle;
	text-align:left;
}

.usedpopup-wrap .popup-header .closebtn {
	position: absolute;
	top:0;
	right:0;
	width:65px;
	height:65px;
}

.popupbtn-close {
	display: inline-block;
	height: 65px;
	width: 65px;
	background: url(/src/images/1.5/icon-layer-close.png) no-repeat center/20px auto;
}

.popup-content {
	overflow-y:scroll;
	width:100%;
	height:535px;
	padding:25px 30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
}

.popup-content .title {
	padding-bottom:10px;
	border-bottom:1px solid #000;
	color:#222;
	font-size:16px;
}

.popup-content .title .str {
	color:#997d50;
}

.used-datailsbox {
	margin-top:15px;
	padding:19px;
	border:1px solid #e6e6e6;
}

.serviceinfo-wrap {
	overflow:hidden;
	width:100%;
}

.serviceinfo-wrap .imgbox-wrap {
	float:left;
	width:147px;
	height:147px;
}

.serviceinfo-wrap .imgbox-wrap img {
	width:147px;
	height:147px;
}

.serviceinfo-wrap .info-wrap {
	margin:20px 0 0 162px;
}

.serviceinfo-imglist {
	overflow:hidden;
	display:table;
	width:455px;
	margin:20px 0 0 -5px;
}

.serviceinfo-imglist li {
	display:table-cell;
	height:70px;
	padding-left:5px;
}

.serviceinfo-imglist li img {
	width:100%;
	height:70px;
}

.serviceinfo dt {
	color:#222222;
	font-size:14px;
	font-family: 'Pretendard SemiBold';
}

.serviceinfo dd {
	margin-top:5px;
	color:#555555;
	font-size:13px;
	line-height:19px;
}

.tbl-serviceinfo {
	width:100%;
}

.tbl-serviceinfo th {
	color:#169dab;
	font-size:13px;
	text-align:left;
	vertical-align:top;
}
.tbl-serviceinfo td {
	color:#222222;
	font-size:13px;
	text-align:left;
	vertical-align:top;
}



.extraservice-wrap {
	display: flex;
	justify-content: space-between;
	width:1000px;
	margin:70px auto 0;
	justify-content: center;
}
