﻿@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

@font-face {
    font-family: 'NanumBarunGothic';
    src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
    src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'), url(webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'), url(webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    src: url(webfont/NanumSquare/NanumSquareR.eot);
    src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(webfont/NanumSquare/NanumSquareR.woff) format('woff'), url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}


/* font select */

body * {
    font-family: NanumSquare, sans-serif;
    letter-spacing: -0.5px;
}

#unit7747 #daumRoughmapContainer1584584232925 {
    width: 100% !important
}

/* header */

#header {
    display: inline-flex;
    padding: 0px 30px 0 0;
}

    #header a {
        color: #fff;
        text-decoration: none;
    }

    #header .header-box-left {
        float: left;
        font-size: 15px;
        padding: 20px 0px;
    }

    #header .header-box-right {
        font-size: 17px;
    }

    #header .header-box-left span {
        padding: 0px 15px;
        color: #adadad;
        font-weight: bold;
    }

    #header .header-box-right .onlineLink {
        margin-right: 20px;
        vertical-align:middle;
        display:inline-flex;
    }

        #header .header-box-right .onlineLink span {
            margin-left: 10px;
            vertical-align: middle;
            line-height: 30px;
            font-size: 22px;
        }

        #header .header-box-right .onlineLink img {
            margin: 0;
        }

        #header .header-box-right a:hover {
            font-weight:bold;
            transition: 0.3s all ease;
        }
#MOVE_TOP_BTN {
    position: fixed;
    right: 6%;
    bottom: 2%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: none;
    background: #fff;
    color: #000;
    font-size: 19px;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
    font-weight: bold;
    border: 1px solid;
    text-decoration:none;
}
    #MOVE_TOP_BTN:hover {
        background: #000;
        color: #fff;
        cursor: pointer;
        transition: all ease-in-out .15s;
        border: 1px solid #000;;
    }
    /* gnb */
    #gnb-wrap {
        background: #1E3C62;
        line-height: 100px;
        display: flex;
        justify-content: space-between;
    }

    #gnb-wrap .container {
        width: 100%;
    }

        #gnb-wrap .container a {
            margin-left: 20px;
        }

    #gnb-wrap img {
        margin-left:20px;
    }

#gnb {
    display: inline-flex;
}

    #gnb > li {
        float: left;
        padding: 0px 25px;
        position: relative;
        cursor: pointer;
    }

        #gnb > li > a {
            font-size: 20px;
            color: #fff;
            text-decoration: none;
            transition: all ease 0.2s;
            font-weight: bold;
            height: inherit;
            display: inline-block;
        }
        #gnb > li.active {
            background: #1570e2;
        }
        #gnb > li.active a {
            
        }
        #gnb > li > a:hover {
            
            
            transition: all ease 0.2s;
            font-weight: bold;
        }

            #gnb > li > a.active {
                color: #fff;
                border-bottom: 3px solid #6599CB;
                padding-bottom: 7px;
                transition: all ease 0.2s;
                font-weight: bold;
            }

        #gnb > li > ul {
            display: none;
        }

            #gnb > li > ul.depth2.active {
                display: block;
                position: absolute;
                background: #1570e2;
                padding-top: 10px;
                z-index: 9999;
                font-size: 18px;
                left: 0%;
                top: 103px;
                min-width: 230px;
                text-align: left;
                line-height: normal;
            }

.depth2.active:before {
    /*content: '';*/
    position: absolute;
    left: 50%;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #79adef;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

#gnb > li > ul.depth2.active > li > a {
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
}

#gnb > li > ul.depth2.active > li:hover > a {
    text-shadow: 1px 1px 3px #b8b8b8;
    font-weight: bold;
    transition: all ease-out .1s;
    color: #fff;
    text-decoration: none;
   
}

#gnb > ul > li > ul.depth2.active > li:hover ul li {
    color: #000;
}

#gnb > li > ul.depth2.active > li > ul {
padding-left:10px;
}
    #gnb > li > ul.depth2.active > li > ul li a {
    color:#fff;
    }
    #gnb > li > ul.depth2.active > li > ul li {
    margin:5px 0;
    }
    #gnb > li > ul.depth2.active > li > ul > li:hover a {
        text-shadow: 1px 1px 3px #b8b8b8;
        transition: all ease-out .1s;
        color: #fff;
        text-decoration:none;
    }

    #gnb > li > ul > li:hover {
        background: #5d5d5d80;
    }
    .point {
        position: absolute;
        bottom: -91px;
        left: 46%;
        margin-left: -9px;
        display: none;
        opacity: 1;
    }

/* gnb2 */

.gnb2 {
    background: #0f2746;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    z-index: 9999;
}

    .gnb2 .container {
        padding: 20px 0px 0px;
        text-align: right;
        width: 100%;
    }

.subtext-wrap {
    float: left;
    padding: 0px;
    display: none;
    width: 220px;
    text-align: center;
    margin-right: 30px;
}

.subtext {
    display: inline-block;
}

    .subtext p {
        color: #333333;
    }

        .subtext p:first-child {
            font-size: 14px;
            margin-bottom: 0px;
            display: none;
        }

        .subtext p:nth-child(2) {
            font-size: 30px;
            color: #fff;
            font-weight: bold;
        }

    .subtext img {
        display: inherit;
        position: relative;
        float: none !important;
        margin: 20px auto;
    }

.subul > li {
    display: inline-block;
    text-align: center;
    margin: 0px 25px;
    vertical-align: top;
}

    .subul > li:last-child {
        margin-right: 0px;
    }

    .subul > li > a {
        font-size: 18px;
        font-weight: 600;
    }

        .subul > li > a > i {
            float: right;
            position: relative;
            top: 3px;
        }

    .subul > li > ul {
        margin-top: 15px;
        display: none;
    }

        .subul > li > ul > li {
            font-size: 13px;
            transition: all ease 0.3s;
            height: 29px;
            margin-top: 1px;
        }

            .subul > li > ul > li:hover {
                background-color: #1f4346;
            }

            .subul > li > ul > li > a {
                padding: 5px 7px;
                display: inline-block;
                overflow: hidden;
                width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .subul > li > ul > li > a > i {
                    margin-right: 5px;
                    position: relative;
                }

.subul li a {
    color: #fff;
    text-decoration: none;
}

/* footer */

#footer {
    background: #23394E;
    padding: 30px 0px;
    position: relative;
}

    #footer > div {
        position: relative;
    }

    #footer img {
        margin-right: 15px;
        clear: both;
        display: inline-block;
        vertical-align: top;
    }

    #footer .foot-1 ul {
        margin-top: 0px;
        display: inline-block;
    }

        #footer .foot-1 ul li h5 {
            margin-top: 0;
        }

        #footer .foot-1 ul li:first-child {
            margin-top: 5px;
        }

        #footer .foot-1 ul li {
            letter-spacing: 1px;
            color: #e4e4e4;
            font-size: 15px;
            padding: 0px;
            margin: 10px 0;
        }

            #footer .foot-1 ul li span:nth-child(1) {
                width: 80px;
                display: inline-block;
            }

            #footer .foot-1 ul li span:nth-child(2) {
                width: 120px;
                display: inline-block;
                letter-spacing: 1px;
            }

    #footer .foot-2 ul {
        display: inline-block;
    }

        #footer .foot-2 ul li {
            letter-spacing: 1px;
            color: #e4e4e4;
            font-size: 15px;
            padding: 0px;
            margin: 3px 0;
        }

            #footer .foot-2 ul li:first-child {
                font-weight: bold;
                font-size: 18px;
                color: #fff;
            }

    #footer .foot-3 ul {
        display: inline-block;
    }

        #footer .foot-3 ul li {
            letter-spacing: 1px;
            color: #e4e4e4;
            font-size: 15px;
            padding: 0px;
            margin: 3px 0;
        }

            #footer .foot-3 ul li:first-child {
                font-weight: bold;
                font-size: 18px;
                color: #fff;
            }

    #footer h5 {
        font-size: 18px;
        font-weight: bold;
        margin: 4px 0px 4px;
        color: #fff;
    }

    #footer p {
        letter-spacing: 1px;
        font-size: 15px;
        color: #e4e4e4;
        margin: 0px 0px 30px;
    }

        #footer p span {
            letter-spacing: 1px;
            width: 130px;
            display: inline-block;
        }

    #footer .copy {
        position: absolute;
        right: 45px;
        bottom: 0px;
        font-size: 15px;
        color: #9DA1A4;
        padding: 25px 0;
    }

    #footer .foot-1 table {
        border: none;
        margin-left: 41px;
    }

    #footer .foot-1 tr {
        margin-bottom: 5px;
    }

    #footer .foot-1 td:first-child {
        width: 30%;
    }

    #footer .foot-1 td:nth-child(2) {
        width: 40%;
    }

    #footer .foot-1 td {
        letter-spacing: 1px;
        color: #e4e4e4;
        font-size: 15px;
        padding: 2px 0;
        width: 20%;
    }

    #footer .foot-2 table {
        border: none;
    }

    #footer .foot-2 tr {
        margin-bottom: 5px;
    }

    #footer .foot-2 td:first-child {
        width: 28%;
    }

    #footer .foot-2 td:nth-child(2) {
        width: 45%;
    }

    #footer .foot-2 td {
        color: #9DA1A4;
        font-size: 15px;
        padding: 2px 0;
        width: 20%;
    }




/* mobile */
.header-mobile-gnb .toggle {
    color: #fff !important;
}

.mm-panels > #mm-1 {
    background-color: #6599CB !important;
}

.mm-panels > #mm-2,
.mm-panels > #mm-3,
.mm-panels > #mm-4,
.mm-panels > #mm-5,
.mm-panels > #mm-6,
.mm-panels > #mm-7,
.mm-panels > #mm-8,
.mm-panels > #mm-9,
.mm-panels > #mm-10,
.mm-panels > #mm-11,
.mm-panels > #mm-12,
.mm-panels > #mm-13,
.mm-panels > #mm-14,
.mm-panels > #mm-15,
.mm-panels > #mm-16,
.mm-panels > #mm-17,
.mm-panels > #mm-18,
.mm-panels > #mm-19,
.mm-panels > #mm-20,
.mm-panels > #mm-21,
.mm-panels > #mm-22,
.mm-panels > #mm-23,
.mm-panels > #mm-24,
.mm-panels > #mm-25,
.mm-panels > #mm-26,
.mm-panels > #mm-27,
.mm-panels > #mm-28,
.mm-panels > #mm-29,
.mm-panels > #mm-30,
.mm-panels > #mm-31 {
    background-color: #00649c !important;
}

.mm-navbar {
    padding: 20px 0px !important;
    height: inherit !important;
}

    .mm-navbar a {
        font-size: 22px;
        color: #fff !important;
    }

.mm-listview > li > a, .mm-listview > li > span {
    padding: 20px 25px !important;
    font-size: 17px;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px 0px !important;
}

.mm-btn {
    top: unset !important;
}

.subul {
    text-align: center;
}

/*실시간생방송*/
.latest-special {
    margin-bottom: 30px;
    margin-left: 18px;
}

    .latest-special .p4 {
        font-size: 30px;
        padding-left: 15px;
        position: relative;
        color: #000000;
        top: 15px;
    }

    .latest-special .white-bar {
        background: #7c8789;
        width: 1px;
        height: 22px;
        display: inline-block;
        margin: -20px 13px;
    }

.jubowrapper {
    display: inline-block;
    position: relative;
    top: 13px;
    font-size: 13px;
    opacity: 0.8;
}

.latest-special .p4 span {
    color: #948e8f;
}

#component4268 #unit6531 {
    margin-top: 50px;
}

#component1034 #unit7812 {
    margin-top: 50px;
}

#component8476 #unit3569 {
    margin-top: 50px;
}

#component3780 #unit9773 {
    margin-top: 50px;
}

#component1800 #unit5314 {
    margin-top: 50px;
}

#component4809 #unit2915 {
    margin-top: 50px;
}

#component9990 #unit7764 {
    margin-top: 50px;
}

#component6919 #unit5511 {
    margin-top: 50px;
}

@media(min-width:1400px) and (max-width:1700px) {
    .subul > li {
        width: 150px;
    }

    #gnb {
        float: left;
        padding-left: 30px;
    }

        #gnb > li {
            padding: 0px 20px;
        }
}

@media(min-width:1024px) and (max-width:1399px) {
    .subul > li {
        width: 150px;
    }

    #gnb {
        float: left;
        padding-left: 30px;
    }

        #gnb > li {
            padding: 0px 10px;
        }
}


@media (min-width:992px) and (max-width:1199px) {
    .subul li {
        margin: 0px !important;
    }

    .gnb2 .container {
        text-align: center !important;
    }

    .subul > li {
        width: 150px;
    }

    #footer img {
        margin-bottom: 15px;
    }

    #gnb > li > a {
        font-size: 20px;
    }

    .point {
        bottom: -95px;
        left: 39%;
    }

    #footer div {
        padding: 0px;
        text-align: center;
    }

    .latest-special .p4 {
        font-size: 22px;
        padding-left: 15px;
        position: relative;
        bottom: -18px;
        color: #000000;
    }

    #component4268 #unit6531 {
        margin-top: 20px;
    }

    #component1034 #unit7812 {
        margin-top: 20px;
    }

    #component8476 #unit3569 {
        margin-top: 20px;
    }

    #component3780 #unit9773 {
        margin-top: 20px;
    }

    #component1800 #unit5314 {
        margin-top: 20px;
    }

    #component4809 #unit2915 {
        margin-top: 20px;
    }

    #component9990 #unit7764 {
        margin-top: 20px;
    }

    #component6919 #unit5511 {
        margin-top: 20px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .subul {
        display: none;
    }

    .gnb2 {
        height: 0px !important;
    }

    #footer {
        text-align: center;
    }

    .header-mobile-gnb {
        float: right;
        margin-top: 35px;
        font-size: 30px;
    }

    #footer img {
        float: none;
        margin-right: 30px;
        display: none;
    }

    #footer ul {
        text-align: center;
    }

    #footer img {
        display: none;
    }

    #footer .copy {
        position: relative;
        margin: 15px 0 0;
    }

    .latest-special .p4 {
        font-size: 29px;
        padding-left: 15px;
        position: relative;
        bottom: -18px;
        color: #000000;
    }

    #component4268 #unit6531 {
        margin-top: 15px;
    }

    #component1034 #unit7812 {
        margin-top: 15px;
    }

    #component8476 #unit3569 {
        margin-top: 15px;
    }

    #component3780 #unit9773 {
        margin-top: 15px;
    }

    #component1800 #unit5314 {
        margin-top: 15px;
    }

    #component4809 #unit2915 {
        margin-top: 15px;
    }

    #component9990 #unit7764 {
        margin-top: 15px;
    }

    #component6919 #unit5511 {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
	.mobile-login{
		background:#fff;
		color:#fff;
		padding:5px 10px;
		text-align:right;
		}
		.mobile-login a {
			color:#000;
			font-size:14px;
			}
	#gnb-wrap{
		line-height:unset;
		}

    #header .header-box-right a {
        padding: 0 10px;
    }

    .header-mobile-gnb {
        float: right;
        margin: 0px 20px 0px;
        font-size: 30px;
    }
    .header-mobile-gnb .toggle{
    	display:flex;
    	align-items:center;
    	height:100%;
    	}

    #footer {
        text-align: center;
    }

        #footer img {
            float: left;
            margin-top: 0px;
            margin-right: 5px;
            display: none;
        }

        #footer p {
            font-size: 14px;
        }

    #gnb-wrap {
        padding: 0px;
    }

        #gnb-wrap
        #footer img {
            display: none;
        }

    #footer ul li:first-child {
        font-size: 20px;
    }

    #footer ul li:nth-child(2) {
        margin-top: 15px;
    }

    #footer ul li {
        text-align: left;
    }

    #footer {
        padding: 15px 0px;
    }

    #header {
        height: 35px;
        padding: 0px 15px;
    }

        #header .header-box-right {
            font-size: 14px;
            padding: 8px 0px;
        }

            #header .header-box-right span {
                padding: 0px 5px;
            }

    #gnb-wrap img {
        width: 180px;
        margin: 10px 10px;
    }

    #footer .copy {
        position: relative;
        margin-top: 15px;
        bottom: 0;
        padding: 0;
        text-align: center;
        right: 0;
    }


    #component4268 {
        width: 50%;
        float: left;
    }

    #component1034 {
        width: 50%;
        float: left;
    }

    #component8476 {
        width: 50%;
        float: left;
    }

    #component3780 {
        width: 50%;
        float: left;
    }

    #component1800 {
        width: 50%;
        float: left;
    }

    #component4809 {
        width: 50%;
        float: left;
    }

    #component9990 {
        width: 50%;
        float: left;
    }

    #component6919 {
        width: 50%;
        float: left;
    }
}

@media (max-width:1199px) {
}
