/* 공통 */
.subpage {overflow: hidden; text-align: center; }
.subpage > section,
.tab > section {padding:90px 0; position: relative; }
section.gray {background: #f7f7f7; }
.sub_inner { width: 1400px; margin:0 auto; position: relative; padding:0 50px;}
.s_tit {margin-bottom: 50px; }
.s_tit .dots {display: flex; justify-content: center; margin:0 0 15px;}
.s_tit .dots > i {display: block; width: 8px; height: 8px; background-color: #9c2024; }
.s_tit .dots > i:nth-child(2) {background-color: #c04c1f; margin:0 17px; }
.s_tit .dots > i:nth-child(3) {background-color: #e2701a; }
.s_tit h1 {font-size: 47px; font-weight: 700; color:#000;  }
.sub_p {font-size: 18px; font-weight: 300; color:#000; line-height: 30px; word-break: keep-all; }
.sub_p2 {font-size: 16px; font-weight: 300; color:#000; line-height: 27px; word-break: keep-all; letter-spacing: -.4px;}
.wh {color:#fff !important; }
.tab {display: none;}
.tab.active {display: block;}
.btn_list {display: flex; justify-content: center;}
.btn_list li { flex:1; margin-right: 15px; max-width: 265px; }
.btn_list li:last-child {margin-right: 0;}
.btn_list li a {display: flex; width: 100%; transition: all .3s ease; font-size:18px; font-weight:500; color:#000;  cursor: pointer; justify-content: center; align-items: center;
padding-bottom: 20px; border-bottom: 2px solid #ddd; height: 100%;}
.btn_list li a:hover {border-color: #9c2024;}
.btn_list li a.active {border-color: #9c2024; }
.btn_list li a .mob {display: none;}
.line_tit {font-size: 32px; font-weight: 700; color:#000; padding-left: 20px; position: relative; text-align: left; margin: 0 0 35px;}
.line_tit::before {content: ''; display: block; width: 3px; height: 30px; background: #9c2024; position: absolute; left: 0; top:5px; }
.bullet_list {padding-left: 20px;}
.bullet_list li {font-size: 18px; font-weight: 300; color:#000; line-height: 30px; word-break: keep-all;  letter-spacing: -.5px;  position: relative; text-align: left;
padding-left:15px; margin:0 0 15px;}
.bullet_list li::before {content: ''; display: block; width: 5px; height: 5px; background: #9c2024; position: absolute; left: 0; top:10px; border-radius: 50%; }
.bullet_list li:last-child {margin-bottom: 0; }


ul.img_wr {display: flex; }

/*Content CSS*/
#top {padding-bottom: 0;}
.title .s_tit {padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #ddd; }
ul.img_wr li {border:1px solid #ddd; }
.img {border:1px solid #ddd; }
/* icon box */
.col3_box {display: flex; flex-wrap:wrap; text-align: left; }
.col3_box > div {background: #fff; border:1px solid #ddd; padding:40px; margin-right: 35px; border-top: 3px solid #9c2024; width: 410px;}
.col3_box > div .top {display: flex; justify-content: space-between; width: 100%; border-bottom: 1px solid #ddd; margin-bottom: 25px; padding-bottom: 25px;
align-items: flex-start;}
.col3_box > div .top h3 {font-size: 24px; font-weight: 700; color:#000; }
/* icon box */
.col2_box {display: flex; flex-wrap:wrap; text-align: left; }
.col2_box > div {background: #fff; border:1px solid #ddd; padding:40px; margin-right: 35px; border-top: 3px solid #9c2024; width: 632.5px;}
.col2_box > div .top {display: flex; justify-content: space-between; width: 100%; border-bottom: 1px solid #ddd; margin-bottom: 25px; padding-bottom: 25px;
align-items: flex-start;}
.col2_box > div .top h3 {font-size: 24px; font-weight: 700; color:#000; }

/* tab1 */
#tab1_sec1 .img_wr {margin-top: 55px; }
#tab1_sec1 .img_wr li {margin-right: 35px; }
#tab1_sec1 .img_wr li:last-child {margin-right: 0; }
#tab1_sec2 .img {margin-top: 35px; }

/* tab2 */
#tab2_sec1 .img_wr {margin-top: 55px ;}
#tab2_sec1 .img_wr li {margin-right: 20px;}
#tab2_sec1 .img_wr li:last-child {margin-right: 0;}
#tab2_sec2 .img_wr {display: flex; margin-top: 55px; }
#tab2_sec2 .img_wr .bullet_list {background: #fff; border:1px solid #ddd; border-top:0; padding:20px; }
#tab2_sec2 .img_wr > div:first-child {margin-right: 30px; }
#tab2_sec2 .img_wr i {display: block; border:1px solid #ddd; }

/* tab3 */
#tab3_sec1 .img {margin-top: 55px ;}
#tab3_sec2 .img_wr {margin-top: 30px; }
#tab3_sec2 .img_wr li:first-child {margin-right: 30px; }




@media screen and (min-width: 1401px) {
    .col3_box > div:nth-child(3n) {margin-right: 0; }
    .col3_box > div:nth-child(n+4) {margin-top: 35px; }
    .col2_box > div:nth-child(2n) {margin-right: 0; }
    .col2_box > div:nth-child(n+3) {margin-top: 35px; }

    #tab3_sec2 .col3_box > div:nth-child(n+4) {width: 304px; margin-right: 27px;}
    #tab3_sec2 .col3_box > div:last-child { margin-right: 0; }

}
@media screen and (min-width: 1025px) {
    .col3_box > div:nth-child(even) {border-top-color:#333;}
    #tab3_sec2 .col3_box > div:nth-child(n+4) {border-top-color:#333;}

}
@media screen and (min-width: 481px) {
    .col2_box > div:nth-child(2),
    .col2_box > div:nth-child(3) {border-top-color:#333;}
}

@media screen and (max-width: 1400px) {
    /* 공통 */
    .sub_inner {width: 100%;}
    .btn_list li {margin-right: 10px;}

    /* content */
    /* icon box */
    .col3_box > div {width: calc(33.3% - 10px); margin-right: 15px; padding:35px;}
    @media screen and (min-width: 1025px) {
        .col3_box > div:nth-child(3n) {margin-right: 0;}
        .col3_box > div:nth-child(n+4) {margin-top:15px; }
    }
    .col2_box > div {width: calc(50% - 8px); margin-right: 15px; padding:35px;}
    @media screen and (min-width: 1025px) {
        .col2_box > div:nth-child(2n) {margin-right: 0;}
        .col2_box > div:nth-child(n+3) {margin-top:15px; }
    }
    /* tab1 */
    #tab1_sec1 .img_wr li {margin-right: 15px; }
    #tab1_sec2 .img_wr {margin-top: 30px; }
    /* tab2 */
    #tab2_sec1 .img_wr li {margin-right: 15px; }
    #tab2_sec2 .img_wr {margin-top: 30px; }
    /* tab3 */
    @media screen and (min-width: 1025px) {
        #tab3_sec2 .col3_box > div:nth-child(n+4) {width: calc(25% - 12px); margin-right: 15px; padding:30px;}
        #tab3_sec2 .col3_box > div:last-child {margin-right: 0;}
        #tab3_sec2 .col3_box > div:nth-child(n+4) i img {width: 35px;}
        #tab3_sec2 .col3_box > div .top h3 {font-size: 20px;}
    }


}

@media screen and (max-width: 1024px) {
    /* 공통 */
    .subpage > section,
    .tab > section {padding:90px 0; }
    .sub_inner { padding: 0 30px; }
    .s_tit h1 {font-size: 32px;}
    .s_tit {margin-bottom: 30px; }
    .sub_p  {font-size: 16px; line-height: 28px;}
    .sub_p2  {font-size: 14px; line-height: 22px;}
    .btn_list li {max-width: 200px; flex:auto ;}
    .btn_list li a {font-size: 14px; padding-bottom: 15px; letter-spacing: -.4px; }
    .line_tit {font-size: 24px; padding-left: 15px; margin: 0 0 25px;}
    .line_tit::before {height: 25px; top:3px;}
    .bullet_list {padding-left: 15px; }
    .bullet_list li {font-size: 16px; line-height: 28px;}

    /* content */
    /* icon box */
    .col3_box > div {width: calc(50% - 7px); margin-right:14px;}
    .col3_box > div .top h3 {font-size: 18px;}
    .col3_box > div:nth-child(2n) {margin-right: 0;}
    .col3_box > div:nth-child(n+3) {margin-top:14px; }
    .col3_box > div .top i img {width: 35px;}

    .col2_box > div {width: calc(50% - 7px); margin-right:14px;}
    .col2_box > div .top h3 {font-size: 18px;}
    .col2_box > div:nth-child(2n) {margin-right: 0;}
    .col2_box > div:nth-child(n+3) {margin-top:14px; }
    .col2_box > div .top i img {width: 35px;}
    @media screen and (min-width: 481px) {
        .col3_box > div:nth-child(2),
        .col3_box > div:nth-child(3),
        .col3_box > div:nth-child(6),
        .col3_box > div:nth-child(7) {border-top-color: #333;}
    }

    /* tab1 */
    #tab1_sec1 .img_wr {margin-top: 35px;}
    #tab1_sec2 .img {margin-top: 15px; }
    /* tab2 */
    #tab2_sec1 .img_wr {margin-top: 35px;}
    #tab2_sec1 .img_wr li {margin-right: 10px; }
    #tab2_sec2 .img_wr {margin-top: 14px; }
    #tab2_sec2 .img_wr > div:first-child {margin-right: 14px; }
    #tab2_sec2 .img_wr .bullet_list {padding:15px; }
    /* tab3 */
    #tab3_sec1 .img {margin-top: 35px;}
    #tab3_sec2 .img_wr {margin-top: 15px ;}
    #tab3_sec2 .img_wr li:first-child {margin-right: 15px; }


}

@media screen and (max-width: 640px) {
    /* 공통*/
    .subpage > section,
    .tab > section {padding:60px 0; }
    .sub_inner {padding: 0 15px; }
    .s_tit {margin-bottom: 25px; }
    .s_tit h1 {font-size: 26px;}
    .s_tit .dots > i {width: 6px; height: 6px;}
    .s_tit .dots > i:nth-child(2) {margin:0 12px;}
    .sub_p {font-size: 14px; line-height: 24px; }
    .sub_p2  {font-size: 13px; line-height: 20px;}
    .btn_list {flex-wrap:wrap;}
    .btn_list li {margin-right:10px; width: calc(33.3% - 7px); }
    .btn_list li:nth-child(3n) {margin-right: 0; }
    .btn_list li:nth-child(n+4) {margin-top: 20px;}
    .btn_list li a { padding:0 10px 15px; line-height:18px;}
    .btn_list li a .mob {display: block;}
    .line_tit {font-size: 20px;}
    .line_tit::before {height: 20px; top:2px; }
    .bullet_list {padding: 0; }
    .bullet_list li {font-size: 14px; line-height: 24px; padding-left: 12px;}
    .bullet_list li::before {width: 4px; height: 4px; top:8px; }

    /* content */
    .title .s_tit {padding-bottom: 30px; margin-bottom: 30px;}
    /* icon box */
    .col3_box > div {width: calc(50% - 5px); margin-right:10px; padding:25px; }
    .col3_box > div:nth-child(n+3) {margin-top:10px; }
    .col3_box > div .top h3 {font-size: 16px;}

    .col2_box > div {width: calc(50% - 5px); margin-right:10px; padding:25px; }
    .col2_box > div:nth-child(n+3) {margin-top:10px; }
    .col2_box > div .top h3 {font-size: 16px; padding-right: 10px;}

    /* tab1 */
    #tab1_sec1 .img_wr li {margin-right: 5px;}
    /* tab2 */
    #tab2_sec1 .img_wr {flex-wrap: wrap;}
    #tab2_sec1 .img_wr li {width: calc(50% - 5px); margin-right: 10px;}
    #tab2_sec1 .img_wr li:nth-child(even) {margin-right: 0; }
    #tab2_sec1 .img_wr li:nth-child(n+3) {margin-top: 10px; }
    #tab2_sec2 .img_wr {flex-wrap:wrap; margin-top: 15px; }
    #tab2_sec2 .img_wr > div {width: 100%;}
    #tab2_sec2 .img_wr > div:first-child {margin-right: 0; margin-bottom: 15px;}
    #tab2_sec2 .img_wr .bullet_list {padding:10px; }
    /* tab3 */
    #tab3_sec2 .img_wr {flex-wrap: wrap;}
    #tab3_sec2 .img_wr li {width: 100%;}
    #tab3_sec2 .img_wr li:first-child {margin:0 0 15px 0;}



}

@media screen and (max-width: 480px) {
    /* 공통*/
    .btn_list {flex-wrap:wrap;}
    .btn_list li {width: calc(33.3% - 4px); margin-right:6px;}
    .btn_list li a {font-size: 12px; padding:0 10px 10px;   }

    /* content */
    /* icon box */
    .col3_box > div {width: 100%;  margin-right:0;}
    .col3_box > div .top h3 {font-size: 16px;}
    .col3_box > div:nth-child(n+2) {margin-top:15px; }
    .col3_box > div:nth-child(even) {border-top-color:#333;}

    .col2_box > div {width: 100%;  margin-right:0;}
    .col2_box > div .top h3 {font-size: 16px;}
    .col2_box > div:nth-child(n+2) {margin-top:15px; }
    .col2_box > div:nth-child(even) {border-top-color:#333;}
    /* tab1 */
    #tab1_sec1 .img_wr {flex-wrap:wrap; }
    #tab1_sec1 .img_wr li {margin-right: 0; width: 100%;}
    #tab1_sec1 .img_wr li img {width: 100%; }
    #tab1_sec1 .img_wr li:nth-child(n+2) {margin-top: 15px; }





}
