/* BASIC css start */
html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #000;
      font-family:'Noto Sans KR', sans-serif;
      font-size: 14px;
      color:#fff;
      margin: 0;
      padding: 0;
    }


    /*.warter_mark.br img {
      width: 30%;
      right: 7%;
      bottom: 7%;
      position: absolute;
      z-index:999;
    }

    .warter_mark.bl img {
      width: 30%;
      left: 7%;
      bottom: 7%;
      position: absolute;
      z-index:999;
    }*/

    .warter_mark.bl img {
      width: 50%;
      left:  7%;
      bottom: 10%;
      position: absolute;
      z-index:999;
    }

    .warter_mark.br img {
      width: 50%;
      right: 7%;
      bottom: 13%;
      position: absolute;
      z-index:999;
    }

    .warter_mark.tc img {
      width: 50%;
      left: 25%;      
      top: 13%;
      position: absolute;
      z-index:999;
    }

    .warter_mark.bc img {
      width: 50%;
      left: 25%;      
      bottom: 13%;
      position: absolute;
      z-index:999;
    }



    .topbar {
      position:fixed;
      top:0;
      z-index:999;
      width:100%;
      height:48px;
      left:0;
      background-color:#fff;
      box-shadow: 0px 0px 8px rgba(0,0,0,0.3)
    }

    .topbar li{
      width:16.66666%;
      text-align:center;
      float:left;      
      padding-bottom:3px;
    }
    .topbar li p{
      color:#333;
      line-height:17px;
      font-size:11px;
    }

    .topbar li div{
      color:#999;
      line-height:48px;
      font-size:12px;
      border-left:1px solid #ddd;
    }
    
    .topbar li img{
      margin-top:4px;
      width:24px;
    }
    .topbar li img.img_round{
      border-radius:30px;
    }

    .topbar li.active img { 
      opacity:1;
    }
    .topbar li.active{
      padding-bottom:0px;
      border-bottom:3px solid #76378d;
    }
    .topbar li.active p{
      color:#76378d;
    }
    
   .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      background: #fff;
      font-size: 18px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center !important;
    }
    .slide_contents{
      position: absolute;
        width:100%;     
    }
    .slide_contents_ex{
      position: absolute;     
    }
    
    .slide_contents.tc {top:0; left:0;text-align: center; padding:100px 0 80px;}
    .slide_contents.bc {bottom:0; left:0;text-align: center; padding:80px 0 70px;}
    
    .slide_contents.tl{top:0; left:0; padding:100px 0 80px;}
    .slide_contents.tr{top:0; right:0;text-align: right; padding:100px 0 80px;}

    .slide_contents.bl{bottom:0; left:0; padding:80px 0 60px;}
    .slide_contents.br{bottom:0; right:0;text-align: right; padding:80px 0 60px;}

    .slide_contents.tj{top:0; left:0; text-align: justify; padding:30px 0 80px;}



    .swiper-container-v {
      background: #000;
    }
    
    .ln_kr {display:none;}

    /*font style*/
    .slide_contents .ln_en {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;      
    }

    /*
    .slide_contents .box_title{
      font-size: 52px;
      margin-bottom: 180px;
      line-height: 1.2em;
      padding-top: 20px      
    }
    */

    /*text*/

    .swiper-slide .sc_title{
      font-weight: 700;
      font-size: 32px;
      padding :0 24px 12px;
      line-height: 37px;
    }

    .title_2{
      font-weight: 500;
      font-size: 18px;
      padding :0 24px 3px;
      line-height: 1.2em
    }

    
    .swiper-slide .sc_subtitle {
      font-weight: 700;
      font-size: 18px;
      padding :0 24px 4px;
      
    }
    
    .swiper-slide .sc_text {
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      padding :0 24px;
    }

    .swiper-slide .sc_text .ln_en{
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      /*padding :0 20px;*/
    }

    .swiper-slide .sc_text span {
      font-weight: 700;
    }

.swiper-slide .sc_text span.sm {
      font-weight: normal;

font-size:12px;
    }

    .swiper-slide .sc_text .text2 {
     margin-top: 13px;
      
    }

    .swiper-slide .btn_next_story span {
      border: 1px solid red
    }

    
    

.txt_dark {
    color:#111;
}
.txt_purple {
    color:#76378d;
}


.swiper-slide .txt_large {
  font-size: 16px;
  font-weight : 500;
  line-height: 25px
}




.slide_contents.tc.gradient,.slide_contents.tl.gradient, .slide_contents.tr.gradient {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.slide_contents.tl.gradient_w,.slide_contents.tc.gradient_w,.slide_contents.tr.gradient_w {
        background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
/*.slide_contents.tc,.slide_contents.tl,.slide_contents.tr {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
/*}
.slide_contents.txt_dark.tc,.slide_contents.txt_dark.tl,.slide_contents.txt_dark.tr,
.slide_contents.txt_purple.tc,.slide_contents.txt_purple.tl,.slide_contents.txt_purple.tr {
        background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
/*}*/


    video#bgvid {
            position: fixed; right: 0; bottom: 0;
            min-width: 100%; min-height: 100%;
            width: auto; height: auto; z-index: -100;
            background: url(polina.jpg) no-repeat;
            background-size: cover;
    }
 


    #myVideo {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
.rico_logo {
  position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 600px;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.rico_menu {
  opacity:0;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
}
.rico_menu_list {
  position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
.rico_menu_list p{    
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#fff;
}
.rico_menu_list p a{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    text-decoration: none;
}


.lang {
			position: fixed;
			right: 8px;
			top:8px;
padding:0 4px;
background-color:rgba(0,0,0,0.7);
border-radius:30px;
z-index:999;
cursor:pointer;
		}
		.lang p{			
			color:#999;
			cursor: pointer;
			display: inline-block;
			font-size: 14px;
			font-weight: 600;
			padding: 4px 2px 3px;
		}		
		.lang p:hover {
			color: #999;
		}
		.lang p.active{
			color:#fff;
		}

.btn_arrow_down {
    position:absolute;
    bottom:8px;
    left:50%;
    margin-left:-24px;
    width:48px;
    height:48px;
padding:10px 0 0;
animation: MoveUpDown 0.5s linear infinite;
cursor:pointer;

}
.btn_arrow_down img{
    width:100%;
}

@keyframes MoveUpDown {
  0%, 100% {
    padding:6px 0 0;
  }
  50% {
    padding:0 0 6px;
  }
}

.btn_set {
    position:absolute;
width:100%;
bottom:16px;
}
.btn_next_story {
    
border:1px solid #76378d;
    box-shadow:0 4px 4px rgba(0,0,0,0.2);
    margin:0 auto 8px;
    width:50%;
font-size:14px;
    padding:8px 0;
text-align:center;
    background-color:#fff;
    color:#76378d;
cursor:pointer;
font-weight:bold;
}

.btn_next_story a {
  color: #76378d;
}

.btn_buynow {
border:1px solid #76378d;
    box-shadow:0 4px 4px rgba(0,0,0,0.2);
    margin:0 auto 8px;
    width:50%;
font-size:14px;
    padding:8px 0;
text-align:center;
    background-color:#76378d;
    color:#fff;
cursor:pointer;
font-weight:bold;
}

.btn_buynow a {
  color: #fff;
}
.btn_go_top {
    
border:1px solid #999;
    margin:0 auto 8px;
    width:50%;
font-size:14px;
    padding:8px 0;
text-align:center;
    background-color:#fff;
    color:#999;
cursor:pointer;
font-weight:bold;
}
.sc-container {
	height:100%;
	overflow:hidden 
}
.sc-content {
	height:100%;
	overflow-y: auto;
}
.embed_video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; z-index:9999;}
.embed_video.ratio45 { position: relative; padding-bottom: 125%;}
.embed_video.ratio11 { position: relative; padding-bottom: 100%;}
.embed_video iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 


/* BASIC css end */

