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

/* 내용관리 */
#ctt {min-height:200px; }
.ctt_admin {margin:0 5px;text-align:right}
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}
#ctt_con {max-width:1200px; width:100%; margin:0 auto 40px;}
.ctt_img {text-align:center}

/* 아래버튼 */
#ctt .under_btn {max-width:1200px; width:100%; margin:0 auto; position:relative; overflow:hidden;}
#ctt .under_btn .sell_btn {float:left; width:45%; margin:10px 2.5%; border-radius:10px; font-size:0; padding:8%; background-position:top center; background-repeat:no-repeat; background-size:contain;}
#ctt .under_btn .sell_btn.sell01 {background-image:url('sell_btn01.png'); background-color:#62aaff;}
#ctt .under_btn .sell_btn.sell02 {background-image:url('sell_btn02.png'); background-color:#e1d852;}

@media (max-width:960px) {
	#ctt .under_btn .sell_btn {width:95%; height:140px;}
}</pre></body></html>