img, legend {
	border: 0
}

legend, td, th {
	padding: 0
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, optgroup, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre, textarea {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body, input {
	font-family: "���", "Dotum", sans-serif;
	*zoom: 1;
	font-size: 12px;
	color: #333;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0
}

img {
	display: block;
}

area:focus,
area:hover,
area:active {
	outline: none
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after {
	clear: both;
}


.img-responsive {
	max-width: 100%;
}

.font14-bold {
	font-weight: bold;
	font-size: 14px;
}

.float-right {
	float: right
}

.weport_point {
	color: #0055a5
}

.pt3per {
	padding-top: 3%
}

.pb20 {
	padding-bottom: 20px;
}

.pb5per {
	padding-bottom: 5%;
}

.mb20 {
	margin-bottom: 20px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.nanum_font {
	font-family: "Nanum Gothic", "sans-serif" !important;
}

.clearfix {
	clear: both;
}

.container-fluid {
	width: 100%;
	position: relative
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (max-width: 1000px) {
	.container {
		width: 100%;
	}
}

#scrollTop {
	position: fixed;
	bottom: 30px;
	left: 90%;
	cursor: pointer;
	width: 48px;
	height: 48px;
	display: none;
}

#floatBanner {
	position: absolute;
	width: 20%;
	max-width: 161px;
	padding: 0;
	margin: 0;
	text-align: center;
	top: 170px;
	right: 10%;
	z-index: 100;
}

#floatBanner .scrollDiv {
	width: 100%;
	max-width: 161px;
}

@media (max-width: 700px) {
	#floatBanner {
		display: none;
	}
}

#pop_ended {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -115px;
	width: 300px;
	height: 230px;
	z-index: 1010;
	line-height: 35px;
}

.nanum_font {
	font-family: "Nanum Gothic", "sans-serif" !important;
}

#popup_login {
	width: 400px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -250px;
	z-index: 1010;
	display: none;
	padding: 20px 15px 20px 20px;
	border: 1px solid #e0e0e0
}

#popup_login .title_row {
	text-align: right;
}

#popup_login .title_row .btn_close {
	background-color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 24px;
	margin-bottom: -20px;
}

#popup_login .title_row .btn_close:hover,
#popup_login .title_row .btn_close:active,
#popup_login .title_row .btn_close:focus {
	background-color: #376eb8;
	color: #fff;
	border-color: #376eb8;
	outline: none;
}

#popup_login .input_row {
	margin-top: 10px;
}

#popup_login .input_idpw {
	width: 88%;
	font-size: 16px;
	max-width: 300px;
	height: 40px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 0;
}

#popup_login #u_pass.input_idpw {
	margin-top: 0;
}

#popup_login .input_idpw:focus,
#popup_login .input_idpw:active {
	outline: none;
	background-color: #f9f9f9;
	border: 1px solid #376eb8
}

#popup_login .btn_row {
	margin-top: 10px;
}

#popup_login .button {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 60px;
	border: 0 solid #e0e0e0;
	vertical-align: middle;
	cursor: pointer;
	font-size: 24px;
}

#popup_login .button:hover,
#popup_login .button:focus,
#popup_login .button:active {
	outline: none
}

#popup_login .btn_login {
	background-color: #376eb8;
	color: #fff;
}

#popup_login .btn_login:hover {
	background-color: #6F91BF;
}

#popup_login .btn_regist {
	background-color: #f0f0f0;
	color: #666;
}

#popup_login .btn_regist:hover {
	background-color: #e0e0e0;
}

@media (max-width: 500px) {
	#popup_login {
		width: 90%;
		margin-left: -45%;
	}
}

#memo_container {
	text-align: center;
	padding: 10px 0;
}

#memo_container p.info_num {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 15px;
	color: #fff;
}

#memo_container p.info_num .number {
	color: #376eb8;
	font-weight: bold;
}

#memo_container .input_container {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 15px;
	border: 0;
}

#memo_container .input_container #cmt_u_name {
	width: 15%;
	padding: 5px 7px;
}

#memo_container .input_container #cmt_content {
	margin-left: 2%;
	width: 50%;
	padding: 5px 7px;
}

#memo_container .input_container #cmt_u_name:focus,
#memo_container .input_container #cmt_u_name:active,
#memo_container .input_container #cmt_content:focus,
#memo_container .input_container #cmt_content:active {
}

#memo_container .input_container .btnsub {
	width: 20%;
	padding: 6px 7px;
	margin-left: 2%;
	color: #FFF;
	background-color: #376eb8;
	border: 0;
	font-weight: bold;
	cursor: pointer
}

#memo_container .input_container .btnsub:hover,
#memo_container .input_container .btnsub:active,
#memo_container .input_container .btnsub:focus {
	background-color: #6F91BF;
	color: #fff;
}

#memo_container #memo_data {
	clear: both;
	margin-top: 10px;
}

#memo_container #memo_data .table {
	margin: 0 auto;
	width: 100%;
	border: 0;
	border-collapse: collapse !important;
	max-width: 100%;
}

#memo_container #memo_data .table th,
#memo_container #memo_data .table td {
	vertical-align: middle;
}

#memo_container #memo_data .table th {
	font-weight: bold;
	background-color: #376eb8;
	color: #fff;
	height: 30px;
}

#memo_container #memo_data .table td {
	height: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	background-color: #fff;
}

#memo_container #memo_data .table tr:last-child td {
	border-bottom: 0;
}

#memo_container #memo_data .table caption {
	display: none;
}

#memo_container #memo_data .table .t_no {
	width: 10%;
}

#memo_container #memo_data .table .t_writer {
	width: 20%;
}

#memo_container #memo_data .table .t_date {
	width: 20%;
	padding-right: 10px;
}

#memo_container #memo_data .table .t_content {
	width: 50%;
}

#memo_container #memo_data .table .t_content a {
	display: inline-block;
	text-decoration: none;
	color: #376eb8;
	font-weight: bold;
	word-break: break-all;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
}

#memo_container #memo_data .table .t_content a:hover,
#memo_container #memo_data .table .t_content a:focus,
#memo_container #memo_data .table .t_content a:active {
	color: #99c0f5
}

#memo_container #memo_data .table button.btn_del {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	color: #d84a38;
	display: inline-block;
	font-size: 9px;
	font-weight: bold
}

#memo_container #memo_data .table button.btn_del:hover,
#memo_container #memo_data .table button.btn_del:active,
#memo_container #memo_data .table button.btn_del:focus {
	color: #d05454;
	outline: none
}

#memo_container #memo_data #pagination {
	margin-top: 20px;
	background-color: #fff;
}

#memo_container #memo_data #pagination:after {
	clear: both
}

#memo_container #memo_data #pagination .pagination {
	width: 100%;
	margin: 0 auto;
	list-style: none
}

#memo_container #memo_data #pagination .pagination li {
	float: left;
	margin-left: 5px;
}

#memo_container #memo_data #pagination .pagination li button {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	background-color: #fff;
	color: #666;
}

#memo_container #memo_data #pagination .pagination li:hover button,
#memo_container #memo_data #pagination .pagination li:active button,
#memo_container #memo_data #pagination .pagination li:focus button,
#memo_container #memo_data #pagination .pagination li.active button {
	color: #fff;
	background-color: #376eb8;
	border: 1px solid #376eb8
}

#memo_container #memo_data #pagination .pagination li.disabled button {
	color: #e0e0e0;
	cursor: not-allowed;
	border: 1px solid #f0f0f0
}

#memo_container #memo_data #pagination .pagination li.disabled:hover button,
#memo_container #memo_data #pagination .pagination li.disabled:active button,
#memo_container #memo_data #pagination .pagination li.disabled:focus button {
	color: #e0e0e0;
	background-color: #fff;
	cursor: not-allowed;
	border: 1px solid #f0f0f0
}

#t_03 {
	background-color: #0C2033
}

#t_04 {
}

#t_05 {
	background-color: #313333
}

#section_01 {
	background-color: #f6f6f6;
}

.timer {
	position: absolute;
	z-index: 10;
	color: #fff;
	font-size: 37px;
	font-weight: bold;
	top: 23%;
}

#d1.timer {
	left: 52%;
}

#d2.timer {
	left: 54%;
}

#h1.timer {
	left: 63%;
}

#h2.timer {
	left: 65%;
}

#m1.timer {
	left: 71%;
}

#m2.timer {
	left: 73%;
}

#s1.timer {
	left: 79.5%;
}

#s2.timer {
	left: 81.5%;
}

#t_04 #t_04_slide {
	position: relative;
	overflow: hidden
}

#t_04 .btn_caret {
	position: absolute;
	width: 2.2%;
	bottom: 10%;
	z-index: 10;
	cursor: pointer;
}

#t_04 #btn_prev {
	left: 6%;
}

#t_04 #btn_next {
	right: 6%;
}

#t_04 #t_04_slide #t_04_slide_container {
	position: absolute;
	top: 0;
	left: 0;
}

#t_04 #t_04_slide #t_04_slide_container img {
	display: block
}

#t_04 #t_04_slide #indicator {
	position: absolute;
	top: 50%;
	left: 0;
}

#section_review,
#section_passlist {
	background-color: #304e93
}

#section_02_title {
	background-color: #f0c167
}

#section_02_content,
.section_02_content {
	background-color: #081139
}

#tab_container_fluid {
	background-color: #081139;
}

#tab {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#tab .tab-list {
	list-style: none;
	margin-bottom: -1px;
	width: 22%;
	float: left;
}

#tab .tab-list li {
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #e5e5e5;
	cursor: pointer;
}

#tab .tab-list li button {
	padding: 0;
	margin: 0;
	border: 0;
	display: block
}

#tab .tab-list li button:active, #tab .tab-list li button:focus {
	outline: none;
}

#tab .tab-content {
	float: left;
	width: 68%;
	height: 100%;
	max-height: 838px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #cca771;
}

#tab .tab-content .tab-panel {
	display: none;
	width: 100%;
}

#tab .tab-content .tab-panel.active {
	display: block;
}

#face_book_share {
	background: url('../images/face_back_img.jpg') repeat;
}


.coment_box {
	background: url('../images/coment_back.png') no-repeat center center;
	background-size: 100% 100%;
}

#footer_notice {
	background-color: #030a1d;
	padding-bottom: 3%;
}

#section_slider0903 {
	background-color: #08113A;
	padding-bottom: 3%;
	padding-top: 10px;
}

#section_slider0903 #slider0903 {
	overflow: hidden;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%
}

#section_slider0903 #slider_container0903 {
	position: absolute;
	top: 0;
}

#section_slider0903 #slider_container0903 img {
	float: left;
	max-width: 100%;
}


.review_divider {
	height: 30px;
	background-color: #304E93
}

#review_board {
	background-color: #fff;
	margin-left: 3.8%;
	margin-right: 3.8%;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 3.9%;
	padding-right: 3.9%
}

#review_board h3 {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-size: 20px;
	color: #0f3a9d;
	display: block;
	padding-bottom: 2%;
	padding-top: 2%
}

#review_board h3 .count {
	color: #666;
	font-size: 14px;
}

#review_board h3 .count strong {
	color: red;
	font-size: 16px;
}

#review_board h3 .refresh {
	float: right
}

#review_board .review_item_container {
	border-top: 1px solid #0f3a9d;
	border-bottom: 1px solid #0f3a9d;
	margin-bottom: 10px;
	clear: both;
}

#review_board .item {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f9f9f9;
	font-size: 14px;
	font-family: "���� ���", "�������", "NanumGothic", "Nanum Gothic", sans-serif;
}

#review_board .item:last-child {
	margin-bottom: 0;
}

#review_board .item .title_row .sub_title {
	font-size: 11px;
}

#review_board .item .title_row .title {
	font-weight: bold;
	color: #666;
	text-decoration: none
}

#review_board .item .title_row .title:hover,
#review_board .item .title_row .title:active,
#review_board .item .title_row .title:focus {
	color: #a0a0a0;
}

#review_board .item .title_row .date {
	font-size: 11px;
	color: #a0a0a0
}

#review_board .item .title_row .nick {
	font-size: 11px;
	color: #a0a0a0
}

#review_board .item .title_row .star .star_img {
	display: inline-block
}

#review_board .item .content_row {
	margin-top: 3px;
	padding-top: 10px;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.4em;
	height: 8.4em;
	font-size: 13px;
}

#review_board .paging {
	width: 100%;
	margin-bottom: 10px;
}

#review_board .paging .pagination {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

#review_board .paging .pagination li {
	float: left;
}

#review_board .paging .pagination li button {
	display: block;
	width: 100%;
	padding: 5px 7px;
	background-color: #fff;
	color: #666;
	border: 1px solid #e0e0e0;
	font-weight: bold;
}

#review_board .paging .pagination li.active button {
	background-color: #0f3a9d;
	color: #fff;
	border-color: #0f3a9d
}

#review_board .paging .pagination li a:hover button,
#review_board .paging .pagination li a:active button,
#review_board .paging .pagination li a:focus button {
	text-decoration: none;
	color: #000;
}

#review_board .paging .pagination li.disabled a button,
#review_board .paging .pagination li:disabled a button {
	cursor: not-allowed;
	color: #e0e0e0;
	border-color: #e0e0e0;
	background-color: #fff;
	font-weight: normal
}

#review_board_freepass {
	background-color: #fff;
	margin-left: 3.8%;
	margin-right: 3.8%;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 3.9%;
	padding-right: 3.9%
}

#review_board_freepass h3 {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-size: 20px;
	color: #0f3a9d;
	display: block;
	padding-bottom: 2%;
	padding-top: 2%
}

#review_board_freepass h3 .count {
	color: #666;
	font-size: 14px;
}

#review_board_freepass h3 .count strong {
	color: red;
	font-size: 16px;
}

#review_board_freepass h3 .refresh {
	float: right
}

#review_board_freepass .review_item_container {
	border-top: 1px solid #0f3a9d;
	border-bottom: 1px solid #0f3a9d;
	margin-bottom: 10px;
	clear: both;
}

#review_board_freepass .item {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f9f9f9;
	font-size: 14px;
	font-family: "���� ���", "�������", "NanumGothic", "Nanum Gothic", sans-serif;
}

#review_board_freepass .item:last-child {
	margin-bottom: 0;
}

#review_board_freepass .item .title_row .sub_title {
	font-size: 11px;
}

#review_board_freepass .item .title_row .title {
	font-weight: bold;
	color: #666;
	text-decoration: none
}

#review_board_freepass .item .title_row .title:hover,
#review_board_freepass .item .title_row .title:active,
#review_board_freepass .item .title_row .title:focus {
	color: #a0a0a0;
}

#review_board_freepass .item .title_row .date {
	font-size: 11px;
	color: #a0a0a0
}

#review_board_freepass .item .title_row .nick {
	font-size: 11px;
	color: #a0a0a0
}

#review_board_freepass .item .title_row .star .star_img {
	display: inline-block
}

#review_board_freepass .item .content_row {
	margin-top: 3px;
	padding-top: 10px;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.4em;
	height: 8.4em;
	font-size: 13px;
}

#review_board_freepass .paging {
	width: 100%;
	margin-bottom: 10px;
}

#review_board_freepass .paging .pagination {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

#review_board_freepass .paging .pagination li {
	float: left;
}

#review_board_freepass .paging .pagination li button {
	display: block;
	width: 100%;
	padding: 5px 7px;
	background-color: #fff;
	color: #666;
	border: 1px solid #e0e0e0;
	font-weight: bold;
}

#review_board_freepass .paging .pagination li.active button {
	background-color: #0f3a9d;
	color: #fff;
	border-color: #0f3a9d
}

#review_board_freepass .paging .pagination li button:hover,
#review_board_freepass .paging .pagination li button:active,
#review_board_freepass .paging .pagination li button:focus {
	text-decoration: none;
	color: #000;
}

#review_board_freepass .paging .pagination li.disabled button,
#review_board_freepass .paging .pagination li:disabled button {
	cursor: not-allowed;
	color: #e0e0e0;
	border-color: #e0e0e0;
	background-color: #fff;
	font-weight: normal
}

#passlist_container {
	background-color: #fff;
	margin-left: 3.8%;
	margin-right: 3.8%;
	margin-bottom: 0;
	padding-left: 3.9%;
	padding-right: 3.9%;
	overflow-y: hidden
}

#passlist_container h3 {
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-size: 20px;
	color: #0f3a9d;
	display: block;
	padding-top: 2%
}

#passlist_container h3 .count {
	font-size: 14px;
	color: #666;
}

#passlist_container h3 .count strong {
	font-size: 16px;
	color: red;
}

#passlist_container h3 .btn_more {
	float: right;
	font-size: 12px;
	color: #606060;
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
}

#passlist_container .refresh {
	float: right;
	padding-bottom: 2%;
}

#passlist_container .pass_item_container {
	clear: both;
	border-top: 1px solid #0f3a9d;
	margin-bottom: 10px;
}

#passlist_container #pass_list {
	position: relative;
	height: 300px;
	overflow: hidden;
	width: 100%;
}

#passlist_container #pass_title {
	height: 30px;;
	background-color: #4b77be;
	color: #fff;
	font-weight: bold;
}

#passlist_container #pass_list #pass_slide {
	overflow: hidden;
	position: absolute;
	top: 40px;
	width: 100%
}

#passlist_container #pass_list #pass_slide .pass_item,
#passlist_container #pass_title .pass_item {
	height: 40px;
	width: 100%;
}

#passlist_container #pass_list #pass_slide .pass_item > div,
#passlist_container #pass_title .pass_item > div {
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

#passlist_container #pass_list #pass_slide .pass_item .c_name,
#passlist_container #pass_title .pass_item .c_name {
	width: 20%
}

#passlist_container #pass_list #pass_slide .pass_item .duty,
#passlist_container #pass_title .pass_item .duty {
	width: 15%;
}

#passlist_container #pass_list #pass_slide .pass_item .pass_step,
#passlist_container #pass_title .pass_item .pass_step {
	width: 15%;
}

#passlist_container #pass_list #pass_slide .pass_item .gender,
#passlist_container #pass_title .pass_item .gender {
	width: 10%;
}

#passlist_container #pass_list #pass_slide .pass_item .age,
#passlist_container #pass_title .pass_item .age {
	width: 10%;
}

#passlist_container #pass_list #pass_slide .pass_item .school,
#passlist_container #pass_title .pass_item .school {
	width: 10%;
}

#passlist_container #pass_list #pass_slide .pass_item .grade,
#passlist_container #pass_title .pass_item .grade {
	width: 10%;
}

#passlist_container #pass_list #pass_slide .pass_item .toeic,
#passlist_container #pass_title .pass_item .toeic {
	width: 10%;
}

#share_wrap {
	background-color: #0C2033;
	padding: 0 0 2% 0;
	margin: 0 auto;
	margin-top: -2px;
}

#share_wrap .share_title {
	font-size: 1.8em;
	color: #fff;
}

.bg_color {
	background-color: #0b1722;
}

.bg_color.divider {
	height: 20px;
}

.btn_lecture_list {
	position: absolute;
	left: 22.7%;
	bottom: 3%;
	width: 54.6%;
}

.btn_suit {
	position: absolute;
	left: 42.5%;
	top: 31.4%;
	width: 23.2%
}

#section_slider0903 {
	background-color: #313333
}

#tab_container_fluid {
	background-color: #313333
}

.btn_fb_share {
	position: absolute;
	width: 63.3%;
	left: 18%;
	bottom: 1%
}

.youtube_container {
	background-color: #0b1722;
	padding: 5% 0 0 0;
}

.youtube_container #youtube {
	width: 56%;
	margin-left: 22%;
	border: 0;
	padding: 0;
}

.youtube_container .youtube_other {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	border: 0;
	padding: 0;
	float: left;
}

@media (max-width: 1000px) {
	.youtube_container #youtube {
		width: 90%;
		margin-left: 5%;
	}
}

@media (max-width: 900px) {
	.youtube_container .youtube_other {
		width: 90%;
		margin-left: 5%;
		margin-top: 1%;
	}

	#section6 #btn_prev {
		top: 35%;
		left: 7%;
		z-index: 12;
	}

	#section6 #btn_next {
		top: 35%;
		right: 7%;
		z-index: 12;
	}
}

@media (min-width: 901px) {
	#section6 #btn_prev {
		top: 40%;
		left: 7%;
		z-index: 12;
	}

	#section6 #btn_next {
		top: 40%;
		right: 7%;
		z-index: 12;
	}
}

button,
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0 !important;
	margin: 0;
	overflow: visible !important;
}

button.btn_a {
	border: none !important;
	padding: 0px !important;
	color: transparent;
	background-color: transparent !important;
	margin: 0 !important;
	-webkit-appearance: button;
	overflow: visible !important;
}

button.btn_a img {
	border: none !important;
	padding: 0px !important;
	color: transparent;
	background-color: transparent !important;
	margin: 0 !important;
	-webkit-appearance: button;
	overflow: visible !important;
}

#section6 #slider_container {
	position: absolute;
	width: 78.2%;
	margin-left: 10.9%;
	margin-right: 10.9%;
	z-index: 10;
	top: 0;
	overflow: hidden;
}

#section6 .btn_caret {
	position: absolute;
	width: 2.7%;
	z-index: 10;
	cursor: pointer;
}

#section6 #slider_container #slide_wrap {
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: hidden;
	padding-bottom: 20px;
}

#section6 #slider_container #slide_wrap img {
	float: left;
}

#section7 {
	padding-bottom: 40px;
}

#section9 {
	background-color: #e5e5e5;
}

.btn_container {
	padding-bottom: 20px;
}

.btn_container img.btn_effect.purchase_btn {
	width: 68%;
	display: block;
	margin: 5px auto 10px auto;
}

#section_tab .tab_list {
	list-style: none;
	width: 91.2%;
	margin: 0 auto;
	padding: 0
}

#section_tab .tab_list li {
	width: 25%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#section_tab .tab_list li.active {
}

#section_tab_content {
	background-color: #001C32;
}

.tab_content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.tab_content #tab_content_blank {
	opacity: 0;
	filter: alpha(opacity=0)
}

.tab_content .content_wrap {
	position: absolute;
	top: 0;
	left: 0;
}

.tab_content .content_wrap img {
	float: left;
}

#line_gray {
	background-image: url('../images/back_gray.png');
	background-repeat: repeat;
}

#banner_top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #162531;
	z-index: 101;
}

#top_btn_view {
	position: fixed;
	top: 10px;
	left: 50%;
	margin-left: 500px;
	z-index: 102;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

#top_btn_view:focus,
#top_btn_view:active,
#top_btn_view:hover {
	opacity: 0.5;
	filter: alpha(opacity=50)
}

@media (max-width: 1020px) {
	#top_btn_view {
		margin-left: 40%
	}
}