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

body {
	margin: 0 auto;
}

.container {width: 100%}
.main-m {display: none;}
.container .copy {
	margin-top: -5px;
	display: table;
	width: 100%;
	background-color:#a48b78;
}

.container .stayc-copy {
	display: table-cell;
	width: 30%;
	padding: 2%;
	margin-top: -2%;
	margin: 0 auto;
}




/*제품상세설명*/

.staycbox {
	width: 100%;
	text-align: center;
}
.staycbox .staycboxinner{
	display: block;
	width: 60%;
	margin: 0 auto;
}

/*box01*/
.staycbox &gt; .staycboxinner &gt;.box01 {
	margin-top: -2.28%;
	width: 100%;
}
.staycbox &gt; .staycboxinner &gt;.box01 &gt;.bg01 {
	position: relative;
}
.staycbox &gt; .staycboxinner &gt;.box01 &gt;.bg01 &gt;.title {
	position: absolute;
	max-width: 40%;
	top: 5%;
	left: 0%;
	padding: 5%;
}
.staycbox &gt; .staycboxinner &gt;.box01 &gt;.bg01 &gt;.title &gt;.text01 {
	max-width: 70%;
}
.staycbox &gt; .staycboxinner &gt;.box01 &gt;.bg01 &gt;.title &gt;.text02 {
	padding-top: 25%;
}

/*box02*/
.staycbox &gt; .staycboxinner &gt;.box02 {
	width: 100%;
	margin-top: -50px;
}
.staycbox &gt; .staycboxinner &gt;.box02 &gt; .model {
	max-width: 100%;
	margin: 0 auto;
}

/*box03*/
.staycbox &gt; .staycboxinner &gt;.box03 {
	margin-top: -60px;
	width: 100%;
}
.staycbox &gt; .staycboxinner &gt;.box03 &gt;.bg03 {
	position: relative;
}
.staycbox &gt; .staycboxinner &gt;.box03 &gt;.bg03 &gt; .text03 {
	position: absolute;
	max-width: 40%;
	bottom: 35%;
	right: 0%;
	padding: 5%;
}


.page {
 width: 80%;
	margin: 0 auto;
}



@media (max-width: 750px){
	.stayc-copy {width: 100%;}
	.main {display: none;}
	.main-m {display: block;}
	.m-header {width:100%; height: 10vw; background: #fff;}
	.staycbox .staycboxinner{width: 100%;}
	.page {width: 100%;}
}
</pre></body></html>