@charset "utf-8";
section h1{
    font-family: 'SEBANG_Gothic_Bold';
    font-size: 32px;
    margin-bottom: 30px;
}
.wrap-1000.content_wrap{
    padding: 50px;
}
.more_btn {font-family: 'LINESeedKR-Bd'; position: relative;}
.more_btn::before {content:""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #0065b3; }

/************************************************ main ************************************************/
.main_new { padding-bottom: 10px;}
.main_new .main_box {display: flex; flex-flow: row wrap; justify-content: space-between;}
.main_new .main_box li {width: calc(50% - 5px);}
.main_new .main_box li:nth-of-type(2) ~ li .box {margin-top: 10px;}
/*.main_new .main_box li:nth-of-type(4) {margin-top: -14.5%;}*/
.main_new .main_box .box {position: relative;}
.main_new .main_box .box .txt_wrap {position: absolute; top: 40px; left: 40px; z-index: 3;}
.main_new .main_box .box .txt_wrap p {font-size: 26px;  color: #fff; font-family: 'LINESeedKR-Rg';}
.main_new .main_box .box .txt_wrap p span {font-family: 'LINESeedKR-Bd'; color: #fff;}
.main_new .main_box .box .imgbox img:last-child {display: none;}
.main .main_box a .imgbox {overflow: hidden; border-radius: 15px;}
.main .main_box a .imgbox img {transition: all 0.3s; width: 100%; object-fit: cover;}
.main .main_box a:hover .imgbox img{transform: scale(1.05);}

/************************************************ main ************************************************/

/************************************************ content1 ************************************************/
.content1 .content1_bg{
    background: url(../images/index/content1_bg.png) center right no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;
}
.content1 h1{
    line-height: 1.3;
    margin-bottom: 10px;
}
.content1 h1,.content1 h1 span{
    font-family: 'SEBANG_Gothic_Regular';
    color: #364f7d;
    font-size: 32px;
}
.content1 h1 span{
    display: block;
    font-family: 'SEBANG_Gothic_Bold';
}
.content1 ul {margin-top: 35px;}
.content1 ul li span{
    display: block;
    font-family: 'LINESeedKR-Bd';
    font-size: 18px;
    text-align: center;
    color: #115c98;
    background-color: #fff;
    width: 100%;
    max-width: 100px;
    padding:2px 0;
    padding-top: 3px;
    border-radius: 30px;
    margin-right: 15px;
}
.content1 ul li{
    margin-bottom: 13px;
}
.content1 ul li:last-child{
    margin-bottom: 0;
}
.content1 ul li p{
    font-size: 18px;
}
.content1 ul li p a{
    color: #3d62cc;
    font-family: 'LINESeedKR-Bd';
    text-decoration: underline;
}
.content1 .content1_txt {position: absolute; bottom:50px; right: 30px;}
/************************************************ content1 ************************************************/

/************************************************ content2 ************************************************/
.content2 .banner{
    border-radius: 15px;
    overflow: hidden;
}
.content2 .wrap-1000{
    background-color: #eaf6f1;
}
/************************************************ content2 ************************************************/

/************************************************ content3 ************************************************/
.content3 h1 {color: #fff;}
.content3 .content_wrap {background: url(../images/index/content3_bg.jpg) no-repeat center / cover;}
.content3 .content3_list li:not(:first-child) { margin-top: 5px;}
.content3 .content3_list a {display: flex; flex-flow:row wrap; justify-content: space-between; padding: 12px 40px; background: #fff; border-radius: 15px; position: relative;}
.content3 .content3_list p {padding-left: 25px; position: relative; width: calc(100% - 62px); word-break: keep-all;}
.content3 .content3_list p::before {content:""; position: absolute; top:10px; left:0; width: 4px; height: 4px; border-radius: 50%; background: #0065b3;}
.content3 .content3_list a .more_btn {width: 62px;}
.content3 .content3_list a:hover .more_btn {color: #0065b3;}
.content3 .content3_list a:hover .more_btn::before {width: 100%;}

/************************************************ content3 ************************************************/

/************************************************ content4 ************************************************/
.content4 .content_wrap {background: url(../images/index/content4_bg.jpg) no-repeat center / cover;}
.content4 h1 {color: #0d5289;}
.content4_news>li:first-child{
    width: 100%;
    max-width: 367px;
    margin-right: 25px;
}
.content4_news>li:last-child{
    width: calc(100% - 367px);
}
.content4_news .news_box{
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.content4_news .news_box h5{
    text-align: center;
    width: 100%;
    font-family: 'LINESeedKR-Bd';
    color: #fff;
    padding: 13px 0;
    background: #0d5289;
}
.content4_news .news_box ul li a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.content4_news .news_box ul li a:hover .more_btn {color: #0065b3;}
.content4_news .news_box ul li a:hover .more_btn::before {width: 100%;}

.content4_news .news_box ul li:last-child a{
    border-bottom: none;
}
.content4_news .news_box ul li p{
    font-size: 18px;
    letter-spacing: -0.4px;
    word-break:keep-all;
    padding-left: 10px;
    text-indent: -10px;
    width: calc(100% - 75px);
    line-height: 1.1;
    margin-top: 5px;
}
.content4_news .news_box ul li span{
    font-size: 18px;
    font-family: 'LINESeedKR-Bd';
    width: 60px;
    letter-spacing: -0.4px;
    margin-left: 15px;
}
.content4_news .subscribe_btn{
    display: block;
    text-align: center;
    color: #fff;
    background-color: #333333;
    font-family: 'LINESeedKR-Bd';
    font-size: 21px;
    border-radius: 15px;
    padding: 9px 0;
}
.content4_news .subscribe_btn span img {margin: -2px 0 0 3px;}
.content4_news .news_box ul li:hover{
    background-color: #edf4fa;
}

/************************************************ content4 ************************************************/

@media(max-width:1000px) {

    .wrap-1000.content_wrap, .content1 .content1_bg {padding: 50px 20px;}
    /************************************************ main ************************************************/
    .main_new .main_box .box .txt_wrap {top: 20px; left: 20px; z-index: 3;}
    .main_new .main_box .box .txt_wrap p {font-size: max(20px,2.4vw);}
    
    
    /************************************************ main ************************************************/

    /************************************************ content1 ************************************************/
    .content1 h1, .content1 h1 span{
        font-size: 23px;
    }
    .content1 p.sub_title{
        font-size: 16px;
        word-break: keep-all;
    }
    .content1 .content1_bg{
        background: url(../images/index/content1_bg_m.png) no-repeat;
        background-position: center bottom;
        background-size: cover;
        height: 580px;
    }
    .content1 .txt_box{
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .content1 ul li p{
        font-size: 16px;
        word-break: keep-all;
    }
    .content1 .content1_txt {right: 50%; transform: translateX(50%); width: min(445px,90%);}
    /************************************************ content1 ************************************************/

    /************************************************ content3 ************************************************/


    /************************************************ content3 ************************************************/


    /************************************************ content4 ************************************************/
    .content4_news{
        flex-wrap: wrap;
    }
    .content4_news .news_box h5{
        padding-top: 15px;
    }
    .content4_news>li:first-child {
        max-width: none;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .content4_news>li:first-child img{
        display: block;
        margin: 0 auto;
    }
    .content4_news>li:last-child {
        width: 100%;
    }
    .content4_news .news_box ul li p{
        font-size: 16px;
    }
    .content4_news .subscribe_btn{
        font-size: 19px;
    }
    /************************************************ content4 ************************************************/
}



@media (max-width:768px) {
    .main_new .main_box li {width:100%;}
    .main_new .main_box li .box {margin-top: 10px;}
    .main_new .main_box li:first-child .box {margin-top: 0;}
    .main_new .main_box li:nth-of-type(4) {margin-top: 0;}
    .main_new .main_box .box .txt_wrap p {font-size: max(18px,5.2vw);}
    .main_new .main_box .box .imgbox img:first-child {display: none;}
    .main_new .main_box .box .imgbox img:last-child {display: block;}

    .content3 .content3_list a {font-size: 16px; padding: 8px 30px; border-radius: 10px;}
    .content3 .content3_list p {padding-left: 15px;}
    
}