/*top*********************************/
section.top {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

/*section.about*********************************/
section.center {
    width: 1200px;
}

section.about {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 50px;
}

section.logo{margin-top:50px;}

section.about > .txt {
    width: 650px;
    float: left;
}

section.about > .txt > h2 {
    font-family: 'NanumSquareEB';
    text-align: left;
}

section.about > .txt > h2 > p {
    font-size: 38px;
    margin-bottom: 30px;
}

section.about > .txt > p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

section.about > .img {
    float: left;
    width: 550px;
    height: 390px;
}

section.about > .img > img {
    float: right;
}

/*vision*********************************/
section.vision {
    width: 1200px;
    background-color: rgba(188, 226, 249, 0.3);
    text-align: left;
    /*height: 774px;*/
}

section.vision > .center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 100px;
    /*margin-bottom: 50px;*/
    /* padding-bottom: 250px;*/
    /* margin-bottom: 126px;*/
}

section.vision > .center > h3 {
    margin-top: 50px;
    font-size: 35px;
    font-family: 'NanumSquareEB';
    position: relative;
    text-align: center;
}

section.vision > .center > h3 div.bar {
    margin-top: 20px;
    width: 50px;
    border-bottom: 3px solid #3783b6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.vision > .center > p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    margin-top: 70px;
    text-align: center;
}

section.vision > .center > div {
    width: 33.333333%;
    /*height: 310px;*/
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    text-align: left;
}

section.vision > .center > div > p:first-of-type {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color:#13b5b1;
}

section.vision > .center > div > .icon {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    margin-top: 50px;
    margin-bottom: 20px;
}

section.vision > .center > div > div {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    margin: 24px;
}

section.vision > .center > div > span {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
}

section.vision > .center > div span.space2 {
    letter-spacing: -0.7px;
}

/*partner*********************************/
section.partner {
    width: 1200px;
}

section.partner > .img {
    width: 100%;
    height: 242px;
    background-image: url(../images/sub01/partner_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

section.partner > .img > p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-family: 'NanumSquareEB';
    color: #ffffff;
}

section.partner > .part_list {
    background: #242424;
    width: 100%;
    height: 855px;
}

.slide {
    background: #242424;
    padding: 50px 0px 50px;
}

.swiper-container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.swiper-button-prev {
    width: 21px;
    height: 37px;
}

.swiper-button-next {
    width: 21px;
    height: 37px;
}

.partner {
    width: 90%;
}

.slide h1 {
    width: 100%;
}

table {
    margin-left: 8%;
    width: 90%;
    overflow: hidden;
}

table tr {
    width: 90% !important;
    height: 50px;
    overflow: hidden;
}

table tr > img {
    float: left;
}

table td {
    float: left;
    width: 28% !important;
    margin-bottom: 20px;
}

table td img {
    width: 100%;
}

table td img {
    -webkit-filter: grayscale(100%);
}

table td img:hover {
    -webkit-filter: grayscale(0%);
}

.partner h1 {
    font-size: 20px !important;
}

section.partner table td {
    height: 50px;
    margin: 10px;
    position: relative;
}

section.partner table td > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

/*
    
    
    
    section.partner .swiper-slide img.resize{height:50px !important;}
    section.partner .swiper-slide img.resize2{width:120px !important;}
    section.partner .swiper-slide img.resize3{height:50px !important;}
    
    

*/
.swiper-slide h1{/*border-bottom:1px solid white;*/text-shadow:2px 2px 30px ;}
p.more{display: none;}
section.vision .mobile_txt{display: none;}
/*tablet & mobile*/
@media screen and (max-width:959px) {
    section {
        width: 100%;
        overflow: hidden;
        text-align: left;
    }

    section.top {
        width: 90%;
    }

    section.top > img {
        width: 100%;
    }

    section.about {
        width: 90%;
        margin-top: 30px;
    }

    section.about > .img {
        width: 100%;
        height: 300px;
        text-align: center;
    }

    section.about > .img > img {
        width: 300px;
        height: 300px;
        float: none;
    }

    section.about > .txt {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    section.about h2 > p {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }


    section.vision {
        width: 100%;
        /*padding-bottom:670px;*/
    }

    section.vision > .center {
        width: 90%;
    }

    section.vision > .center > div {
        width: 100%;
        margin-bottom: 10px;
    }

    section.vision > .center > div.trans {
        margin-top: 30px;
    }

    section.vision > .center > div > .icon {
        width: 100%;
    }

    section.vision > .center > h3 {
        font-size: 25px;
    }

    /*section.vision>.center>div{width: 100%;height: 100%;}*/
    section.vision > .center > div > div:last-of-type {
        margin: 0 auto;
        line-height: 24px;
    }

    section.vision > .center > p {
        text-align: left;
    }

    .swiper-container {
        width: 100%;
    }

    .swiper-slide {
        width: 100%;
    }

    .slide h1 {
        width: 100%;
    }


    section.partner {
        width: 100%;
    }

    section.partner > .img {
        height: 150px;
    }

    section.partner > .img > p {
        font-size: 25px;
    }

    section.partner table td {
        height: 50px;
        margin: 5px;
        position: relative;
    }

    section.partner table td > img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: auto !important;
        width: 100% !important;
    }

    section.partner .swiper-slide img.resize {
        height: 30px !important;
        width:auto !important;
    }

    section.partner .swiper-slide img.resize2 {
        width: 55px !important;
    }

    section.partner .swiper-slide img.resize3 {
        width: 26px !important;
    }

    .partner h1 {
        font-size: 20px !important;
    }

    table {
        margin-left: 8%;
        width: 90%;
        overflow: hidden;
    }

    table tr {
        width: 90% !important;
        height: 50px;
        overflow: hidden;
        /* border:1px solid white; box-sizing: border-box;*/
    }

    table tr > img {
        float: left;
    }

    table td {
        float: left;
        width: 28% !important;
        /*height:50px;*/
        margin-bottom: 20px;
    }

    table td img {
        width: 100%;
        /*margin:10px 20px 0px 20px; */
        /*vertical-align: middle;*/
    }

    table td img {
        -webkit-filter: grayscale(0%);
    }

}

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

    section.partner {
        width: 90%;
    }

    section.partner > .img > p {
        font-size: 25px;
    }
    div.icon{text-align: center;}
}


/*mobile*/
@media screen and (max-width:767px) {
    section.about > .img {
        width: 100%;
        height: 250px;
        text-align: center;
    }

    section.about > .img > img {
        width: 250px;
        height: 250px;
        float: none;
    }

    section.vision {
        width: 100%;
    }

    /*section.vision>.center{padding-bottom:50px;}*/
    section.vision > .center {
        margin-bottom: 0px;
    }

    section.vision > .center > p {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
    }

    section.vision > .center > div > .icon {
        margin: 0 auto;
        height: 100px;
        width:100px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 100%;
        text-align: center;
    }

    /*section.vision > .center > div{margin-top:30px; height:140px;}*/

    section.vision > .center > div > .icon > img {
        width: 70px;
        padding-top:15px;
    }


    section.vision > .center > div > p {
        font-size: 16px !important;
    }

    section.vision > .center > div > p:first-of-type {
        margin:10px 0;
    }

    section.vision > .center > div > div:last-of-type {
        font-size: 14px;
    }

    /*simple design*/

    section.vision > .center > div > div:last-of-type {
        display: ;
    }
    section.vision>.center>p{margin-bottom: 30px;}
    section.vision p.more {
        display: block;
        width: 95px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #13b5b1;
        box-sizing: border-box;
        border-radius: 20px;
        font-size: 16px;
        color: #13b5b1;
        text-align: center;
        margin:0 auto;
    }
    section.vision p.more>a{color:#13b5b1;}
    section.vision .trans p.more{background-color: #13b5b1;}
    section.vision .trans p.more>a{color:white;}
    section.vision p.more>a{display: block;}
    section.vision>.center>div{width:33.333333%; margin-top:0px;}
    section.vision>.center>div.trans{ margin-top:0px;}
    section.vision>.center>div>div:last-of-type{display: none;}
    section.vision .mobile_txt{display: block;}
    section.vision .mobile_txt{width: 100% !important; }
    section.vision .mobile_txt>.txt{display: none;}
    section.vision .mobile_txt>.txt:first-of-type{display: block;}
    section.vision .mobile_txt>.txt{width: 100%; margin:0 !important; font-size: 14px;}
    
    
    section.vision > .center {padding-bottom: 20px;}
    section.vision > .center > p{width:100%;}
}
