@charset "euc-kr";
@font-face{
    src: url("/font/MBC_NEW_OTF_L.otf");
    font-family: 'mbcL';
}
@font-face{
    src: url("/font/MBC_NEW_OTF_M.otf");
    font-family: 'mbcM';
}
@font-face{
    src: url("/font/MBC_NEW_OTF_B.otf");
    font-family: 'mbcB';
}

.cf:after{
    content: "";
    display: block;
    clear: both;
}
html, body {
    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    overflow-y: hidden;
}
.tpeg-connect{
    width:100%;
    height:100%;
}
.map_frm, .nws_frm{
    width: 100%;
    height: 100%;
}
.nws_frm .dark-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

/* [S] : »çÀÌµå ÆÐ³Î */
#admin{
    width:316px;
    height:100%;
    background:#000;
    /* border:1px solid #a2a2a2; */
    border-left: none;
    box-sizing:border-box;
    z-index:900 !important;
    position:absolute;
    left: -316px;
    top: 0;
    transition:all 0.6s ease;
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
}
#admin.on{
    left: 0;
}
#admin .admin_tab{
    display: block;
    width:28px;
    height:48px;
    position: absolute;
    top:50%;
    left: 316px;
    background:url(/images/tpeg-connect/tab_open.png) no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}
#admin.on .admin_tab{
    background:url(/images/tpeg-connect/tab_close.png) no-repeat center;
}

/* news */
.nws #admin{
    border-right: 1px solid #a9a9a9;
}
.nws #admin .admin_tab{
    left: 315px;
    border: 1px solid #a9a9a9;
    border-left: 0;
}

.admin_contain{
    width:100%;
    height:100%;
}

/* form ½ºÅ¸ÀÏ */
#frmInput{
    border-top: 2px solid #424242;
    border-bottom: 2px solid #424242;
    box-sizing: border-box;
}
#frmInput ul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
#frmInput ul li{
    height: 36px;
}
#frmInput ul li:last-child{
    background-color: #424242;
}
#frmInput #YugoType{
    width: 94px;
    height: 36px;
    font-family: "mbcM";
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: none;
    padding-left: 12px;
}
#frmInput #QText{
    width: 170px;
    height: 36px;
    font-family: "mbcM";
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: none;
    padding-left: 12px;
    box-sizing: border-box;
}
#frmInput #QText:focus{
    outline: none;
}
.nws #frmInput #QText{
    width: 264px;
    vertical-align: top;
}
#frmInput .btn-search{
    background-color: #424242;
    border: none;
    cursor: pointer;
    padding: 8px 7.5px;
}

/* opi */
.opi #frmInput{
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 40;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: none;
}
.opi #frmInput .btn-search{
    width: 134px;
    font-family: "mbcM";
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding: 12px 16px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    background:url(/images/tpeg-connect/icon_refresh.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 16px 12px;
    background-color: #4664e6;
    box-sizing: border-box;
    display: none;
}

/* frmResult */
.data_frm{
    height: calc(100% - 36px);
    box-sizing: border-box;
}
.opi .data_frm{
    height: 100%;
}
#frmResult{
    height: 100%;
}
/* [E] : »çÀÌµå ÆÐ³Î */



@media all and (min-width:768px){
    /* opi */
    .opi #frmInput .btn-search{
        width: 160px;
        font-size: 16px;
        padding: 12px 22px;
        background-size: 16px 16px;
        background-position: 22px 12px;
    }
}




@media all and (min-width:1028px){
    #admin{
        left: 0;
    }
    #admin .admin_tab{
        display: none;
    }

    /* opi */
    .opi #frmInput{
        left: calc((100% + 316px)/2);
    }
}
