@charset "utf-8";
@import url(reset.css);
@import url(nav.css);
@import url(search.css);
@import url(contents.css);


/*----------------------------------------------------- */
body {
	background:#eee;
}
#wrap {
	width:85%;
	min-width:320px;
	margin:0 auto;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.seprate-line{border-bottom:1px solid #c6c6c6; margin:20px 0;}

/*----------------------------------------------------- Header */
header {
	width:100%;
	height:90px;
}
header .logo {
	width:40%;
	max-height:90px;
	float:left;
}
header .logo img {
	width:40vw;
	max-width:370px;
}
#fast-link {
	width:50%;
	height:35px;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
}
#fast-link ul {
	padding:8px 5px 0 0;
}
#fast-link ul li {
	display:inline-block;
	margin-right:15px;
	text-align:center;
}
#fast-link ul li a {
	 color:#666;
	 font-size:0.9em;
	 font-weight:bold;
}

/*----------------------------------------------------- Main */
#search-list {
	width:25%;
	background:#f7f7f7;
	float:left;
	font-weight:bold;
	padding:0 15px;
}
#search-list .box {
	margin-bottom:20px;
}
#search-list h3 {
	color:#333;
	border-bottom:1px solid #c6c6c6;
	padding-bottom:12px;
	margin-bottom:5px;
}
#search-list a {
	color:#656565;
	font-size:0.9em;
}
#search-list ul {
	width:100%;
	line-height:25px;
	border-bottom:1px solid #c6c6c6;
	padding-bottom:5px;
	margin-bottom:5px;
}
#search-list ul li a.all {
	color:#de2075;
}
#search-list .search {
	margin-top:12px;
	position:relative;
	border:1px solid #d0d0d0;
}
#search-list .search input {width:100%; padding:1px 27px 1px 2px; height:25px; border:none;}
#search-list .search a.search-btn{
	display:inline-block;
	width:25px;
	height:25px;
	position:absolute;
	top:0px;
	right:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
#search-list .search a.search-btn:active img {position:relative; top:1px;}
#main-content {
	width:73%;
	float:right;
}

#main-about {
	width:99%;
	margin:auto;
}


/*----------------------------------------------------- Page title */
#page-title {
	width:98%;
	margin:10px auto 25px;
	padding:0 10px 10px;
	border-bottom:1px solid #b5b5b6;
}

#page-title span {
	height:30px;
	line-height:30px;
	font-size:1.2em;
	display:inline-block;
	padding:0 10px;
	border-left:5px solid #7f1084;
}

.page-title {
	width:98%;
	margin:10px auto 0px;
	padding:0 10px 0px;
	display:inline-block;
}

.page-title ul {
	width:100%;
	height:25px;
	line-height:30px;
	font-size:1.2em;
	padding:0 8px;
	border-left:5px solid #7f1084;
	float:left;
}
.page-title ul li{
	display: inline-block;
    padding: 0 0px;
    position: relative;
}


/*----------------------------------------------------- Footer */
footer {
	width:100%;
    height:80px;
    margin-top:10px;
	padding:2px 20px;
    background:#dddddd;
	position:relative;
}
footer .logo {
	float:left;
}
footer .logo img {
	width:40vw;
	max-width:460px;
}
footer .share {
	text-align:right;
	margin-top:16px;
	float:right;
}
footer .share a {
	margin-left:5px;
}
footer .line {
	border-bottom:1px dashed #999;
	clear:both;
}
footer .contact {
	font-size:0.86em;
	font-weight:bold;
    color:#333;
	line-height:20px;
    letter-spacing:1px;
	margin:10px 0;
}
footer .contact a {
	color:#333;
}
footer .bg {
	position:absolute;
	bottom:0px;
	right:0px;
}

/*----------------------------------------------------- Page */
.page{ float:right; letter-spacing:3px; font-size:16px; line-height:25px; margin:5px 15px 5px 0px;}
.page2{ float:right; letter-spacing:3px; font-size:16px; line-height:7px; margin:5px 15px 5px 0px;}
.page a{ color:#333; }
.page a:hover{ text-decoration:underline;}
.current{ text-align: center;vertical-align: top;padding:3px 5px; margin:0px 3px;background-color:#eee;}
.page-icon {vertical-align:sub;width:25px;height:25px;}


/*----------------------------------------------------- Button */
.btn-group { position: relative; display: inline-block; vertical-align: middle; }
.btn-group>.btn { position: relative; float: left; }
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-primary {
    background-color: #955d9f;
    border-color: #955d9f;
    color: #FFFFFF;
}
.btn-green {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-purple {
    background-color: #ad73b8;
    border-color: #ad73b8;
    color: #FFFFFF;
}
.btn-deppgreen {
    background-color: #5ca0bd;;
    border-color: #5ca0bd;;
    color: #FFFFFF;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.border-deppgreen {
	background:#5ca0bd;
}
.border-purple {
	background:#ad73b8;
}


}
/*----------------------------------------------------- media(RWD) */
@media only screen and (max-width: 1024px) {
	#wrap {
		width:90%;
	}
}

@media only screen and (max-width: 768px) {
	#wrap {
		width:100%;
		min-height:100%;
	}
	header {
		height:60px;
		border-bottom:1px solid #999;
		position:fixed;
		top:0px;
		z-index:30;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,eeeeee+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	}
	header .logo {
		width:100%;
		padding-left:70px;
	}
	header .logo img {
		width:auto;
		height:60px;
	}
	#fast-link {
		width:100%;
		height:60px;
		position:fixed;
		top:auto;
		right:auto;
		bottom:0px;
		z-index:30;
		background:#636363;
	}
	#fast-link>ul {
		width:100%;
		height:60px;
		padding-top:8px;
/* 		overflow:hidden; */
	}
	#fast-link ul li {
		width:25%;
		display:block;
		float:left;
		margin-right:0px;
	    border-left:1px #CECECE dashed;
	}
	#fast-link ul li:nth-of-type(1) {
		border-left:0px;
	}
	#fast-link ul li a {
		width:60px;
		height:8px;
		display:block;
		margin:0 auto;
		font-size:0.7em;
		font-weight:normal;
/* 		padding-top:27px; */
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-repeat:no-repeat;
		background-position:center 2px;
		background-size:26px 26px;
	}
	
    #fast-link ul li#lang-link ul{
        top: -60px;
    }	
   #fast-link ul li#lang-link ul li{
        width: 100%;
    }
    #fast-link ul li#lang-link ul a {
        color: #666;
	    font-size: 0.9em;
	    font-weight: bold;
    }
    #fast-link ul li#action-link ul{
        top: -60px;
        width: 100%;
    }	
   #fast-link ul li#action-link ul li{
        width: 100%;
    }
    #fast-link ul li#action-link ul a {
        color: #666;
	    font-size: 0.9em;
	    font-weight: bold;
    }
    
    #fast-link ul .fa {
        display:none;
    }
	
	
	#link-login {
/* 		background-image:url(../img/features01.png); */
	}
	#link-member {
		background-image:url(../img/features02.png);
	}
	#link-en {
		background:url(../img/features03.png);
	}
	#link-help {
		background:url(../img/features04.png);
	}
	#main {
		position:relative;
		margin:60px 0;
		z-index:1;
	}
	#page-title {
		width:100%;
		height:40px;
		text-align:center;
		margin:0 auto 10px;
		padding:0;
		border-bottom:1px solid #b5b5b6;
		background:#eeeeee;
	}
	#page-title span {
		display:inline;
		border-left:0;
		padding:0;
		line-height:40px;
	}
	#search-list {
		width:100%;
		float:none;
		padding:15px;
	}
	#main-content {
		width:100%;
		float:none;
		padding-bottom:10px;
	}
	footer {
		display:none;
	}
	.page a.prev{margin-left:60px;}
	.page a.next{margin-right:60px;}
	#toTop {
		z-index:50;
		right:10px !important;
		bottom:70px !important;
	}
}

@media only screen and (max-width: 320px) {
	header .logo {
		padding-left:30px;
	}
}
.immutableMsg{
    color: #de2075; 
}