@charset "utf-8";

/* reset */
html,body,div,span,object,iframe,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,
summary,time,mark,audio,video,h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
    list-style:none;
    border : 0 none;
    -webkit-text-size-adjust:none;
}
html, body {
    height: 100%;
    font-family: "NanumGothic", "Roboto", "Helvetica", "Arial", sans-serif;
    color: #555;
}
#wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
#wrap .wrap_left, #wrap .wrap_right {
    position: relative;
    height: 100%;
    flex: 1 1;
}
#wrap .wrap_left {
    height: 100%;
}
#wrap .wrap_left .left_cont {
    height: 100%;
    padding-top: 28%;
}
#wrap .wrap_right {
    position: relative;
}
#wrap .wrap_right .bg_img {
    width: 100%;
    height: 100%;
    background-image: url('/bg_comingsoon.jpg');
    background-size: cover;
    background-position-x: left;
    background-position-y: bottom;
}
#wrap .wrap_right .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: radial-gradient(at left top, rgb(7, 99, 132), rgb(153, 51, 188));
}
.cont_wrap {
    position: absolute;
    top: 38%;
    left: 60px;
    right: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    font-family: "Poppins", "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
}
.cont_wrap p.fir {
    line-height: 5rem;
}
.cont_wrap p.sec {
    line-height: 1.5rem;
    font-size: 20px;
}
.cont_wrap p.thi {
    line-height: auto;
    font-size: 40px;
}
.txt_wrap {
    margin: auto;
    width: 66.77%;
}
.txt_wrap li {
    padding-bottom: 35px;
    text-align: center;
}
.txt_wrap li span {
    font-size: 40px;
    font-weight: 500;
}
.logo {
    width: 200px;
    height: auto;
}
.sns_wrap {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.sns_wrap .sns_links li {
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
}
.sns_wrap .sns_links li a {
    color: #555;
}
.sns_wrap .sns_links li a.fast-child-1 {
    color: #1D4B98;
}
.sns_wrap .sns_links li a.fast-child-2 {
    color: #C41983;
}

@media(max-width: 768px) {
    #wrap {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .cont_wrap {
        top: 30%;
    }
}

@media(min-width: 769px) {
    #wrap {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .cont_wrap {
        top: 38%;
    }
    #wrap .wrap_left .left_cont {
        height: 100%;
        padding-top: 28%;
    }
}

