@charset "utf-8";

/* ■■■■■■■■■■■■ 내용 ■■■■■■■■■■■■ */
#text dl dt, #text dl dd, {background:none !important; padding-left:0; font-size:14px;}
#text p {font-size:15px;}
#text .fs_small {font-size:13px;}

#text .scroll {overflow-x:auto;}
#text .scroll1 ul {width:225%;}
#text .scroll2 ul {width:255%;}
#text .mobile_scroll {margin-bottom:5px; color:#ff5e0d; font-size:14px;}

@media only screen and (min-width: 356px) and (max-width: 387px){
	#text .scroll1 ul {width:250%;}
	#text .scroll2 ul {width:280%;}
}
@media only screen and (min-width: 300px) and (max-width: 355px){
	#text .scroll1 ul {width:280%;}
	#text .scroll2 ul {width:320%;}
}
@media only screen and (min-width: 260px) and (max-width: 299px){
	#text .scroll1 ul {width:300%;}
	#text .scroll2 ul {width:340%;}
}


#text .sample_photo1 {}
#text .sample_photo1 dl {width:100%; margin-bottom:20px; border:1px solid #ddd; text-align:center}
#text .sample_photo1 dl dt {padding:10px; background:#f6f6f6; font-size:15px; color:#525252; border-bottom:1px solid #ddd;}
#text .sample_photo1 dl dt strong {display:block; margin-top:5px; font-size:20px;}
#text .sample_photo1 dl dd {padding:10px; background:none;}
#text .sample_photo1 dl dd img {width:100%}

#text .sample_photo2 {}
#text .sample_photo2 dl {width:100%; margin-bottom:20px; border:1px solid #ddd; text-align:center}
#text .sample_photo2 dl dt {padding:10px; background:#f6f6f6; font-size:15px; color:#525252; border-bottom:1px solid #ddd;}
#text .sample_photo2 dl dt strong {display:block; margin-top:5px; font-size:20px;}
#text .sample_photo2 dl dd {padding:10px; background:none;}
#text .sample_photo2 dl dd img {width:100%}

#text .sample_photo3 {}
#text .sample_photo3 dl {width:100%; margin-bottom:20px; border:1px solid #ddd; text-align:center}
#text .sample_photo3 dl dt {padding:10px; background:#f6f6f6; font-size:15px; color:#525252; border-bottom:1px solid #ddd;}
#text .sample_photo3 dl dt strong {display:block; margin-top:5px; font-size:20px;}
#text .sample_photo3 dl dd {padding:10px; background:none;}
#text .sample_photo3 dl dd img {width:100%}

#text .btn_go {text-align:center; margin:5px 0 0;}
#text .btn_go a {display:inline-block; width:250px; padding:12px 0; text-align:center; background:#ee4d5d; color:#fff; font-weight:600; border-radius:5px;}

