/* common */
.subpage { overflow: hidden; position:relative; text-align: center; }
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; }
.sub_tit h3 {font-size: 20px; font-weight:500; color: #c82124; font-family: "Poppins", 'Pretendard',sans-serif; margin-bottom:20px; line-height: 1; }
#sub_title_wrap.sub1 .sub_tit h3::before {content: 'Product';}
#sub_title_wrap.sub4010 .sub_tit h3::before {content: 'Notice';}
#sub_title_wrap.sub4020 .sub_tit h3::before {content: 'Contact';}
#sub_title_wrap.sub4030 .sub_tit h3::before {content: 'Files';}
#sub_title_wrap.sub5 .sub_tit h3::before {content: 'Product';}

/* font size */
.fs_52 {font-size: 52px; font-weight :700; line-height: 1.2; color:#000; }


/*Content CSS*/
/* sec1 */
#sub_title_wrap section {padding-bottom: 0;}
/* #sub_title_wrap .sub_tit {margin: 0;border-bottom: 1px solid #ddd; padding: 0 0 50px;} */









@media screen and (max-width:1400px) {
    /* common */
    .subpage br:not(.space) {display: none;}

    /* content */

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit h3 {font-size:17px; margin-bottom:15px; }
    /* font size */
    .fs_52 {font-size: 35px; }


    /* content */




}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    /* .sub_tit {margin-bottom: 30px; } */
    .sub_tit h3 {font-size:15px; margin-bottom:15px; }

    /* font size */
    .fs_52 {font-size:30px; }


    /* content */
    /* sec1 */
    /* #sub_title_wrap section {padding-bottom:30px;}
    #sub_title_wrap .sub_tit {padding-bottom: 30px;} */


}
