<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sub .intro {text-align:center; background: #f7f7f7; margin-bottom:30px;padding: 40px;}
.sub .intro p {font-size:18px;}
.sub .intro p strong {    font-family: 'S-CoreDream-5Medium';    font-weight: normal;    letter-spacing: -1px;    font-size: 22px;    color: #fc8820;}
.sub .intro img {margin-bottom:10px;}

.sub dl {margin-bottom:50px;}
.sub dl dt{font-family: 'S-CoreDream-5Medium';letter-spacing: -1px;  font-size:22px; margin-bottom:5px;  }
.sub dl dt:before{width:8px; height:18px; background:#f8aa64; content:''; display:inline-block; border-radius:2px; margin-right:5px; margin-bottom:0px;}
.sub dl dd {padding:0 10px;}
.sub dl dd p {    font-size: 16px;   color:#999; letter-spacing: -0.8px;}


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

/* mobile */
@media screen and (max-width:767px){
    .sub .intro{padding: 40px 20px ;}
    .sub .intro p strong  {font-size:16px;}
    .sub .intro p {    font-size: 14px;}
    .sub .intro p br {display:none;}
    .sub ul li {width:100%;}
    .sub dl dd p {font-size:14px;}
}

</pre></body></html>