* {
    margin: 0;
    padding: 0;
    font-family: 'KoPubWorldDotum', sans-serif;
    letter-spacing: -0.5px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    height: auto;
    margin: 0 auto;
    border: 0;
}

body {
    width: 100%;
    height: auto;
}


/* 전체 콘텐츠 영역 */

.sub_2_2_contents {
    width: 100%;
    height: auto;
    float: left;
}


/* 서브 1 상단 */

.sub_1_top {
    width: 100%;
    height: 270px;
    background: #ccc;
    float: left;
}


/* 서브 1 상단배너 */

.sub_1_top {
    width: 100%;
    height: 270px;
    float: left;
}

.sub_1_top_banner {
    width: 100%;
    height: 210px;
    float: left;
    background: url(../images/sub_2_1_top_banner.jpg) no-repeat;
}

.sub_top_banner_bk {
    width: 100%;
    height: 210px;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.sub_1_top_banner>p {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    z-index: 99;
    line-height: 210px;
    width: 100%;
    text-align: center;
}

.sub_1_menu {
    width: 100%;
    height: 60px;
    float: left;
    background: #4182dd;
}

.sub_1_menu>ul {
    width: 1400px;
    height: 60px;
    margin: 0 auto;
}

.sub_1_menu>ul>li {
    float: left;
    width: 33%;
    height: 60px;
    border-left: 1px solid #fff;
}

.sub_1_menu>ul>li:last-child {
    border-right: 1px solid #fff;
}

.on {
    background: #fff;
}

.on>a {
    color: #555 !important;
    font-weight: 600;
}

.sub_1_menu>ul>li>a {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}


/* 서브 1 상단 end */


/* 서브 1 중간 */

.sub_2_middle {
    width: 100%;
    height: 2600px;
    float: left;
}


/* 메뉴 탭 */

.sub_2_menu_tab {
    width: 1400px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
}

.sub_2_menu_tab>ul {
    width: 30%;
    height: 30px;
}

.sub_2_menu_tab>ul>li {
    float: left;
    color: #aaa;
}

.sub_2_menu_tab>ul>li>a>img {
    float: left;
}

.menu_tab_next {
    margin-left: 8px;
    margin-right: 8px;
}


/* 서브 2 내용 */

.sub_2_2_con {
    width:1400px;
    height:1800px;
    margin:0 auto;
    margin-top:80px;
}

/* sub_2_2_one */
.sub_2_2_one {
    width:100%;
    height:280px;
    float:left;
    position: relative;
}

.sub_2_2_topbanner {
    width:1400px;
    height:250px;
    float:left;
}

.sub_2_2_banner_txt {
    width:1000px;
    height:60px;
    position:absolute;
    text-align: center;
    background:#1d4368;
    z-index: 999;
    bottom:2px;
    left:200px;
}

.sub_2_2_banner_txt > span {
    color:#fff;
    font-size:25px;
    line-height:60px;
}

/* sub_2_2_two */
.sub_2_2_two {
    width:100%;
    height:400px;
    float:left;
    margin-top:100px;
    border-bottom:1px solid #ccc;
}

.sub_2_2_tit {
    width:25%;
    height:450px;
    float:left;
}

.sub_2_2_tit>span {
    font-size:18px;
    font-weight: 600;
    color:#444;
}

.sub_2_2_txt {
    width:75%;
    height:450px;
    float:left;
}

.sub_2_2_txt_1>p {
    font-size:17px;
    color:#555;
    line-height:28px;
}

.sub_2_2_txt_2 {
    width:1050px;
    height:180px;
    float:left;
    background:#ebeff2;
    margin-top:40px;
}

.sub_2_2_txt_2 > p {
    font-size:18px;
    font-weight: 600;
    color:#1d4368;
    margin-top:20px;
    margin-left:30px;
}

.sub_2_2_txt_2>div {
    float:left;
    width:100%;
    height:35px;
    margin-top:15px;
    margin-left:30px;
}

.sub_2_2_txt_2box {
    width:110px;
    height:35px;
    float:left;
    background: #1d4368;
    color:#fff;
    text-align: center;
    line-height: 35px;
    border-radius: 35px;
}

.sub_2_2_txt_2txt {
    line-height:35px;
    margin-left:2%;
}

/* sub_2_2_three */
.sub_2_2_three {
    width:100%;
    height:750px;
    float:left;
    border-bottom:1px solid #ccc;
    margin-top:80px;
}

.sub_2_2_tbox {
    width:100%;
    height:35px;
    float:left;
    margin-bottom:15px;
    position: relative;
}

.sub_2_2_ttit {
    width:220px;
    height:35px;
    float:left;
    background:#ebeff2;
    text-align: center;
    line-height:35px;
    color:#1d4368;
    font-size:16px;
    font-weight: 600;
    border-radius: 35px;
}

.sub_2_2_ttxt {
    font-size:15px;
    line-height:35px;
    margin-left:10px;
}

.sub_2_2_tde {
    width:15px;
    height:15px;
    position: absolute;
    background: #1d4368;
    top:25px;
    transform: rotate(45deg);
    left:100px;
    z-index: -99;
}

.sub_2_2_t1 > .sub_2_2_tbox:first-child > .sub_2_2_ttit {
    background:#1d4368;
    color:#ebeff2;
}

.sub_2_2_t2 > .sub_2_2_tbox:first-child > .sub_2_2_ttit {
    background:#1d4368;
    color:#ebeff2;
}

.sub_2_2_t1 {
    width:100%;
    height:250px;
    float:left;
}

.sub_2_2_t2 {
    width:100%;
    height:250px;
    float:left;
    margin-top:70px;
}

.sub_2_2_t2t {
    font-size:15px;
    color:#bfbfbf;
    float:left;
}

/* sub_2_2_four */
.sub_2_2_four {
    width:100%;
    height:350px;
    float:left;
    margin-top:80px;
    border-bottom:1px solid #ccc;
}

.sub_2_2_num_box {
    width:100%;
    height:80px;
    float:left;
}

.sub_2_2_num {
    font-size:18px;
    color:#1d4368;
    font-weight:600;
    width:240px;
    height:80px;
    float:left;
}

.sub_2_2_nutxt {
    font-size:17px;
    color:#444;

}

/* sub_2_2_five*/
.sub_2_2_five {
    width:100%;
    height:430px;
    float:left;
    margin-top:80px;
}

.sub_2_2_fbox {
    width:100%;
    height:400px;
    float:left;
}

.sub_2_2_fbk {
    width:140px;
    height:200px;
    background:#f9f9f9;
    float:left;
    text-align: center;
    margin-right:10px;
}

.sub_2_2_fbk>p {
    font-size:18px;
    color:#1d4368;
    font-weight: bolder;
    margin-top:10px;
    margin-bottom:10px;
    line-height:24px;
}

.sub_2_2_fbk>img {
    margin-top:30px;
}

.sub_2_2_fbox > div:last-child {
    margin-right:0;
}

/* 서브 2 내용 end */

/* 서브 2 중간 end */

/* 서브 2 하단 */

.sub_2_2_bottom {
    width:100%;
    height:350px;
    float:left
}

.sub_2_2_bottombanner {
    width:100%;
    height:230px;
    background: url(../images/sub_2_2_bottom.jpg) no-repeat;
    text-align: center;
    padding-top:40px;
}

.sub_2_2_bottombanner > p {
    color:#fff;
    font-size:20px;
    font-weight: 600;
}

.sub_2_2_bottombanner > a {
    width:200px;
    height:45px;
    background:#ffba27;
    color:#fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size:18px;
    font-weight: bolder;
    line-height: 45px;
    margin-top:35px;
}

.sub_2_2_bottombanner > a:hover {
    background:#ff9527;
}

.sub_2_2_topbanner_m {
    display:none;
}

/* 서브 2 하단 end */


/* 전체 콘텐츠 영역 end */

/* 모바일 레이아웃(반응형) */

/* 480px */

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

	.sub_2_2_topbanner > img:first-child {
        display:none;
    }

	/* M 레이아웃 block */

    .sub_2_2_topbanner_m {
        display: block;
        width:100%;
    }


	/* M 레이아웃 변경 */

    p {
        word-break: keep-all;
    }   

    span {
        word-break: keep-all;
    }


    .sub_1_menu > ul {
        width:100%;
    }

    .sub_2_menu_tab {
        width:100%;
    }
    
    .sub_2_2_con {
        width:100%;
        margin-top:30px;
        height: auto;
    }

    /* 서브 1 상단배너 */
    
    .sub_1_top {
        height:190px;
    }

    .sub_1_top_banner {
        height:140px;
    }

    .sub_1_top_banner > p {
        line-height:140px;
        font-size:20px;
    }

    .sub_top_banner_bk {
        height:140px;
    }

    .sub_1_menu {
        height:50px;
    }

    .sub_1_menu > ul {
        height:50px;
    }
    
    .sub_1_menu > ul > li {
        height:50px;
    }

    .sub_1_menu > ul > li > a {
        font-size: 15px;
        line-height:50px;
        height:50px;
    }

    .sub_1_menu_tab {
        margin-top:3%;
    }

    .sub_1_menu_tab > ul {
        width:92%;
        margin:0 auto;
        font-size:14px;
    }

    .sub_1_menu_tab > ul > li > a > img {
        width:22px;
        height: auto;
    }

    .sub_1_menu_txt > p:first-child {
        font-size:14px;
    }

    .sub_1_menu_txt > p:first-child > span {
        font-size:19px;
    }

    .sub_1_menu_txt > p:nth-child(2) {
        font-size:15px;
    }

    .sub_1_menu_txt > p:last-child {
        width:80%;
        text-align: center;
        margin: 0 auto;
        font-size:14px;
    }

    .sub_1_point {
        width:18px;
        margin-top:22px;
        margin-bottom:22px;
    }

    /* 서브 1_1 박스문구 */

    .sub_1_menu_boxtxt {
        margin-top:30px;
        height:auto;
        margin-bottom:100px;
    }

    .sub_1_boxtit {
        font-size: 16px;
        margin-top:30px;
        text-align: center;
    }

    .sub_1_box > img {
        width:18px;
        height:18px;
        margin-top:20px;
        margin-left:20px;
    }

    .sub_1_boxall {
        margin: 0 auto;
        margin-top:30px;
        width:90%;
    }

    .sub_1_boxall > div:first-child {
        margin-right:0;
    }

    .sub_1_box {
        width:100%;
        margin-bottom:30px;
        height:210px;
    }

    .sub_1_box > p {
        margin-top:10px;
        margin-left:20px;
        font-size:14px;
    }

    .sub_2_middle {
        height:auto;
    }

    .sub_2_menu_tab {
        margin-top: 3%;
    }

    .sub_2_menu_tab > ul {
        width: 92%;
        margin:0 auto;
        font-size: 14px;
    }

    .sub_2_menu_tab > ul > li > a > img {
        width: 22px;
        height:auto;
    }

    .sub_1_menu > ul > li:last-child {
        border-right:none;
    }

    .sub_1_menu > ul > li:first-child {
        border-left:none;
    }

    /* 내용 레이아웃 */

    .sub_2_2_topbanner {
        width:95%;
        height: auto;
        float:none;
        margin: 0 auto;
    }

    .sub_2_2_one {
        height:120px;
    }

    .sub_2_2_banner_txt {
        width:70%;
        height: 40px;
        left: 15%;
        bottom: -20px;
    }

    .sub_2_2_banner_txt > span {
        font-size: 17px;
        line-height: 40px;
    }

    .sub_2_2_two {
        margin-top: 40px;
        height: auto;
    }

    .sub_2_2_tit {
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .sub_2_2_tit > span {
        font-size: 16px;
    }

    .sub_2_2_txt {
        width:90%;
        height: 500px; 
        text-align: center;
        float:none;
        margin: 0 auto;
    }

    .sub_2_2_txt_1 > p {
        font-size: 14px;
        width:280px;
        margin:0 auto;
    }

    .sub_2_2_txt_2 {
        width:100%;
        height:300px;
        margin-bottom: 50px;
        margin-top:20px;
    }

    .sub_2_2_txt_2 > p {
        font-size: 16px;
        margin-left:0;
    }

    .sub_2_2_txt_2 > div {
        margin-left: 0;
        height:100px;
    }

    .sub_2_2_txt_2box {
        margin-left:35%;
        font-size:15px;
        width:100px;
        height: 30px;
        line-height: 30px;
    }

    .sub_2_2_txt_2txt {
        float:left;
        width:288px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        margin-left:8%;
    }

    .sub_2_2_txt_2 > div:nth-child(2) > span:last-child {
        width:283px;
    }

    .sub_2_2_three {
        margin-top:40px;
        height:680px;
    }

    .sub_2_2_t1 {
        height:240px;
    }

    .sub_2_2_t2 {
        margin-top:30px;
    }

    .sub_2_2_tbox {
        height:50px;
        float:none;
        width:66%;
        margin:0 auto;
    }

    .sub_2_2_ttxt {
        display: none;
    }

    .sub_2_2_ttit {
        font-size:15px;
    }

    .sub_2_2_t2t {
        font-size:13px;
    }

    .sub_2_2_four {
        height: auto;
        margin-top:30px;
        padding-bottom:20px;
    }

    .sub_2_2_num_box {
        height: auto;
        margin-top:25px;
    }

    .sub_2_2_num {
        width: 100%;
        font-size:15px;
        height:40px;
    }

    .sub_2_2_nutxt {
        font-size:14px;
        display:block;
        width:85%;
        margin:0 auto;
    }

    .sub_2_2_five {
        margin-top:30px;
        height: 360px;
    }

    .sub_2_2_fbox {
        height: 300px;
    }

    .sub_2_2_fbk {
        width:22%;
        margin-right: 3%;
        height: 120px;
        margin-bottom: 3%;
    }

    .sub_2_2_fbk > img {
        margin-top:20px;
        width: 40%;
    }

    .sub_2_2_fbk > p {
        font-size:14px;
        line-height:18px;
    }

    .sub_2_2_bottom {
        height:260px;
    }

    .sub_2_2_bottombanner {
        height: 190px;
        padding-top: 35px;
    }

    .sub_2_2_bottombanner > p {
        width:260px;
        font-size: 14px;
        margin: 0 auto;
    }

    .sub_2_2_bottombanner > a {
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 20px;
    }

}
