/* common */
.subpage { overflow: hidden; position:relative; }
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.line_title::before {content: ''; display: block; width:30px; height: 3px; background: #0c3064 ;margin:0 auto 10px;}
.line_title.left::before {margin:0 0 10px;}
.dot_title {position: relative; padding-left: 30px; text-align: left; margin-bottom: 40px;}
.dot_title::before {content: ''; display: block; width: 14px; height: 14px; border-radius: 50%; position: absolute; left: 0; top:13px; background: #fff; border:3px solid #0c3064;}
small {font-weight: inherit; font-size: 70%;}

/* font */
.fs_45 {font-size: 45px; font-weight: 900; color:#000; line-height: 1.3; }
.fs_32 {font-size: 32px; font-weight: 700; color:#000; line-height: 1.3; }
.fs_27 {font-size: 27px; font-weight: 700; color:#000; line-height: 1.5; }
.fs_24 {font-size: 24px; font-weight: 700; color:#000; line-height: 1.5; letter-spacing: -.24px;}
.fs_22 {font-size: 22px; font-weight: 700; color:#000; line-height: 1.5; }
.fs_20 {font-size: 20px; font-weight: 700; color:#000; line-height: 1.5; letter-spacing: -.2px;}
.fs_19 {font-size: 19px; font-weight: 300; color:#000; line-height: 33px; letter-spacing: -.19px;}
.fs_18 {font-size: 18px; font-weight: 300; color:#333; line-height: 33px; letter-spacing: -.18px;}
.fs_17 {font-size: 17px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.17px;}
.fs_16 {font-size: 16px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.16px;}
.fs_15 {font-size: 15px; font-weight: 300; color:#555; line-height: 1.65; letter-spacing: -.15px;}

.dot_p {position: relative; padding-left: 15px; text-align: left; }
.dot_p::before {content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0; top:12px; background: #0c3064; }
.dot_list li {position: relative; padding-left: 15px; text-align: left; }
.dot_list li::before {content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0; top:12px; background: #0c3064; }
.dot_list li:nth-child(n+2) {margin-top: 5px; }

.check_txt {display: flex; align-items: flex-start; background: #f7f7f7; padding: 30px; text-align: left; }
.check_txt i {display: block; flex-shrink: 0; margin-right: 10px; color:#555; font-size: 25px; position: relative; top:3px;}
.subpage > section:nth-of-type(even) .check_txt {background: #fff;}
.subpage > section:nth-of-type(even) .check_txt.gray {background: #ececec;}
.pd_txt {padding: 0 30px; text-align: left;}
.pd_img {padding: 70px 30px; text-align: center; border:1px solid #ddd; background: #fff;}
.pd_box {padding: 30px; border:1px solid #ddd; }
.check_txt + .pd_txt {margin-top: 40px;}

.bo_box_wrap {display: flex; flex-wrap: wrap; }
.bo_box_wrap .box {width: calc(50% - 15px); margin-right: 30px; background: #fff; padding:30px 45px; border:1px solid #ddd; border-top: 3px solid #0c3064; }
.bo_box_wrap .box:nth-child(2n) {margin-right: 0; }
.bo_box_wrap .box:nth-child(n+3) {margin-top: 30px;}
@media screen and (min-width:1025px){
    .bo_box_wrap .box:nth-child(2),
    .bo_box_wrap .box:nth-child(3),
    .bo_box_wrap .box:nth-child(6) {border-top-color: #666;}

    .bo_box_wrap.col1 .box {width: 100%; margin:0; border-top-color: #0c3064;}
    .bo_box_wrap.col1 .box:nth-child(n+2) {margin-top: 20px;}
    .bo_box_wrap.col1 .box:nth-child(even) {border-top-color: #666;}
}

.col2_wrap {display: flex; flex-wrap: wrap; }
.col2_wrap .box {width: calc(50% - 15px); margin-right: 30px; background: #fff; border:1px solid #ddd; }
.col2_wrap .box:nth-child(2n) {margin-right: 0; }
.col2_wrap .box:nth-child(n+3) {margin-top: 25px;}
.col2_wrap .box h3 {background-color: #0c3064; }
@media screen and (min-width:1025px){
    .col2_wrap .box:nth-child(2) h3,
    .col2_wrap .box:nth-child(3) h3,
    .col2_wrap .box:nth-child(6) h3,
    .col2_wrap .box:nth-child(7) h3 {background-color: #666;}
}
.col3_wrap {display: flex; flex-wrap: wrap; text-align: center; }
.col3_wrap .box {width: calc(33.3% - 23.3px); margin-right: 35px; background: #fff; border:1px solid #ddd;}
.col3_wrap .box:nth-child(3n) {margin-right: 0; }

.bor_mg {margin-top: 50px; padding-top: 50px; border-top:1px solid #ddd;}

/*Content CSS*/
#sec1 .flex {display: flex; justify-content: space-between;margin-top: 40px;}
#sec1 .flex > div { width: calc(50% - 15px); }
#sec1 .flex .img p {width: 100%; padding: 10px; background: #666; text-align: center; color:#fff;}
#sec1 .flex .pd_box {border-top: 3px solid #0c3064; margin-top: 25px;}
@media screen and (min-width:1025px){
    #sec1 .flex .pd_img {display: flex; align-items: center; justify-content: center; height: calc(100% - 45px);}
}
/* sec2 */
#sec2 .pd_txt {padding: 0 15px; margin-top: 30px;}

/* sec3 */
#sec3 .list {display: flex; flex-wrap: wrap; text-align: center; }
#sec3 .list li {padding: 45px 40px; border:1px solid #ddd;  border-top:3px solid #0c3064; margin-right: 20px; width: calc(25% - 15px);}
@media screen and (min-width:1025px){
    #sec3 .list li:nth-child(4n) {margin-right: 0; }
    #sec3 .list li:nth-child(n+5) {margin-top: 25px; }
}
#sec3 .list i {display: inline-block; height: 79px; line-height: 79px; }
#sec3 .list h4::before {content: ''; display: block; width: 20px; height: 3px; margin:30px auto 10px; background: #0c3064; }
#sec3 .list h4 {margin-bottom: 20px;}


/* sec4 */
#sec4 .col2_wrap h3 {padding: 15px 45px; color:#fff;  margin:0;}
#sec4 .col2_wrap .cont { padding:30px 35px;}




@media screen and (max-width:1400px){
    /* content */
    .subpage br:not(.space) {display: none;}
    .col3_wrap .box {width: calc(33.3% - 13.3px); margin-right: 20px; }

    /*Content CSS*/
    #sec3 .list li {padding: 40px 15px;}
    @media screen and (min-width:1025px){
        #sec3 .list p {font-size: 16px; line-height: 1.65;}
    }


}

@media screen and (max-width:1024px){
    /* common */
    /* .subpage {text-align: center;} */
    .subpage > section {padding:60px 0;}
    .sub_inner {padding: 0 30px;}
    .line_title {text-align: center;}
    .line_title.left::before {margin:0 auto 10px;}
    .dot_title {padding-left: 25px; margin-bottom: 30px;}
    .dot_title::before {top:10px;}
    small { font-size: 80%;}
    /* font */
    .fs_45 {font-size: 35px;   }
    .fs_32 {font-size: 26px;}
    .fs_27 {font-size: 22px;  }
    .fs_24 {font-size: 19px;  }
    .fs_22 {font-size: 18px;  }
    .fs_20 {font-size: 17px;   }
    .fs_19 {font-size: 16px; line-height: 1.65; }
    .fs_18 {font-size: 15px; line-height: 1.65; }
    .fs_17 {font-size: 14px; line-height: 1.65;}
    .fs_16 {font-size: 14px; line-height: 1.65;}
    .fs_15 {font-size: 13px; }

    .dot_p::before {top:9px;}
    .dot_list li::before {top:9px;}
    .check_txt {padding: 25px; }
    .check_txt i {font-size: 20px; top:1px;}
    .pd_txt{padding:  0 25px;  }
    .pd_img {padding: 30px;}
    .pd_box {padding: 25px;}

    .bo_box_wrap .box {width: 100%; margin:0; padding: 25px; }
    .bo_box_wrap .box:nth-child(n+2) {margin-top: 20px;}
    .bo_box_wrap .box:nth-child(even) {border-top-color: #666;}

    .col2_wrap .box {width: 100%; margin:0;}
    .col2_wrap .box:nth-child(n+2) {margin-top: 20px;}
    .col2_wrap .box:nth-child(even) h3 {background-color: #666;}

    .col3_wrap .box {width: 100%; margin:0;}
    .col3_wrap .box:nth-child(n+2) {margin-top: 20px;}

    /*Content CSS*/
    /* sec1 */
    #sec1 .flex {display: block; }
    #sec1 .flex > div {width: 100%;}
    #sec1 .flex .img {margin-top: 40px;}
    /* sec3 */
    #sec3 .list li {width: calc(50% - 10px);  }
    #sec3 .list li:nth-child(2n) {margin-right: 0; }
    #sec3 .list li:nth-child(n+3) {margin-top: 20px; }
    /* sec4 */
    #sec4 .col2_wrap h3 {padding: 10px 25px;}
    #sec4 .col2_wrap .cont {padding: 25px;}




}

/* 모바일 */
@media screen and (max-width:640px){
    /* common */
    .subpage > section {padding:50px 0;}
    .sub_inner {padding: 0 20px;}
    .sub_title::after {margin:20px auto 35px; width: 80px;}
    .line_title::after {margin:15px auto 20px;  width: 50px;}
    .dot_title {padding-left: 20px; margin-bottom: 25px;}
    .dot_title::before {top:8px; width: 11px; height: 11px;border-width: 2px;}
    /* font */
    .fs_45 {font-size: 30px; }
    .fs_32 {font-size: 22px; }
    .fs_27 {font-size: 19px; }
    .fs_24 {font-size: 17px; }
    .fs_22 {font-size: 16px; }
    .fs_20 {font-size: 15px; }
    .fs_19 {font-size: 15px; }
    .fs_18 {font-size: 14px; }
    .fs_17 {font-size: 13px;}
    .fs_16 {font-size: 13px;}
    .fs_15 {font-size: 12px; }

    .dot_p {padding-left: 10px; }
    .dot_p::before {top:9px; width: 5px; height: 5px;}
    .dot_list li {padding-left: 10px; }
    .dot_list li::before {top:9px; width: 5px; height: 5px;}
    .check_txt {padding: 20px; }
    .check_txt i {font-size: 18px; margin-right: 5px;}
    .pd_txt{padding:  0 20px;  }
    .pd_img {padding: 20px;}
    .pd_box {padding: 20px;}
    .check_txt + .pd_txt {margin-top: 30px;}

    .bo_box_wrap .box {padding: 20px; border-top-width: 2px;}
    .bo_box_wrap .box:nth-child(n+2) {margin-top: 15px;}
    .col2_wrap .box:nth-child(n+2) {margin-top: 15px;}
    .col3_wrap .box:nth-child(n+2) {margin-top: 15px;}

    .bor_mg {margin-top: 30px; padding-top: 30px; }

    /*Content CSS*/
    /* sec1 */
    #sec1 .flex {margin-top: 30px; }
    #sec1 .flex .img {margin-top: 30px;}
    #sec1 .flex .pd_box {margin-top: 15px;}
    /* sec2 */
    #sec2 .pd_txt {padding: 0 10px; margin-top: 15px;}
    /* sec3 */
    #sec3 .list li {width: calc(50% - 5px);  margin-right: 10px; padding: 20px 10px;}
    #sec3 .list i {height: 50px; line-height: 50px;}
    #sec3 .list i img {max-height: 100%;}
    #sec3 .list li:nth-child(n+3) {margin-top: 10px; }
    #sec3 .list h4 {margin-bottom: 10px;}
    #sec3 .list h4::before {margin: 20px auto 10px;}

    /* sec4 */
    #sec4 .col2_wrap h3 {padding: 10px 20px;}
    #sec4 .col2_wrap .cont {padding: 20px;}



}

@media screen and (max-width:480px){
    #sec3 .list li {width: 100%; margin:0;}
    #sec3 .list li:nth-child(n+2) {margin-top: 10px; }
}
