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

/* 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
}
input[type=text]::-ms-clear {
	display: none;
} 
input::-ms-clear {
	display: none;
}
* {
    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;
}


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

body.load {
    opacity: 1;
}
.hide{display: none!important}
#viewport {}

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

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: 70px;
    top: 20px;
    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: 60px;
    margin-top: -60px;
    text-align: center;
    position: relative;
    z-index: 10;
}

/* 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 .mainMovie {position:absolute;top:0;left:0;width:100%;height:100%;}
.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;
}

#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 {
    display: table-cell;
    font-size: 38px;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 10px;
    position: relative;
}
#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(/images/202201/btn_agree.png) no-repeat ;
    background-size: contain;
    width: 195px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 60px;
	transform: scale(0.75);
}

#popupAlert .popIn .btnWrap a.btn_wrap {
    display: inline-block;
    background: url(/images/202201/btn_agree.png) no-repeat ;
    background-size: contain;
    width: 195px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 120px;
	transform: scale(0.75);
}
#popupAlert .popIn .btnWrap a.close2 {
    display: inline-block;
    background: url(/images/202201/btn_agree.png) no-repeat ;
    background-size: contain;
    width: 195px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 60px;
	transform: scale(0.75);
}
#popupAlert .popIn .btnWrap a.close3 {
    display: inline-block;
    background: url(/images/202201/btn_agree.png) no-repeat ;
    background-size: contain;
    width: 195px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 70px;
	transform: scale(1);
}
#popupAlert .popIn .btnWrap a.close4 {
    display: inline-block;
    background: url(/images/202201/btn_agree.png) no-repeat ;
    background-size: contain;
    width: 195px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 80px;
	transform: scale(1);
}
#popupAlert .popIn .btnWrap a.close5 {
    display: inline-block;
    background: url(/images/202201/btn_agree.png) no-repeat ;
    background-size: contain;
    width: 195px;
    height: 49px;
    text-indent: -999em;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    bottom: 120px;
	transform: scale(1);
}
#popupAlert.txtpop .btnWrap a {
    bottom: 70px;
}

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

/* 사전예약 코드 팝업 */
#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: 425px; 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: 90%; top: 95px; left: 44.5%; transform: translateX(-50%); font-size: 39px; color: #fff;}
#popupAlert4 .tp.active .ni_sname {display: none;}

.btnNone .btnWrap {
    display: none;
}

/*공유팝업*/
#popupShared {position: fixed; left:0; top:0; width: 100%; height: 100%; z-index: 101; 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: 960px;
    height: 540px;
    margin: 0 auto;
    border: 1px solid #4d4d4d;
    background: #000;
    overflow: hidden;
}

.youtubePop .popIn .youtubeCont iframe {
    width: 960px;
    height: 540px;
}

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

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

.youtubePop[data-type="main"] .popIn .youtubeCont #youtubeMovie,
.youtubePop[data-type="main"] .popIn .youtubeCont iframe {
    width: 1280px;
    height: 720px;
}

/* 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 .closePop2 {
    position: absolute;
    right: 15px;
    top: 35px;
}

.contentPop .popIn .closePop a {
    display: block;
    width: 58px;
    height: 58px;
    background: url(/images/dig/closeBtn.png) no-repeat right center;
    text-indent: -999em;
}
.contentPop .popIn .closePop2 a {
    display: block;
    width: 29px;
    height: 30px;
    background: url(/images/dig/closeBtn2.png) no-repeat right center;
    text-indent: -999em;
}

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

.contentPop .cont01 {
    text-align: center;
    display: inline-block;
    width: 960px;
}

.contentPop .cont01 .contYoutubeMovie {
    width: 100%;
    height: 450px;
    background: #000;
    display: inline-block;
    border: 1px solid #4d4d4d;
}

.contentPop .cont01 .contYoutubeMovie iframe {
    width: 100%;
    height: 100%;
}

.contentPop .cont01 .lst {
    font-size: 0;
    border: 1px solid #4d4d4d;
    border-right: none;
    border-bottom: none;
    margin-top: 10px;
}

.contentPop .cont01 .lst .tp {
    width: 25%;
    display: inline-block;
    height: 110px;
    overflow: hidden;
    border-right: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    background: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* soon_popup */
.soon_popup {display:none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 999;}
.soon_popup .bg {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.soon_popup .bg a{position: absolute;top: 65%;left: 25%;}
.contentPop .contentList {
    text-align: center;
    display: inline-block;
    position: relative;
}

/*.contentPop .cont08 {
    text-align: center;
    display: inline-block;
    width: 960px;
}202008*/
.contentPop .cont08 {
    text-align: center;
    display: inline-block;
    width: 1280px;
}

/*.contentPop .cont08 .contYoutubeMovie2 {
    width: 100%;
    height: 541px;
    background: #000;
    display: inline-block;
}202008*/
.contentPop .cont08 .contYoutubeMovie2 {
    width: 100%;
    height: 720px;
    background: #000;
    display: inline-block;
    border:1px solid #777777;
}

.contentPop .cont08 .contYoutubeMovie2 iframe {
    width: 100%;
    height: 100%;
}

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

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

.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 {
    /*background-image: url(/images/dig/teaser_popup_thumb.png?v=1);*/
    background-image: url(/images/dig/thumb-media-epi2-real.png?v=1);
}

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

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

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

/* 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: 50%;
    top: 50%;
    margin-top: -360px;
    min-width: 100px;
    width: 513px;
    margin-left:-256px;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
}

.youtubeShare .popIn .youtubeCont {
    position: relative;
    /*max-width: 1280px;
	width:95%;*/
    width:100%;
    margin: 0 auto;
}

.youtubeShare .popIn .youtubeCont #youtubeMovie {
	position:relative;width:100%;height:0;padding-top:56.25%;
    border: 2px solid #777777;
    overflow: hidden;
    background: #000;
}

.youtubeShare .popIn .youtubeCont iframe {
	position:absolute;top:0;left:0;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

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

.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: 205px;
    height: 24px;
    background: url('/images/common/today.png') 35px 2px no-repeat;
    display: inline-block;
    text-indent: -999em;
}

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

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

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

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

.youtubeShare.battle .popIn .youtubeCont .todayWrap {
    display: none;
}


@media all and (max-height:860px) {
    .head .btnsWrap {
        max-width: 1536px;
    }

    /*.youtubeShare .popIn {
        transform: scale(.7);
        transition: .3s all;
    }*/
}

@media all and (max-height:780px) {
    .head .btnsWrap {
        max-width: 1344px;
    }
}

@media all and (max-height:750px) {

    .youtubePop,
    .contentPop {
        overflow-y: scroll
    }

    .youtubePop .popIn .youtubeCont {
        display: inline-block;
    }

    .youtubePop .popIn,
    .contentPop .popIn {
        position: relative;
        top: 0;
        padding: 80px 0;
        margin: 0 !important;
        transform: translate(-50%, 0) scale(.7) !important;
    }

    .contentPop .popIn {
        left: 50%;
    }

    .introPop .popContent {
        top: 100px;
        transform: translateY(0);
        height: 650px !important;
    }

    .introPop .slideIntro .inner {
        min-height: 460px;
    }

    .charactorPop {
        overflow-y: auto;
    }

    .charactorPop .popContent {
        min-height: 750px;
    }
}

@media all and (max-height:700px) {
    .head .btnsWrap {
        max-width: 1152px;
    }

    /*.youtubeShare .popIn {
        transform: scale(.6);
        transition: .3s all;
    }*/
}

@media all and (max-width:1150px) {
    .section {
        min-width: 1150px;
    }

    .charactorPop .popContent {
        width: 100%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .charactorPop .popContent .items.tp1 .cha {
        right: 30px;
    }

    .charactorPop .popContent .items.tp2 .cha {
        right: -200px;
    }

    .charactorPop .popContent .items.tp3 .cha {
        right: -130px;
    }

    .charactorPop .popContent .info {
        left: -80px;
    }
}

@media all and (min-width:1921px) {
    .charactorPop .popContent {
        width: 1600px;
        margin-left: -800px;
    }

    .charactorPop .popContent .info {
        left: 150px;
    }

    .charactorPop .popContent .items .cha {
        bottom: 190px;
    }

    .charactorPop .popContent .chaBg {
        bottom: 300px;
    }

    .charactorPop .popContent .items.tp1 .cha {
        right: 230px;
    }

    .charactorPop .popContent .items.tp2 .cha {
        right: 40px;
    }

    .charactorPop .popContent .items.tp0 .cha {
        right: 80px;
    }

    .charactorPop .popContent .items {
        max-height: 100%;
    }
}

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

.contentPop .cont01 .lst .tp .txt {
    background-size: 242px;
}

.contentPop .cont01 .lst .tp.tp17 .txt {
    background-size: auto;
}

body.timer28 .contentPop .cont01 .lst .tp .txt {
    background-size: auto;
}

/*새로 추가 사항*/
.head .leftBtns {position: absolute;left: 23px;top: 30px;}
.logo-layout {
    width: 300px;
    
    color: white;
    text-align: center;
    position: absolute;
    /*top: 100px;
    left: 44px;
    z-index: 1;*/
}

.logo-layout .eos-ci {
    width: 222px;
    height: 116px;
    margin: auto;
    font-size: 60px;
    margin-bottom: 30px;
    /*transition: all 0.3s ease-in;*/
    /*transform: scale(0.897222);*/
}

.active {
    /*transform: scale(0);*/
}

.logo-layout .battle-btn {
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 25px;
    cursor: pointer;
}
/*새로 추가 사항*/

/*202211p1*/
.relative{position: relative;}
.youtubeCont>img{position: relative;}
.youtubeShare .popIn{margin-top: -415px;}
.youtubeShare .btn{position: absolute;top:50%;left:50%;margin-left:-117px;margin-top:-137px;}
.youtubeShare .btn a{display: block;position: relative;width: 230px;margin:auto;z-index:3;height: 65px;}
.youtubeShare .btn a.ko{top:0;}
.youtubeShare .btn a.tw{top:10px;}
.youtubeShare .btn a.jp{top:20px;}
#popupAlert.lang-alert .popIn .btnWrap a{width: 196px;height: 49px;transform: scale(1);margin-left: -105px;bottom: 85px;}
#popupAlert .popIn .btnWrap a{background: none;width:218px;height:51px;margin-left:-111px;bottom:61px;transform: scale(1);}
#popupAlert.event .popIn .btnWrap a{width: 224px;bottom: 78px;}
#popupAlert.event2 .popIn .btnWrap a{width: 224px;bottom: 58px;}
#popupAlert.event3 .popIn .btnWrap a{width: 224px;bottom: 68px;}
#popupAlert.event3 .popIn .btnWrap a{width: 224px;bottom: 68px;}
.head .gnb .lst .lang{font-size: 20px;position: absolute;right:5%;top:50%;border: 2px solid #838383; border-radius: 10px;margin-top:-25px;text-align: left;background-color: rgba(0, 0, 0, .7);padding: 4px 0;}
.head .gnb .lst .lang a{color:#777777;font-size: 18px;font-weight: 700;line-height: 25px;padding: 6px 20px;display: block;}
.head .gnb .lst .lang a:hover{color:#fff;}
.head .gnb .lst .lang a img{margin-left:7px;}
.head .gnb .lst .lang ul{display: none;}