
/* common */
.sub_con { max-width: 1500px; width:100%; margin:0 auto; }
.sub_h1 { margin-bottom: 70px; font-size: 48px; font-weight: 500; letter-spacing: -1.92px; color: #49a437; text-align: left; word-break: break-all; }
.sub_h1 span { color:#244c5a; }
.sub_h1.bar { margin-bottom: 0; position:relative; }
.sub_h1.bar:after { content: ""; display: block; width: 150px; height: 2px; background:#5db3ba; margin:35px 0 50px; }
.sub_h2 { position:relative; padding-left: 50px; font-size: 38px; font-weight: 500; letter-spacing: -1.52px; color: #3f4f5f; word-break: break-all; }
.sub_h2 img { position:absolute; left:0; top:11px; }
.sub_h3 { font-size: 24px; font-weight: 500; letter-spacing: -0.96px; color:#fff; word-break: break-all; }
.sub_p { font-size: 18px; font-weight: 300; letter-spacing: -0.72px; color: #738a84; line-height: 36px; word-break: break-all; }
.sub_sp {font-size: 16px; font-weight: 300; letter-spacing: -0.4px; color: #678d85; line-height: 30px; word-break: break-all; }

.sub_h2 + .sub_p { margin-top: 40px; }
.sub_p + .sub_p { margin-top: 30px; }

.sec_pad { padding:100px 0 130px; }

.color1 { background:#93c969; }
.color2 { background:#5db3ba; }
.color2_1 { background:#4eaaa4; }
.color2_2 { background:#27a9bf; }
.color3 { background:#a687ca; }

.r_col { color:#e57657; }
.flex { display: flex; }

.sub_p.box { padding:28px 70px; color:#a7a7a7; margin-top: 65px; background-color: #f7f7f7; }


/* 컬러 list */
.list_type1 { display: flex; flex-wrap: wrap; }
.list_type1 > li { width: calc(50% - 58px); margin-right: 58px; border-radius: 25px 0 0 0; border: 1px solid #ddd; border-top: 0; }
.list_type1 > li:nth-child(even) { margin-right: 0; }
.list_type1 > li:nth-child(n+3) { margin-top: 60px; }

.list_type1 .top { border-radius: 25px 0 0 0; display: flex; justify-content: center; align-items: center; text-align: center; width:100%; color:#fff; }
.list_type1 .txt { padding:50px; }
.list_type1 .txt .bar { width:34px; height: 3px; margin-bottom: 15px; }

/* dot list */
.dot_list li { position:relative; padding-left: 10px; }
.dot_list li:before { content:""; position:absolute; left:0; top:14px; width:3px; height: 3px;  background-color: #678d85; }


/* 표 */
.table_type1 { width:100%; border-collapse: collapse; border: 1px solid #ddd; border-top:3px solid #b4cd6e; }
.table_type1 thead th { background: #3f4f5f; color:#fff; padding:22px 10px; font-size: 18px; font-weight: bold;  color: #fff; letter-spacing: -0.45px; word-break: break-all;}
.table_type1 thead th ~ th { border-left: 1px solid rgba(255,255,255,0.2); }
.table_type1 tbody tr { border-top: 1px solid #ddd; }
.table_type1 tbody tr:first-child { border-top:0; }
.table_type1 tbody th { background: #f7f7f7; color:#3f4f5f; padding:22px 10px; font-size: 16px; font-weight: 400; letter-spacing: -0.4px; word-break: break-all;}
.table_type1 tbody td { background: #fff; color:#678d85; padding:22px 20px; font-size: 16px; font-weight: 300; letter-spacing: -0.4px; border-left: 1px solid #ddd; word-break: break-all; text-align: center; }

.table_type1 .bg_gray { background:#c3cad2; }
.table_type1 .bg_red { background:#f7edee; }

/* qna toggle list */
.qna_list > li { margin-bottom: 30px; }
.qna_list .que { position:relative; display: flex; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; cursor: pointer; }
.qna_list .que .ico { display: flex; align-items: center; justify-content: center; width:100px; background:#3f4f5f; text-align: center; transition: all .3s;  flex-shrink: 0; }
.qna_list .que h2 { width:100%; padding:25px 45px; font-size: 20px; font-weight: 500; color: #244c5a; word-break: break-all; }
.qna_list .que .arrow { position:absolute; right:0; top:50%; transform: translateY(-50%);}
.qna_list .que .arrow img { transition: all .3s; }
/* active */
.qna_list .que.active .ico { background:#58b2b9; }
.qna_list .que.active .arrow img { transform: rotate(180deg);}

.qna_list .ans { background-color: #f7f7f7; padding:60px 150px 90px; display: none; }
.qna_list .ans .sub_p { line-height: 30px; }
.qna_list .ans_img { text-align: center; margin:60px auto 0; }
.qna_list .ans_img + p { margin-top: 60px; }
.qna_list .p_box { margin-top: 60px; background:#fff; padding: 50px 60px; border-radius: 20px; }
.qna_list .p_box P { color:#a7a7a7; }


/* sub btn */
.sub_btn { display: block; width: 370px; height: 75px; line-height: 73px; text-align: center; font-size: 20px; color: #fff; border-radius: 5px; word-break: break-all; border:2px solid #5db3ba; transition: all .3s; background: #5db3ba; }
.sub_btn span { display: inline-block; margin-left: 8px; font-size: 25px; position: relative; top:3px; }


/* img-txt 리스트 */
.img_txt .img { border:1px solid #ddd; border-bottom: 0; padding:60px 60px; /* min-height: 505px;*/ display: flex; align-items: center; justify-content: center; }
.img_txt .sub_h3 { background-color: #b4cd6e; padding:22px 15px; text-align: center; font-weight: 400; }

/* dot & line box */
.line_box { position:relative; border:1px solid #b4cd6e; text-align: center; padding: 70px 100px; margin: 80px 0; background: #fff; }
.line_box h3 { position:absolute; left:50%; transform: translateX(-50%); top:-25px; display: inline-block; padding:0 30px; background: #fff; font-size: 30px; font-weight: 500; word-break: break-all; letter-spacing: -1.2px; white-space: nowrap; color:#94b43b; }
.line_box h3:before { content:""; position:absolute; left:-1px; top:20px; width: 8px; height: 8px; border-radius: 50%; background:#b4cd6e; }
.line_box h3:after { content:""; position:absolute; right:-1px; top:20px; width: 8px; height: 8px; border-radius: 50%; background:#b4cd6e; }
.line_box p { margin-top: 30px; }


#pipe4 { position:relative; padding:50px 0 0; overflow: hidden; }
/* #ab4 > div:nth-of-type(even) { background: #f7f7f7; } */
.bg_bot { width:100%; height: 400px; background:url('../img/pipe4_bg.jpg') no-repeat center / cover; }
.ass_tit { width:100%; background: #6dbac1; height: 50px; line-height: 48px; border-radius: 0 0 40px 40px; color:#fff; text-align: center; display: block; font-size: 20px; font-weight: 500; }


/* contents */
.img { text-align: center; margin:0 auto; }
img { max-width: 100%; }


/* s1 */
#s1 .img_txt { margin:60px 0; }
#s1 .img_txt .img.flex { justify-content: space-between; }
#s1 .bg_bot { margin-top: 90px; }


/* s2 */
#s2 .table_type1 { margin:60px 0 30px; }
#s2 .table_type1 tbody td:last-child { text-align: left; padding:22px 42px; }
#s2 .table_wrap { margin-bottom: 60px; }








/* hover animation */
@media screen and (min-width:1024px) {
    .sub_btn:hover { background:#fff; color:#5db3ba; }
}


/* 반응형 */
@media screen and (max-width: 1600px) {
    /* 공통 */
    .sub_con { max-width: 1600px; padding:0 50px; }
    /* .img_txt .img { min-height: 465px; } */

    /* s1 */
    #pipe4 br { display: none; }



}


@media screen and (max-width: 1023px) {
    /* 공통 */
    .sub_con { padding:0 40px; }
    .sub_h1 { font-size: 38px;  margin-bottom: 50px; }
    .sub_h1.bar:after { margin: 30px 0; }
    .sub_h2 { font-size: 30px; }
    .sub_h2 img { top:6px; }
    .sub_h3 { font-size: 21px; }
    .sub_p { font-size: 17px; line-height: 33px; }
    .sub_sp { font-size: 15px; line-height: 28px; }

    .sub_p + .sub_p { margin-top: 20px;  }
    .sec_pad { padding: 80px 0; }

    /* list */
    .list_type1 > li { width: calc(50% - 10px); margin-right: 20px; }
    .list_type1 .txt { padding: 35px; }

    /* table */
    .table_type1 thead th { padding: 15px 10px; font-size: 17px; }
    .table_type1 tbody th { padding: 15px 10px; font-size: 15px; }
    .table_type1 tbody td { padding: 15px 10px; font-size: 15px; }

    /* qna list */
    .qna_list .ans { padding: 50px; }
    .qna_list .que .ico { width: 80px; }
    .qna_list .que h2 { font-size: 18px; }
    .qna_list .que .arrow img { width:24px; }

    /* .img_txt .img { padding: 30px; } */
    /* .img_txt .img { min-height: 280px; padding: 20px 30px; } */

    /* con */
    #pipe4 { padding: 30px 0 0; }
    #s1 .bg_bot { margin-top: 70px;  }
    .sub_h2 + .sub_p { margin-top: 25px; }

    /* s1 */



}

@media screen and (max-width: 767px) {
    /* 공통 */
    .sub_con { padding:0 15px; }
    .sub_h1 { font-size: 28px;  margin-bottom: 35px; }
    .sub_h2 { padding-left: 30px; font-size: 20px; }
    .sub_h2 img { width: 22px; top:3px; }
    .sub_h3 { font-size: 18px; }
    .sub_p { font-size: 15px; line-height: 30px; }
    .sub_sp { font-size: 14px; line-height: 26px; }

    .sub_h2 + .sub_p { margin-top: 20px; }
    .sub_p.box { padding: 15px; margin-top: 0; line-height: 26px; }
    .sec_pad { padding: 60px 0; }
    .flex { flex-wrap: wrap; }

    /* list */
    .list_type1 > li { width:100% !important; margin: 0 0 20px !important; }
    .list_type1 .txt { padding: 25px 15px; }
    .list_type1 .txt .bar { margin-bottom: 10px; }

    /* table */
    .table_type1 thead th { padding: 12px 10px !important; font-size: 15px; }
    .table_type1 tbody th { padding: 12px 10px !important; font-size: 14px; }
    .table_type1 tbody td { padding: 12px 10px !important; font-size: 14px; }

    /* qna list */
    .qna_list .que .ico { width:60px; }
    .qna_list .que .ico img { width:23px; }
    .qna_list .que h2 { width:calc(100% - 50px); padding:15px 30px 15px 15px; font-size: 15px; }
    .qna_list .que .arrow img { width: 15px; }

    .qna_list .ans { padding: 30px 15px 50px; }
    .qna_list .ans .sub_p { line-height: 27px; }
    .qna_list .ans_img { margin: 35px auto 0; }
    .qna_list .ans_img + p { margin-top: 35px; }
    .qna_list .p_box { margin-top: 30px; padding: 20px 10px; }

    .bg_bot { height: 200px; }

    .sub_btn { width: 300px; height: 50px; line-height: 47px; font-size: 17px; }
    .ass_tit { height: 40px; line-height: 38px; border-radius: 0 0 30px 30px; font-size: 17px; }

    .img_txt .img { min-height: auto; }
    .img_txt .sub_h3 { padding: 20px 10px; font-size: 16px; margin-bottom: 30px; }

    .line_box h3 { font-size: 18px; }

    /* con */
    #pipe4 { padding: 0; }


    /* s1 */
    #s1 .img_txt { margin: 30px 0; }
    #s1 .bg_bot { margin-top: 60px; }

    /* s2 */
    #s2 .table_type1 { margin: 30px 0 15px; }
    #s2 .table_wrap p { font-size: 14px; line-height: 25px; }
    #s2 .table_wrap { margin-bottom: 30px; }


}
