@charset "utf-8";

.cmpnt-section__title{font-family:'HyundaiSansHeadMedium'; font-size:44px; line-height:54px; letter-spacing:-0.01em;font-weight: 500;}
.cmpnt-section__sub-title{font-family:'HyundaiSansHeadMedium'; font-size:30px; line-height:40px;font-weight: 500;}
.cmpnt-section__sub-desc{font-size:16px; line-height:28px;}

@media print, screen and (min-width: 741px) and (max-width: 20000px) {
    .cmpnt-section__inner.layout-contents{width:1120px; margin:0 auto;}
    .cmpnt-section__inner.layout-full{width:100%;}

    .cmpnt-section__titleBox{max-width:1120px; margin:0 auto;}

    .cmpnt-section__titleBox.layout-row .cmpnt-section__sub-title{margin-top:4px;}
    .cmpnt-section__titleBox.layout-row .cmpnt-section__sub-desc{margin-top:20px;}

    .cmpnt-section__titleBox.layout-col{display:flex; gap:30px; justify-content:space-between;}
    .cmpnt-section__titleBox.layout-col .cmpnt-section__title{max-width:530px;}
    .cmpnt-section__titleBox.layout-col .cmpnt-section__sub-titleBox{width:560px;}
    .cmpnt-section__titleBox.layout-col .cmpnt-section__sub-title{margin-bottom:20px;}
}

@media screen and (min-width:0) and (max-width:740px){
    .cmpnt-section__inner.layout-contents{padding: 0 15px;}
    .cmpnt-section__inner.layout-full .cmpnt-section__titleBox{padding:0 15px;}

    .cmpnt-section__titleBox.layout-row.text-align-c{text-align: left;}
    .cmpnt-section__title{margin-bottom:3px; font-size:26px; line-height:32px;}
    .cmpnt-section__sub-title{font-size:16px; line-height:24px;}
    .cmpnt-section__sub-desc{margin-top:18px; font-size:14px; line-height:21px;}
}