<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

.sub{font-size:15px; font-weight:400; font-family:'noto sans kr'; letter-spacing:-0.5px; color:#333;}
.sub img{display:block; margin:0 auto; width:100%; max-width:1000px;}
.sub h3{font-size:22px; margin-top:30px;}
.sub h3:first-child{margin-top:0;}
.sub h3:before{
	content:"";
    display:inline-block;
    background:url("/app/dubu_sourcecode/docs/imgs/1503533889_tick-inside-circle.png") no-repeat;
    background-size:20px;
    width:20px; height:20px;
    margin:0 3px -2px 0;
}

.sub table{border-top:2px solid #0092d7; width:100%; margin-top:10px;}
.sub td, .sub th{font-size:15px; font-weight:400; font-family:'noto sans kr'; text-align:center; border:1px solid #ddd; border-width:0 1px 1px 0; padding:5px 3px;}
.sub th{background-color:rgba(0,146,215,0.05);}
.sub td:last-child, .sub th:last-child{border-right:none;}

.s_1, .s_2{float:left; width:46%; margin:0 2%;}
.s_1 img{max-width:250px;}
.s_2 img{max-width:277px;}

.cover{display:table; width:100%; overflow:hidden;}
.con{padding:0 3%; margin-top:5px;}

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

/* mobile */
@media screen and (max-width:768px){
}
</pre></body></html>