@charset "UTF-8";

.content-area_full {
	padding: 0 !important;
}

.inner_box_full {
	padding: 0 !important;
}

/* text 공통 css */
.sub_02_title {
	width: 30%;
	height: auto;
}

.sub_02_title > span {
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 35px;
}

.sub_02_info_wrap {
	width: 70%;
	height: auto;
}

.sub_02_info {
	width: 70%;
	height: auto;
	word-break: keep-all;
	letter-spacing: -0.05rem;
}

.sub_02_info.cloth_info {
	margin-bottom: 100px;
	width: 100%;
}

.sub_02_info_top {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}

.sub_02_info_top > h2 {
	font-size: 1.9rem;
	font-weight: 600;
	color: #0f4583;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.sub_02_info_top > p {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 40px;
	word-break: keep-all;
	letter-spacing: -1px;
}


.sub_02_info_bottom {
	width: 100%;
	height: auto;
}

.sub_02_info_bottom > p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 30px;
	word-break: keep-all;
	letter-spacing: -.5px;
}

/* text 공통 css end */


/* 의류 */
.cloth_wrap {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 0;
}

.cloth_wrap .cloth_text {
	width: 100%;
	max-width: 1360px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 100px;
}

.cloth_wrap .cloth_text .cloth_info .cloth_info_top > p br {
	display: none;
}

.cloth_wrap .cloth_img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 270px 0 160px;
}

.cloth_wrap .cloth_img .cloth_img_01 {
	width: 100%;
	height: 487px;
	background: url(../images/sub/cloth_01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.cloth_wrap .cloth_img .cloth_img_02 {
	position: absolute;
	top: 0;
	left: 36%;
}

.cloth_wrap .cloth_img .cloth_img_02 > img {
	max-width: 100%;
}

.cloth_wrap .cloth_img .cloth_img_03 {
	position: absolute;
	top: 44%;
	left: 64%;
}

.cloth_wrap .cloth_img .cloth_img_03 > img {
	max-width: 100%;
}

.cloth_wrap .cloth_img .cloth_img_04 {
	position: absolute;
	top: 60%;
	left: 36%;
}

.cloth_wrap .cloth_img .cloth_img_04 > img {
	max-width: 100%;
}

/* 의류 end */

/* 신발 */
.shoes_wrap {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 0 0;
}

.shoes_wrap .shoes_text {
	width: 100%;
	max-width: 1360px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 80px;
}

.shoes_wrap .shoes_img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 230px 0 320px;
}

.shoes_wrap .shoes_img .shoes_img_01 {
	width: 100%;
	height: 487px;
	background: url(../images/sub/shoes_01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.shoes_wrap .shoes_img .shoes_img_02 {
	position: absolute;
	top: 0;
	right: 8%;
	z-index: 1;
	text-align: center;
	width: 22%;
}

.shoes_wrap .shoes_img .shoes_img_02 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.shoes_wrap .shoes_img .shoes_img_03 {
	position: absolute;
	top: 4%;
	left: 8%;
	z-index: 2;
	text-align: center;
	width: 23%;
}

.shoes_wrap .shoes_img .shoes_img_03 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.shoes_wrap .shoes_img .shoes_img_04 {
	position: absolute;
	top: 14%;
	left: 34%;
	text-align: center;
	width: 30%;
	z-index: 3;
}

.shoes_wrap .shoes_img .shoes_img_04 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.shoes_wrap .shoes_img .shoes_img_05 {
	position: absolute;
	top: 54%;
	right: 15%;
	text-align: center;
	width: 30%;
	z-index: 2;
}

.shoes_wrap .shoes_img .shoes_img_05 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* 신발 end */

/* 용품 */
.ware_wrap {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 0 0;
}

.ware_wrap .ware_text {
	width: 100%;
	max-width: 1360px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 80px;
}

.ware_wrap .ware_img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 150px 0 380px;
}

.ware_wrap .ware_img .ware_img_01 {
	width: 100%;
	height: 487px;
	background: url(../images/sub/ware_01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.ware_wrap .ware_img .ware_img_02 {
	position: absolute;
	top: 0;
	right: 12%;
	z-index: 2;
	width: 22%;
	text-align: center;
}

.ware_wrap .ware_img .ware_img_02 > img {
	max-width: 100%;
}

.ware_wrap .ware_img .ware_img_03 {
	position: absolute;
	top: 22%;
	left: 23%;
	width: 23%;
	text-align: center;
}

.ware_wrap .ware_img .ware_img_03 > img {
	max-width: 100%;
}

/* 용품 end */

/* 직물 */
.textile_wrap {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 0 0;
}

.textile_wrap .textile_text {
	width: 100%;
	max-width: 1360px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 80px;
}

.textile_wrap .textile_img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 150px 0 380px;
}

.textile_wrap .textile_img .textile_img_01 {
	width: 100%;
	height: 487px;
	background: url(../images/sub/filling_01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.textile_wrap .textile_img .textile_img_02 {
	position: absolute;
	top: 0%;
	left: 9%;
	z-index: 2;
	width: 16%;
	text-align: center;
}

.textile_wrap .textile_img .textile_img_02 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.textile_wrap .textile_img .textile_img_03 {
	position: absolute;
	top: 1%;
	right: 14%;
	width: 32%;
	text-align: center;
}

.textile_wrap .textile_img .textile_img_03 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.textile_wrap .textile_img .textile_img_04 {
	position: absolute;
	top: 36%;
	right: 41%;
	width: 20%;
	text-align: center;
}

.textile_wrap .textile_img .textile_img_04 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.textile_wrap .textile_img .textile_img_05 {
	position: absolute;
	top: 53%;
	right: 14%;
	width: 20%;
	text-align: center;
}

.textile_wrap .textile_img .textile_img_05 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* 직물 end */

/* 니트 */
.neat_wrap {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 0 0;
}

.neat_wrap .neat_text {
	width: 100%;
	max-width: 1360px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 80px;
}

.neat_wrap .neat_img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 230px 0 320px;
}

.neat_wrap .neat_img .neat_img_01 {
	width: 100%;
	height: 487px;
	background: url(../images/sub/neat_01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.neat_wrap .neat_img .neat_img_02 {
	position: absolute;
	top: 4%;
	right: 5%;
	z-index: 1;
	text-align: center;
	width: 20%;
}

.neat_wrap .neat_img .neat_img_02 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.neat_wrap .neat_img .neat_img_03 {
	position: absolute;
	top: 9%;
	left: 37%;
	z-index: 2;
	text-align: center;
	width: 34%;
}

.neat_wrap .neat_img .neat_img_03 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.neat_wrap .neat_img .neat_img_04 {
	position: absolute;
	top: 48%;
	right: 16%;
	text-align: center;
	width: 25%;
	z-index: 3;
}

.neat_wrap .neat_img .neat_img_04 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.neat_wrap .neat_img .neat_img_05 {
	position: absolute;
	top: 56%;
	left: 14%;
	text-align: center;
	width: 28%;
	z-index: 2;
}

.neat_wrap .neat_img .neat_img_05 > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* 니트 end */

/* 충전재 */
.filling_wrap {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 0 0;
}

.filling_wrap .filling_text {
	width: 100%;
	max-width: 1360px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 80px;
}

.filling_wrap .filling_img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 150px 0 380px;
}

.filling_wrap .filling_img .filling_img_01 {
	width: 100%;
	height: 487px;
	background: url(../images/sub/filling_01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.filling_wrap .filling_img .filling_img_02 {
	position: absolute;
	top: 0;
	right: 12%;
	z-index: 2;
	width: 33%;
	text-align: center;
}

.filling_wrap .filling_img .filling_img_02 > img {
	max-width: 100%;
}

.filling_wrap .filling_img .filling_img_03 {
	position: absolute;
	top: 11%;
	left: 12%;
	width: 24%;
	text-align: center;
}

.filling_wrap .filling_img .filling_img_03 > img {
	max-width: 100%;
}

.filling_wrap .filling_img .filling_img_04 {
	position: absolute;
	top: 47%;
	left: 30%;
	width: 19%;
	text-align: center;
}

.filling_wrap .filling_img .filling_img_04 > img {
	max-width: 100%;
}

.filling_wrap .filling_img .filling_img_05 {
	position: absolute;
	top: 38%;
	right: 14%;
	width: 15%;
	text-align: center;
}

.filling_wrap .filling_img .filling_img_05 > img {
	max-width: 100%;
}

/* 충전재 end */

/* rnd */
.rnd_wrap {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 0 0;
}

.rnd_wrap .rnd_text {
	width: 100%;
	max-width: 1360px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.rnd_wrap .rnd_img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 350px 0 220px;
}

.rnd_wrap .rnd_img .rnd_img_01 {
	width: 100%;
	height: 487px;
	background: url(../images/sub/rnd_01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.rnd_wrap .rnd_img .rnd_img_02 {
	position: absolute;
	top: 14%;
	left: 47%;
}

.rnd_wrap .rnd_img .rnd_img_02 > img {
	max-width: 100%;
}

.rnd_wrap .rnd_img .rnd_img_03 {
	position: absolute;
	top: 54%;
	left: 33%;
}

.rnd_wrap .rnd_img .rnd_img_03 > img {
	max-width: 100%;
}

.rnd_wrap .rnd_img .rnd_img_04 {
	position: absolute;
	top: 27%;
	left: 18%;
}

.rnd_wrap .rnd_img .rnd_img_04 > img {
	max-width: 100%;
}

/* rnd end */


@media (max-width: 1441px) {}

@media (max-width: 1281px) {

	/* 공통 */
	.sub_02_title {
		width: 25%;
	}

	.sub_02_info {
		width: 75%;
	}

	/* 01 */
	.cloth_text {
		padding: 0 30px;
	}

	.cloth_wrap .cloth_img .cloth_img_02 {
		top: 10%;
		left: 28%;
	}

	.cloth_wrap .cloth_img .cloth_img_03 {
		top: 52%;
		left: 68%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 {
		top: 68%;
		left: 28%;
	}

	/* 02 */
	.shoes_text {
		padding: 0 30px;
	}

	.shoes_wrap .shoes_img .shoes_img_02 {
		top: 5%;
		right: 30px;
	}

	.shoes_wrap .shoes_img .shoes_img_03 {
		top: 8%;
		left: 30px;
	}

	.shoes_wrap .shoes_img .shoes_img_04 {
		left: 30%;
	}

	.shoes_wrap .shoes_img .shoes_img_05 {
		top: 40%;
		right: 20%;
	}

	/* 03 */
	.ware_text {
		padding: 0 30px;
	}

	.ware_wrap .ware_img .ware_img_02 {
		top: 7%;
		right: 30px;
	}

	.ware_wrap .ware_img .ware_img_03 {
		left: 30px;
	}

	/* 04 */
	.textile_text {
		padding: 0 30px;
	}

	/* 05 */
	.neat_text {
		padding: 0 30px;
	}

	/* 06 */
	.filling_text {
		padding: 0 30px;
	}

	/* 07 */
	.rnd_text {
		padding: 0 30px;
	}

	.rnd_wrap .rnd_img .rnd_img_02 {
		left: 45%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 {
		left: 24%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 {
		top: 26%;
		left: 8%;
	}
}

@media (max-width: 1025px) {

	/* 01 */
	.cloth_wrap .cloth_img {
		padding: 270px 0 100px;
	}

	.cloth_wrap .cloth_img .cloth_img_03 {
		top: 46%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 {
		top: 60%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 > img {
		max-width: 90%;
	}

	/* 02 */
	.shoes_wrap .shoes_img {
		padding: 130px 0;
	}

	.shoes_wrap .shoes_img .shoes_img_02 {
		top: 5%;
		right: 30px;
		width: 30%;
	}

	.shoes_wrap .shoes_img .shoes_img_03 {
		top: 8%;
		left: 30px;
		width: 32%;
	}

	.shoes_wrap .shoes_img .shoes_img_04 {
		top: 33%;
		left: 30%;
		width: 40%;
	}

	.shoes_wrap .shoes_img .shoes_img_05 {
		top: 65%;
		right: 30px;
		width: 40%;
	}

	/* 03 */
	.ware_wrap .ware_img {
		padding: 130px 0;
	}

	.ware_wrap .ware_img .ware_img_02 {
		width: 30%;
	}

	.ware_wrap .ware_img .ware_img_03 {
		width: 32%;
	}

	/* 04 */
	.textile_wrap .textile_img {
		padding: 130px 0;
	}
	
	.textile_wrap .textile_img .textile_img_02 {
		width: 25%;
		left: 30px;
	}
	
	.textile_wrap .textile_img .textile_img_03 {
		width: 40%;
		right: 30px;
	}
	
	.textile_wrap .textile_img .textile_img_04 {
		top: 32%;
		width: 30%;
		right: 36%;
	}
	
	.textile_wrap .textile_img .textile_img_05 {
		top: 66%;
		right: 30px;
		width: 30%;
	}

	/* 05 */
	.neat_wrap .neat_img {
		padding: 130px 0;
	}

	.neat_wrap .neat_img .neat_img_02 {
		right: 30px;
		width: 30%;
	}

	.neat_wrap .neat_img .neat_img_03 {
		left: 20%;
		width: 40%;
	}

	.neat_wrap .neat_img .neat_img_04 {
		top: 37%;
		width: 30%;
	}

	.neat_wrap .neat_img .neat_img_05 {
		width: 40%;
		left: 30px;
	}

	/* 06 */
	.filling_wrap .filling_img {
		padding: 130px 0;
	}

	.filling_wrap .filling_img .filling_img_02 {
		top: 8%;
		right: 30px;
		width: 40%;
	}

	.filling_wrap .filling_img .filling_img_03 {
		top: 18%;
		left: 30px;
		width: 30%;
	}

	.filling_wrap .filling_img .filling_img_04 {
		top: 51%;
		left: 20%;
		width: 25%;
	}

	.filling_wrap .filling_img .filling_img_05 {
		top: 42%;
		right: 30px;
		width: 23%;
	}

	/* 07 */
	.rnd_wrap .rnd_text .rnd_info .rnd_info_top > p br {
		display: none;
	}

	.rnd_wrap .rnd_img {
		padding: 270px 0 200px;
	}

	.rnd_wrap .rnd_img .rnd_img_03 {
		top: 50%;
		left: 22%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 > img {
		max-width: 90%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 {
		top: 22%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 > img {
		max-width: 90%;
	}
}

@media (max-width: 801px) {

	/* 공통 */
	.sub_02_info_top {
		padding-bottom: 30px;
	}

	.sub_02_info_top > p {
		font-size: 1.75rem;
		line-height: 38px;
	}

	/* 01 */
	.cloth_wrap {
		padding: 80px 0;
	}

	.cloth_wrap .cloth_img {
		padding: 200px 0 100px;
	}

	.cloth_wrap .cloth_img .cloth_img_01 {
		height: 370px;
	}

	.cloth_wrap .cloth_img .cloth_img_03 {
		top: 46%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 > img {
		max-width: 70%;
	}

	/* 02 */
	.shoes_wrap {
		padding: 80px 0 0;
	}

	.shoes_wrap .shoes_img {
		padding: 150px 0 200px;
	}

	.shoes_wrap .shoes_img .shoes_img_01 {
		height: 370px;
	}

	/* 03 */
	.ware_wrap {
		padding: 80px 0 0;
	}

	.ware_wrap .ware_img {
		padding: 150px 0 200px;
	}

	.ware_wrap .ware_img .ware_img_01 {
		height: 370px;
	}

	/* 04 */
	.textile_wrap {
		padding: 80px 0 0;
	}

	.textile_wrap .textile_img {
		padding: 150px 0 200px;
	}

	.textile_wrap .textile_img .textile_img_01 {
		height: 370px;
	}

	/* 05 */
	.neat_wrap {
		padding: 80px 0 0;
	}

	.neat_wrap .neat_img {
		padding: 150px 0 200px;
	}

	.neat_wrap .neat_img .neat_img_01 {
		height: 370px;
	}

	/* 06 */
	.filling_wrap {
		padding: 80px 0;
	}

	.filling_wrap .filling_img {
		padding: 150px 0 200px;
	}

	.filling_wrap .filling_img .filling_img_01 {
		height: 370px;
	}

	/* 07 */
	.rnd_wrap {
		padding: 80px 0;
	}

	.rnd_wrap .rnd_img {
		padding: 200px 0 100px;
	}

	.rnd_wrap .rnd_img .rnd_img_01 {
		height: 370px;
	}

	.rnd_wrap .rnd_img .rnd_img_03 {
		left: 18%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 > img {
		max-width: 80%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 > img {
		max-width: 70%;
	}
}

@media (max-width: 621px) {

	/* 공통 */
	.sub_02_text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 25px;
	}

	.sub_02_title {
		width: 100%;
		padding-bottom: 50px;
	}

	.sub_02_title > span {
		font-size: 2.375rem;
	}

	.sub_02_info_wrap {
		width: 100%;
	}

	.sub_02_info {
		width: 100%;
	}

	.sub_02_info_top {
		padding-bottom: 60px;
	}

	/* 01 */
	.cloth_wrap {
		padding: 60px 0 0;
	}

	.cloth_wrap .cloth_text .cloth_info .cloth_info_top > p br {
		display: block;
	}

	.cloth_wrap .cloth_img {
		padding: 200px 0;
	}

	.cloth_wrap .cloth_img .cloth_img_02 {
		left: 4%;
	}

	.cloth_wrap .cloth_img .cloth_img_02 > img {
		max-width: 96%;
	}

	.cloth_wrap .cloth_img .cloth_img_03 {
		top: 46%;
		left: 42%;
	}

	.cloth_wrap .cloth_img .cloth_img_03 > img {
		max-width: 90%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 {
		top: 56%;
		left: 8%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 > img {
		max-width: 80%;
	}

	/* 02 */
	.shoes_wrap {
		padding: 60px 0 0;
	}

	.shoes_wrap .shoes_img {
		padding: 130px 0 300px;
	}

	.shoes_wrap .shoes_img .shoes_img_01 {
		height: 340px;
	}

	/* 03 */
	.ware_wrap {
		padding: 60px 0 0;
	}

	.ware_wrap .ware_img {
		padding: 130px 0 300px;
	}

	.ware_wrap .ware_img .ware_img_01 {
		height: 340px;
	}

	/* 04 */
	.textile_wrap {
		padding: 60px 0 0;
	}

	.textile_wrap .textile_img {
		padding: 130px 0 300px;
	}

	.textile_wrap .textile_img .textile_img_01 {
		height: 340px;
	}

	/* 05 */
	.neat_wrap {
		padding: 60px 0 0;
	}

	.neat_wrap .neat_img {
		padding: 130px 0 300px;
	}

	.neat_wrap .neat_img .neat_img_01 {
		height: 340px;
	}

	/* 06 */
	.filling_wrap {
		padding: 60px 0 0;
	}

	.filling_wrap .filling_img {
		padding: 130px 0 300px;
	}

	.filling_wrap .filling_img .filling_img_01 {
		height: 340px;
	}

	/* 07 */
	.rnd_wrap {
		padding: 60px 0 0;
	}

	.rnd_wrap .rnd_text .rnd_info .rnd_info_top > p br {
		display: block;
	}

	.rnd_wrap .rnd_img {
		padding: 130px 0;
	}

	.rnd_wrap .rnd_img .rnd_img_02 {
		top: 8%;
		left: 45%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 {
		top: 48%;
		left: 16%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 > img {
		max-width: 70%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 {
		top: 15%;
		left: 4%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 > img {
		max-width: 65%;
	}
}

@media (max-width: 481px) {

	/* 공통 */
	.sub_02_title {
		padding-bottom: 30px;
	}

	.sub_02_title > span {
		font-size: 2.25rem;
	}

	.sub_02_info_top {
		padding-bottom: 30px;
	}

	.sub_02_info_top > p {
		font-size: 1.57rem;
		line-height: 34px;
	}

	.sub_02_info_bottom > p {
		font-size: 0.9375rem;
		line-height: 24px;
		word-break: normal;
	}

	/* 01 */
	.cloth_wrap {
		padding: 60px 0px;
	}

	.cloth_wrap .cloth_text {
		padding: 0px 15px;
	}

	.cloth_wrap .cloth_text .cloth_info .cloth_info_top > p br {
		display: none;
	}

	.cloth_wrap .cloth_img {
		padding: 150px 0 50px;
	}

	.cloth_wrap .cloth_img .cloth_img_03 {
		top: 43%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 {
		top: 53%;
		left: 4%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 > img {
		max-width: 67%;
	}

	/* 02 */
	.shoes_wrap {
		padding: 60px 0 0;
	}

	.shoes_wrap .shoes_text {
		padding: 0px 15px;
	}

	.shoes_wrap .shoes_text .shoes_info .shoes_info_top > p br {
		display: none;
	}

	.shoes_wrap .shoes_img {
		padding: 100px 0;
	}

	.shoes_wrap .shoes_img .shoes_img_02 {
		right: 15px;
		width: 50%;
	}

	.shoes_wrap .shoes_img .shoes_img_03 {
		top: 20%;
		left: 15px;
		width: 40%;
	}

	.shoes_wrap .shoes_img .shoes_img_04 {
		top: 33%;
		left: 30%;
		width: 60%;
	}

	.shoes_wrap .shoes_img .shoes_img_05 {
		top: 63%;
		right: 15px;
		width: 50%;
	}


	/* 03 */
	.ware_wrap {
		padding: 60px 0 0;
	}

	.ware_wrap .ware_text {
		padding: 0px 15px;
	}

	.ware_wrap .ware_text .ware_info .ware_info_top > p br {
		display: none;
	}

	.ware_wrap .ware_img {
		padding: 100px 0;
	}

	.ware_wrap .ware_img .ware_img_02 {
		right: 15px;
		width: 40%;
	}

	.ware_wrap .ware_img .ware_img_03 {
		left: 15px;
		width: 42%;
	}

	/* 04 */
	.textile_wrap {
		padding: 60px 0 0;
	}

	.textile_wrap .textile_text {
		padding: 0px 15px;
	}

	.textile_wrap .textile_text .textile_info .textile_info_top > p br {
		display: none;
	}

	.textile_wrap .textile_img {
		padding: 100px 0;
	}
	
	.textile_wrap .textile_img .textile_img_02 {
		top: 6%;
		width: 35%;
		left: 15px;
	}
	
	.textile_wrap .textile_img .textile_img_03 {
		top: 9%;
		width: 45%;
		right: 15px;
	}
	
	.textile_wrap .textile_img .textile_img_04 {
		top: 38%;
		width: 40%;
		right: 36%;
	}
	
	.textile_wrap .textile_img .textile_img_05 {
		top: 64%;
		right: 15px;
		width: 50%;
	}

	/* 05 */
	.neat_wrap {
		padding: 60px 0 0;
	}

	.neat_wrap .neat_text {
		padding: 0px 15px;
	}

	.neat_wrap .neat_text .neat_info .neat_info_top > p br {
		display: none;
	}

	.neat_wrap .neat_img {
		padding: 100px 0;
	}

	.neat_wrap .neat_img .neat_img_02 {
		right: 15px;
		width: 45%;
	}

	.neat_wrap .neat_img .neat_img_03 {
		top: 20%;
		width: 50%;
		left: 15px;
	}

	.neat_wrap .neat_img .neat_img_04 {
		top: 42%;
		right: 15%;
		width: 40%;
	}

	.neat_wrap .neat_img .neat_img_05 {
		top: 60%;
		left: 15px;
		width: 60%;
	}


	/* 06 */
	.filling_wrap {
		padding: 60px 0 0;
	}

	.filling_wrap .filling_text {
		padding: 0px 15px;
	}

	.filling_wrap .filling_text .filling_info .filling_info_top > p br {
		display: none;
	}

	.filling_wrap .filling_img {
		padding: 100px 0;
	}

	.filling_wrap .filling_img .filling_img_02 {
		right: 15px;
		width: 45%;
	}

	.filling_wrap .filling_img .filling_img_03 {
		left: 15px;
		width: 40%;
	}

	.filling_wrap .filling_img .filling_img_04 {
		left: 10%;
		width: 40%;
	}

	.filling_wrap .filling_img .filling_img_05 {
		right: 15px;
		width: 30%;
	}


	/* 07 */
	.rnd_wrap {
		padding: 60px 0px;
	}

	.rnd_wrap .rnd_text {
		padding: 0px 15px;
	}

	.rnd_wrap .rnd_text .rnd_info .rnd_info_top > p br {
		display: none;
	}

	.rnd_wrap .rnd_img {
		padding: 100px 0 50px;
	}

	.rnd_wrap .rnd_img .rnd_img_04 {
		top: 16%;
		left: 4%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 > img {
		max-width: 60%;
	}
}

@media (max-width: 391px) {

	/* 공통 */
	.sub_02_title {
		padding-bottom: 20px;
	}

	.sub_02_title > span {
		font-size: 2rem;
	}

	.sub_02_info_top {
		padding-bottom: 20px;
	}

	.sub_02_info_top > p {
		font-size: 1.375rem;
		line-height: 30px;
	}

	/* 01 */
	.cloth_wrap .cloth_img {
		padding: 130px 0 0;
	}

	.cloth_wrap .cloth_img .cloth_img_01 {
		height: 300px;
	}

	.cloth_wrap .cloth_img .cloth_img_03 {
		top: 42%;
		left: 30%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 {
		top: 60%;
	}

	.cloth_wrap .cloth_img .cloth_img_04 > img {
		max-width: 52%;
	}

	/* 02 */
	.shoes_wrap .shoes_img {
		padding: 130px 0;
	}

	.shoes_wrap .shoes_img .shoes_img_01 {
		height: 300px;
	}

	/* 03 */
	.ware_wrap .wares_img {
		padding: 130px 0;
	}

	.ware_wrap .ware_img .ware_img_01 {
		height: 300px;
	}

	.ware_wrap .ware_img .ware_img_04 {
		top: 60%;
	}

	/* 04 */
	.textile_wrap .textile_img {
		padding: 130px 0;
	}

	.textile_wrap .textile_img .textile_img_01 {
		height: 300px;
	}

	/* 05 */
	.neat_wrap .neat_img {
		padding: 130px 0;
	}

	.neat_wrap .neat_img .neat_img_01 {
		height: 300px;
	}

	/* 06 */
	.filling_wrap .filling_img {
		padding: 130px 0;
	}

	.filling_wrap .filling_img .filling_img {
		height: 300px;
	}

	/* 07 */
	.rnd_wrap .rnd_img .rnd_img_01 {
		height: 300px;
	}

	.rnd_wrap .rnd_img .rnd_img_02 {
		top: 8%;
		left: 40%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 {
		top: 45%;
		left: 8%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 > img {
		max-width: 60%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 {
		top: 14%;
		left: 1.5%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 > img {
		max-width: 40%;
	}
}

@media (max-width: 321px) {

	/* 공통 */
	.sub_02_title {
		padding-bottom: 15px;
	}

	.sub_02_title > span {
		font-size: 1.57rem;
	}

	.sub_02_info_top {
		padding-bottom: 15px;
	}

	.sub_02_info_top > p {
		font-size: 1.25rem;
		line-height: 26px;
	}

	.sub_02_info_bottom > p {
		font-size: 0.8125rem;
		line-height: 20px;
	}

	/* 01 */
	.cloth_wrap {
		padding: 30px 0 60px;
	}

	.cloth_wrap .cloth_img .cloth_img_03 {
		top: 38%;
	}

	/* 02 */
	.shoes_wrap {
		padding: 30px 0 0;
	}

	.shoes_wrap .shoes_img {
		padding: 100px 0 50px;
	}

	/* 03 */
	.ware_wrap {
		padding: 30px 0 0;
	}

	.ware_wrap .ware_img {
		padding: 100px 0 50px;
	}

	/* 04 */
	.textile_wrap {
		padding: 30px 0 0;
	}

	.textile_wrap .textile_img {
		padding: 100px 0 50px;
	}

	/* 05 */
	.neat_wrap {
		padding: 30px 0 0;
	}

	.neat_wrap .neat_img {
		padding: 100px 0 50px;
	}

	/* 06 */
	.filling_wrap {
		padding: 30px 0;
	}

	.filling_wrap .filling_img {
		padding: 100px 0 50px;
	}

	/* 07 */
	.rnd_wrap .rnd_img {
		padding: 70px 0 50px;
	}

	.rnd_wrap .rnd_img .rnd_img_02 {
		top: 10%;
		left: 29%;
	}

	.rnd_wrap .rnd_img .rnd_img_03 {
		top: 52%;
	}

	.rnd_wrap .rnd_img .rnd_img_04 {
		top: 27%;
		left: 2%;
	}
}
