
/* common */
#bu5 { overflow: hidden; padding-top: 130px; }
.sub_tit { line-height: 1; margin:0 0 45px; padding:0 0 38px; border-bottom: 1px solid #ddd; }
.sub_tit b { display: block; font-size: 26px; font-weight: 600; color: #008bf6; margin:0 0 20px; }
.sub_tit h2 { font-size: 55px; font-weight: bold; text-transform: uppercase; }
.sub_p { font-size: 20px; font-weight: 300; line-height: 1.65; }
.sub_p + .sub_p { margin-top: 30px; }
.sub_sp { font-size:16px; font-weight: 300; letter-spacing: -0.16px; line-height: 1.6; }
.sub_h3 { font-size: 28px; font-weight: bold; text-transform: uppercase; }
.sub_h4 { font-size: 24px; font-weight: bold; letter-spacing: -0.24px; }
.sub_stit { font-size: 45px; font-weight: bold; margin:0 0 50px; }
.sub_stit small { font-size: 20px; font-weight: 300; margin-left: 40px; }
.sub_stit.line { border-bottom: 1px solid #ddd; padding:0 0 35px; margin:0 0 40px; }
.line_tit { position:relative; font-size: 33px; font-weight: bold; border-bottom: 1px solid #ddd; padding:0 0 28px; margin:0 0 40px; }
.line_tit::after { content:""; position:absolute; left:0; width:150px; bottom:-1px; height:3px; background:#008bf6; }
.bar { position:relative; padding-left: 12px; }
.bar::before { content:""; position:absolute; left:0; width:4px; top:3px; height: 24px; background:#008bf6; }

.tab_btn_wr { position:relative; z-index: 3; }
.tab_btn { width:100%; margin-top: 50px; display: flex; height: 50px; align-items: center; position:relative; z-index: 2; }
.tab_btn li { flex:1; height: 100%;  }
.tab_btn li ~ li { margin-left: -1px; }
.tab_btn li a { display: block; width:100%; line-height: 48px; font-size: 18px; color: #000; cursor: pointer; transition: all .3s; background:#fff; border:1px solid #ccc; text-align: center; }
.tab_btn li a.active { background-color: #008bf6; border-color:#008bf6; color: #fff !important; }
.tab_btn li a:hover { color:#008bf6; }
.tab { display: none; }
.tab.active { display: block; }

.div_line { position:relative; text-align: center; margin:55px 0; }
.div_line span { font-size: 24px; display: inline-block; width:100px; background:#fff; color: #989898; }
.div_line::before { content:""; position:absolute; left:0; width:calc(50% - 50px); top:15px; height: 1px; background:#989898; }
.div_line::after { content:""; position:absolute; right:0; width:calc(50% - 50px); top:15px; height: 1px; background:#989898; }

.str_list { display: flex; justify-content: space-between; }
.str_list > li { width:calc(100%/3 - 23.5px); background-color: #fff; border:1px solid #ddd; border-radius: 15px; padding:55px 40px 50px; }
.str_list .sub_h3 { position:relative; margin:0 0 25px; }
.str_list .sub_h3::before { content:""; display: block; width:44px; height:3px; background:#008bf6; margin:0 0 15px; }

.dot_list1 li { position:relative; padding-left: 12px; font-size: 16px; line-height: 1.5; margin:0 0 10px; font-weight: 300;}
.dot_list1 li::before { content:""; position:absolute; left:0; width:4px; top:9px; height: 4px; background:#008bf6; }
.dot_list1 li:last-child { margin:0; }
.dot_list2 li { position:relative; padding-left: 12px; font-size: 20px; line-height: 1.55; margin:0 0 15px; font-weight: 300;}
.dot_list2 li::before { content:""; position:absolute; left:0; width:4px; top:13px; height: 4px; background:#008bf6; }
.dot_list2 li:last-child { margin:0; }

.line_list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.line_list > li { width:calc(50% - 20px); border:1px solid #ddd; border-radius: 15px; padding:70px 65px; }
.line_list > li:nth-child(n+3) { margin-top: 40px; }



/* bu5 */
#bu5 { padding-bottom: 130px; }
.bu_top { text-align: center; }
.bu_top .sub_tit { margin: 0 0 85px; padding: 0 0 75px; }
.bu_top .sub_p { margin-top: 40px; }

.tbl_arrow { display: none; text-align: right; }
.tbl_arrow i { font-size:25px; color:#999; }
.tbl_box { width:100%; border-collapse: collapse; border:1px solid #ddd; margin:30px 0 0; }
.tbl_box thead th { font-size: 18px; background:#333; color:#fff; text-align: center; padding:20px; border-left: 1px solid rgba(255,255,255,0.3); }
.tbl_box tbody tr { border-top: 1px solid #ddd; }
.tbl_box tbody th { width: 250px; padding:20px 20px; background:#f7f7f7;  font-size: 18px; font-weight: 600; text-align: center; }
.tbl_box tbody td { padding:20px 40px; font-size: 16px; font-weight: 300; line-height: 1.6; border-left: 1px solid #ddd;}
.tbl_box tbody td.cent { text-align: center; }

.bu5_list > li + li { margin-top: 95px; }
.bu5_list .sub_h4 + .sub_p { margin-top: 15px; padding-left: 12px; }
.bu5_list .link_list { display: flex; justify-content: space-between; }
.bu5_list .link_list li { width:calc(50% - 20px); }
.bu5_list .link_list a { position:relative; display: block; margin:30px 0 0; border:1px solid #ddd; text-align: center; background:#fff; height: 100px; display: flex; align-items: center; justify-content: center; }
.bu5_list .link_list a::before { content:""; position:absolute; left:-1px; top:-1px; width:calc(100% + 2px); height: calc(100% + 2px); border:2px solid #008bf6; transition: all .3s; opacity: 0; }





/* hover */
@media screen and (min-width: 1024px) {

    /* bu5 */
    .bu5_list .link_list a:hover::before { opacity: 1; }


}
@media screen and (max-width: 1420px) {

    /* bu5 */


}
@media screen and (max-width: 1023px) {

    /* common */
    #bu5 { text-align: center; padding-top: 80px; }
    .sub_tit { margin:0 0 40px; }
    .sub_tit b { font-size: 22px; }
    .sub_tit h2 { font-size: 42px; }
    .sub_p { font-size: 18px; }
    .sub_p + .sub_p { margin-top: 25px; }
    .sub_h3 { font-size: 23px; }
    .sub_h4 { font-size: 20px; }
    .sub_stit { font-size: 33px; margin: 0 0 40px; }
    .sub_stit small { font-size: 17px; margin-left: 30px; }
    .sub_stit.line { padding: 0 0 30px; margin: 0 0 35px; }
    .line_tit { font-size: 26px; margin: 0 0 30px; text-align: left; }

    .bar::before { top: 1px; }

    .str_list > li { width: calc(100%/3 - 10px); padding: 45px 30px 40px; text-align: left; }

    .dot_list2 li { font-size: 18px; margin: 0 0 12px; text-align: left; }

    .div_line { margin: 40px 0; }

    .line_list > li { padding: 50px 30px; }


    /* bu5 */
    #bu5 { padding-bottom: 100px; }
    .bu_top .sub_tit { margin: 0 0 55px; padding: 0 0 45px; }
    .bu_top .sub_p { margin-top: 30px; }
    .sub_h4 { text-align: left; }

    .tbl_box tbody td { padding: 20px; }
    .bu5_list > li + li { margin-top: 80px; }
    .bu5_list .sub_h4 + .sub_p { text-align: left; }



}
@media screen and (max-width: 767px) {

    /* common */
    #bu5 { padding-top: 50px; }
    .sub_tit { margin:0 0 30px; padding: 0 0 30px; }
    .sub_tit b { font-size: 18px; margin: 0 0 15px; }
    .sub_tit h2 { font-size: 30px; }
    .sub_p { font-size: 16px; }
    .sub_p br { display: none; }
    .sub_p + .sub_p { margin-top: 20px; }
    .sub_sp { font-size:15px; }
    .sub_h3 { font-size: 19px; line-height: 1.65; }
    .sub_h4 { font-size: 17px; }
    .sub_stit { font-size: 25px; margin: 0 0 30px; }
    .sub_stit small { font-size: 15px; margin-left: 20px; }
    .sub_stit.line { padding: 0 0 25px; margin: 0 0 25px; }
    .line_tit { font-size: 20px; margin: 0 0 25px; padding:0 0 20px; line-height: 1.4; }
    .line_tit::after { width: 100px; height: 2px; }

    .tab_btn { height: 40px; margin-top: 30px; }
    .tab_btn li a { line-height: 38px; font-size: 15px; }

    .str_list { flex-wrap: wrap; }
    .str_list .sub_h3 { margin: 0 0 20px; }
    .str_list .sub_h3::before { width: 40px; height: 2px; margin: 0 0 10px; }
    .str_list > li { width: 100%; padding: 35px 20px; }
    .str_list > li + li { margin-top: 15px; }

    .dot_list1 li { font-size: 15px; }
    .dot_list2 li { font-size: 16px; margin: 0 0 10px; }
    .dot_list2 li::before { top: 8px; }

    .line_list > li { width:100%; padding:35px 25px; }
    .line_list > li + li { margin:15px 0 0!important; }

    .div_line { margin: 30px 0; }
    .div_line span { font-size: 20px; width: 80px; }
    .div_line::before { width: calc(50% - 40px); top: 10px; }
    .div_line::after { width: calc(50% - 40px); top: 10px; }

    .bar::before { width: 3px; top: 0; height: 20px; }



    /* bu5 */
    #bu5 { padding-bottom: 80px; }

    .bu_top .sub_tit { margin: 0 0 50px; padding: 0px 0 40px; }

    .bu5_list .tbl_wrap { overflow-x: auto; }
    .tbl_arrow { display: block; margin: 5px 0; }
    .tbl_box { margin: 0; }
    .tbl_box thead th { padding: 15px; font-size: 15px; }
    .tbl_box tbody th { padding: 15px; font-size: 15px; }
    .tbl_box tbody td { padding: 15px; font-size: 15px; white-space: nowrap; }

    .bu5_list > li + li { margin-top: 50px; }
    .bu5_list .sub_h4 + .sub_p { margin-top: 12px; }
    .bu5_list .link_list li { width: calc(50% - 5px); }
    .bu5_list .link_list a { margin:20px 0 0; height: 80px; padding:0 15px; }


}
