<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.dubuplus.com/css?family=Ubuntu");
#sub_contents {font-size:15px;line-height:1.6;color:#555;}



.process dl {margin-top:0px;overflow:hidden;}
.process dl dt {
    color:#fff;text-align:center;font-size:21px;font-weight:600;
    padding:5px;
	background-color:#0070c0;}
.process dl dd {overflow:hidden;width:50%;float:left;
	padding:10px;}
.process dl dd img {width:100%;}
.process dl dd.w100 {width:100%;}
.process dl dd p {
    text-align:center;font-size:1.1em;color:#062d85;font-weight:600;
	padding:20px;}


.process .imgs {overflow:hidden;}
.process .imgs img {float:left; width:49%;}
.process .imgs img:nth-child(2n) {margin-left:2%;}




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

/* mobile */
@media screen and (max-width:768px){
    #sub_contents {font-size:14px;}
    
    
    .process ol li strong {font-size:21px;}
    .process ol li p {padding:10px;padding-top:15px;}
}
</pre></body></html>