/*section*/
section {
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding-top: 100px;
}

section.top {
    position: relative;
    padding-top: 100px;
}

section.a > h2 {
    float: left;
    width: 40%;
}

section.w > h3 {
    float: right;
    width: 40%;
}


section.m > h4 {
    float: left;
    width: 40%;
}

section.m {
    padding-bottom: 150px;
}

section.w > img {}

/*section>h2>img:last-of-type{display: none;}
section>h3>img:last-of-type{display: none;}
section>h4>img:last-of-type{display: none;}*/

section .txt {
    float: right;
    width: 56%;
    margin-top: 60px;
    line-height: 26px;
}
section.w>div.txt{float:left;}

/*section.m .txt{margin-top:0px;}*/
section.w .txt > p > span > img {
    width: 115px;
    margin-top: 6px;
}

section .txt > p:nth-of-type(2) {
    width: 90%;
}

section .txt > p:last-of-type {
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #121212;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 16px;
    color: #121212;
    margin-top: 25px;
    text-align: center;
}

.txt2 {
    display: none;
}

botton {
    cursor: pointer;
}

/*  div.mobile_wrap{display: none;}*/
.swiper-container {
    display: block;
}

.mslider {
    display: none;
}
.main{width:1200px; margin:0 auto;}

/*section h2{width: 550px; float:left;}
section h2>img{width: 550px;}
section .txt{width: 600px;}

section h3{width: 550px; float:left;}
section h3>img{width: 550px;}

section h4{width: 550px; float:left;}
section h4>img{width: 550px;}*/


/*tablet & mobile*/
@media screen and (max-width:959px) {
    section {
        width: 90% !important;
    }

    section {

        overflow: hidden;
        text-align: left;
        padding-top: 0px;
    }

    

    .center {
        width: 100%;
    }

    section.top > iframe {
        height: 300px;
        display:
        
        ;
    }

    section.slide {
        overflow: hidden;
        margin-top: 60px;
    }

    section.slide > .slide_pic {
        float: left;
    }

    section.slide > .slide_btn {}

    p.intro {
        font-size: 20px;
        margin: 30px 0;
        text-align: center;
        font-family: 'NanumSquareB';
        color: #666666;
    }
    
    /* section .txt{height:100px;}*/
    /* section .txt > p > a {
        display: block;
        border:0;
        width: 100%;
        margin-top:32px;
        font-size: 20px;
        font-family: 'NanumSquareEB';
    }*/
    section .txt > p > a > img {
        width: 130px;
    }
    
     section.a h2 img {
        width: 100%;
        margin: 0 auto;
        padding-top: 70px;
    }
       section.w h3 img {
        width: 100%;
        margin: 0 auto;
        padding-top: 60px;
    }

    section.m h4 img {
        width: 100%;
        margin: 0 auto;
        padding-top: 90px;
    }
}

/*tablet*/
@media screen and (min-width:768px) and (max-width:959px) {
    section {
        width: 100%;
        overflow: hidden;
        text-align: left;
        padding-top: 100px;
    }
}

/*mobile*/
@media screen and (max-width:767px) {
    .main{width:100%;}
    .swiper-wrapper>.swiper-slide{width:100% !important;}
     .content-div .content {
     display:inline-block;}
    
    /*.main>h1*/
    h1.news-title {margin-left:20px;}

    /* .wrap>section{display: none;}*/
    section.top {
        width: 100%;
        display: none;
    }
    .wrp > section.top {
        display: none;
    }

    /* div.mobile_wrap{display: block;}*/
    .swiper-container {
        display: block;
    }

    section.a h2 {
        margin: 0 auto !important;
    }


    
    section.a .txt > p:first-of-type {
        text-align: justify;
    }

    section .txt > p:last-of-type {
        margin: 0 auto;
        margin-top: 15px;
    }
    
    section .txt {
        float: left;
        width: 100%;
        margin-top: 00px;
        display:
            /*none*/
        ;
    }

    section.a .txt > p:first-of-type {
        display: block;
    }

    section.a h2 {
        width: 100%;
        text-align: center;
    }

    section.w h3 {
        width: 100%;
        text-align: center;
    }

    section.m h4 {
        width: 100%;
        text-align: center;
    }

    section.a img {
        width: 100%;
        margin-top: px;
    }

    section.w h3 > img {
        width: 100%;
        margin-top: 0px;
    }

    section.m h4 > img {
        width:
            /*55*/
            100%;
        margin-top: 0px;
    }

    section.w > img {
        /*width: 100%;*/
        display: none;
    }

    section.m {
        margin-bottom: 0px;
    }

    section > h2 > img:last-of-type {
        display: block;
    }
     section > h3 > img:last-of-type {
        display: block;
    }

    section > h4 > img:last-of-type {
        display: block;
    }

    section.a h2 img {
        width: 70%;
        margin: 0 auto;
        padding-top: 50px;
    }
       section.w h3 img {
        width: 70%;
        margin: 0 auto;
        padding-top: 50px;
    }

    section.m h4 img {
        width: 70%;
        margin: 0 auto;
        padding-top: 50px;
    }

   
    /*section>h2>img:first-of-type{display: none;}
    section>h3>img:first-of-type{display: none;}
    section>h4>img:first-of-type{display: none;}
*/
    section .txt {
        float: right;
        width: 100%;
        margin-top: 30px;
    }

    section.a {
        position: relative;
    }

    section.w {
        position: relative;
    }

    section.m {
        position: relative;
    }

    .txt2 {
        display: block;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }

    .txt2 > a {
        color: #ffffff;
    }

    .txt2 p {
        font-size: 12px;
        line-height: 18px;
    }

    .txt2 p > span {
        font-family: 'NanumSquareB';
        font-size: 25px;
        line-height: 25px;
    }

    .txt2 p > img {
        margin-left: 5px;
        width: 20px;
    }

    .txt2 p > span > img {
        width: 200px;
    }
    /*.mobile_wrap>section>.txt>p:last-of-type{margin:0 auto;}
    .mobile_wrap>section>.txt>p:last-of-type{
        display: block;
        width: 105px;
        height: 35px;
        line-height: 33px;
        border: 1px solid #121212;
        box-sizing: border-box;
        font-size: 23px;
        color: #121212;
        margin-top: 25px;
        font-family: 'NanumSquareL';
         text-align: center;
        margin-bottom: 50px;
    }
    .mobile_wrap>section>.txt>p>a{font-size: 16px;}
    .mobile_wrap>section>.txt>p:nth-of-type(2){color:#888888; letter-spacing: -0.4px;}
    
    .mobile_wrap>section.a{}
    .mobile_wrap>section.a>h2{margin-top:50px;}
    .mobile_wrap>section.a>h2>img{width: 80%; margin:0 auto; display: block;}
    
    .mobile_wrap>section.w{}
    .mobile_wrap>section.w>h3>img{width: 80%; margin:0 auto; display: block;}
    .mobile_wrap>section.m{padding-bottom:50px;}
    .mobile_wrap>section.m>h4>img{width: 80%; margin:0 auto; display: block;}*/
    /*section.m{padding-bottom:0px;}*/

}
