

.flleft {float: left;}
.flright {float: right;}
.inline-block {display: inline-block;}

#wrap {
    width:100%;
    text-align: center;
    background:url(../img/intro_bg.jpg) center top no-repeat;
    background-size: cover;
    height:100vh;
    overflow-y: scroll;
    font-family:'Noto Sans KR', sans-serif;
}

.contents {
    width: 1200px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}


.top {
    width: 440px;
    height: 60px;
    margin: 45px auto 35px auto;
    line-height: 55px;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
}

.top div img {
    width: 100%; 
    max-width: 387px;
}

.landing-tit {
    padding-bottom:2em;
}


.landing-tit .ltitle {
    font-size: 60px;
    text-align: center;
    color: #0b2d3d;        
    word-break: keep-all;
    font-family: 'NEXON Lv2 Gothic';
    font-weight: 700;
}
.landing-tit .ltitle span {
    font-size:30px; 
    display: block;
    font-size:30px;
    font-weight: 500;
    font-family: 'NEXON Lv2 Gothic';
}

.landing-con {display: flex;}
.landing-con > div {
    width:calc(100% / 2);
    margin:0 20px;
    height: 300px;
    border-radius: 20px;
    background:#1ba284;
    position: relative;
    overflow: hidden ;
    text-align: center;    
    background: #fff;
}

.landing-con .banner {
    position:relative;
    margin: 25px 0 0 0;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    color: #222;
    vertical-align: middle;
}

.landing-con .banner span {
    font-weight: bold;
    letter-spacing: -.8pt;
}


.landing-con .button {
    position:absolute;
    left:0;
    bottom:0;
    height:70px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 70px;
    transition: all .3s ease;
}

.landing-con .button:hover {opacity: .7;}

.landing-con .btn1 {background: #318af1;}
.landing-con .btn2 {background: #ee8704;}




@media screen and (max-width: 991px) {
    .contents {
        width: 96%;
        margin: 0 2%;
    }

    .landing-tit .ltitle {
        font-size:3em;
        line-height: 1.3;
    }

    .landing-con { 
        display: block;
    }

    .landing-con > div {
        width:96%; 
        margin-bottom:20px; 
        height: auto;
    }
    .landing-con .banner {
        margin-top:20px;
        text-align: left;
        padding-left:30px;
    }
    .landing-con .button {
        position: relative;
        float:left;
        margin:20px;
        width:130px;
        height:40px;
        line-height: 40px;
        border-radius: 20px;
    }
    .landing-con span {
        display: inline-block;
        word-break:keep-all;
        font-size:1em;
        line-height: 1.2;
        width:calc(100% - 160px)
    }
    .landing-con .img {
        position: absolute; 
        float:right;
        width:160px;
        right:30px; 
    }

}

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

    .top {
        width:100%;
        height:50px; 
        line-height: 50px;
        margin:30px auto;
    }
    .landing-tit .ltitle {
        font-size:1.8rem;
        line-height: 1.3;
    }
    .landing-tit .ltitle span {
        font-size: 1.2rem;
    }
    .landing-con > div {margin:10px 0; width:100%;}
    .landing-con .banner {font-size: 1.6em; line-height: 1.2; height:2em}
    .landing-con .button {width:100px; height:38px; line-height: 38px; font-size: 1em;}
    .landing-con .img {text-align: center; width:auto; top:20%; bottom:0; right:0;}
    .landing-con .img img { width:70%;}
}
