/* commom */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

body {
    overflow-y: hidden;
}

#wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


/***** GNB *****/
.gnb {
    display: contents;
    position: relative;
    overflow: hidden;
    z-index: 100;
    width: 100%;
}

.gnb > ul > li:nth-child(1) {
    margin: 3%;
    height: 30px;
    background: url("/assets/images/seongnam_logo.png") no-repeat 0px 0px;
    background-size: contain;
    text-indent: -9999px;
}

.gnb > ul > li:nth-child(2) {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 11px;
}

.gnb > ul > li > .w_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 3px rgba(112, 133, 141, 0.1);
    box-shadow: 0 0 8px 3px rgba(112, 133, 141, 0.1);
}

.gnb > ul > li > .w_wrap li:first-child .weather {
    margin-top: -5px;
}

.gnb > ul > li > .w_wrap li {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    width: 50%;
    height: 60px;
    padding-left: 10px;
}

.gnb > ul > li > .w_wrap li .weather {
}

.gnb > ul > li > .w_wrap li .weather img {
    width: 30px;
    height: 30px;
}

.gnb > ul > li > .w_wrap li > .temp b {
    padding-right: 4px;
    font-family: 'Roboto_R';
    font-size: 22px;
}

.gnb > ul > li > .w_wrap li > .temp em {
    margin-left: 2px;
    vertical-align: bottom;
    font-size: 20px;
    letter-spacing: -0.8px;
}

.gnb > ul > li > .w_wrap li > .dust {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
}

.gnb > ul > li > .w_wrap li > .dust em {
    padding-left: 6px;
    font-size: 14px;
    line-height: 1;
}

.gnb > ul > li > .w_wrap li > .dust em.good {
    color: #32a1ff;
}

.gnb > ul > li > .w_wrap li > .dust em.usually {
    color: #00c73c;
}

.gnb > ul > li > .w_wrap li > .dust em.harmful {
    color: #fc8230;
}

.gnb > ul > li > .w_wrap li > .dust em.veryharmful {
    color: #ff5959;
}

.gnb > ul > li > .w_wrap li:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    width: 1px;
    height: 36px;
    vertical-align: middle;
    background-color: #ecedf0;
}

.gnb > ul > li > .w_wrap li:last-child::after {
    display: none;
}


/******************** [A01 메인] ********************/

/***** [A01] 배너이미지 *****/
.banner {
    display: contents;
    position: relative;
    overflow: hidden;
    z-index: 10001;
    width: 100%;
    height: 100%;
}


/***** [A02] 배너 Info *****/
.info {
    position: absolute;
    width: 100%;
    padding: 0 0 0 0;
}

.info > p {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 32px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -.01em;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0.1);
}


/***** [A03] bg *****/
.bgimg {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -150px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/assets/images/bg_repeat.png) repeat-y center top;
    background-size: contain, 100% 100%;
}

.bgimg .welcome {
    width: 100%;
}


.bx-wrapper {
    z-index: 1000;
}

/***** [A04] 일반접속 보안접속 *****/
.connect_wrap {
    display: contents;
    position: relative;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    height: auto;
}

.connect_wrap .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


@media screen and (min-width: 750px) {

}


.connect_wrap .btn_wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
}

.btn_wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.btn_wrap2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #eff4f6;
    border: 1px solid #999;
    border-radius: 5px;
    margin:0 0 10px 0px;
}

.connect_wrap .btn_wrap .n_con {
    width: 28px;
    height: 24px;
}

.connect_wrap .btn_wrap .s_con {
    width: 19px;
    height: 24px;
}

.connect_wrap .btn_wrap a span {
    font-size: 18px;
    color: #fff;
    padding-left: 13px
}

.connect_wrap .btn_wrap a:nth-child(1) {
    background-color: #0c81d9;
}

.connect_wrap .btn_wrap a:nth-child(2) {
    background-color: #0055a7;
}

.connect_wrap .info_text {
    height: 100%;
    padding: 20px 0;
    font-size: 1em;
    line-height: 1.2;
    color: #000;
    text-align: center;
    background-color: #eff4f6;
}

.connect_wrap .info_text span {
    position: relative;
    display: inline-block;
    letter-spacing: -0.6px;
}

.connect_wrap .info_text span:first-child::before {
}

.connect_wrap .info_text span:last-child {
    font-weight: 600;
    line-height: 15px;
    color: #555;
}

.connect_wrap .info_text2 {
    padding-top: 8px;
    height: 48px;
    font-size: 10px;
    line-height: 11px;
    color: #929292;
    text-align: center;
    background-color: #d8dcde;
}


/* ******************** 미디어쿼리 *********************/

/* 사용자 height 해상도가 768 이상일때 */

@media (min-width: 720px ) and (orientation: portrait) {

    .gnb > ul > li:nth-child(1) {
        margin: 3% 8%;
    }

    .bgimg {
        margin-top: -320px;
    }

    .gnb > ul > li:nth-child(1) {
        height: 50px;
    }

    .bgimg {
    }

    .gnb > ul > li:nth-child(0) {

    }

    /***** GNB *****/
    .gnb > ul > li:nth-child(1) {
        height: 50px;
        background: url("/assets/images/seongnam_logo.png") no-repeat 0px;
        background-size: contain;
        text-indent: -9999px;
    }

    .gnb > ul > li:nth-child(2) {
        padding: 0 15px;
    }

    .gnb > ul > li > .w_wrap {
        height: 75px;
        border-radius: 10px;
        margin: 0 5%;
        margin-bottom: 10px;
    }

    .gnb > ul > li > .w_wrap li {
        height: 100%;
    }

    .gnb > ul > li > .w_wrap li .weather {
    }

    .gnb > ul > li > .w_wrap li .weather img {
        width: 48px;
        height: 48px;
    }

    .gnb > ul > li > .w_wrap li > .temp b {
        padding-right: 14px;
        font-size: 32px;
    }

    .gnb > ul > li > .w_wrap li > .temp em {
        vertical-align: bottom;
        font-size: 30px;
        letter-spacing: -0.5px;
    }

    .gnb > ul > li > .w_wrap li > .dust {
        display: inline-block;
        font-size: 24px;
        line-height: 44px;
    }

    .gnb > ul > li > .w_wrap li > .dust em {
        padding-left: 24px;
        font-size: 24px;
        line-height: 1;
    }

    .gnb > ul > li > .w_wrap li > .dust em.good {
        color: #32a1ff;
    }

    .gnb > ul > li > .w_wrap li > .dust em.usually {
        color: #00c73c;
    }

    .gnb > ul > li > .w_wrap li > .dust em.harmful {
        color: #fc8230;
    }

    .gnb > ul > li > .w_wrap li > .dust em.veryharmful {
        color: #ff5959;
    }

    .gnb > ul > li > .w_wrap li:after {
        width: 2px;
        height: 72px;
    }

    /***** [A01] 배너이미지 *****/
    .banner {
        position: relative;
        width: 100%;
        z-index: 100;
        /*background: url("/assets/images/bg.png") no-repeat 0 94px, url("/assets/images/bg_repeat.png") repeat-y center top;*/
        background-size: 100%;
    }


    /***** [A02] 배너 Info *****/
    .info > p {
        height: 64px;
        font-size: 24px;
        line-height: 64px;
    }

    .connect_wrap .btn_wrap a {
        padding: 45px;
    }

    .connect_wrap .btn_wrap a span {
        font-size: 25px;
    }

    .gnb1 > ul > li:nth-child(1) {
        padding: 40px !important;
        font-size: 40px !important;
        height: 120px !important;
    }

    .connect_wrap .btn_wrap .n_con, .connect_wrap .btn_wrap .s_con {
        width: 45px;
        height: 45px;
    }

    .connect_wrap .info_text {
        padding: 30px;
    }


    .connect_wrap .info_text {
        font-size: 20px;
        line-height: 20px;
    }

}


@media (min-width: 1020px) and (orientation: portrait) {

    .gnb > ul > li > .w_wrap{
        margin: 0 8%;
    }

    .bgimg {
        margin-top: -350px;
    }

    .gnb > ul > li:nth-child(1) {
        margin: 3% 8%;
    }

}

@media (orientation: landscape) {
    
    @media (min-height: 350px) {
        .connect_wrap .btn_wrap a {
            height: 50px;
        }
    }


    .gnb > ul > li:nth-child(1) {
        padding: 20px 40px;
        height: 50px;
        text-align: center;
    }

    .gnb > ul > li > .w_wrap {
        height: auto;
    }

    .gnb > ul > li > .w_wrap li > .dust, .gnb > ul > li > .w_wrap li > .dust em.good {
        font-size: 18px;
    }


    .connect_wrap ul .btn_wr {
        padding: 20px;
    }

    .connect_wrap ul .btn_wrap a {
        width: 100% !important;
    }

    .connect_wrap ul .btn_wrap a span {
        font-size: 15px;
    }

    .banner {
        display: flex;
        /*flex-direction: column;*/
        height: auto;
    }

    .bgimg {
        margin-top: 0px;
        display: none;
    }

    .bgimg .welcome {
        max-height: none;
    }

    .connect_wrap ul .info_text {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bx-wrapper {
        padding: 0 10px !important;
        width: 100% !important;
    }

    .connect_wrap {
        flex-direction: column;
        display: flex;
        margin-right: 10px;
        max-width: 100% !important;
    }


}

.image-element {
    position: absolute;
    z-index: 1000;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    /*height: 90%;*/
}

.survey {
    width: 90%;
    margin-left: 5%;
}