<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("http://c.dubuplus.com/inc/css/font/notosans/notosanskr.css");
#sub_contents {font-size:15px;line-height:1.6;color:#696969;}


.sub &gt; img {width:100%;margin-bottom:20px;}
.sub h2 {
    text-align:center;color:#555;font-size:26px;letter-spacing:-.06em;font-family:'noto sans kr';font-weight:500;line-height:1.4;}
.sub h2 b {color:#7dbb15;font-size:1.15em;font-weight:500;}
.sub h2 strong {color:#11b615;font-size:1.25em;}
.sub h2 br {display:none;}
.sub h2:after {content:'';display:block;margin:20px auto; width:35px; border-bottom:2px solid #ddd;}
.sub ul {overflow:hidden;}
.sub ul li {border:1px solid #ddd;float:left;width:49.5%;margin-bottom:10px;
	text-align:center;font-weight:600;font-size:19px;color:#333;letter-spacing:-0.06em;
	padding-bottom:10px;}
.sub ul li:nth-child(2n) {margin-left:1%;}
.sub ul li img {width:100%;margin-bottom:5px;}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    #sub_contents {font-size:14px;}
    
    .sub h2  {font-size:21px;
    	-ms-word-break:keep-all;
    	word-break:keep-all;}
    .sub h2 br {display:block;}
    
    
    .sub ul li {width:100%}
    .sub ul li:nth-child(2n) {margin-left:0;}
}</pre></body></html>