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

/*layout*/
/*------------------------------------------------------------------------------*/
body{
	padding-top:0 !important;
}
#wrapper{
	padding-top:50px;
}

/*header*/
/*------------------------------------------------------------------------------*/

#header_top{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#E0F1F1;
	z-index:10;
}
#header_top .inner{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: space-between;
	height:50px;
}
#logo{
	font-size:0px;
	margin-left:3%;
}
#logo img{
	width:165px;
	height:auto
}
#header_top_right{
	display:none;
}

#gnav_btn{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	background:url(../image/common/gnav_btn.png) #008C8C no-repeat center top / 50px 100px;
	cursor:pointer;
}
body.gnav_open #gnav_btn{
	background-position: center bottom;
}
#search_btn{
	display:block;
	position:absolute;
	right:50px;
	top:0;
	width:50px;
	height:50px;
	background:url(../image/common/header_search_btn.png) #999 no-repeat center top / 50px 100px;
	cursor:pointer;
}
#search_btn.search_open{
	background-position:center bottom;
}

header #header_search{
	display:none !important;
}

#header_search{
	display:none;
	width:100%;
	float:none;
	position:fixed;
	top:50px;
	z-index:100;
	padding:15px 5%;
	background:#999;
}
#header_search input[type="text"]{
	border:solid #CCC;
	border-width:1px 0 1px 1px;
}
#header_search input[type="submit"]{
	border:solid #CCC;
	border-width:1px 1px 1px 0;
}


/* globalnav */
/*------------------------------------------------------------------------------*/

#globalnav_wrapper_in{
	display:block;
	position:fixed;
	right:-100vw;
	top:50px;
	width:85vw;
	height:calc(100% - 40px);
	transition:0.5s;
	background:rgba(0,140,140,0.95);
	z-index:100;
	overflow:scroll;
}

body.gnav_open #globalnav_wrapper_in{
	right:0vw;
}

#globalnav_wrapper_in{
	padding-bottom:40px;
}

#globalnav_wrapper_out{
	display:block;
	position:fixed;
	right:-100vw;
	top:50px;
	width:15vw;
	height:calc(100% - 40px);
	transition:0.5s;
	background:rgba(0,0,255,0);
	z-index:100;
	overflow:scroll;
}

body.gnav_open #globalnav_wrapper_out{
	left:0vw;
}

#globalnav_wrapper_out{
	padding-bottom:40px;
}



#globalnav_wrapper .gnav_btn{
	background-position:center bottom;
	background-color:rgba(0,0,0,0);
}

#header_link{
	border-bottom:1px solid rgba(255,255,255,0.4);
}
#header_link li{
	float:left;
	width:50%;
	border:solid rgba(255,255,255,0.4);
	border-width:0 1px 1px 0;
}
#header_link li:nth-child(odd){
	clear:both;
}
#header_link li:nth-child(even){
	border-right:none;
}
#header_link li a{
	display:block;
	color:#FFF;
	padding:10px 20px 10px 10px;
	position:relative;
}
#header_link li a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	transform: rotate(45deg);
	position:absolute;
	right:10px;
	top:calc(50% - 4px);
}

#header_right_btn{
	padding:25px 10px;
	text-align:center;
}
#header_right_btn a{
	display:inline-block;
	width:200px;
	text-align:center;
	padding:10px 10px 10px 20px;
	background:#666;
	color:#FFF;
	position:relative;
}
#header_right_btn a:before,
#header_right_btn a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	transform: rotate(45deg);
	position:absolute;
	left:10px;
	top:calc(50% - 4px);
}
#header_right_btn a:after{
	left:15px;
}

#globalnav{
	border-top:2px solid rgba(255,255,255,0.4);
}

#globalnav > ul > li{
	border-bottom:1px solid #75C1C1;
	border-top:1px solid #75C1C1;
	margin-top:-1px;
}
#globalnav > ul > li > a{
	display:block;
	color:#FFF;
	padding:10px 20px 10px 10px;
	position:relative;
}
#globalnav > ul > li > a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	transform: rotate(45deg);
	position:absolute;
	right:10px;
	top:calc(50% - 4px);
}

.sub_menu{
	display:block !important;
	position:static !important;
	margin:0 !important;
	height: auto !important;
}
.sub_menu .inner{
	width:100%;
}
.sub_menu li{
	float:left;
	width:50%;
	border:solid rgba(255,255,255,0.4);
	border-width:1px 1px 1px 0;
	margin-top:-1px;
}
.sub_menu li:nth-child(odd){
	clear:both;
}
.sub_menu li:nth-child(even){
	border-right:none;
}
.sub_menu li a{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: center;
	color:#FFF;
	padding:5px 20px 5px 10px;
	position:relative;
	font-size:12px;
	min-height:40px;
	line-height:1.2;
}
.sub_menu li a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	transform: rotate(45deg);
	position:absolute;
	right:10px;
	top:calc(50% - 4px);
}

}


/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1100px) {

/*layout*/
/*------------------------------------------------------------------------------*/

#contents_left{
	float:none;
	width:100%;
	margin-bottom:50px;
}
#contents_right{
	float:none;
	width:100%;
}

/*------------------------------------------------------------------------------*/
}