@charset "utf-8";
@import url(font.css);
@import url(slick.css);
/*@import url(content.css?v=31);*/

/* Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
    margin: 0;
    padding: 0
}

body,
h1,
h2,
h3,
h4,
input,
button,
select,
textarea {
    font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", Sans-serif;
    font-size: 12px;
    color: #000
}

body {
    text-align: left;
    word-break: break-word;
    background: #000;
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

input,
select,
button {
    vertical-align: top
}

img {
    vertical-align: top;
    max-width: 100%;
}

i,
em,
address {
    font-style: normal
}

label,
button {
    cursor: pointer
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

hr {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    font-size: 0;
    line-height: 0;
    height: 0
}

* {
    box-sizing: border-box;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-size: 15px;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-weight: normal;
    font-size: 15px;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-weight: normal;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-size: 15px;
}

/* Skip */
#skipnavigation {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center
}

#skipnavigation * {
    list-style: none;
    margin: 0;
    padding: 0;
}

#skipnavigation a {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
}

#skipnavigation a:focus,
#skipnavigation a:active {
    display: block;
    width: 100%;
    height: 36px;
    color: #fff;
    background: #000;
    line-height: 36px;
    text-decoration: underline !important;
    font-size: 14px;
}

/* Form */
.hideForm {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* Easy */
.clear:after {
    content: '';
    display: block;
    clear: both;
}

.hidden {
    position: absolute;
    left: -9999px;
    height: 0;
    text-indent: -9999px;
    visibility: hidden;
    overflow: hidden;
}

.hide {
    display: none
}

/* 임시 */
body {
    opacity: 0;
}

body.load {
    opacity: 1;
}

#viewport {}

.section {
    height: 100vh;
    min-height: 1280px;
}

h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #083984;
    margin-top: 30px;
}

h2:first-child {
    margin-top: 0;
}

button {
    font-size: 20px;
}

.thumb-text {
    font-size: 20px;
    background: #fff;
    width: 600px;
    padding: 30px;
}

.baseForm .form-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.baseForm .form-row .form-group {
    display: table-cell;
    padding-right: 10px;
}

.baseForm input[type=text],
.baseForm input[type=password],
.baseForm input[type=number],
.baseForm input[type=email],
.baseForm textarea {
    vertical-align: top;
    border: 1px solid #999;
    height: 35px;
    border-radius: 3px;
    width: 100%;
    padding-left: 10px;
}

.baseForm select {
    border: 1px solid #999;
    height: 35px;
    border-radius: 3px;
    width: 100%;
    padding-left: 10px;
    vertical-align: top;
}

.baseForm textarea {
    height: 100px;
}

.baseForm .form-group input[type=radio] {
    vertical-align: middle;
    margin-top: 0;
}

.fp-tableCell {
    margin: 0 200px;
}

.full {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.full .fp-tableCell {
    margin: 0;
}

/* head */
.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
}

.head .in {
    position: relative;
}

.head .in h1 {
    position: absolute;
    left: 15px;
    top: 110px;
    font-size: 25px;
}

.head .navList {
    padding: 10px 0 0 20%;
}

.head .navList ul li {
    float: left;
    margin-left: 5%;
}

.head .navList ul li:first-child {
    margin-left: 0;
}

.head .navList ul li a {
    font-size: 25px;
    color: #fff;
}

.head .navList ul li.active a {
    color: #db2e5f
}

.fp-viewing-section03 .navList ul li:nth-child(2) a {
    color: #db2e5f
}

.fp-viewing-section04 .navList ul li:nth-child(2) a {
    color: #db2e5f
}

.fp-viewing-section05 .navList ul li:nth-child(2) a {
    color: #db2e5f
}

.footer {
    height: 30px;
    margin-top: -35px;
    text-align: center;
    position: relative;
    z-index: 100;
}

/* fullVideo */
.fullBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.fullBox:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .3);
}

.fullBox .fullTit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    font-weight: bold;
    font-size: 100px;
    color: #fff;
    text-align: center;
}

.fullBox .fullTit:before {
    content: '';
    display: block;
    position: relative;
    height: 40%;
}

.fullBox iframe {
    position: absolute;
    background: #000;
    z-index: -1;
}

/* Slide */
.slideBox {
    position: relative;
    text-align: center;
    font-size: 20px;
}

.slideBox li {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    background: #d4eeaf;
}

.slideBox .bx-controls-direction a {
    position: absolute;
    top: 15%;
    background: #fff;
    z-index: 100;
}

.slideBox .bx-controls-direction a.bx-prev {
    left: 10px;
}

.slideBox .bx-controls-direction a.bx-next {
    right: 10px;
}

.slideBox .bx-controls-direction a.disabled {
    opacity: .3;
    cursor: default;
}

.slideBox .bx-controls-auto div {
    display: inline-block;
    margin: 0 30px;
}

.slideBox .bx-pager {
    padding: 10px 0;
}

.slideBox .bx-pager>div {
    display: inline-block;
    margin: 0 10px;
}

.slideBox .bx-pager>div a {
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.slideBox .bx-pager>div.active a {
    background: #666;
    color: #fff;
}

.fade li:nth-child(1) {
    background: #afd0ee;
}

.fade li:nth-child(2) {
    background: #8e86f1;
}

.fade li:nth-child(3) {
    background: #eeafe1;
}

.multi {
    width: 600px;
    margin: 0 auto;
}

/* scroll */
.scrollBox {
    position: relative;
    height: 500px;
    width: 500px;
    font-size: 20px;
}

.scroller {
    position: absolute;
    padding: 0;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
}

#scroll {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.iScrollVerticalScrollbar {
    width: 8px !important;
    background: #999;
    right: 6px !important;
    top: 0 !important;
    bottom: 0 !important;
    border-radius: 7px !important;
}

.iScrollIndicator {
    background: #333 !important;
    border-radius: 7px !important;
    border: none !important;
}

.navScroll {
    position: absolute;
    right: -250px;
    top: 0;
    text-align: center;
}

/* Alert */
#popupAlert {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
    overflow-y: auto;
}

#popupAlert .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}

#popupAlert .popIn {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    visibility: hidden;
    text-align: center;
}

#popupAlert .popIn .closePop {
    position: absolute;
    right: -30px;
    top: -30px;
}

#popupAlert .popIn .closePop a {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #fff;
    border: 1px solid #000;
    display: none;
}

#popupAlert .popIn .cell {
    display: inline-block;
    position: relative;
}

#popupAlert .popIn .verCenter {
    display: table;
    height: 250px;
    width: 100%;
    text-align: center;
}

#popupAlert .popIn .verCenter .alertText {
    position: relative;
    display: table-cell;
    font-size: 38px;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 10px;
}

#popupAlert .popIn .verCenter .alertText .popClose2 {
    position: absolute;
    top: -45px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('../images/dig/personal-information-close-btn.png') no-repeat;
    font-size: 0;
}

#popupAlert .popIn .verCenter .alertText .popInTxt {
    font-size: 33px;
    color: #000;
    font-weight: 500;
    padding: 0 30px;
    margin-bottom: 40px;
}

#popupAlert .popIn .btnWrap {
    padding-bottom: 20px;
}

#popupAlert .popIn .btnWrap a {
    display: inline-block;
    background: url(/mobile/images/common/btnDigSubmit.png) no-repeat;
    width: 196px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 24%;
    opacity: 0;
}

#popupAlert.device .popIn .btnWrap a {
    opacity: 1;
    background: url(/mobile/images/common/btnDigSubmit.png) no-repeat;
}

#popupAlert.txtpop .btnWrap a {
    bottom: 70px;
}

#popupAlert .popIn .btnWrap a.close3 {
    display: inline-block;
    background: url(/mobile/images/common/btnDigSubmit.png) no-repeat;
    width: 196px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 65px;
}

#popupAlert .popIn .btnWrap a.close5 {
    display: inline-block;
    background: url(/mobile/images/common/btnDigSubmit.png) no-repeat;
    width: 196px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 120px;
}

#popupAlert.txtpop .popIn .cell {
    background: url(/mobile/images/dig/digBg.png) no-repeat left top;
}

.btnNone .btnWrap {
    display: none;
}

/* Alert2 */
#popupAlert2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

#popupAlert2 .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}

#popupAlert2 .popIn {
    position: absolute;
    left: 0%;
    top: 50%;
    min-width: 100px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    visibility: hidden;
    text-align: center;
}

@media screen and (max-width:330px) {
    #popupAlert2 .popIn {
        position: absolute;
        left: 50%;
        top: 50%;
        min-width: 100px;
        width: 76%;
        box-sizing: border-box;
        z-index: 2;
        visibility: hidden;
        text-align: center;
        transform: translate(-50%);
        margin-top: -70% !important;
    }
}

@media screen and (min-width:1023px) {
    #popupAlert2 .popIn {
        position: absolute;
        left: 50%;
        top: 55%;
        min-width: 100px;
        width: 76%;
        box-sizing: border-box;
        z-index: 2;
        visibility: hidden;
        text-align: center;
        transform: translate(-50%);
        margin-top: -70% !important;
    }
}

#popupAlert2 .popIn .closePop {
    position: absolute;
    right: 25px;
    top: 20px;
}

#popupAlert2 .popIn .closePop a {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: url(/mobile/images/dig/closeBtn2.png) no-repeat right center;
    text-indent: -999em;
}

#popupAlert2 .popIn .cell {
    display: inline-block;
    position: relative;
}

#popupAlert2 .popIn .verCenter {
    display: table;
    height: 250px;
    width: 100%;
    text-align: center;
}

#popupAlert2 .popIn .verCenter .alertText {
    display: table-cell;
    font-size: 38px;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 10px;
}

#popupAlert2 .popIn .verCenter .alertText .popInTxt {
    font-size: 33px;
    color: #000;
    font-weight: 500;
    padding: 0 30px;
    margin-bottom: 40px;
}

#popupAlert2 .popIn .btnWrap {
    padding-bottom: 20px;
}

#popupAlert2 .popIn .btnWrap a {
    display: inline-block;
    background: url(/mobile/images/common/btnDigreSubmit.png) no-repeat;
    width: 289px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -145px;
    bottom: 65px;
}

#popupAlert2.txtpop .btnWrap a {
    bottom: 70px;
}

#popupAlert2.txtpop .popIn .cell {
    background: url(/mobile/images/dig/digBg.png) no-repeat left top;
    ;
}

.btnNone .btnWrap {
    display: none;
}

/* Alert3 */
#popupAlert4 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

#popupAlert4 .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}

#popupAlert4 .popIn {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    visibility: hidden;
    text-align: center;
}

#popupAlert4 .popIn .closePop {
    position: absolute;
    right: -30px;
    top: -30px;
}

#popupAlert4 .popIn .closePop a {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #fff;
    border: 1px solid #000;
    display: none;
}

#popupAlert4 .popIn .cell {
    display: inline-block;
    position: relative;
}

#popupAlert4 .popIn .verCenter {
    display: table;
    height: 250px;
    width: 100%;
    text-align: center;
}

#popupAlert4 .popIn .verCenter .alertText {
    display: table-cell;
    font-size: 38px;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 10px;
}

#popupAlert4 .popIn .verCenter .alertText .popInTxt {
    font-size: 33px;
    color: #000;
    font-weight: 500;
    padding: 0 30px;
    margin-bottom: 40px;
}

#popupAlert4 .popIn .btnWrap {
    padding-bottom: 20px;
}

#popupAlert4 .popIn .btnWrap a {
    display: inline-block;
    background: url(/mobile/images/common/btnDigSubmit.png) no-repeat;
    width: 424px;
    height: 66px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -138px;
    bottom: 80px;
}

#popupAlert4 .popIn .btnWrap a {
    display: inline-block;
    background: url(/mobile/images/202205/reservation/reser_check_btn.png) no-repeat;
    width: 424px;
    height: 66px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -138px;
    bottom: 110px;
}

#popupAlert4.txtpop .btnWrap a {
    bottom: 70px;
}

#popupAlert4.txtpop .popIn .cell {
    background: url(/mobile/images/dig/digBg.png) no-repeat left top;
    ;
}

#popupAlert4 .tp {
    position: absolute;
    top: 420px;
    left: 95px;
    width: 424px;
    height: 153px;
    background: url(/mobile/images/202205/reservation/reser_code_box.png) no-repeat left top;
    ;
}

#popupAlert4 .tp.active {
    height: 104px;
}

#popupAlert4 .tp .ni_sname {
    position: absolute;
    width: 92%;
    top: 93px;
    left: 44.6%;
    transform: translateX(-50%);
    font-size: 39px;
    color: #fff;
}

#popupAlert4 .tp.active .ni_sname {
    display: none;
}


/*공유팝업*/
#popupShared {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

#popupShared .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}

#popupShared .popIn3 {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
}

#popupShared .popIn3 .closePop {
    position: absolute;
    right: 7px;
    top: 7px;
}

#popupShared .popIn3 .closePop a {
    display: block;
}

#popupShared .popIn3 .cell {
    display: inline-block;
    position: relative;
}

#popupShared .popIn3 .verCenter {
    position: relative;
    height: 253px;
    width: 410px;
    text-align: center;
    background: url(/mobile/images/dig/pop_bg_shared.png) no-repeat;
}

#popupShared .popIn3 .verCenter .alertText3 {
    vertical-align: middle;
    color: #ffffff;
    padding: 0 10px;
}

#popupShared .popIn3 .verCenter .alertText3 .sns_list {
    padding-top: 78px;
    font-size: 0;
}

#popupShared .popIn3 .verCenter .alertText3 .sns_list a {
    display: inline-block;
    margin: 0 10px;
}

#popupShared .popIn3 .verCenter .alertText3 .copy_url {
    position: relative;
    width: 390px;
    height: 45px;
    background: #858585;
    margin-top: 25px;
}

#popupShared .popIn3 .verCenter .alertText3 .copy_url .txt_url {
    line-height: 45px;
    width: 270px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
}

#popupShared .popIn3 .verCenter .alertText3 .copy_url a {
    position: absolute;
    top: 0;
    right: 0;
}

#popupShared .popIn3 .verCenter .alertText3 .popInTxt {
    font-size: 33px;
    color: #000;
    font-weight: 500;
    padding: 0 30px;
    margin-bottom: 40px;
}



/* youtube Popup */
.youtubePop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.youtubePop .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}

.youtubePop .bg:hover {
    cursor: s-resize;
}

.youtubePop .popIn {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
}

.youtubePop .popIn .youtubeCont {
    position: relative;
}

.youtubePop .popIn .youtubeCont #youtubeMovie {
    width: 647px;
    height: 364px;
    margin: 0 auto;
    border: 1px solid #4d4d4d;
    background: #000;
    overflow: hidden;
}

.youtubePop .popIn .youtubeCont iframe {
    width: 647px;
    height: 364px;
}

.youtubePop .popIn .closePop {
    position: absolute;
    right: 0;
    top: -68px;
}

.youtubePop .popIn .closePop a {
    display: block;
    /*width: 58px;
    height: 58px;
    background: url(/mobile/images/dig/closeBtn.png) no-repeat right center;*/
    width: 60px;
    height: 60px;
    background: url(/images/season4/m/closeIntro.png) no-repeat right center;
    text-indent: -999em;
}

/* Alert */
.contentPop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

.contentPop .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}

.contentPop .popIn {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 100px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    visibility: hidden;
    text-align: center;
}

.contentPop .popIn .closePop {
    position: absolute;
    right: -30px;
    top: -30px;
    display: block !important;
}

.contentPop .popIn .closePop {
    position: absolute;
    right: 0;
    top: -68px;
}

.contentPop .popIn .closePop a {
    display: block;
    /*width: 58px;
    height: 58px;
    background: url(/mobile/images/dig/closeBtn.png) no-repeat right center;*/
    width: 60px;
    height: 60px;
    background: url(/images/season4/m/closeIntro.png) no-repeat right center;
    text-indent: -999em;
}

.contentPop .contentList {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
}

.contentPop .cont01 {
    position: relative;
    text-align: center;
    display: inline-block;
    max-width: 800px;
    width: 80%;
    padding-top: 65px;
}

.contentPop .cont01 .closePop {
    position: absolute;
    right: 0;
    top: 0;
}

.contentPop .cont01 .contYoutubeMovie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    display: inline-block;
    border: 2px solid #4d4d4d;
}

.contentPop .cont01 .contYoutubeMovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contentPop .cont01 .lst {
    font-size: 0;
    border: 1px solid #4d4d4d;
    border-right: none;
    border-bottom: none;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contentPop .cont01 .lst .tp {
    position: relative;
    width: 33.333%;
    display: inline-block;
    height: 0;
    padding-top: 15%;
    overflow: hidden;
    border-right: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    background: #000;
}

.contentPop .cont01 .lst .tp .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/mobile/images/dig/moremoviem.jpg) no-repeat center center;
    display: block;
}

.contentPop .cont01 .lst .tp.tp0 .txt {
    background-image: url(/images/dig/thumb001.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp1 .txt {
    background-image: url(/images/dig/thumb002.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp2 .txt {
    background-image: url(/images/dig/thumb003.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp3 .txt {
    background-image: url(/images/dig/thumb004.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp4 .txt {
    background-image: url(/images/dig/thumb005.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp5 .txt {
    background-image: url(/images/dig/thumb006.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp6 .txt {
    background-image: url(/images/dig/thumb007.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp7 .txt {
    background-image: url(/images/dig/thumb008.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp8 .txt {
    background-image: url(/images/dig/thumb009.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp9 .txt {
    background-image: url(/images/dig/thumb010.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp10 .txt {
    background-image: url(/images/dig/thumb011.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp11 .txt {
    background-image: url(/images/dig/thumb012.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp12 .txt {
    background-image: url(/images/dig/thumb013.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp13 .txt {
    background-image: url(/images/dig/thumb014.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp14 .txt {
    background-image: url(/images/dig/thumb015.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp15 .txt {
    background-image: url(/images/dig/thumb016.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp16 .txt {
    background-image: url(/images/dig/thumb017.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp17 .txt {}

.contentPop .cont01 .lst .tp.tp0 .txt.active {
    background-image: url(/images/dig/thumb001Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp1 .txt.active {
    background-image: url(/images/dig/thumb002Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp2 .txt.active {
    background-image: url(/images/dig/thumb003Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp3 .txt.active {
    background-image: url(/images/dig/thumb004Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp4 .txt.active {
    background-image: url(/images/dig/thumb005Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp5 .txt.active {
    background-image: url(/images/dig/thumb006Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp6 .txt.active {
    background-image: url(/images/dig/thumb007Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp7 .txt.active {
    background-image: url(/images/dig/thumb008Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp8 .txt.active {
    background-image: url(/images/dig/thumb009Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp9 .txt.active {
    background-image: url(/images/dig/thumb010Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp10 .txt.active {
    background-image: url(/images/dig/thumb011Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp11 .txt.active {
    background-image: url(/images/dig/thumb012Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp12 .txt.active {
    background-image: url(/images/dig/thumb013Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp13 .txt.active {
    background-image: url(/images/dig/thumb014Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp14 .txt.active {
    background-image: url(/images/dig/thumb015Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp15 .txt.active {
    background-image: url(/images/dig/thumb016Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp16 .txt.active {
    background-image: url(/images/dig/thumb017Active.jpg?v=1);
    background-size: cover
}

.contentPop .cont01 .lst .tp.tp17 .txt.active {}

.hidetxt {
    position: absolute;
    left: -999em;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    line-height: 0;
}




.contentPop .contentList {
    text-align: center;
    display: inline-block;
    position: relative;
}

.contentPop .cont08 {
    position: relative;
    text-align: center;
    display: inline-block;
    max-width: 648px;
    width: 80%;
    padding-top: 65px;
}

.contentPop .cont08 .closePop {
    position: absolute;
    right: 0;
    top: 0;
}

.contentPop .cont08 .contYoutubeMovie2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    display: inline-block;
}

.contentPop .cont08 .contYoutubeMovie2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contentPop .cont08 .lst {
    font-size: 0;
    margin-top: 10px;
}

.contentPop .cont08 .lst .tp {
    width: 289px;
    display: inline-block;
    height: 163px;
    overflow: hidden;
}

.contentPop .cont08 .lst .tp.margintop-15 {
    margin-top: 15px;
}

.contentPop .cont08 .lst .tp.align-left {
    text-align: left;
}

.contentPop .cont08 .lst .tp.tp1 {
    margin-left: 15px;
}

.contentPop .cont08 .lst .tp .txt {
    width: 100%;
    height: 100%;
    background: url(/images/dig/comingsoon.png) no-repeat center center;
    display: block;
}

.contentPop .cont08 .lst .tp.tp0 .txt {
    border: 1px solid gray;
    background-image: url(/images/dig/teaser_popup_thumb.png?v=1);
}

/*.contentPop .cont08 .lst .tp.tp1 .txt{background-image: url(/images/dig/siegewar_popup_thumb.png?v=1);}*/
.contentPop .cont08 .lst .tp.ttp2 .txt {
    border: 1px solid gray;
    background-image: url(/images/dig/pc-thumb-media-epi2.png?v=1);
}

.contentPop .cont08 .lst .tp.tp0 .txt.active {
    background-image: url(/images/dig/teaser_popup_thumb.png?v=1);
}

/*.contentPop .cont08 .lst .tp.tp1 .txt.active{background-image: url(/images/dig/siegewar_popup_thumb.png?v=1);}*/
/*.contentPop .cont08 .lst .tp.tp1 .txt.active{background-image: url(/images/dig/ep2_reservation_popup_thumb.png?v=1);}*/
.contentPop .cont08 .lst .tp.ttp2 .txt {
    background-image: url(/images/dig/pc-thumb-media-epi2.png?v=1);
}

.contentPop .cont08 .lst .tp.tp0.ttp3 .txt {
    background-image: url(/images/dig/thumb-media-class.png?v=1) !important;
}

.contentPop .cont08 .lst .tp.ttp4 .txt {
    background-image: url(/images/dig/thumb-media-class.png?v=1) !important;
}

.contentPop .cont08 .lst .mo-media-thumb {}

.contentPop .cont08 .lst .mo-media-thumb:nth-child(odd) {
    margin-right: 3%
}

.contentPop .cont08 .lst .mo-media-thumb img {
    width: 100%;
}

.mo-media-thumb-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mo-media-thumb {
    width: 48.5%;
    text-align: center;
    margin-bottom: 20px;
}





/* youtube Popup */
.youtubeShare {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

.youtubeShare.hideShare .btnShare {
    display: none;
}

.youtubeShare .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .75);
}

.youtubeShare .popIn {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -200px;
    min-width: 100px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
}

.youtubeShare .popIn .youtubeCont {
    position: relative;
    width: 690px;
    height: 387px;
    margin: 0 auto;
}

.youtubeShare .popIn .youtubeCont #youtubeMovie {
    border: .1em solid #777777;
    overflow: hidden;
    background: #000;
}

.youtubeShare .popIn .youtubeCont iframe {
    width: 690px;
    height: 387px;
    vertical-align: top;
}

.youtubeShare .popIn .youtubeCont .todayWrap {
    padding-top: 12px;
    padding-left: 21px;
}

.youtubeShare .popIn .youtubeCont .todayWrap:after {
    content: '';
    display: block;
    clear: both;
}

.youtubeShare .popIn .youtubeCont .todayWrap .leftCheck {
    float: left;
}

.youtubeShare .popIn .youtubeCont .todayWrap .leftCheck input {
    position: absolute;
    visibility: hidden;
}

.youtubeShare .popIn .youtubeCont .todayWrap .leftCheck label {
    padding-left: 35px;
    position: relative;
    width: 280px;
    height: 27px;
    background: url('/mobile/images/common/today.png') 38px 2px no-repeat;
    display: inline-block;
    text-indent: -999em;
}

.youtubeShare .popIn .youtubeCont .todayWrap .leftCheck label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    background: #fff;
}

.youtubeShare .popIn .youtubeCont .todayWrap .leftCheck input:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url('/mobile/images/common/checkOn.png') 2px 2px no-repeat;
    z-index: 10;
}

.youtubeShare .popIn .youtubeCont .todayWrap .rightClose {
    position: absolute;
    right: 3px;
    top: -70px;
}

.youtubeShare .popIn .youtubeCont .todayWrap .rightClose a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url('/images/season4/m/closeIntro.png') no-repeat;
    text-indent: -999em;
}



/*  sj custom  */
.mainLogo {
    width: 85%;
    height: 260px;
    margin: auto;
    position: relative;
}

.test-div {
    width: 100%;
}

.mainLogo img {
    width: 100%;
}

.odometer-mo {
    width: 100%;
}

#odometer {
    width: 90%;
    margin-top: 80px;
    float: left;
}

#money-text {
    margin: 0;
    margin-top: 90px;
}

.won {
    width: 12.5%;
    right: 0;
    position: absolute;

}

.light-mo {
    position: absolute;
    top: 60px;
}

.mo-sub-text {
    position: absolute;
    bottom: 0;
    left: 0;
}


.privacy_popup{    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 9999;    display: none;}
.privacy_popup .bg{    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 1;   background: rgba(0, 0, 0, .75);}
.privacy_popup .popIn{    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%,-50%);    width:80%;    height: 80%;    box-sizing: border-box;   z-index: 2;    text-align: center;}
.privacy_popup .popIn a{display:block;width:40px;height:40px;position: absolute;top:-43px;right:0;}
.privacy_popup .popIn span{display:block;position: absolute;top:-43px;left:0;color:#fff;font-size: 20px;font-weight: 900;}
.privacy_popup .popIn .content{position: absolute;width:100%;height:100%;overflow-y:scroll;}
.privacy_popup .popIn .content img{width:100%;}
.privacy_popup .popIn .content::-webkit-scrollbar {    width: 8px;  /* 스크롤바의 너비 */}
.privacy_popup .popIn .content::-webkit-scrollbar-thumb {    height: 30%; /* 스크롤바의 길이 */    background: #5f5f5f; /* 스크롤바의 색상 */        border-radius: 10px;}
.privacy_popup .popIn .content::-webkit-scrollbar-track {    background: rgba(156, 156, 156, 1);  /*스크롤바 뒷 배경 색상*/}

.service_popup{    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 9999;    display: none;}
.service_popup .bg{    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 1;   background: rgba(0, 0, 0, .75);}
.service_popup .popIn{    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%,-50%);    width:80%;    height: 80%;    box-sizing: border-box;   z-index: 2;    text-align: center;}
.service_popup .popIn a{display:block;width:40px;height:40px;position: absolute;top:-43px;right:0;}
.service_popup .popIn span{display:block;position: absolute;top:-43px;left:0;color:#fff;font-size: 20px;font-weight: 900;}
.service_popup .popIn .content{position: absolute;width:100%;height:100%;overflow-y:scroll;}
.service_popup .popIn .content img{width:100%;}
.service_popup .popIn .content::-webkit-scrollbar {    width: 8px;  /* 스크롤바의 너비 */}
.service_popup .popIn .content::-webkit-scrollbar-thumb {    height: 30%; /* 스크롤바의 길이 */    background: #5f5f5f; /* 스크롤바의 색상 */        border-radius: 10px;}
.service_popup .popIn .content::-webkit-scrollbar-track {    background: rgba(156, 156, 156, 1);  /*스크롤바 뒷 배경 색상*/}