@import url('font.css');

body {
	background: #fafafa !important;
}

/* 상단 */
.ui-header {
	height: 50px;
	background: #3463c2 !important;
}

/* 상단메뉴 */
.tab_menu {
	overflow: hidden;
	height: 30px;
	background: #98b6d3;
}

.tab_menu li {
	float: left;
	width: 25%;
}

.tab_menu a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff !important;
	font-size: 80%;
	text-align: center;
	text-indent: 0.5em;
	background: url('../images/common/bg_tab_left.gif') no-repeat 0 0;
	background-size: 160px 37px;
}

/* 콘텐츠 시작 */
.ui-content3 {
		background: #ebebeb !important;
}
.ui-content2 { background: url('../images/login/intro_bg.jpg') no-repeat !important
	padding: 0;	
}

/* 카피라이터 */
.footer {
	height: 50px;
	background: #233d55 !important;
}

.footer_menu {
	overflow: hidden;
	width: 188px;
	margin: 0 auto;
}

.footer_menu li {
	float: left;
	margin-left: 1px;
}

.footer_menu li:first-child {
	margin-left: 0;
}

.copyright {
	text-align: center;
	color: #8c959d;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal !important;
	font-size: 11px;
	padding-top: 10px;
}

/* 왼쪽메뉴 */
.mypage {
	position: relative;
	line-height: 45px;
	background: #46b8df;

	text-indent: 15px;
}

.mypage a {
	color: #fff !important;
	font-weight: 600;
	font-size: 15px;
}

.mypage .btn_my {
	position: absolute;
	right: 1px;
	top: 3px;
}

.left_menu {
	background: #fff !important;
}

.gnb li h2 {
	text-indent: 15px;
	height: 40px;
	background: #3a658d url('/member2/images/common/bg_menu_1.png') no-repeat right center;
	cursor: pointer;
	background-size: 22px 7px;
	color: #c4d1dd;
	line-height: 40px;
	font-size: 14px;
	font-weight: 200;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.gnb li h2 a {
	color: #fff !important;
}

.depth_2 > li > a {
	display: block;
	width: 100%;
	height: 35px;
	color: #3a658d !important;
	line-height: 36px;
	font-size: 13px;
	background: #f1f6f9 !important;
	text-indent: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.depth_2 > li > a:hover {
	background: #f1f6f9 !important;
}

.depth_3 li {
	border-bottom: 1px solid #fff;
}


.depth_3 li a {
	display: block;
	line-height: 32px !important;
	color: #999 !important;
	font-size: 12px !important;
	background: #f7f7f7 url('/member2/images/common/bg_menu_3.jpg') no-repeat 14px center !important;
	background-size: 6px 1px !important;
	text-indent: 35px !important;
}

/* 서브 */
.sub_title {
	position: relative;
	background: #ffffff;
	line-height: 36px;
	text-align: center;
	color: #4e4e4e;
	font-size: 18px;
	font-weight: normal !important;
	padding: 10px 0;
}

.sub_title .b_left {
	position: absolute;
	left: 10px;
	top: 0px;
}

.sub_title .b_right {
	position: absolute;
	right: 10px;
	top: 0px;
}

.navi {
	background: #eee;
	border-bottom: 1px solid #dcdcdc;
	line-height: 30px;
	text-align: center;
	color: #999;
	font-size: 12px;
	font-weight: normal !important;
}

h1 {
	font-size: 15px;
	color: #1b436a;
	font-weight: 400;
}

.sub_con {
	padding: 0;
}

/* 콘텐츠 */
/* 탭처리 */
.tab_01 {
	overflow: hidden;
}

.tab_01 li {
	float: left;
	width: 50%;
}

.tab_01 li a {
	display: block;
	width: 100%;
	padding: 0 0;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666 !important;
	font-size: 12px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tab_01 li a.on, .tab_01 li a:hover {
	letter-spacing: -1px;
	color: #fff !important;
	font-weight: bold;
	background: #022f4e;
}

.tab_con_box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

/* 표 및 글작성 */
.content_table {
	width: 100%;
	border-top: #e5e5e5 solid 1px;
	margin-bottom: 30px;
}

.content_table th {
	width: 18%;
	padding: 0 1%;
	vertical-align: middle;
	border-bottom: #e5e5e5 solid 1px;
	border-right: #e5e5e5 solid 1px;
	background-color: #f8f8f8;
	color: #222;
}

.content_table th:last-child {
	border-right: 0px solid #e5e5e5;
}

.content_table td {
	min-height: 15px;
	height: auto;
	border-bottom: #e5e5e5 solid 1px;
	text-align: left;
	padding: 7px 0 7px 10px;
	color: #676768;
}

.content_table .last_td {
	border-right: 0px solid #e5e5e5;
}

.content_table td.s_table_td {
	border-bottom: #e5e5e5 solid 0px;
	padding: 3px 0 3px 3px;
}

.content_table td span {
	display: inline-block;
}

.content_table1 {
	width: 100%;
	border-top: #e5e5e5 solid 1px;
	margin-bottom: 30px;
}

.content_table1 thead th {
	text-align: center;
	padding: 7px 0 7px 10px;
}

.content_table1 th {
	padding: 0 1%;
	vertical-align: middle;
	border-bottom: #e5e5e5 solid 1px;
	border-right: #e5e5e5 solid 1px;
	background-color: #f8f8f8;
	color: #222;
}

.content_table1 th:last-child {
	border-right: 0px solid #e5e5e5;
}

.content_table1 td {
	min-height: 15px;
	height: auto;
	border-bottom: #e5e5e5 solid 1px;
	border-left: #e5e5e5 solid 1px;
	text-align: left;
	padding: 7px 0 7px 0;
	color: #676768;
	text-align: center;
}

.content_table1 td:first-child {
	border-left: 0;
}

.content_table1 td.s_table_td {
	border-bottom: #e5e5e5 solid 0px;
	padding: 3px 0 3px 3px;
}

.content_table1 td span {
	display: inline-block;
}

/* 커뮤니티 공간 */
.link_out li {
	margin-bottom: 5px;
}

.link_out li img {
	width: 100%;
}

/* 시스템페이지 */
/* 검색 및 인풋 속성 */
.input {
	background: #fff;
	height: 30px;
	text-shadow: none;
	color: #000;
	text-indent: 5px;
	border-radius: 3px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

.input[type=checkbox] {
	background: none;
}

.select {
	background: #fff;
	height: 30px;
	text-shadow: none;
	color: #000;
	text-indent: 10px;
	border: 1px solid #8e8e8e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top
}

.btn_search {
	display: inline-block;
	line-height: 30px;
	background: #8e8e8e;
	text-align: center;
	vertical-align: top
}

.textarea {
	border: 1px solid #8e8e8e;
	color: #000;
	background-color: #fff;
	margin: 10px auto 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 범용 리스트 */
.public_list {
	width: 100%;
	border-top: 2px solid #dd0023;
}

.public_list li {
	border-bottom: 1px solid #ddd;
}

.public_list li a {
	display: block;
	color: #666;
	font-weight: 600;
	padding: 10px 10px;
}

.public_list li span {
	display: block;
	color: #999;
	width: 100%;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
}

.public_list li span:first-child {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

/* 리스트타입 1 */
.list_type_1 {
	border-top: 2px solid #46708a; font-size: 13px; 
}

.list_type_1 > li {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4px;
	min-height: 116px;
}

.ul_type_3 .w30 {  padding: 0 15px; color: #4e4e4e; border-bottom: 1px solid #fff; box-sizing: border-box; }
.ul_type_3 .w70 { background: #fff; text-align: left; box-sizing: border-box; padding: 2px 15px;}
.list_type_1 .ul_type_4 .w30 { background: #ddf2f9; line-height: 38px; box-sizing: border-box; padding: 2px 15px; color: #4e4e4e; border-bottom: 1px solid #fff; text-align: center;}
.list_type_1 .ul_type_4 .w70 { line-height: 38px; box-sizing: border-box; padding: 2px 15px; color: #8f8f8f; border-bottom: 1px solid #efefef;}


.list_type_1 .ul_type_4 li .w100 { padding: 15px; box-sizing: border-box; }

.border_gray { border: 1px solid #efefef; box-sizing: border-box; }

/* 페이지 */
.number_list {
	overflow: hidden;
	display: inline-block;
}

.number_list li {
	float: left;
}

.number_list li a {
	display: block;
	line-height: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #777 !important;
}

.number_list li a.fc {
	border-left: 1px solid #ccc;
}

.number_list li a:hover, .number_list li a.on {
	color: #46b8df !important;
	font-weight: bold !important;
	letter-spacing: -1;
	border-bottom: 2px solid #46b8df;
	/*background: #f1f1f1;*/
}

.number_list li a img {
	vertical-align: top;
}

/* 범용 보기 */
.public_view {
	clear: both;
	border-top: 2px solid #022f4e;
	border-bottom: 1px solid #022f4e;
	overflow: hidden;
}

.public_view_title {
	position: relative;
	border-top: 2px solid #dd0023;
	background: #ededed;
	padding: 10px 10px 10px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}

.public_view_title span {
	display: block;
	font-size: 11px;
	color: #777;
	line-height: 12px;
}

.public_view_info {
	padding: 20px 10px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
}

.public_view_info img {
	max-width: 100%;
	height: auto !important;;
}

.public_view_list {
	width: 100%;
}

.public_view_list li {
	padding: 0 0 0 10px;
	color: #666;
	border-bottom: 1px solid #e3e3e3;
}

.public_view_list li span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
}

.public_view_list li span a:hover {
	color: #000 !important;
}

/* 이전, 다음글 보기 */
.pn_page {
	border-top: 1px solid #000;
	border-bottom: 1px solid #717171;
	overflow: hidden;
}

.pn_page li {
	width: 100%;
	overflow: hidden;
}

.pn_page li span {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.pn_page li .pn_q {
	background-color: #fcfcfc;
	border-right: 1px solid #717171;
	text-align: center;
	box-sizing: border-box;
}

.pn_page li .pn_a {
	text-indent: 10px;
}

.pn_page li .pn_a a {
	color: #666 !important;
	font-weight: normal;
}

.under_line {
	background: url('../images/sub/bg_c.gif') repeat-x 0 bottom;
}

/* 범용 글쓰기 */
.public_write {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.public_write th {
	text-align: left;
	text-indent: 10px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 13px;
}

.public_write th.no_bg {
	background: none;
}

.public_write th label {
	font-weight: 600;
	color: #000;
}

.public_write td {
	padding: 4px 10px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	background: #fdfdfd;
	border-left: 1px solid #ccc;
	line-height: 20px;
	text-align: left;
}

.public_write td a {
	color: #666;
	font-size: 12px;
}

.public_write td a:hover, .public_write td a:active {
	color: #000;
}

/* 조합형 리스트 */
.merge_list {
	width: 100%;
	overflow: hidden;
}

.merge_list li {
	position: relative;
	margin-bottom: 15px;
	background: url('/member2/images/board/bg_dot_line_01.gif') repeat-x center bottom;
}

.merge_list .merge_img {
	border: 1px solid #333;
	padding: 1px solid;
	width: 200px;
	height: 143px;
}

.merge_list li .nac {
	font-size: 11px;
	font-family: '돋움';
	display: inline-block;
	margin-top: 5px;
	background: #aaa;
	color: #fff;
	line-height: 14px;
	padding: 2px 5px 0;
}

.merge_list p {
	padding: 10px 0 15px 0;
}

.merge_list p a {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.merge_list li ul {
	width: 100%;
}

.merge_list li ul li {
	padding: 2px 0 1px 0;
	margin: 0;
	background: none;
	height: auto;
}

.merge_list li ul li span {
	display: inline-block;
}

.merge_list li ul li span:first-child {
	color: #999;
}

.merge_view {
	width: 100%;
	overflow: hidden;
}

.merge_view li {
	position: relative;
	padding: 0 0 15px 140px;
	margin-bottom: 30px;
}

.merge_view .merge_img {
	position: absolute;
	left: 10px;
	top: 0px;
}

.merge_view li ul {
	width: 100%;
}

.merge_view li ul li {
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 0 12px;
	padding: 4px 0 3px 20px;
	color: #666;
	border-bottom: 1px solid #e3e3e3;
}

.merge_view li ul li span {
	display: inline-block;
}

.under {
	height: 32px;
	border-bottom: 1px solid #ff2424;
}

/* 댓글 */
.review p:first-child {
	text-indent: 20px;
	background: url('/member2/images/board/icon_write.gif') no-repeat;
	margin-bottom: 5px;
}

.bg_review {
	background: url('/member2/images/board/bg_review.gif') repeat-y;
	padding: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

.review_list li {
	margin-bottom: 10px;
}

.review_list li span:first-child {
	display: block;
	text-indent: 10px;
	line-height: 30px;
	padding-top: 10px;
}

.review_list li .txt {
	display: block;
	background: #ebebeb;
	padding: 10px;
	color: #000;
}

/* 창작자 리스트 */
.album_type_1 {
	padding: 0 10px;
	min-height: 300px;
}

.album_type_1 > li {
	padding: 10px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4px;
	background: #f1f1f1;
}

.album_type_1 li a {
	display: block;;
}

.album_type_1 li:first-child {
	margin-left: 0;
}

.album_type_1 li .nac {
	font-size: 11px;
	font-family: '돋움';
	display: inline-block;
	margin: 5px 0 5px 0;
	background: #aaa;
	color: #fff;
	line-height: 14px;
	padding: 2px 5px 0;
}

.album_type_1 .img {
	position: relative;
	display: inline-block;
}

.album_type_1 .img img {
	max-width: 300px;
}

.album_type_1 .name {
	position: absolute;
	left: 0;
	bottom: 5px;
	display: block;
	line-height: 26px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: '돋움';
	font-size: 12px;
	background: url('/member2/images/main/bg_title.png') repeat;
}

.album_type_1 .subject {
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 5px 0 10px;
	color: #000 !important;
	overflow: hidden;
}

.album_type_1 .detail {
	display: block;
	padding: 0px 10px 5px 10px;
	line-height: 15px;
	font-size: 11px;
	color: #666;
	font-family: '돋움';
	height: 50px;
}

.album_type_1 .detail1 {
	display: block;
	line-height: 25px;
	font-size: 11px;
	color: #999;
	font-family: '돋움';
	height: 30px;
	background: url('/member2/images/board/icon_date.png') no-repeat 10px 7px;
	text-indent: 26px;
	border-top: 1px solid #ddd;
}

.album_type_1 li ul {
	width: 100%;
}

.album_type_1 li ul li {
	padding: 2px 0 1px 0;
	margin: 0;
	background: none;
	height: auto;
}

.album_type_1 li ul li span {
	display: inline-block;
}

.album_type_1 li ul li span:first-child {
	color: #999;
}

/* 창작자 보기 */
.detail_top_type_1 {
	position: relative;
	overflow: hidden;
}

/* 활동방 */
.meet_made {
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px;
	padding: 10px;
	background: #ebf8fb url('/member2/images/board/bg_meet_left.gif') no-repeat right bottom;
	background-size: 50% 50% !important;
}

.meet_made div {
}

.btn_made {
	display: block;
	height: 33px;
	text-align: center;
	padding-top: 80px;
	color: #000 !important;
	font-size: 16px;
	font-weight: 400;
}

/* 개인정보취급방침 */
.privacy-exp {
	color: #999;
}

.privacy-exp li.on {
	font-weight: bold;
}

.privacy-area {
	margin-top: 10px;
	height: 150px;
	border: 1px solid #e8e8e8;
	background: #fafafa;
	color: #999;
	overflow: scroll;
	overflow-x: hidden;
}

.privacy-area .privacy-inner {
	padding: 20px 15px;
}

.btn_agree {
	overflow: hidden;
}

.btn_agree span {
	display: block;
	float: left;
}

/* 박스 */
.box_1 {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.alim_box_2 {
	width: 730px;
	padding: 20px 15px 15px 15px;
	/*background: #fdfdfd url('/member2/images/board/bg_info_top.gif') no-repeat 0 top;*/
	border-bottom: 1px solid #94af51;
}

.in_box_2 {
	background: #fdfdfd;
	padding: 10px
}

/* 사이트맵 */
.sitemap li h4 {
	border-bottom: 1px solid #ff2424;
	background: url('/member2/images/board/icon_h4.gif') no-repeat 0 6px;
	padding: 0px 0 20px 0;
	text-indent: 20px;
	color: #000;
}

.sitemap .sdep_0 {
	margin-bottom: 20px;
}

.sdep_1 li {
	padding: 10px 0;
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 0px 16px;
	border-bottom: 1px dotted #999;
	color: #000;
	text-indent: 20px;
}

.sdep_1 li a {
	color: #000;
}

.sdep_2 {
	margin: 5px 0 5px 0;
}

.sdep_2 li {
	width: 100%;
	padding: 5px 0;
	border: 0;
	background: none;
	border-bottom: 1px dashed #efefef;
	text-indent: 20px;
}

.sdep_2 li a {
	font-size: 11px;
	color: #999;
}

.sdep_2 li a:hover {
	font-size: 11px;
	color: #000;
}

/* 마이페이지 콘텐츠 상단 */
.my_left {
	height: 100%;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.my_left img {
	width: 100%;
	vertical-align: bottom;
}

.my_right {
	height: 100%;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.my_right p {
	font-size: 15px;
	color: #000;
	padding: 10px 0 10px 13px
}

.my_link {
	overflow: hidden;
	padding: 10px 10px 0;
}

.my_link li {
	float: left;
	width: 49%;
	margin: 0 0.5% 4px 0.5%;
}

.my_link li a {
	display: block;
	text-align: center;
	padding: 10px;
}

.my_link li.m_aqua {
	background: #9edcd9;
}

.my_link li.m_aqua a {
	color: #224038;
}

.my_link li.m_aqua:hover {
	background: #80c7c4;
}

.my_link li.m_orange {
	background: #ffc589;
}

.my_link li.m_orange a {
	color: #a85c1c;
}

.my_link li.m_orange:hover {
	background: #ecaf71;
}

/* 시설예약안내 슬라이드 */
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	/*background: url(/images/a17.png) no-repeat;*/
	overflow: hidden;
}

.jssora05l {
	background-position: -10px -40px;
}

.jssora05r {
	background-position: -70px -40px;
}

.jssora05l:hover {
	background-position: -130px -40px;
}

.jssora05r:hover {
	background-position: -190px -40px;
}

.jssora05ldn {
	background-position: -250px -40px;
}

.jssora05rdn {
	background-position: -310px -40px;
}

.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 36px;
	border: #000 1px solid;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
	/*background: url(/images/alila/t01.png) center center;*/
	border-width: 0px;
	top: 2px;
	left: 2px;
	width: 70px;
	height: 36px;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
	top: 0px;
	left: 0px;
	width: 70px;
	height: 36px;
	border: #fff 1px solid;
}

.show_info {
	padding: 20px 0;
}

.show_info img {
	width: 100%;
}

/* 예약하기 */
.re_left {
	width: 100%
}

.re_right {
	width: 100%;
}

/* 달력 */
.calendar {
	width: 100%;
	overflow: hidden;
}

.left_calendar {
	float: left;
	width: 100%;
	margin: 0 30px 0 0;
	position: relative;
}

.left_calendar .icon {
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 1;
}

.right_calendar {
	float: left;
	width: 300px;
}

.cal_btn {
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;
	height: 25px;
	text-align: center;
	color: #ff2424;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	overflow: hidden;
}

.cal_btn a.cal_btn_prev {
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
}

.cal_btn a.cal_btn_next {
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
}

table.t_reserve {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #e3e3e3;
}

table.t_reserve th {
	color: #000;
	border: 1px solid #ccc;
	font-weight: normal;
	font-size: 11px;
	line-height: 40px;
	text-align: center;
}

table.t_reserve .sun {
	color: red;
}

table.t_reserve .sun a {
	color: red;
}

table.t_reserve .sat {
	color: #3c2d8d;
}

table.t_reserve .sat a {
	color: #3c2d8d;
}

table.t_reserve td {
	padding: 0px;
	border: 1px solid #ccc;
	text-align: center;
	height: 40px;
	color: #999;
}

.re {
	background: #eee;
}

table.t_reserve td a {
	display: block;
	width: 100%;
	line-height: 40px;
}

table.t_reserve td a:hover, table.t_reserve td a.on {
	color: #fff;
	background: url("/member2/images/board/bg_pattern_02.gif") repeat;
}

.today {
	font-weight: bold;
	text-decoration: underline;
	color: #000 !important;
	background: #fff0d3;
}

/* 시간선택 */
.time_box {
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.time_box ul {
	overflow: hidden;
	width: 100%;
	margin: 10px 0 0 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.time_box ul li {
	float: left;
	width: 40%;
	padding: 5px 5%;
}

.time_box ul li label {
	color: #000;
}

.dib {
	display: inline-block;
}

.personal a {
	display: inline-block;
	border: 1px solid #e3e3e3;
	border-left: 0;
	width: 20px;
	height: 19px;
	text-align: center;
	font-size: 11px;
	padding-top: 1px;
}

.personal a:first-child {
	border-left: 1px solid #e3e3e3;
}

.personal a:hover, .personal a.on {
	color: #fff;
	background: url("/member2/images/board/bg_pattern_02.gif") repeat;
}

/* 리스트 */
.table_list {
	width: 100%;
}

.table_list thead th {
	height: 38px;
	text-align: center;
	padding: 0 6px;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	background: url('/member2/images/board/bg_line_01.gif') no-repeat left center;
	margin-bottom: 10px;
	border-top: 1px solid #ff2424;
	border-bottom: 1px solid #ff2424;
}

.table_list thead th:first-child {
	background: none;
	border-left: 1px solid #ff2424;
}

.table_list thead th.th_e {
	border-right: 1px solid #ff2424;
}

.table_list tbody th {
	background: #fff;
	font-weight: normal;
}

.table_list td {
	padding: 8px;
	height: 24px;
	text-align: center;
	line-height: 18px;
	color: #666;
}

.span_hr {
	display: block;
	margin: 10px 0;
	width: 100%;
	height: 1px;
	font-size: 0;
	background: #aaa;
}

.span_hr_1 {
	display: block;
	margin: 0px 0;
	width: 100%;
	height: 1px;
	font-size: 0;
	background: #aaa;
}

/* 스타일가이드 */
/*
.sub_con h4{font-size:30px;color:#022f4e;line-height:30px;margin:0 0 0 10px;letter-spacing:-2px;margin:30px 0 30px 50px;}
.sub_con h5{font-family:'NanumGothic';font-size:20px;color:#333;line-height:24px;letter-spacing:-2px;margin:10px 0 10px 0;font-weight:600;}
.sub_con h6{font-family:'NanumGothic';font-size:16px;color:#333;line-height:24px;letter-spacing:-2px;font-weight:600;background:url('../images/sub/st_icon11.gif') no-repeat 0 2px;padding:0 0 0 25px;}
*/

/* 서브스타일 가이드 */
.sub_con h4 {
	font-weight: 600;
	line-height: 20px !important;
	color: #137ea3;
	text-align: center; 
}

.sub_con h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 19px !important;
	color: #040404;
	background: url('/member2/images/board/icon_h5.gif') no-repeat 0 2px;
	text-indent: 20px;
}

.sub_con h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 19px !important;
	color: #000;
	background: url('/member2/images/board/icon_h6.png') no-repeat 0 2px;
	text-indent: 20px;
}

/* ul */
.ul_type_1 {
	width: 100%;
}

.ul_type_1 li {
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 0 8px;
	padding: 0 0 7px 20px;
	color: #555;
	line-height: 18px !important;
}

.ul_type_1 li ul {
	margin-top: 10px;
}

.ul_type_1 li ul li {
	background: url('/member2/images/board/icon_list_02.gif') no-repeat 0 6px;
}

.ul_type_1 li ol {
	margin-top: 10px;
}

.ul_type_1 li ol li {
	background: url('/member2/images/board/icon_list_02.gif') no-repeat 0 6px;
}

.ul_type_1_1 {
	width: 100%;
}

.ul_type_1_1 li {
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 0 9px;
	padding-left: 20px;
	color: #666;
}

.ul_type_1_2 {
	width: 100%;
}

.ul_type_1_2 li {
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 0 12px;
	padding: 5px 0 3px 20px;
	color: #666;
	line-height: 160%;
}

.ul_type_1_3 {
	width: 100%;
}

.ul_type_1_3 li {
	background: url('/member2/images/board/icon_list_02.gif') no-repeat 0 10px;
	padding: 5px 0 3px 10px;
	color: #666;
	line-height: 160%;
}

.ul_type_2 {
	width: 100%;
}

.ul_type_2 li {
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 10px 12px;
	padding: 6px 0 6px 30px;
	color: #666;
	border-bottom: 1px solid #e3e3e3;
}

.ul_type_2 li span {
	display: inline-block;
}

.ul_type_2_1 {
	width: 100%;
	overflow: hidden;
}

.ul_type_2_1 li {
	float: left;
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 0 12px;
	padding: 6px 0 6px 20px;
	color: #666;
	border-bottom: 1px solid #e3e3e3;
	width: 329px;
}

.ul_type_2_2 {
	width: 100%;
}

.ul_type_2_2 li {
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 15px 13px;
	padding: 4px 0 4px 40px;
	color: #666;
	border-bottom: 1px solid #e3e3e3;
}

.ul_type_2_2 li span {
	display: inline-block;
}

.ul_type_3 {
	width: 100%;
	border-top: 2px solid #46708a;
}

.ul_type_3 li {
	color: #666;
	border-bottom: 1px solid #efefef;
	line-height: 25px;
}

.ul_type_3 li span {
	display: inline-block;
	text-align: center;
	background: #ddf2f9;
	line-height: 40px;
}

.ul_type_3_1 {
	width: 100%;
	border-top: 2px solid #dd0023;
}

.ul_type_3_1 li {
	color: #666;
	border-bottom: 1px solid #e3e3e3;
	line-height: 40px;
}

.ul_type_3 li .w25 { background: #ddf2f9;box-sizing: border-box; }

.ul_type_3 li .w75 { background: #fff; text-align: left; padding-left: 15px; box-sizing: border-box}

.ul_type_3_1 li span {
	display: inline-block;
	text-align: left;
}

.ul_type_4 {
	width: 100%;
}

.ul_type_4 li {
	border: none;
}

.ul_type_4 li:first-child {
	color: #666;
	border-top: none;
}

.ul_type_4 li span {
	display: inline-block;
	text-align: left;
}

.type_1_2 {
	width: 100%;
}

.type_1_2 li {
	background: url('/member2/images/board/icon_list_01.gif') no-repeat 0 12px;
	padding: 5px 0 3px 20px;
	color: #666;
	line-height: 160%;
}

/* ol */
.ol_type_1 {
	width: 100%;
}

.ol_type_1 li {
	padding: 0 0 0 0;
}

.ol_type_2 {
	width: 100%;
}

.ol_type_2 li {
	padding: 0 0 0 18px;
}

/* hr */
.hr {
	display: block;
	margin: 30px 0;
	height: 1px;
	width: 100%;
	font-size: 0;
	border-bottom: 1px dotted #333;
}

.hr1 {
	display: block;
	margin: 30px 0;
	height: 1px;
	width: 100%;
	font-size: 0;
	border-bottom: 1px dotted #333;
}

/* border*/
.b_b_1 {
	border: 1px solid #000;
}

/* Tab */
.tab_1 {
	overflow: hidden;
	width: 100%;
	height: 33px;
	background: url('/member2/images/board/tab_01__bg.gif') repeat-x;
}

.tab_1 li {
	float: left;;
	margin: 0 0 0 1px;
	width: 85px;
	height: 33px;
	text-align: center;
	background: url('/member2/images/board/tab_01_off.gif') no-repeat;
	color: #fff;
}

.tab_1 li:first-child {
	margin: 0;
}

.tab_1 li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding: 8px 8px 6px;
}

.tab_1 li a:hover, .tab_1 li a:active, .tab_1 li a.on {
	background-color: #1a3b76;
	color: #fff;
	border: none;
	background: url('/member2/images/board/tab_01_on.gif') no-repeat;
	color: #fff;
}

/* Tab */
.tab_2 {
	position: absolute;
	left: 320px;
	top: 12px;
	width: 100%;
	height: 48px;
}

.tab_2 li {
	float: left;;
	margin: 0 0 0 1px;
	width: 132px;
	height: 48px;
	background: url('/member2/images/board/tab_02_of.gif') no-repeat;
	color: #9a9a9a;
}

.tab_2 li:first-child {
	margin: 0;
}

.tab_2 li a {
	display: block;
	font-size: 16px;
	color: #9a9a9a;
	font-weight: 600;
	padding: 17px 0 0 22px;
	width: 110px;
	height: 31px;
	letter-spacing: -1px;
}

.tab_2 li a:hover, .tab_2 li a:active, .tab_2 li a.on {
	color: #333;
	border: none;
	background: url('/member2/images/board/tab_02_on.gif') no-repeat;
}

/* Tab_3 */
.tab_3 {
	overflow: hidden;
	width: 100%;
}

.tab_3 li {
	float: left;
	width: 11%;
	margin-right: 1px;
}

.tab_3 li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	background: #acacac;
	border: 1px solid #909090;
	padding-bottom: 2px;
}

.tab_3 li a.on, .tab_3 li a:hover {
	color: #fff;
	background: #525252;
	border: 1px solid #3d3d3d;
}

/* Tab_4 */
.tab_4 {
	overflow: hidden;
	width: 100%;
	height: 36px;
	background: url('/member2/images/board/bg_tab_4.gif') repeat-x 0 bottom;
}

.tab_4 li {
	float: left;
	margin-right: 1px;
	width: 33%;
}

.tab_4 li a {
	display: block;
	font-size: 15px;
	color: #666 !important;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-weight: normal;
}

.tab_4 li a.on {
	color: #333;
	background: #fff;
	color: #000 !important;
	font-weight: 600;
	border-top: 1px solid #ff2424;
	border-left: 1px solid #ff2424;
	border-right: 1px solid #ff2424;
}

/* Tab_5 */
.tab_5 {
	overflow: hidden;
	width: 100%;
}

.tab_5 li {
	float: left;
	margin-right: 1px;
	width: 33%;
	margin-bottom: 2px;
}

.tab_5 li a {
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	background: #c2c2c2;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
}

.tab_5 li a.on, .tab_5 li a:hover {
	border: none;
	background: #f8b132;
}

/* 테이블1 */
.table_type_1 {
	width: 100%;
	border-top: 2px solid #46708a;
	/*border-right: 1px solid #999;*/
}

.table_type_1 thead tr {
	/*background: #f3f3f3;*/
}

.table_type_1 th {
	height: 38px;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #4e4e4e;
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	background: #ddf2f9; 
}

.table_type_1 tbody th {
	background: #ddf2f9;
	font-weight: normal;
}

.table_type_1 td {
	padding: 12px 10px;
	height: 15px;
	text-align: center;
	line-height: 18px;
	color: #8f8f8f;
	border-bottom: 1px solid #efefef;
	background: #fff;
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	font-size: 13px;
}

.table_type_1 td.l_line {
	border-left: 1px solid #999 !important;
}

.l_left {
	border-left: 1px solid #999 !important;
}

.seat_reset {
	position: absolute;
	right: 20px;
	top: 20px;
}


.text_mypage2 {
	display: inline-block;
	float: left;
	width: 135px;
	height: 36px;
	font-size: 0.8em;
	color: #fff !important;
	text-indent: 0;
	padding: 9px 0 0 0;
}

.s_list li h3 {
	height: 40px;
	background: url('../images/common/right_1depth.gif') no-repeat 0 0;
	background-size: 270px 40px;
	text-indent: 1.5em;
	color: #fff;
	line-height: 40px;
	font-size: 0.9em;
}

.s_list li h3 .m1_icon {
	display: inline-block;
	width: 20px;
	font-weight: bold;
	text-indent: 0;
}

.s_list li h3 .m_arr {
	display: inline-block;
	float: right;
	width: 40px;
	height: 20px;
	font-weight: bold;
	text-indent: 0;
	background: url('../images/common/icon_1d.png') no-repeat left 0;
	background-size: 12px 12px;
	margin-top: 13px;
}

.s_list li h3 a {
	color: #fff !important;
}

.s_list li ul li {
	display: block;
	width: 100%;
	height: 40px;
	background: url('../images/common/right_2depth.gif') no-repeat 0 0;
	background-size: 270px 40px;
	color: #fff !important;
	line-height: 40px;
	font-size: 0.8em;
}

.m_arr1 {
	display: inline-block;
	float: right;
	width: 40px;
	height: 20px;
	font-weight: bold;
	text-indent: 0;
	background: url('../images/common/icon_2d.png') no-repeat left 0;
	background-size: 12px 12px;
	margin-top: 13px;
}

/* 게시판 리스트 */
.m_board {
	overflow: hidden;
}

.m_board fieldset {
	overflow: hidden;
}

.m_board .total_text {
	float: right;
	padding: 0 0 5px 5px;
	color: #666;
	line-height: 1.6em;
	overflow: hidden;
	font-size: 0.8em;
}

.m_board .total_text em {
	font-weight: bold;
	color: #333;
	font-size: 0.8em;
}

.m_board h3.m_board_title {
	background: #f1f1f1 !important;
	background-image: none !important;
	padding: 15px 10px !important;
	margin: 0 !important;
	font-size: 1.2em;
}

.tab_box {
	overflow: hidden;
	height: 40px;
	background: #ddd;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.tab02 {
	overflow: hidden;
	height: 40px;
	width: 96%;
	margin: 0 auto;
}

.tab02 li {
	float: left;
	font-size: 0.8em;
	width: 16.6666666666666667%;
}

.tab02 li a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #666 !important;
	font-size: 1em;
	letter-spacing: -1px;
}

.tab02 li a.on, .tab02 li a:hover {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #333 !important;
	box-sizing: border-box;
	background: #fff;
}

/* 게시판 글쓰기 */
.m_board_write {
	clear: both;
	border-top: 2px solid #717171;
	overflow: hidden;
}

.m_board_write li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
}

.m_board_write li label {
	font-size: 0.9em;
}

.m_board_write li span {
	display: block;
	float: left;
	font-size: 0.9em;
}

/* 버튼 */
.m_btn a {
	display: block;
	background: #555;
	color: #fff;
	font-weight: bold;
	/*font-family: 'NanumGothicWeb';*/
	font-size: 1.167em;
	padding: 7px 10px;
}


.tab_box1 {
	overflow: hidden;
	height: 45px;
	background: #eee;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.tab04 {
	overflow: hidden;
	height: 40px;
	width: 96%;
	margin: 0 auto;
	padding-top: 5px;
}

.tab04 li {
	float: left;
	font-size: 0.8em;
	width: 25%;
	background: url('../images/sub/line_r.gif') no-repeat right center;
}

.tab04 li a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #666 !important;
	font-size: 1em;
	letter-spacing: -1px;
}

.tab04 li a.on, .tab02 li a:hover {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #333 !important;
	box-sizing: border-box;
	background: #fff;
}

.no_bg {
	background: none !important;
}

.t_1 {
	width: 100%;
	border-top: 2px solid #dcdcdc;
}

.t_1 th {
	background: #f8f8f8;
	border-bottom: 1px solid #dcdcdc;
}

.t_1 td {
	border-bottom: 1px solid #dcdcdc;
	padding: 5px;
}

.t_1 tr td, .t_1 tr th {
	font-size: 0.8em;
	vertical-align: middle;
}

.t_1 tr td span {
	float: left;
	display: block;
}

.t_1 select {
	margin: 0 !important;
}

.t_2 {
	width: 100%;
	border-top: 2px solid #dcdcdc;
}

.t_2 th {
	background: #f8f8f8;
	border-bottom: 1px solid #dcdcdc;
	line-height: 40px;
}

.t_2 td {
	border-bottom: 1px solid #dcdcdc;
	padding: 5px;
	line-height: 36px;
	text-align: center;
}

.t_2 tr td, .t_1 tr th {
	font-size: 0.8em;
	vertical-align: middle;
}

.t_2 tr td span {
	float: left;
	display: block;
}

.t_2 select {
	margin: 0 !important;
}

.dan {
	overflow: hidden;
}

.cont {
	padding: 0px !important;background-image: none !important;
}
 


/* 프로그램신청폼 */
/* 뷰_쓰기 */
.table_view {
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: '돋움' !important;
}

.table_view th {
	height: 36px;
	text-align: left;
	text-indent: 25px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 11px;
	background: #f5f5f5 url('/member2/images/board/icon_fil.gif') no-repeat 15px 49.5%;
}

.table_view th.no_bg {
	background: none;
}

.table_view th label {
	text-indent: 20px;
	font-weight: 600;
	color: #000;
	font-family: '돋움' !important;
}

.table_view td {
	height: 38px;
	padding: 2px 10px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	background: #fdfdfd;
	border-left: 1px solid #ccc;
	line-height: 20px
}

.table_view td label {
	font-family: '돋움' !important;
}

.table_view td a {
	color: #666;
	font-size: 12px;
}

.table_view td a:hover, .table_view td a:active {
	color: #000;
}


