@charset "utf-8"; #popup-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

#popup-wrap .pop-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 1000;
    background-color: #904bb3
}

#popup-wrap .pop-head .htit {
    font-weight: 400;
    font-size: 20px;
    padding: 22px 0 23px 30px;
    color: #fff;
}

#popup-wrap .pop-cont {
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}

#popup-wrap .btn-close {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    background: url(/resources/_Img/Popup/btn_pclose.gif) no-repeat 0 0;
    background-size: 50px;
    width: 50px;
    height: 50px;
    z-index: 1200;
}

#popup-wrap .btn-reload {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    background: url(/resources/_Img/Popup/btn_reload.gif) no-repeat 0 0;
    background-size: 50px;
    width: 50px;
    height: 50px;
    z-index: 1200;
}

#popup-wrap .btn-minsize {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    background: url(/resources/_Img/Popup/btn_minsize.gif) no-repeat 0 0;
    background-size: 50px;
    width: 50px;
    height: 50px;
    z-index: 1200;
}

#popup-wrap .btn-maxsize {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    background: url(/resources/_Img/Popup/btn_maxsize.gif) no-repeat 0 0;
    background-size: 50px;
    width: 50px;
    height: 50px;
    z-index: 1200;
}

#layout-popup-wrap {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: default;
    /* display:none;*/
}

#layout-popup-wrap > #popup-wrap {
    position: absolute;
    background: #fff url(/resources/_Img/Popup/pop_cont_bg.png) no-repeat right bottom;
    width: auto;
    height: auto;
}

#layout-popup-wrap > #popup-wrap .pop-head {
    position: static;
    overflow: hidden;
}

#layout-popup-wrap > #popup-wrap .pop-cont {
    margin-top: 20px;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
}

#layout-popup-wrap > #popup-wrap > button {
    width: 65px;
    height: 65px;
    background-size: 100% auto;
}

#layout-popup-wrap > #popup-wrap .pop-btn-1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

#layout-popup-wrap > #popup-wrap .pop-btn-2 {
    position: absolute;
    right: 65px;
    top: 0px;
}

#layout-popup-wrap > #popup-wrap .pop-btn-3 {
    position: absolute;
    right: 130px;
    top: 0px;
}

/* 윈도우 팝업 */
.popup-window {
    position: relative;
    font-size: 14px;
}

.popup-window .popwin_foot {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #282828;
    width: 100%;
    height: 18px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    padding: 9px 0 6px 0;
}

.popup-window .popwin_foot input {
    margin: 0 5px 0 10px;
    vertical-align: top;
}

.popup-window .popwin_foot button {
    position: absolute;
    right: 0;
    top: 8px;
    width: 50px;
    border: 0px;
    padding: 0;
    background: none;
    color: #FFF;
    font-size: 11px;
    line-height: 120%;
    cursor: pointer;
}

/* 레이어팝업 */
.pop-layer {
    display: none;
    z-index: 99999
}

.pop-layer .popup-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px !important;
    height: auto;
    z-index: 10;
}

.pop-layer .popup-wrap .pop-cont {
    max-height: 500px;
    overflow-y: auto;
}

@media all and (max-width: 1199px) {
    .pop-layer .popup-wrap {
        width:90% !important
    }
}

@media all and (max-width: 499px) {
    .pop-layer .popup-wrap {
        width:100% !important
    }

    .popup-wrap .pop-head .htit {
        padding-left: 10px;
        font-size: 16px
    }

    .pop-layer > .popup-wrap .pop-cont {
        margin: 10px 10px 0
    }

    .popup-wrap .wauto-wrap {
        margin: 0 -10px
    }
}

/* 메인 레이어팝업
------------------------------------------------------ */
.layor-popups {
    display: none;
    position: absolute;
    z-index: 4001
}

.layor-popups.activate {
    display: block
}

.layor-popups .layers_popup {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 3000;
    padding: 0 0 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5), 10px 10px 20px rgba(0, 0, 0, .5), 5px 5px 10px rgba(0, 0, 0, .5)
}

.layor-popups .popup_layer_body {
    position: relative
}

.layor-popups .popup_layer_body img {
    display: block;
    max-width: 100%
}

.layor-popups .poplayer_foot {
    position: absolute;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    font-size: 0;
    padding: 0 10px;
    bottom: 0;
    width: 100%;
    background: #282828;
    overflow: hidden;
    display: block;
    color: #fff
}

.layor-popups .poplayer_foot span {
    display: inline-block;
    line-height: 1
}

.layor-popups .poplayer_foot span input, .layor-popups .poplayer_foot span label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.layor-popups .poplayer_foot span input {
    font-size: 0;
    margin: 0 0 -1px
}

.layor-popups .poplayer_foot span label {
    font-size: 13px;
    margin: -2px 0 0 5px
}

.layor-popups .poplayer_foot button {
    display: block;
    position: absolute;
    box-sizing: border-box;
    font-size: 13px;
    padding: 0 0 0 15px;
    right: 10px;
    top: 7px;
    border: 0;
    background: transparent;
    color: #fff;
    line-height: 1;
    cursor: pointer
}

.layor-popups .poplayer_foot button:before, .layor-popups .poplayer_foot button:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0
}

.layor-popups .poplayer_foot button:before {
    transform: rotate(45deg)
}

.layor-popups .poplayer_foot button:after {
    transform: rotate(-45deg)
}

/* 멀티팝업 */
#toppop.toppop04 {
	max-height: 211px;
    background: #733296 url(/mtu/img/common/toppop04_bg.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    transition: all .3s ease;
    overflow: hidden
}

/*#toppop.toppop04.show {display:block}*/
#toppop.toppop04.hide {
    display: none
}

.loaded #toppop.toppop04.hide {
    display: block;
}

#toppop.toppop04 .tpop-topwide {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box
}

#toppop.toppop04 .tpop-topwide .tpop-list-wrap {
    padding: 15px 0;
    box-sizing: border-box
}

#toppop.toppop04 .wpop-cont {
    text-align: center
}

#toppop.toppop04 .wpop-cont a {
    dispplay: block;
    text-align: center
}

#toppop.toppop04 .wpop-cont img {
    display: inline-block;
    width: auto;
    max-width: 100%
}

#toppop.toppop04 .owl-nav {
    z-index: 1
}

#toppop.toppop04 .owl-nav > button {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 35px;
    margin-top: -14px;
    font-size: 0
}

#toppop.toppop04 .owl-nav .owl-prev {
    left: -75px
}

#toppop.toppop04 .owl-nav .owl-next {
    right: -75px
}

#toppop.toppop04 .owl-nav > button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

#toppop.toppop04 .owl-nav > button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(/mtu/img/common/toppop_spr.png) no-repeat;
    width: 33px;
    height: 12px;
    margin-top: -8px
}

#toppop.toppop04 .owl-nav .owl-prev:before {
    left: 0
}

#toppop.toppop04 .owl-nav .owl-next:before {
    right: 0
}

#toppop.toppop04 .owl-nav .owl-prev:after {
    right: 0
}

#toppop.toppop04 .owl-nav .owl-next:after {
    left: 0;
    background-position: -43px 0
}

#toppop.toppop04 .wpop-ctrl-btns {
    margin-top: 20px;
    font-size: 0;
    line-height: 1
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-dots {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-dots .owl-dot {
    position: relative;
    background: rgba(255, 255, 255, .6);
    border: 0;
    border-radius: 50%;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    transition: all .3s ease
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-dots .owl-dot:before {
    content: "";
    display: block;
    position: absolut;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-sizing: border-box;
    transition: all .3s ease
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-dots .owl-dot.active {
    background: transparent
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-dots .owl-dot.active:before {
    opacity: 1
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-dots .owl-dot span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255 ,.3);
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: auto
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-dots .owl-dot.active span {
    background: none
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-txt {
    display: none;
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}

#toppop.toppop04 .wpop-ctrl-btns .toppop-txt .cur-num {
    color: #fff
}

#toppop.toppop04 .wpop-ctrl-btns {
    text-align: center
}

#toppop.toppop04 .wpop-ctrl-btns > button {
    display: inline-block;
    position: relative;
    background: none;
    border: 0;
    width: 8px;
    height: 8px;
    vertical-align: top
}

#toppop.toppop04 .wpop-ctrl-btns .btn-stop:before, #toppop.toppop04 .wpop-ctrl-btns .btn-stop:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background-color: #fff;
    width: 2px;
    height: 8px;
    margin-top: -4px
}

#toppop.toppop04 .wpop-ctrl-btns .btn-stop:before {
    left: 0
}

#toppop.toppop04 .wpop-ctrl-btns .btn-stop:after {
    right: 1px
}

#toppop.toppop04 .wpop-ctrl-btns .btn-play {
    display: none
}

#toppop.toppop04 .tp-chks-box {
    position: absolute;
    right: 0;
    bottom: 15px;
    padding-right: 20px;
    z-index: 1
}

#toppop.toppop04 .tp-chks-box input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
    display: block;
    text-indent: -9999em;
    font-size: 0px;
    line-height: 0;
    opacity: 0
}

#toppop.toppop04 .tp-chks-box label {
    display: block;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.05em;
    padding: 2px 0 1px 24px;
    cursor: pointer
}

#toppop.toppop04 .tp-chks-box input:focus + label {
    outline: 3px solid rgba(59, 153, 252, .5)
}

#toppop.toppop04 .tp-chks-box label:before, #toppop.toppop04 .tp-chks-box label:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    transition: all .3s ease
}

#toppop.toppop04 .tp-chks-box label:before {
    width: 9px;
    height: 6px;
    border: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg);
    z-index: 1;
    left: 3px;
    top: 6px;
    opacity: 0
}

#toppop.toppop04 .tp-chks-box label:after {
    width: 14px;
    height: 14px;
    z-index: 0;
    left: 0;
    top: 3px;
    background: #fff
}

#toppop.toppop04 .tp-chks-box input:checked + label {
}

#toppop.toppop04 .tp-chks-box input:checked + label:before {
    opacity: 1
}

#toppop.toppop04 .tp-chks-box input:checked + label:after {
}

#toppop.toppop04 .tp-chks-box .close-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background: none;
    border: 0;
    width: 13px;
    height: 13px;
    margin: -5px 0 0;
    font-size: 0;
    box-sizing: border-box;
    transition: all .3s ease
}

#toppop.toppop04 .tp-chks-box .close-btn:hover, #toppop.toppop04 .tp-chks-box .close-btn:focus {
    transform: rotate(270deg)
}

#toppop.toppop04 .tp-chks-box .close-btn:before, #toppop.toppop04 .tp-chks-box .close-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 15px;
    height: 1px;
    margin: auto
}

#toppop.toppop04 .tp-chks-box .close-btn:before {
    transform: rotate(45deg)
}

#toppop.toppop04 .tp-chks-box .close-btn:after {
    transform: rotate(-45deg)
}

@media all and (max-width: 1739px) {
    #toppop.toppop04 .tpop-topwide {
        max-width:1400px
    }
}

@media all and (max-width: 1569px) {
    #toppop.toppop04 .owl-nav .owl-prev {
        left:-18px
    }

    #toppop.toppop04 .owl-nav .owl-next {
        right: -18px
    }
}

@media all and (max-width: 1459px) {
    #toppop.toppop04 .tpop-topwide {
        margin:0 30px
    }
}
@media all and (max-width: 1023px) {
	#toppop.toppop04 {
		max-height: 175px;
	}
}

@media all and (max-width: 768px) {
	#toppop.toppop04 {
		max-height: 160px;
	}
    #toppop.toppop04 .owl-nav > button {
        width:31px;
        height: 25px;
        marign-top: -12px
    }

    #toppop.toppop04 .owl-nav > button:before {
        width: 25px;
        height: 25px
    }

    #toppop.toppop04 .owl-nav > button:after {
        background-size: auto 8px;
        width: 23px;
        height: 8px;
        margin-top: -4px
    }

    #toppop.toppop04 .owl-nav .owl-next:after {
        background-position: -30px 0
    }

    #toppop.toppop04 .wpop-ctrl-btns {
        text-align: left
    }

    #toppop.toppop04 .wpop-ctrl-btns {
        margin-top: 10px
    }

    #toppop.toppop04 .tp-chks-box label {
        font-size: 12px
    }
}


@media all and (max-width: 499px) {
	#toppop.toppop04 .tpop-topwide {
        margin:0 15px
    }

    #toppop.toppop04 .wpop-ctrl-btns {
        margin-top: 17px
    }

    #toppop.toppop04 .wpop-ctrl-btns > button {
        margin-top: 3px
    }

    #toppop.toppop04 .wpop-ctrl-btns .toppop-dots {
        display: none
    }

    #toppop.toppop04 .wpop-ctrl-btns .toppop-txt {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px
    }
}
