.size-estimator-panel {
	margin-bottom:48px;
}
.sizes-container {
	color:#000;
	text-align:center;
}
.vsize-title {
	margin-top:48px;
	font-size:32px;
	font-weight:bold;
	line-height:120%;
}
.vsize-note {
	margin-top:16px;
	font-size:16px;
}
.visual-size-list ul {
	max-width:800px;
	margin:0 auto;
	margin-top:32px;
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.visual-size-list li {
	color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    border: 1px solid #999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    width: 80px;
    line-height: 18px;
    height: 40px;
    float: left;
	margin:0 11px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	display:flex;
	justify-content:center;
	font-weight:300;
	
}
.ko .visual-size-list li {
	font-weight:400;
}
.visual-size-list li .js_size_btn {
	width: 100%;
    height: 100%;
    font-weight: bold;
    color: #999;
    background-color: initial;
    border: initial;
    border-radius: initial;
}
.visual-size-list li:hover, .visual-size-list li.active, .visual-size-list li.act, .visual-size-list li:hover .js_size_btn, .visual-size-list li.act .js_size_btn {
	background-color:#ff6b00;
	color:#fff;
}
.visual-size-list li h3 {
	margin:0;
	color:#bec4c5;
	cursor:pointer;
}
.visual-size-list li:hover h3, .visual-size-list li.active h3 {
	color:#fff;
}
.divSizeList .slick-slide {
	height:initial;
}
.divSizeList .slick-slide .size-discount {
	font-weight:bold;
	color:#ff6b00;
}
.divSizeList .slick-slide .size-notef {
	color:#bec4c5;
	font-size:14px;
	line-height:14px;
	padding-top:8px;
}
.size-container {
    background: #fff;
    width: 100%;
	max-width:1125px;
	margin: 0 auto;
}
.size-content {
	margin-top:32px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
}
.size-image {
    float: left;
    width: 60%;
    line-height: 1px;
    background: #ffffff;
	border:1px solid #ddd;
	border-radius: 50px 0 0 50px;
	display:flex;
	justify-content:center;
	align-items:center;
	height:400px;
}
.size-image img {
    height: 390px;
    display: block;
    max-width: 683px;
}
#xxssize .size-image img {
	height:250px;
}
#lsize .size-image img, #xlsize .size-image img {
	
}
#xxlsize .size-image img {
	height:390px;
}
.size-info-wrapper {
    float: left;
    width: 40%;
    max-width: 683px;
	background-color: #f2fbfd;
	border:1px solid #ddd;
	border-radius: 0 50px 50px 0;
}
.size-info {
    float: left;
    width: 95%;
    padding-left: 4%;
    padding-top: 3%;
	height:100%;
}
.size-title {
	font-family: 'Noto Sans KR', sans-serif;
	padding-top:16px;
    font-size: 100px;
    line-height: 90px;
	font-weight:100;
	color:#bec4c5;
	letter-spacing:-5px;
}
.ko .size-title {
    font-size: 100px;
    line-height: 90px;
	font-weight:100;
	
}
.size-subtitle {
    font-size: 50px;
    line-height: 50px;
    vertical-align: bottom;
    display: inline-block;
	padding-left:10px;
	font-weight:100;
	letter-spacing:0px;
}
.size-range {
    padding: 12px 0 5px;
}
.size-price {
    font-weight:bold;
}
.size-price .size-price2 {
	color:#bec4c5;
}
.divSizeList .size-info .size-detail, .divSizeList .size-notef, .divSizeList .size-note {
	text-align:left;
	line-height:125%;
}

.size-detail table td  {
	padding-bottom:8px;
}
.divSizeList .size-detail table td  {
	font-size:14px;
}
.size-detail fieldset {
	margin:20px 0;
	padding:0;
	width:20%;
}
.size-quote {
	margin-top:32px;
}
.size-note, .instant-size-note {
	font-size:12px;
	margin-top:16px;
}

@media only screen and (max-width:767px) {
	.size-content {
		flex-direction:column;
	}
	.visual-size-list ul {
		flex-flow:wrap;
		justify-content:left;
	}
	.size-image, .size-info-wrapper {
		width:100%;
		float:none;
		margin:0;
		border-radius:0 0 50px 50px ;
	}
	.size-image {
		border-radius:50px 50px 0 0;
		height:300px;
	}
	.size-image img, #lsize .size-image img, #xlsize .size-image img, #xxlsize .size-image img {
		height:250px;
	}
	#xxssize .size-image img {
		height:200px;
	}
	
	.size-title {
		padding:0;
	}
	.size-detail {
		padding-bottom:48px;
	}
	.size-note, .instant-size-note {
		margin-top:16px;
	}
}


@media only screen and (max-width:767px) { 
	.visual-size-list li {
		margin-right:5px;
	}
	.divSizeList .slick-slide .size-notef {
		font-size:12px;
		line-height:12px;
		font-weight:bold;
	}
}
@media only screen and (max-width:480px) { 
	.vsize-title {
		font-size:24px;
	}
	.divSizeList .size-content {
		margin-top:16px;
	}
}
@media only screen and (max-width:420px) { 
	.visual-size-list li {
		width:70px;
	}
}