@charset "UTF-8";
* {box-sizing: border-box;}
/*reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, button, input, select, textarea {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: top;
}
button,input {border-radius: 0}
fieldset,img {border: 0}
ol,ul {list-style: none}
address,em {font-style: normal}
a {text-decoration: none}
iframe {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal}
.blind {position: absolute;overflow: hidden;clip: rect(0 0 0 0);margin: -1px;width: 1px;height: 1px}
button {cursor:pointer;}
button, input, select {vertical-align: middle;}

/*테이블 칸 여백빼기, 선합치기*/
table {border-spacing: 0; border-collapse:collapse;}

/*스킵네비게이션*/
#accessibilityLink {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999999;
}
#accessibilityLink a {
    position: absolute;
    left: 0;
    top: -9999px;
    background: #333;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    width: 100%;
}
#accessibilityLink a:focus, #accessibilityLink a:active { 
    top: 0; 
}

/*영문단어 중단점을 음절로 처리,주로 모바일에서 사용*/
body {
    word-break: break-all;
/*    아이폰사파리에서 뷰포트크기 변경시 텍스트확대 방지*/
    -webkit-text-size-adjust:none;
}


/*공통스타일*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.3);
}


/*main_iframe*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    margin-bottom: 44px;
    height: 0;
    top: 100px;
}
.videoWrapper iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-bottom: 50%;}




body,input,button,textarea,select,table {
    font-size: 12px;
    font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
html,body {height: 100%;}
body { color: #333; overflow-x: hidden;}
body a {color: #555;}
body.on {overflow-y: hidden;}

/*스마트폰 최소 사이즈*/
#wrap {min-width: 320px; height: 100%;}

#header { 
    height: 60px; 
    width: 100%; 
    position: absolute;
    border-bottom: 1px solid #e9e9e9;
	z-index:999;
	background-color:#fff;


}


.vimeo-wrapper {
   position: absolute;
   top: 0;
/*   left: 0;*/
	margin: 0 auto;
   width: 100%;
	max-width: 720px;
   height: auto;
/*   z-index: -1;*/
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
/*
   width: 100vw;
   height: 56.25vw; 
   min-height: 100vh;
   min-width: 177.77vh; 
*/
/*
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
*/
/*   z-index: -999999;*/
}


.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top:5vh;
   left: 50%;
   transform: translateX(-50%);
/*   z-index: -999999;*/
}

.main-txt div img{margin-top: -10px; opacity: 0;}
.premium_btn{position: absolute; bottom: 0;left: 0;right: 0;margin: auto; z-index: 99; }
.btn-wrap{position: relative;top: 0;}
.btn-wrap>div{position: absolute; bottom: 0%;right: 0%;display: flex; }


.main_tit{position: absolute; top: 0;left: 0;right: 0;margin: auto;}
.main_tit>div>img{opacity: 0; margin-top: -10px;}