<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
.business1 {overflow: hidden; background: #fff;}
.business1 .section-inner {max-width: 1300px; margin: 0 auto; position: relative;}
.business1__title {text-align: center;}
.business1__title em {font-family: 'Montserrat'; font-size: 16px; font-weight: 500; color: #14326b; letter-spacing: 3.2px;}
.business1__title h2 {font-family: 'NanumSquare', sans-serif;font-size: 48px;font-weight: 900;color: #272727;margin-top: 18px;}

/* business1 */
.business1 {padding: 100px 0 120px;}
.business1 .contents {margin-top: 60px;}
.business1 .contents .image {}
.business1 .contents .image img {}
.business1 .contents .description {padding: 44px 0;background: url("../img/business1_pattern.jpg"); display: flex; justify-content: center; align-items: center; margin-top: 20px;}
.business1 .contents .description img {}
.business1 .contents .description p {font-size: 19px; font-weight: 300; color: #fff;margin-left: 30px}
.business1 .contents .description strong {font-weight: 700;}


@media screen and (max-width:1300px){

}


@media screen and (max-width:960px){

}

@media screen and (max-width:640px){

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