﻿@CHARSET "UTF-8";

/************************************************************************************
larger than 855px
*************************************************************************************/
@media screen and (min-width: 855px){
	#mobile-intro-slides {
		display:none;
	}
	.sidr{ 
		display: none !important;
	}
}
/************************************************************************************
smaller than 854px
*************************************************************************************/
@media screen and (max-width: 854px){
	/*
		hidden header and foot
	*/
	.navigationbg, .navi_hover_announcement, .navi_hover_announcement_close, .navi_hover_weather, .navi_hover_weather_close, #fixed-banner-desktop {
		display:none;
	}
	.bluelayer,.posl, #foot {
		display:none;
	}
	.posl, .news_foot, .topMenu_lf, .topMenu_rt, .newsLogo, .news_forum {
		display:none;
	}
	/*
		mobile content show
	*/
	.mobile_menubar_box, .mobile_menubar, .mobile_ctmlogo, .mobile_menubtn, .mobile_head, .mobile_head_cornermark, .mobile_weather, .mobile_menu,.mobile_newssection,.mobile_foot, .mobile-announcement-wrapper {
		display:block;
	}
	.mobile_menu {
		margin-left:1%;
		margin-right:1%;
	}
	.mobile_news_pageTitleBg, #fixed-banner-mobile {
		display:block;
	}
}
/************************************************************************************
smaller than 768px
*************************************************************************************/
@media screen and (max-width: 768px){
	/*
	* login popup
	*/
	.loginBox_outer {
		width:400px;
		height:auto;
		margin-left:-200px;
		top:50px;
		margin-top:0px;
	}
	.loginBox_area_left {
		width:90%;
		height:250px;
	}
	.loginBox_area_right {
		width:90%;
		height:auto;
	}
}

/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px){
	.loginBox_area_left_logo {
		width:21%;
	}
}

/************************************************************************************
smaller than 480px
*************************************************************************************/
@media screen and (max-width: 480px){
	/*
	* login popup
	*/
	.loginBox_outer {
		width:325px;
		height:auto;
		margin-left:-160px;
		margin-top:0px;
		top:0px;
		overflow:hidden;
	}
	.loginBox_area_left {
		width:90%;
		height:250px;
	}
	.loginBox_area_left_logo {
		width:23%;
	}
	.loginBox_area_right {
		padding-top:0%;
		width:90%;
		height:auto;
	}
	.navi_hover_recaptcha_rt {
		top:90px;
		left:auto;
		right:87px;
	}
	.navi_hover_recaptcha_close {
		top:76px;
		left:auto;
		right:70px;
	}
}

/************************************************************************************
smaller than 320px
*************************************************************************************/
@media screen and (max-width: 320px){
	/*
	* popup login details
	*/
	.loginBox_outer {
		width:278px;
		margin-left:-139px;
	}
	.loginBox_area_left_logo {
		width:25%;
	}
	.recaptcha_box {
		left:auto;
		right:-71px;
	}
	#recaptcha_widget {
		width:120px;
	}
	#recaptcha_image img {
		width:100% !important;
		height:auto !important;
	}
	.navi_hover_recaptcha_close {
		left:-100px;
	}
	.recaptcha__ {
		width:20%;
	}

	.checkbox_remember_rt{
		margin-left: 45%
	}	

}