body {
	background: #FFF;
	color:#424242;
	font-family: "Nanum Gothic", sans-serif;
}
#Wrapper {
	position:relative;
	
	
}


/*
 * Component: Box
 * --------------
 */

/*-----------------------------------
	z-index
-----------------------------------*/
#header { z-index:100; }
#header .loginBox { z-index:900; }
#header #header_nav { z-index:500; }
#ContentBody { z-index:10; }
footer { z-index:90; }

#loginModal,
#Signup { z-index:1100; }
#modalBG { z-index:1000; }




#header { position:relative; }

#header .headerbg { background-color:#FFF; }
#header .loginBox { position:fixed; top:0; width:100%; }
#header .loginBox .container { position: relative;}
#header .loginBox #loginbutton,
#header .loginBox #logoutbutton {
	display: block;
	padding: 10px;
	border: solid 2px #357eb1;
	color: #357eb1;
	margin: 0;
	position:absolute;
	top:30px;
	right:10px;
	text-decoration: none;
	background-color:#FFF;
}
#header #header_nav {
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	margin:0;
}

#header.sticker #header_nav {
	position: fixed;
	top:0;
	bottom: auto;
}

#header #header_nav ul {
	list-style:none;
	margin:0 50px;
	padding:0;
}
#header #header_nav ul li {
	display:inline-block;
	width:25%;
	text-align:center;
}
#header #header_nav ul li a {
	color:#FFF;
	text-decoration:none;
}
#header #header_nav ul .app_box,
#header #header_nav ul .app_name {
	display:block;
	text-align:center;
}
#header #header_nav ul .app_name {
	margin-top:10px;
}





#ContentBody {
	
}

#SS_espot { background-color:#f5cb4c; }
#SS_englishspot { background-color:#f5b087; }
#SS_edugwtv { background-color:#c8e0a3; }
#SS_youame { background-color:#ef95bb; }
#SS_notice { background-color:#FFF; padding:30px 0; }

#ContentBody #SS_espot,
#ContentBody #SS_englishspot,
#ContentBody #SS_edugwtv,
#ContentBody #SS_youame { text-align:center; }

#SS_notice .notice_Box {
	background-color:#eee;
	padding:20px 30px;
	border:solid 1px #e3e3e3;
	border-radius:15px;
}

#SS_notice .notice_Box .notice_header {
	margin-bottom:20px;
	border-bottom:solid 2px #000;
}
#SS_notice .notice_Box .notice_header h3 {
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding-bottom:15px;
}
#SS_notice .notice_Box .notice_body {
	
}
#SS_notice .notice_Box #notice_list {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
#SS_notice .notice_Box #notice_list li { margin-bottom:15px; }
#SS_notice .notice_Box #notice_list li a { display:block; color:#333; text-decoration:none; }
#SS_notice .notice_Box #notice_list li a .notice_app,
#SS_notice .notice_Box #notice_list li a .notice_date,
#SS_notice .notice_Box #notice_list li a .notice_title {
	display:inline-block;
}
#SS_notice .notice_Box #notice_list li a .notice_app {
	width:80px;
	margin-right:8px;
}
#SS_notice .notice_Box #notice_list li a .notice_date {
	width:80px;
	margin-right:8px;
}
#SS_notice .notice_Box #notice_list li a .notice_title {
	
}

#SS_notice .notice_Box #notice_list li .notice_section {
	display:none;
	background-color:#FFF;
	margin-bottom:30px;
	margin-top:10px;
	padding:15px;
}
#SS_notice .notice_Box #notice_list li .notice_Content {
	padding-bottom:30px;
}
#SS_notice .notice_Box #notice_list li .notice_Buttons {
	height:30px;
}

footer { background-color:#eee; padding:30px; }

#loginModal { display:none; margin:0; width:100%; position:fixed; top:0;}
#loginModal #login_Box { width:300px; background-color:#FFF; border:solid 1px #e3e3e3; border-radius:10px; position:absolute; left:50%; top:100px; margin-left:-150px; padding:30px; }

#loginModal #login_Box .login_header { margin-bottom:15px; padding-bottom:15px; border-bottom:solid 1px #3578a7;}
#loginModal #login_Box .login_header h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #3578a7;
	text-transform: uppercase;
}


#Signup {  }
#modalBG { display:none; margin:0; padding:0; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5);  }



@media (min-width: 768px) {
	#header #header_nav ul { margin:0 80px; }


}
@media (min-width: 992px) {
	#header #header_nav ul { margin:0 140px; }


}

@media (min-width: 1200px) {
	#header .loginBox #loginbutton { top:30px; right:30px; }

	#header #header_nav ul { margin:0 200px; }


}


/*--------------------------------
	Tooltip		
--------------------------------*/

.Tooltip_Wrapper {
	position:absolute;
	display:none;
	z-index:10001;
}

.Tooltip {
	display:inline-block;
	position:absolute;
	max-width:200px;
	width:200px;;
}
.up .Tooltip {
	bottom:10px;
}
.down .Tooltip {
	top:10px;
}
#TooltipText {
	background-color: #000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	display: inline-block;
	padding: 12px;
	text-shadow: 0 1px 0 #000000;
	max-width: 200px;
	width: auto;
	line-height: 1.4em;
}
#Tooltip .Tooltip_arrow {
	height: 0;
	position: absolute;
	width: 0;
	left: 60px;
}
.up .Tooltip_arrow {
	bottom: -5px;
	border-bottom: 0 solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.8);
	border-top: 5px solid #000;
}
.down .Tooltip_arrow {
	top: -5px;
	border-bottom: 5px solid rgba(0, 0, 0, 0.8);
	border-bottom: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 0 solid transparent;
}


/*--------------------------------
	mTip		
--------------------------------*/
.black.mTip {
	position: relative;
	margin: 0;
	padding: 3px 6px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #000;
	background-color: rgba(0,0,0,1);
	color: #FFF;
	z-index: 100000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

/* Arrows */
.black.mTip:after {
	content: ' ';
	width: 0; height: 0;
	position: absolute;
	margin: 0;
	border: 5px solid #000;
	border-color: transparent;
}

/* > Top */
.black.mTip-top {
	margin: -5px 0 0 0;
}

.black.mTip-top:after {
	left: 50%;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}

/* > Top right */
.black.mTip-top-right {
    margin: -5px 0 0 -50px;
}

.black.mTip-top-right:after {
	left: 25px;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}

/* > Right */
.black.mTip-right {
	margin: 0 0 0 5px;
}

.black.mTip-right:after {
	left: -10px;
	top: 50%;
	margin: -5px 0 0;
	
	border-right-color: #000;
	border-right-color: rgba(0,0,0,1);
}

/* > Bottom right */
.black.mTip-bottom-right {
    margin: 5px 0 0 -50px;
}

.black.mTip-bottom-right:after {
	left: 25px;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Bottom */
.black.mTip-bottom {
	margin: 5px 0 0;
}

.black.mTip-bottom:after {
	left: 50%;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Bottom left */
.black.mTip-bottom-left {
    margin: 5px 0 0 50px;
}

.black.mTip-bottom-left:after {
	right: 20px;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Left */
.black.mTip-left {
	margin: 0 0 0 -5px;
}

.black.mTip-left:after {
	left: 100%;
	top: 50%;
	margin: -5px 0 0;

	border-left-color: #000;
	border-left-color: rgba(0,0,0,1);
}

/* > Top left */
.black.mTip-top-left {
    margin: -5px 0 0 50px;
}

.black.mTip-top-left:after {
	right: 20px;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}



