@charset "utf-8";
/* CSS Document */

@media (max-width:800px) {
	.free_t {width:274px; float:left;}
	.free_t1 {width:443px; float:left; padding-bottom:20px;}
	.free_t1 p {padding-bottom:10px;}
	.free_t1 li {
		background-image:url(../images/01_mypage/ctn_bullet3.gif);
		background-position:left top;
		background-repeat:no-repeat;
		padding-left:10px;
		line-height:18px;
		}

	/* Lined Tab */
	.linedTab{ padding:0 0 35px 0;height:40px;}
	.linedTab ul{ position:relative; margin:0; padding:0; list-style:none; border-bottom:4px solid #adadad; font-family:'Nanum Gothic',Tahoma, Sans-serif; font-size:16px; *zoom:1;background:#d4d4d4;}
	.linedTab ul:after{ content:""; display:block; clear:both;}
	.linedTab li{ float:left; margin-bottom:-1px;}
	.linedTab li a { position:relative; float:left; text-decoration:none; border:1px solid #eee; border-bottom-color:#ccc; background:#d4d4d4; color:#666; padding : 12px 10px;}
	.linedTab li a span { display:inline-block; padding:10px 25px 16px 25px; letter-spacing:-1px; cursor:pointer;}
	.linedTab li ul { display:none; width:100%; position:absolute; top:10px; left:0; list-style:none; border:0; margin:0; padding:0; white-space:nowrap; overflow:hidden; *zoom:1;}
	.linedTab li ul:after { content:""; display:block; clear:both;}
	.linedTab li li { position:relative; left:-1px; padding:0 10px; border-left:1px solid #ddd; overflow:visible;}
	.linedTab li li a { padding:0; margin:0; border:0 !important; color:#666 !important; font-weight:normal; background:transparent; letter-spacing:normal;}

	.linedTab li.selected a{ background:#c62700; color:#fff;}
	.linedTab li.selected a span{ font-weight:bold;padding:16px 25px 16px 25px;}



	#tabs {
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#tabs li {
		float: left;
		margin: 0 -15px 0 0;
	}

	#tabs a {
		float: left;
		position: relative;
		padding: 0 5px;
		height: 0;
		line-height: 28px;
		color: #fff;
		border-right: 28px solid transparent;
		border-bottom: 28px solid #d81f25;
		border-bottom-color: #777\9;
		opacity: .5;
		filter: alpha(opacity=30);
		font-size:12px;
	}

	#tabs a:hover,
	#tabs a:focus {
		border-bottom-color: #2ac7e1;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#tabs a:focus {
		outline: 0;
	}

	#tabs #current {
		z-index: 3;
		border-bottom-color: #d81f25;
		color:#fff;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#tabs_content {
	  background: #fff;
	  border-top: 2px solid #d81f25;
	  padding: 0em;
	  /*height: 220px;*/
	}

	#tabs_content h2,
	#content h3,
	#content p {
	  margin: 0 0 15px 0;
	}




	.img_coach {margin-top:20px;width:160px;border:solid 1px #eee;}
	.report_movie {display:none;}

	/* »ó´ã ¹®ÀÇ */
	/*
	div.request_bg {
		display:block;
		position:relative;
		background-image:url('/academy/images/02_info/request/request_bg.jpg');
		background-repeat: no-repeat;
		background-size:100%;
	}
	*/


}