@charset "euc-kr";

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NanumGothic.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/NanumGothic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/NanumGothic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/NanumGothic.svg#svgMothnnaFont') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/*  * { font-family:³ª´®°íµñ, 'NanumGothic', µ¸¿ò, ±¼¸², Dotum, Gulim, sans-serif !important; -webkit-text-size-adjust:none; } */
*{
	font-family: 'Nanum Gothic', sans-serif !important;
	word-break: keep-all;
	word-wrap: break-word;
}

#v17_switch .v17_switch_c{
	max-width: 1000px;
	width: auto !important;
}
div:after{
	content: '';
	clear: both;
	display: block;
}

.pt60{
    padding-top: 60px !important;
}
.pb60{
    padding-bottom: 60px !important;
}
.pt90{
    padding-top: 90px !important;
}
.pb90{
    padding-bottom: 90px !important;
}
.mb20{
	margin-bottom: 20px !important;
}

footer.rn21_footer_wrap{
	margin: 0 !important;
}
.navbar{
	margin-bottom: 0;
}
.txt_co_blue{
    color: #05B7D1;
}

.v22_mo_container{
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.v22_mo_contents_wrap{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.gray_bg{
	background-color: #FBFBFD;
}
.banner_bg{
	margin-top:-20px;
}
.v22_mo_slide_wrap{
	padding-left: 20px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.sub_tit{
	font-size: 12px;
	color: #555;
	font-weight: normal;
	line-height: 1.58;
	margin-bottom: 30px;
}
.sub_tit span{
	font-weight: bold;
	color: #111;
}
.more_sub_tit{
	font-size: 12px;
	color: #555;
	font-weight: normal;
	line-height: 1.58;
}
.main_con_tit{
	color: #555 !important;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}
.title_wrap{
	margin-bottom: 15px;
}
.flo_right{
	float: right;
}
.main_con_tit .txt_co_blue{
	color: #05b7d1 !important;
	font-weight: 800;
}
.ott_more{
	font-size: 12px;
	color: #555;
	margin-right: 4px;
}
.ott_more i{
	font-size: 14px;
	color: #bbb;
	vertical-align: -2px;
}
.txt_red{
	color: #ff0000;
}

/* ¸ÞÀÎ ºñÁÖ¾ó */
.v22_mo_main_slider{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.v22_mo_main_slider img{
	width: 100%;
	height: auto;
}
/*.mo_main_slider_pa_wrap{
	position: absolute; 
	bottom: 40px;
	right: 40px;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
} */
.mo_main_slider_pa_wrap .swiper-pagination-fraction{
	display: block;
	background-color: rgba(0,0,0,0.15);
	width: 80px;
	height: 28px;
	position: absolute;
	right: 40px;
	left: auto !important;
	border-radius: 15px;
	bottom: 40px !important;
	line-height: 28px;
	color: #fff;
}
.mo_main_slider_pa_wrap .swiper-pagination-fraction>span{
	color: #fff;
}

/* Á¦Ç° ½½¶óÀÌµå */
.main_tit01{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #111;
  margin-bottom: 50px;
}
.v22_mo_product_slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.v22_mo_product_slider .prod_arrow{
	background-image: none;
	margin-top: -80px !important;
}
.product_img_box{
	display: block;
	text-align: center;
	width: 100%;
	height: 240px;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	position: relative;
}
.product_img_box .product_img{
	max-width: 179px;
	margin-top: 26px;
}
.product_img_box .pro_new, .product_img_box .pro_event{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.product_img_box .pro_new{
	background-color: #FFAD0A;
}
.product_img_box .pro_event{
	background-color: #05B7D1;
}
.v22_mo_product_slider .prod_arrow{
	width: auto !important;
	height: auto !important;
}
.v22_mo_product_slider .prod_arrow i{
	font-size: 26px;
	color: #05B7D1;
}
.v22_mo_product_slider .prod_li_txt_box{
	border: 1px solid #EDEDED;
	border-top: none;
	display: block;
	width: 100%;
	height: 150px;
	padding: 20px 30px;
	position: relative;
}
.v22_mo_product_slider .prod_li_txt_box h3{
	font-size: 15px;
	color: #111;
	font-weight: bold;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	white-space: normal;
	line-height: 1.6; 
	height: 3em; 
	text-align: left; 
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
}
.v22_mo_product_slider .prod_li_txt_box p{
	display: inline-block;
}
.v22_mo_product_slider .price_num{
	margin-bottom: 2px;
}
.v22_mo_product_slider .price_num span{
	font-size: 12px;
	color: #111;
	margin-right: 6px;
}
.v22_mo_product_slider .price_num p{
    text-decoration: line-through;
    color: #999999;
	vertical-align: 1px;
}
.v22_mo_product_slider .price_dc span{
	font-size: 13px;
	font-weight: bold;
	color: #111;
	margin-right: 6px;
}
.v22_mo_product_slider .price_dc p{
	color: #FF3131;
	font-size: 18px;
	font-weight: bold;
}
.v22_mo_product_slider .price_dc .won{
	font-size: 13px;
	font-weight: bold;
	color: #FF3131;
	margin-left: 2px;
}

.product_s_tit{
	font-size: 12px;
	color: #999;
}

/* ÀÎ±â ÃßÃµÀÛ */
.movie_li_slider{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.movie_li_slider .swiper-slide img{
	width: 100%;
}
.dlive_on_logo{
	width: 121px;
	margin-right: 10px;
}
.d_on_tit{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.movie_li_slider .movie_tit{
	text-align: center;
	font-size: 14px;
	color: #555555;
	line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
	margin-top: 15px;
}

/* ÆÄÆ®³Ê½± */
.partner_li_slider{
	position: relative;
	width: 100%;
	height: auto;
}

.partner_banner {
	background:#dbf0fa;
	border-radius: 6px;
	box-shadow: 0 3px 10px 0 rgba(162, 169, 178, 0.16);
}
.partener_img_wrap{
	float: left;
	width: 20%;
	height: auto;
	margin: 0 15px;
	padding: 6% 0;
}
.part_right_logo{
	float: left;
	margin-right: 0px;
	margin-left: 20px;
}
.partener_img_box{
	width: 100%;
	height: auto;
	border-radius: 4px;
	/*box-shadow: 0 8px 20px 0 rgba(162, 169, 178, 0.16);
	border: solid 1px #ededed;*/
	overflow: hidden;
}
.partener_img_box img{
	width: 100%;
}
.partner_list_wrap li{
	display: block;
	width: 100%;
	padding: 30px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7ec;
}
.partner_list_wrap li:last-child{
	border-bottom: none;
}
.partner_list_wrap li:after{
	content: '';
	clear: both;
	display: block;
}
.mo_partner_txt{
	/*float: left;*/
	width: auto;
	padding:5%;
}
.part_con_txt{
	font-size: 14px;
	color: #555;
	line-height: 1.57;
	margin-bottom: 12px;
}



@media screen and (max-width:600px) {
	.partener_img_wrap{
		width: auto;
		height: auto;
	}
	.partener_img_box{
		max-width: 110px;
		max-height: 100%;
		border-radius: 4px;
		overflow: hidden;
	}
	.mo_partner_txt{
		float: left;
		width: calc(100% - 150px);
	}
}

/* ÇÁ¸®¾Û ÄÁÅÙÃ÷ */
.free_app_tab_slider{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

.tab_content {
	display: none;
	color:#ddd;
}
.free_app_tab_slider .swiper-wrapper div.current{
	color: #fff;
    background-color: #05b7d1;
}
.free_app_tab_slider .swiper-wrapper div.current p{
	color: #fff;
	font-weight: bold;
}
.tab_content.current {
	display: block;
}
.free_app_tab_slider .swiper-slide{
	display: inline-block;
	padding: 8px 14px;
	background-color: #F1F2F4;
	border-radius: 30px;
	width: auto !important;
}
.free_app_tab_slider .swiper-slide p{
	text-align: center;
	color: #999;
	font-size: 12px;
}

.swiper-container1, .swiper-container2, .swiper-container3, .swiper-container4, .swiper-container5, .swiper-container6, .swiper-container7, .swiper-container8, .swiper-container9{
	position: relative;
	width: 86%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
.tab_content img{
	width: 100%;
	height: 100%;
	position:absolute; 
    top:0; 
    left:0; 
}
.tab_content{
	position: relative;
}
.tab_content .swiper-slide {
    border-radius: 14px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16);
	overflow: hidden;
	height:0;
	padding-bottom: 23%;
	position: relative;
}
.app_arrow_ico{
	background-image: none;
	width: auto !important;
	height: auto !important;
	/* margin-top: -12px !important;*/
}
.app_arrow_ico i{
	font-size: 24px;
	color: #CCCCCC;
}
.app_arrow_ico.swiper-button-prev{
	left: 0;
}
.app_arrow_ico.swiper-button-next{
	right: 0;
}

/* video */
.v22_mo_video{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50%;
}
.v22_mo_video_wrap li{
	width: calc(50% - 10px);
	margin-right: 20px;
	display: inline-block;
	float: left;
}
.v22_mo_video_wrap li:last-child{
	margin-right: 0;
}
.v22_mo_video iframe{
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.v17_plus_cont5_c1 h3{
	padding: 15px 20px 15px 20px;
}
@media screen and (max-width:500px) {
	.v22_mo_video_wrap li{
		display: block;
		margin-right: 0;
		width: 100%;
	}
}

.txt{
	color: #05b7d1 !important;
}