﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;   	
}
body {
	background:#f5f5f5;
}
input {
	width:245px;
	height:35px;
	line-height: 35px;
	border:1px solid #cccccc;
	padding:0;
	margin:0;
	vertical-align:middle;
	background:#ffffff;
	padding:0px 5px 0px 5px;
}
.wrap {
	width:100%;
	margin:0 auto;	
	font-size:12px;
}
.header {
	width:100%;
	height:50px;
	background-color:#1b3b68;
	color:#ffffff;
	z-index:10;
	position:absolute;
}
.header h1 {
	position: absolute;
	top:16px;
	left:10px;
	
}
.header2 {
	width:100%;
	height:50px;
	text-align:right;
	z-index:10;
	position:absolute;
	right:20px;
}

.header3 {
    top:10px;
	width:100%;
	height:100px;
	text-align:center;
	z-index:10;
	position:relative;
	vertical-align:middle;
	overflow:hidden;
}
a.logo {
	width:86px;
	height:19px;
	background:url("../img_ko/logo_header.png") no-repeat;
	display: block;
	cursor: pointer;
}
.content {
	width:100%;
	min-height:400px;
	overflow:hidden;
}
.login_box {
	width:280px;	
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0px 0px -280px;
}

.login_box2 {
	width:280px;	
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0px 0px 30px;
}

.title_area {
	width:280px;
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
}
.option_area {
	width:280px;
	margin-top:10px;
	padding-top:5px;
	overflow:hidden;
}
.option_area .left {
	width:120px;
	float:left;
}
.option_area .right {
	width:155px;
	float:right;
}
.bottom_area {
	width:280px;
	margin-top:15px;
	border-top:1px dashed #cccccc;
	padding-top:10px;
	font-size:12px;
	overflow:hidden;
	text-align:center;
	color:#cccccc;
}

.id_dropbox {
	width:245px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	position:absolute;
	z-index:10;
	left:35px;
	margin-top:35px;
}
.id_dropbox p {
	width:100%;
	height:20px;
	line-height:20px;
	cursor:pointer;
	color:#333333;
	padding-left:5px;
}
.id_dropbox p:hover {
	background:#fff5d9;
}


.click {
	color:#888888;
	cursor:pointer;
	text-decoration:none;
}
.click:hover {
	color:#000000;
}
.icon_id {
	width:35px;
	height:35px;
	background:url("../img_ko/login_id.png") no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.icon_pw {
	width:35px;
	height:35px;
	background:url("../img_ko/login_pw.png") no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.checkbox_name {
	vertical-align:middle;
}
h2 {
	font-size:14px;
	margin-top:15px;
}


/*------------------------------ input design ------------------------------*/
.input01 {
	width:245px;
	height:35px;
	line-height: 35px;
	border:1px solid #cccccc;
	padding:0;
	margin:0;
	vertical-align:middle;
	background:#ffffff;
	padding:0px 5px 0px 5px;
}
.input01:focus {
}
.checkbox01 {
	height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    vertical-align: middle;
    width: 14px;
}

/*------------------------------ btn design ------------------------------*/
a.btn {
	text-align:center;
	display: inline-block;
	cursor: pointer;
}
.btn_login {
	width:155px;
	height:35px;
	line-height:35px;
	border-radius:2px;
	background:url("../img_ko/btn_login_bg.png") repeat-x;
	color:#ffffff;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
}
.btn_login:hover {
	background:url("../img_ko/btn_login_bg_over.png") repeat-x;
}
.btn_login:link {
	text-decoration:none;
}
.btn_login:visited {
	text-decoration:none;
}
.btn_blue {
	width:100px;
	height:26px;
	line-height:26px;
	background:#0b9cf9;
	border:1px solid #068fe6;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	border-radius:2px;
}
.btn_blue:hover {
	background:#0068ab;
	border:1px solid #005388;
}

.btn_blue:link {
	text-decoration:none;
}
.btn_blue:visited {
	text-decoration:none;
}
/*------------------------------ popup design ------------------------------*/
.popup_wrap {
	width:100%;
	height:100%;
	z-index:15;
	background:url("../img_ko/popup_bg.png") repeat;
	position:absolute;
}
.popup_box {
	width:300px;	
	position:absolute;
	top:50%;
	left:50%;
	z-index:20;
	margin:-150px 0px 0px -150px;
	background:#ffffff;
	border-radius:3px;
	overflow:hidden;
	font-size:12px;
}
.popup_header {
	width:100%;
	height:30px;
	line-height:30px;
	background:#1b3b68;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.popup_content {
	width:100%;
	padding:20px;
	text-align:center;
	line-height:150%;
	color:#000000;
}
.popup_bottom {
	width:100%;
	height:40px;
	background:#f1f1f1;
	text-align:center;
	padding-top:8px;
}
/*------------------------------ margin padding design ------------------------------*/
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p20 {
	padding:20px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pr10 {
	padding-right:10px;
}
.pb10 {
	padding-bottom:10px;
}
.pl10 {
	padding-left:10px;
}
.mt5 {
	margin-top:5px;
}
.mr5 {
	margin-right:5px;
}
.mb5 {
	margin-bottom:5px;
}
.ml5 {
	margin-left:5px;
}
.mt10 {
	margin-top:10px;
}
.mr10 {
	margin-right:10px;
}
.mb10 {
	margin-bottom:10px;
}
.ml10 {
	margin-left:10px;
}
.mt20 {
	margin-top:20px;
}
.mr20 {
	margin-right:20px;
}
.mb20 {
	margin-bottom:20px;
}
.ml20 {
	margin-left:20px;
}
.mt30 {
	margin-top:30px;
}
.mr30 {
	margin-right:30px;
}
.mb30 {
	margin-bottom:30px;
}
.ml30 {
	margin-left:30px;
}
.mb50 {
	margin-bottom:50px;
}

.footer {
	width:100%;
	height:80px;
	line-height:80px;
	bottom: 5px;
    color: #999999;
    position:fixed;
    text-align:center;
    background:#ffffff;
}
/*------------------------------songs addition ------------------------------*/

.footer_title {
	width:100%;
	height:40px;
	line-height:40px;
	color:White;
    position:relative;
    text-align:center;
	background:#6D6E71;
}
.footer_content {
	width:100%;
	height:216px;
	line-height:0px;
	color:#000000;
    position: relative;
    text-align:center;
	background:#ffffff;

}
.footer_bottom {
	width:100%;
	height:30px;
	line-height:15px;
	color:#999999;
    position: relative;
    text-align:center;
	background:#ffffff;
}	
a.btn {
	text-align:center;
	display: inline-block;
	cursor: pointer;
}
.btn_click {
	width:80px;
	height:25px;
	line-height:25px;
	border-radius:2px;
	background:url("../img_ko/btn_login_bg.png") repeat-x;
	color:#ffffff;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
}
.btn_click:hover {
	background:url("../img_ko/btn_login_bg_over.png") repeat-x;
}
.btn_click:link {
	text-decoration:none;
}
.btn_click:visited {
	text-decoration:none;
}

}