
/* 공통 */
.con_wrap { width:1300px; margin:0 auto; }
.se_con { padding:100px 0; }
/* #bu1_2wrap { padding-top:95px; } */

.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; }
.div_img { display: flex; margin: 20px 0; }
.div_img .img { margin-right: 20px; }
.div_img .img:last-child { margin-right:0; }

.txt_type1 { padding:60px 0; }
.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: 35px; }
.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; }
.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*/
#s1 .img img { width:100%; }

#s1 .txt_type1 { padding:45px 0; border-bottom: 1px solid #ddd; }
#s1 .txt_type1:last-child { border-bottom: 0; }

#s1 .txt_con .box_type1 { flex-wrap: wrap; }
#s1 .txt_con .box_type1 li { padding: 0; width:340px; height: 65px; line-height: 63px; border: 1px solid #999; font-size: 17px;
color: #666; font-weight: 300; text-align: center; }
#s1 .txt_con .box_type1 li i { font-style: normal; }
#s1 .txt_con .box_type1 li b { color:#000; font-size:17px; font-weight: 300; }

#s1 .flex > li:nth-child(odd) { width:580px; }
#s1 .flex > li:nth-child(even) { width:calc(100% - 580px); }

#s1 .box_type1.last { padding-top:50px; }



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

    #s1 .box_type1.last { font-size:0; display: block; }

    #s1 .box_type1.last li { margin-top: 20px; padding: 22px; margin-right: 10px; }
    #s1 .box_type1.last li:last-child { margin-right: 0; }

}


@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; }

    .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%; }

    .box_type1.last li { border:none; background:none; }
    .box_type1.last li span { font-size: 16px; }
    .box_type1.last 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; }
    .box_type1.last li h3 { font-size: 17px; }
    #s1 .box_type1.last { padding-left:15px; }
    #s1 .box_type1.last li { padding:0; padding-left: 10px; width:100%; margin:0; margin-bottom:25px; position:relative; }
    #s1 .box_type1.last li:before { content: ''; position: absolute; left: 0; top: 8px; width: 3px; height: 3px; background: #3d6cb3;
    border-radius: 50%; }

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

    #s1 .flex > li:nth-child(even) { width:100%; }
    #s1 .flex > li:nth-child(odd) {width:100%; }

}


@media screen and (max-width: 720px) {
    .con_wrap { padding-left: 20px; padding-right: 20px; }
    .se_con { padding: 80px 0; }

    .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_title h1 { font-size: 22px; }
    .title_type1 { word-break: keep-all; font-size:24px; line-height: 40px; }

    #s1 .txt_con .box_type1 li { padding: 0; width:100%; margin-right:0; }
}
