@charset "utf-8";

header nav{
	display: none;
	position: fixed;
	line-height: 50px;
	left: 0;
	top: 0;
	z-index: 50;
}

.detailmenu{
	
}

header * {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}

:root {
	 --nav-height: 10vh;
	 --nav-background: #fff;
}

nav {
	 display: flex;
	 padding: 0 15px;
	 align-items: center;
	 width: 100%;
	 overflow: hidden;
}

nav .logo{
	position: relative;
	z-index: 100;
}

nav .menu{
	position: relative;
	z-index: 100;
}

nav .logo img{
	height: 40px;
}

nav .logo{
	display: inline-block;
	float: left;
	margin-top: -1px;
}

nav .menu{
	display: inline-block;
	float: right;
	margin-top: 15px;	
}

/* nav-links */

.nav-links{
	padding-top: 45px;
	padding-left: 10px;
	padding-right: 10px;    
}

.nav-links ul.smenu {
	align-items: center;
	overflow: hidden;
}

.nav-links ul.smenu li {
	 list-style: none;
	 text-align: center;
}

.nav-links ul.smenu li a {
	 text-decoration: none;
	 position: relative;
	 font-size: 14px;
}

.nav-links ul.smenu li span{
	display: inline-block;
	border-bottom: 1px solid #DE6FA5;
	width: 100%;
}

/* menu */

.menu {
	 cursor: pointer;
	 /*background: var(--nav-background);*/
	 border: none;
	 outline: none;
	 display: none;
	 z-index: 99999;
}

.menu .bar {
	 width: 20px;
	 height: 2px;
	 background: #BDBDBD;
	 border-radius: 5px;
	 opacity: 1;
	 visibility: visible;
	 transition: 0.5s ease;
	 transform-origin: left;
}

.menu .bar1 {
	 margin-bottom: 5px;
}

.menu .bar3 {
	 margin-top: 5px;
}

.menu.toggle .bar1 {
	 transform-origin: left;
	 transform: rotate(45deg);
}

.menu.toggle .bar2 {
	 opacity: 0;
	 visibility: hidden;
}

.menu.toggle .bar3 {
	 transform-origin: left;
	 transform: rotate(-45deg);
}

#section_bottom_howtotv_ad_div .bottom_google_ad_div ul li .ad_frame{
	overflow: hidden;
}

nav .loginlayout {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px;
}

nav .black_default_btn.login {
	background-color: #DD016D;
}

nav .loginlayout a {
	display: inline-block;
	
}

nav .black_default_btn {
	max-width: 270px;
	width: 100%;
	background-color: #000;
	display: inline-block;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

nav .loginlayout .waku{
	border: 1px solid #EAEAEA;
	max-width: 300px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav .loginlayout .waku ul{
	overflow: hidden;
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

nav .loginlayout .waku ul li{
	float: left;
	font-weight: bold;
	line-height: 0;
}

nav .loginlayout .waku ul li a{
	padding-top:10px;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
	font-size: 13px;
}

nav .loginlayout .waku ul li:nth-child(1) span.ids{
	color: #FE0002;
	font-weight: bold;
	max-width: 70px;
	display: inline-block;
	overflow: hidden;
	line-height: 20px;
	height: 14px;
	margin-right: 2px;
}

nav .loginlayout .waku ul li:nth-child(1){
	max-width: 125px;
	width: 100%;
}

nav .loginlayout .waku ul li:nth-child(3){
	width: 70px;
}

nav .loginlayout .waku ul li:nth-child(5){
	width: 81px;
}

nav .loginlayout .waku ul li:nth-child(2), .menudiv .loginlayout .waku ul li:nth-child(4){
	padding-left: 5px;
	padding-right: 5px;
}

nav .waku .split{
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #D5D5D5;
	margin-top:10px;
}

/*msmenu*/
.msmenu{
	
}

.msmenu{
	margin-bottom: 30px;
	list-style: none;
}

.msmenu li span{
	border-bottom: 1px solid #DE6FA5;
	display: inline-block;
	width: 100%;
}

.msmenu li span a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 14px;	
}

.msmenu li span a:hover, .msmenu li span a:active{
	text-decoration: none;
}

.smenu.bold a{
	font-weight: bold;
}

/*
.minishow{
	display: block !important;
}

header .headermini{
	display: block;
}
*/

/*SINGLE NEWS*/
/********************************************************************/
/* 4. Global RESPONSIVE STYLES
*********************************************************************/
/* ---------------------------------------------------------------------------
	Customized by Riaz Sagar
 ---------------------------------------------------------------------------
	Min-Width: Refers to everything greater than or equal to the amount given.
	Max-Width: Refers to everything less than or equal to the amount given.
 ---------------------------------------------------------------------------/*

/* -----------------------------------------------------------------------
	Large devices (large desktops, 1200px and up)
 ------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  /************** 1200 GLOBAl USE***********/
  
  
  
  /************** 1200 GLOBAl USE END***********/
}

/* -----------------------------------------------------------------------
	 Medium devices (desktops, UP TO 1199px~992px)
 ------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  /************** 1199 GLOBAl USE***********/

	header nav{
		display: block;
		z-index: 999;
	}
	
	html *{
	  /*font-size: 13px;*/
	}
	
	html footer *{
	  font-size: 13px !important;		
	}
	
	#main-contents{
	  min-width: 100% !important;
	}
	
	.inner_wrap{
		width: 100% !important;	  
	}
	
	header .headermini{
		display: none;
	}	
	
	/*	
	.minishow{
		display: none !important;
	}
	*/
	
	#section_bottom_howtotv_ad_div{
	  min-width: 100%;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	
	footer{
	  width: 100%;
	  min-width: 100%;
	}
	
	footer .fooitem1 .inner_wrap ul li{
	float: left;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;	  
	}
	
	footer .fooitem1 .inner_wrap ul li:nth-child(3){
	  border-right: 0px;
	}
	
	footer .fooitem1 .inner_wrap ul li:nth-child(1), footer .fooitem1 .inner_wrap ul li:nth-child(2), footer .fooitem1 .inner_wrap ul li:nth-child(3){
	  margin-bottom: 10px;
	  width: 33.3%;
	}
	
	footer .fooitem1 .inner_wrap ul li:nth-child(4){
	
	  width: 50%;
	}
	
	footer .fooitem1 .inner_wrap ul li:nth-child(5){
	  border-right: 0px;
	  width: 50%;
	}
	
	footer .fooitem1 .inner_wrap ul{
	max-width: 500px;
	width: 100%;
	}
	
	footer .fooitem2 .inner_wrap ul{
	max-width: 500px;
	width: 100%;	  
	}
	
	footer .fooitem2 .inner_wrap ul li{
	  margin-bottom: 10px;
	}
	
	footer .fooitem2 .inner_wrap ul li:nth-child(1){
	  width: 100%;
	  border-right: 0px;
	}
	
	footer .fooitem2 .inner_wrap ul li:nth-child(2){
	  border-right: 0px; 
	  width: 50%;
	}
	
	footer .fooitem2 .inner_wrap ul li:nth-child(3){
	  width: 50%;
	  border-right: 0px;	  
	}
	
	footer .fooitem2 .inner_wrap ul li:nth-child(4){
	  width: 50%;
	  border-right: 0px;	  
	}
	
	footer .fooitem2 .inner_wrap ul li:nth-child(5){
	  width: 50%;
	  border-right: 0px;	  
	}	
	
	footer .fooitem3 .inner_wrap ul{
	  
	}
	
	footer .fooitem3 .inner_wrap .kyotaku{
	margin-bottom: 10px;
	}
	
	footer .fooitem3 .inner_wrap .kyotaku2{
	  margin-right: 0px;
	}
	
	footer .fooitem3 .inner_wrap ul li{
	  padding-left: 10px;
	  padding-right: 10px;
	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(3){

	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(4){

	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(5){

	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(6){
	width: 12%;	  
	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(7){
	width: 12%;	  
	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(8){
	width: 40%;	  
	}

	#pagetop {
		position: fixed;
		bottom: 105px;
		left: 10px;
		z-index: 30;
		display: none;
	}
	
	/*menu*/
	.nav-links {
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: var(--nav-background);
		margin-top: var(--nav-height);
		transition: 0.1s ease-out;
		z-index: 50;
		margin-top: 0px;
		overflow-y: scroll;
		padding-bottom: 20px;	    
	}
	.nav-links ul.smenu li {
		text-align: left;
		width: 50%;
		display: block;
		padding-left: 10px;
		float: left;
	}
	.menu {
		display: block;
		margin-left: auto;
	}
	
	.menu.toggle + .nav-links {
		transform: translateX(-100%);
	}	
	

  /************** 1199 GLOBAl USE END***********/
}

/* -----------------------------------------------------------------------
	 Medium devices (desktops, UP TO 1023px~990px)
 ------------------------------------------------------------------------*/
@media (max-width: 1023px) {
  /************** 1024 GLOBAl USE***********/
  
	#section_bottom_howtotv_ad_div{
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
	#section_bottom_howtotv_ad_div .bottom_google_ad_div ul li{
	  float: none;
	  width: 100%;
	  margin-bottom: 10px;
	}
	
	#section_bottom_howtotv_ad_div .bottom_google_ad_div ul li:first-child, #section_bottom_howtotv_ad_div .bottom_google_ad_div ul li{
		  text-align: center !important;	
	}
	
	#section_bottom_howtotv_ad_div .bottom_google_ad_div ul li:last-child{
	  margin-bottom: 0;
	}
  
}

/* ----------------------------------------------------------------------
	 Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  
  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
	Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  


  
  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
/* ----------------------------------------------------------------
	  Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/  

  .copyrighttxt{
	  font-size: 12px;
  }

  footer .fooitem2 .inner_wrap ul li{
		padding-left: 0;
		padding-right: 0;  
  }
  
  
}


@media (max-width: 414px) {
  /************** 360 GLOBAl USE***********/
  /************** 360 GLOBAl USE***********/

  
}

/* ----------------------------------------------------------------
	  Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 360px) {
  /************** 360 GLOBAl USE***********/
  /************** 360 GLOBAl USE***********/


}

/* ----------------------------------------------------------------
	  Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 280px) {
  /************** 280 GLOBAl USE***********/
  /************** 280 GLOBAl USE***********/
  
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(3){

	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(4){
		width: 20%;	  
	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(5){
		width: 20%;	  
	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(6){
		width: 20%;	  
	}
	
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(7){
		width: 20%;	  
	}  
  
	footer .fooitem3 .inner_wrap ul li.snsicon:nth-child(8){
		width: 100%;
		margin-top: 20px;
	}

}

@media screen and (min-width: 773px) and (max-width: 1200px) {


}

@media screen and (max-width: 1660px) {


}



@media screen and (max-width: 657px){

}