
/* 공통 */
.con_wrap { width:1300px; margin:0 auto; }
.se_con { padding:100px 0; }
/* #bu1_2wrap { padding-top:95px; } */
.pad_bot { padding-bottom: 90px }
.bu1_4con > div:nth-child(even) { background:#f8f8f8; }

.sub_title { line-height: 1; text-align: center; }
.sub_title span { display: inline-block; margin-bottom: 20px; font-size:17px; color:#3d6cb3; font-family: 'Montserrat';
font-weight: 500; text-transform: uppercase; }
.sub_title h1 { font-size:43px; color:#000; font-weight: 300; font-family: 'NanumSquare';}
.sub_title h1 b { font-weight: 800; }

.btn_tab { display: flex; width:100%; margin:55px 0 95px; border-top:1px solid #ddd; border-left:1px solid #ddd;}
.btn_tab li { flex:1; border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
.btn_tab li a { display: block; width:calc(100% + 1px); line-height: 65px; font-size:15px; color:#333; text-align: center; }
.btn_tab li a.active { background: linear-gradient(to right, #4c86e2, #3661a0); color:#fff; }
.btn_tab li i { font-style: normal; }

.img { display: flex; justify-content: center; align-items: center; border:1px solid #ddd; }
.img img { width:100%; }
.div_img { display: flex; margin: 20px 0; }
.div_img .img { margin-right: 20px; }
.div_img .img:last-child { margin-right:0; }

.txt_type1 { padding:50px 0 30px; }
.txt_title h2 { padding: 0 0 13px 7px; font-size: 14px; color: #3d6cb3; font-family: 'Montserrat'; }
.txt_title h2 .ico { display: inline-block; position: relative; width: 7px; height: 7px; margin-right: 15px; border-radius: 50%;
    background: #006cb7; vertical-align: 3px; }
.txt_title h2 .ico:before { content: ""; position: absolute; left: -4px; top: -4px; width: 15px; height: 15px; border-radius: 50%;
background: #006cb7; opacity: .4; }
.txt_title h1 { padding-left: 27px; font-size: 24px; color: #000; font-family: 'NanumSquare'; font-weight: 800; text-transform: uppercase;}

.txt_type1 .txt_con { padding:0 15px; margin-top: 30px; }
.txt_con p { font-size:17px; color:#666; line-height: 32px; font-weight: 300; word-break: keep-all; }
.txt_con .flex { display: flex; flex-wrap: wrap; }
.txt_con li { display: flex; margin-bottom: 12px; }
.txt_con li b { font-size:17px; color:#3d6cb3; margin:3px 10px 0 0; }
.txt_con li strong { font-size:19px; color:#333; font-weight: 400; }

.txt_con span { font-size:17px; color:#666; font-weight:300; }
.txt_con span i { display: inline-block; position:relative; margin:0 14px 0 12px; width:10px; height:4px; background:#3d6cb3; vertical-align:5px; }
.txt_con span i:after { content:""; position: absolute; right:-6px; top:-4px; width: 0; height: 0; border-top: 6px solid transparent;
border-bottom: 6px solid transparent; border-left: 6px solid #3d6cb3; }

.box_type1 { display: flex; line-height: 1; }
.box_type1 h2 { display: inline-block; padding:22px 40px; margin-right: 18px; font-family: 'NanumSquare'; font-size:20px; background:#3d6cb3; color:#fff;
 border-radius: 32.5px; white-space: nowrap; }
.box_type1 li { display: inline-block; padding:22px 50px; margin-right: 18px; border-radius: 32.5px; border:1px solid #666;
     background:#fff; }
.box_type1 li:last-child { margin-right: 0; }
.box_type1 li h3 { display: inline-block; font-size:19px; font-weight: 500; }
.box_type1 li span { font-size:17px; color:#666; font-weight: 300; }

.title_type1 { position:relative; font-size:30px; padding-top:30px; line-height: 1; font-family: 'NanumSquare'; font-weight: 800;
text-transform: uppercase; }
.title_type1:before { content:""; position:absolute; left:-35px; top:0; width:63px; height: 56px; background:url('../img/h1_apos.png') no-repeat center; }

/*Content CSS*/
#bu1_4wrap { padding-top: 100px; overflow-y: hidden; }

#s1 .img img { width:100%; }
#s1 .box_type1 { margin:20px 0; }
#s1 .box_type1 h2 { height: 65px; line-height: 63px; padding:0 40px; margin-right: 10px; }
#s1 .box_type1 li { height: 65px; line-height: 63px; padding:0 46px; margin-right: 10px; }
#s1 .box_type1 li:last-child { margin-right: 0; }

#s2 .img img { width:calc(100% - 1px); }

#s3 .flex li:nth-child(1),
#s3 .flex li:nth-child(4) { width:100%; }
#s3 .flex li:nth-child(2),
#s3 .flex li:nth-child(3) { width:50%; }

#s3 .txt_con { padding:0; }
#s3 .txt_con table { width:100%; border-collapse: collapse; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
#s3 table caption { display: none; }
#s3 table thead th { line-height: 58px; font-size:18px; color:#000; font-weight: 500; background:#d8e2f8; border-left: 1px solid #e6eeff; }
#s3 table thead th:first-child { border-left: 0; }
#s3 table thead th:first-child,
#s3 table tbody th { position:relative; font-size:18px; color:#fff; font-weight: 500; background:#293b56; }
#s3 table tbody th:before { content:""; position:absolute; left:0; right:0; top:0; bottom:0; border-top: 1px solid #e6eeff; opacity: .2; }
#s3 table tbody td { line-height: 57px; font-size:17px; color:#666; font-weight: 300; text-align: center;
    border-top: 1px solid #e6eeff; border-left: 1px solid #e6eeff; }

#s4 { position:relative; z-index: 1; padding-bottom: 70px; }
#s4:before { content:""; position:absolute; left:0; right:0; top:0; height: 430px; background:#fff; z-index: -1; }
#s4 .box_type1 { flex-wrap: wrap; }
#s4 .box_type1 li { padding:0; width:300px; height: 65px; line-height: 63px; border:1px solid #999; font-size:17px; color:#666;
font-weight: 300; text-align: center; margin:0 20px 20px 0; }
#s4 .box_type1 li:nth-child(4n) { margin-right: 0; }



@media screen and (max-width: 1500px) {
    #s1 .box_type1 { font-size:0; display: block; }
    #s1 .box_type1 li { margin-top: 20px; padding: 22px; margin-right: 10px; }
    #s1 .box_type1 li:last-child { margin-right: 0; }
    #s1 .box_type1 li { line-height: 1; }

    #s4 .box_type1 li { width:calc(33% - 15px); margin: 0 15px 15px 0; }
    #s4 .box_type1 li:nth-child(4n) { margin-right: 15px; }

}

@media screen and (max-width: 1400px) {
    .con_wrap { width:100%; padding-left: 40px; padding-right: 40px; }
    .con_wrap img { width:100%; }

    #s3 .flex li:nth-child(2),
    #s3 .flex li:nth-child(3) { width: 100%; }
}

@media screen and (max-width: 1250px) {
    .btn_tab li i { display: none; }
    .title_type1:before { left: 0; }

}

@media screen and (max-width: 1024px) {
    .con_wrap { padding-left: 30px; padding-right: 30px; }
    .btn_tab li i { display: inline-block; }
    .pad_bot { padding-bottom: 80px; }
    br { display: none; }

    .btn_tab { flex-wrap: wrap; margin: 40px 0 80px; }
    .btn_tab li { flex:none; width:50%; }
    .btn_tab li a { line-height: 50px; margin-top: -1px; }
    .btn_tab li:last-child { width:100%; }

    #s1 .box_type1 {  margin:40px 0 0;}
    #s1 .box_type1 li { border:none; background:none; height: auto; }
    #s1 .box_type1 li span { font-size: 16px; }
    #s1 .box_type1 h2 { padding:0; margin-right:0; margin-bottom: 20px; word-break: keep-all; width:100px; height: 45px; line-height: 45px;
    text-align: center; border-radius: 40px; font-size: 18px; }
    #s1 .box_type1 li h3 { font-size: 17px; }
    #s1 .box_type1 { padding-left:15px; }
    #s1 .box_type1 li { padding:0; padding-left: 10px; width:100%; margin:0; margin-bottom:25px; position:relative; }
    #s1 .box_type1 li:before { content: ''; position: absolute; left: 0; top: 8px; width: 3px; height: 3px; background: #3d6cb3;
    border-radius: 50%; }

    .txt_con .box_type1 li { width:auto; padding:0 50px; }
    .txt_type1 .txt_con { padding: 0 25px; }

    #s3 table tbody td { line-height: 1; padding: 15px 5px; font-size: 16px; line-height: 24px; word-break: keep-all; }
    #s3 table thead th:first-child,
    #s3 table tbody th { font-size: 16px; word-break: keep-all; }
    #s3 table thead th { line-height: 50px; font-size: 17px; }
    #s3 .txt_con { padding: 0 25px; } 
}




@media screen and (max-width: 720px) {
    .con_wrap { padding-left: 20px; padding-right:20px; }
    .sub_title span { font-size:15px; margin-bottom: 15px; }
    .sub_title h1 { font-size:36px; line-height: 48px; }
    .sub_title h1 br { display: block; }

    .btn_tab { margin: 30px 0 50px; }
    .btn_tab li {  width:100%; }
    .btn_tab li a { line-height:45px; }

    .txt_type1 { padding: 50px 0; }
    .txt_con p { font-size: 15px; line-height: 28px; }

    .txt_type1 .txt_con { margin-top: 25px; }
    .txt_type1 .txt_con span { line-height: 30px; }
    .box_type1 li span { line-height: 20px; }
    .txt_title h1 { font-size: 22px; }
    .title_type1 { word-break: keep-all; font-size:24px; line-height: 40px; }

    .pad_bot { padding-bottom:0; }
    .txt_type1 { padding: 50px 0 30px; }

    .div_img { flex-direction: column;}
    .div_img .img { margin-right:0; margin-bottom: 15px; }
    .div_img .img img { width:calc(100% + 1px); }
    .div_img .img:last-child { margin-bottom: 0; }

    #s4 .box_type1 li { border:none; background:none; height: auto; line-height: 1; text-align: left; padding:0; padding-left: 10px;
        width:100%; margin:0; margin-bottom:22px; position:relative; font-size: 15px; }
    #s4 .box_type1 li:before { content: ''; position: absolute; left: 0; top: 8px; width: 3px; height: 3px; background: #3d6cb3;
    border-radius: 50%; }

    #s3 .table_wrap { overflow-x: scroll; }
    #s3 table { min-width: 350px; }

    #s3 table thead th { line-height: 40px; font-size: 14px; }
    #s3 table tbody td { font-size: 13px; line-height: 22px; }
    #s3 table thead th:first-child,
    #s3 table tbody th { font-size: 14px; }

}
