
/***********************
	service policy base
***********************/

/* serviceUpperBlock */
#serviceUpperBlock {
	width:880px;
	height:60px;
	margin:30px auto 10px;
}
#serviceUpperBlock h1 {
	float:left;
	padding: 0px 15px;
}
#serviceUpperBlock h2 {
	float:left;
	border-left:1px solid #BABCC0;
	padding: 3px 15px;
	margin-top: 15px;
}
#serviceUpperBlock img.logo {
	position:relative;
	vertical-align:middle;
}
#loginInformation {
	float:right;
	line-height:24px;
	height:24px;
}
#loginInformation .profile_name {
	vertical-align:bottom;
	font-size:1.2em;
	float:left;
	margin-right:5px;
}
#loginInformation img.profile_image {
	width:20px;
	height:20px;
	border:1px solid orange;
}

/* serviceMiddle */
#serviceMiddle {
	width:880px;
	margin:0px auto;
	position:relative;
}
#serviceMiddle .right_area {
	width:0px;
	height:0px;
	position:absolute;
	right:0px;
	top:0px;
}
.ie #serviceMiddle {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
	background:url('/media/image/empty_image.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

/* serviceMenu */
#serviceMenu {
	height:44px;
	background-color:#393E3A;
	overflow:hidden;
	border-top:1px solid #BBB;
	border-bottom:0px;
}
#serviceMenu .menuList {
	width:700px;
	list-style:none;
	height:100%;
	padding-left:4px;
	float:left;
}
#serviceMenu .menuList li {
	float:left;
	font-size:15px;
	display:block;
	padding:14px 10px;
	margin:0px 1px;
	min-width:75px;
	height:21px;
	text-align:center;
	color:white;
}
#serviceMenu .menuList li:hover {
	background-color:#454A45;
}
#serviceMenu .menuList li.selected {
	background-color:orange;
	color:black;
}
#serviceMenu .additionalMenu {
	width:160px;
	list-style:none;
	height:100%;
	padding-left:0;
	float:right;
}
#serviceMenu .additionalMenu li {
	float:right;
	overflow:hidden;
	font-size:9pt;
	display:block;
	padding:14px 10px;
	height:21px;
	text-align:center;
}
#serviceMenu .additionalMenu li a {
	color:orange;
}

/* serviceContents */
#serviceContents {
	padding:20px;
	background-color:rgba(255, 255, 255, 0.2);
}

/* serviceFooter */
#serviceFooter {
	width:880px;
	text-align:center;
	margin:20px auto 40px;
}
#serviceFooter  #policy {
	padding:10px 0px 10px;
}
#serviceFooter  img {
	width:100px;
}

/* orange splitter */
.serviceSplitter {
	height:4px;
	margin:0px auto;
	background-color:orange;
	border-bottom:1px solid #BBB;
}
.serviceSplitter.south {
	border-top:1px solid #BBB;
}


/***********************
	about swingbee
***********************/

/* common */
#aboutSwingbee {
	padding:0 20px;
}
#aboutSwingbee .header{
	background:url('/media/image/bases/logo.png');
	background-repeat:no-repeat;
	background-position:-35px 5px;
	width:180px;
	height:53px;
	margin:0 auto;
	font-size:1.2em;
	text-align:right;
}
#aboutSwingbee .movie_wrapper {
	border-top:5px solid #FFC91F;
	border-bottom:5px solid #FFC91F;
	margin:30px 0 20px;
}
#aboutSwingbee .movie_wrapper table tr {
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}
#aboutSwingbee .movie_wrapper table td.content.story {
	width:300px;
	line-height:2em;
}
#aboutSwingbee .movie_wrapper table td.content.story .subject {
	color:#FF7F00;
	font-size:19px;
	font-weight:bold;
	margin:5px 0px 30px 15px;
	white-space:nowrap;
}
#aboutSwingbee .movie_wrapper table td.content.story .description {
	margin:15px;
}
#aboutSwingbee .movie iframe {
	width:500px;
	height:288px;
	margin:-1px;
	margin-bottom:-3px;
}


/***********************
	user guide
***********************/

/* common */
#guide_board {
	width:700px;
	margin:40px auto;
}
#guide_board .thread_list {
	text-align:center;
}
#guide_board .thread_list .category {
	padding:0px;
}
#guide_board .thread_list .category_title {
	background-color:#C7C7C7;
	padding:8px;
	font-size:1.4em;
}
#guide_board .thread_list .empty {
	border-bottom:1px solid #C7C7C7;
	overflow:hidden;
	padding:8px;
	text-align:center;
}
#guide_board .thread_list .thread_element {
	border-bottom:1px solid #C7C7C7;
	overflow:hidden;
}
#guide_board .thread_list .thread_element .thread_information {
	font-size:12px;
	line-height:14px;
	padding:8px;
	cursor:pointer;
}
#guide_board .thread_list .thread_element:hover .thread_information {
	background-color:#FFC91F;
}
#guide_board .thread_list .thread_element.selected .thread_information {
	background-color:orange;
}
#guide_board .thread_list .thread_element.selected .thread_content {
	border:2px solid orange;
	border-top:none;
}
#guide_board .thread_list .thread_element .thread_information .thread_title {
	
}
#guide_board .thread_list .thread_element.selected .thread_information .thread_title {
	font-weight:bold;
}
#guide_board .thread_list .thread_element .thread_content {
	display:none;
	padding:18px 48px;
	width:600px;
	text-align:left;
}
#guide_board .thread_list .thread_element .orange {
	color:orange;
}


/***********************
	terms and conditions
***********************/

/* common */
#serviceContents .terms-and-conditions {
	padding:20px;
	margin:0px auto;
}
#serviceContents .terms-and-conditions .title {
	font-size: 20px;
	text-shadow: 1px 1px 1px #CCC;
	margin-bottom: 30px;
}
#serviceContents .terms-and-conditions .contents {
	color:#444;
	overflow: auto;
	margin-bottom: 10px;
	line-height: 20px;
}
#serviceContents .terms-and-conditions .contents .subtitle {
	font-size: 15px;
	color: black;
	line-height: 25px;
}


/***********************
	customer service
***********************/

/* common */
#serviceContents .customerService .headArea {
	height:35px;
	margin-bottom:20px;
	border-bottom:1px solid #DDD;
}
#serviceContents .customerService .headArea h3 {
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 10px 0 10px;
	font-size:18px;
	line-height:22px;
}
#serviceContents .customerService .headArea span {
	float:left;
	overflow:hidden;
	font-size:8pt;
	margin-top:7px;
	line-height:14px;
}
#serviceContents .customerService .headArea span.sub-menu {
	font-size:12pt;
	margin-top:1px;
	line-height:21px;
}
#serviceContents .customerService .headArea .fw-normal {
	font-weight:normal;
}
#serviceContents .customerService .headArea .fw-bold {
	font-weight:bold;
}
/* pagination */
.cs_pagination {
	text-align:center;
}
.cs_pagination ul {
	margin:10px;
	padding:0px;
}
.cs_pagination ul li {
	display:inline;
	font-size:15px;
}
.cs_pagination ul li:hover {
	text-decoration:underline;
}
.cs_pagination ul li.current {
	color:orange;
	text-decoration:none;
}

/* faq */
#faq_board {
	width:700px;
	margin:40px auto;
}
#faq_board .thread_list {
}
#faq_board .thread_list .head {
	background-color:#C7C7C7;
	padding:5px;
}
#faq_board .thread_list .head select {
	margin-left:10px;
}
#faq_board .thread_list .empty {
	border-bottom:1px solid #C7C7C7;
	overflow:hidden;
	padding:8px;
	text-align:center;
}
#faq_board .thread_list .thread_element {
	border-bottom:1px solid #C7C7C7;
	overflow:hidden;
	padding:8px;
	cursor:pointer;
}
#faq_board .thread_list .thread_element.selected {
	background-color:#E5F6E5;
}
#faq_board .thread_list .thread_element:hover {
	background-color:#E5F6E5;
}
#faq_board .thread_list .thread_element .thread_information {
	font-size:12px;
}
#faq_board .thread_list .thread_element .thread_information .thread_category {
	width:90px;
	margin-right:5px;
	display:inline-block;
	text-align:center;
}
#faq_board .thread_list .thread_element .thread_information .thread_title {
	padding-left:20px;
}
#faq_board .thread_list .thread_element.selected .thread_information .thread_title {
	font-weight:bold;
}
#faq_board .thread_list .thread_element .thread_content {
	display:none;
	margin-left:99px;
	padding:10px;
	padding-left:30px;
}
#faq_board .thread_list .thread_element .orange {
	color:orange;
}
#faq_bottom {
	width:550px;
	height:42px;
	background-color:#E7E7E7;
	padding:0 30px;
	margin:5px auto;
	overflow:hidden;
}
#faq_bottom .pleaseQuestion {
	width:409px;
	margin:14px 0;
	float:left;
}
#faq_bottom .faq_button {
	width:60px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	background-color:white;
	border:1px solid #C2C2C2;
	margin:7px 0 0 10px;
	float:right;
}
#faq_bottom .faq_button:hover {
	background-color:orange;
	border:1px solid black;
}

/* report */
#reportCase_wrapper {
	width:840px;
	height:190px;
	margin:50px auto 30px;
}
#reportCase_wrapper .reportCase {
	width:270px;
	height:190px;
	float:left;
	padding:0px 7px;
	background-image:url(/media/image/servicepolicy/rep_case2.png);
	background-repeat:no-repeat;
	background-position:160px 90px;
}
#reportCase_wrapper .reportCase.left {
	padding-left:0;
	background-image:url(/media/image/servicepolicy/rep_case1.png);
}
#reportCase_wrapper .reportCase.center {
	background-position:180px 90px;
}
#reportCase_wrapper .reportCase.right {
	padding-right:0;
	background-image:url(/media/image/servicepolicy/rep_case3.png);
}
#reportCase_wrapper .reportCase h2 {
	margin-bottom:20px;
	font-size:2em;
}
#reportCase_wrapper .reportCase .rep_button {
	display:block;
	width:60px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	background-color:white;
	border:1px solid #C2C2C2;
	margin:20px 5px;
}
#reportCase_wrapper .reportCase .rep_button:hover {
	background-color:orange;
	border:1px solid black;
}

/* report form shared by both of faq/inquiry & report */
#reportForm_wrapper {
}
#reportForm_wrapper table.write {
	width:720px;
	margin:10px auto;
}
#reportForm_wrapper table.write tr {
	border-bottom:1px solid #C7C7C7;
}
#reportForm_wrapper table.write th {
	vertical-align:top;
	text-align:left;
	width:80px;
	padding:10px 0px 12px 15px;
}
#reportForm_wrapper table.write td {
	padding:8px;
}
#reportForm_wrapper table.write td input.username {
	width:200px;
	margin-right:20px;
}
#reportForm_wrapper table.write td a.gotoLogin {
	margin-left:10px;
	font-size:0.9em;
	color:red;
	text-decoration:underline;
}
#reportForm_wrapper table.write td input.subject {
	width:548px;
}
#reportForm_wrapper table.write td textarea.content {
	resize:none;
	width:550px;
	height:300px;
}
#reportForm_wrapper .btnArea {
	width:720px;
	height:28px;
	margin:10px auto;
}
#reportForm_wrapper .btnArea .btn_wrapper {
	float:right;
	padding-right:60px;
}
#reportForm_wrapper .btnArea .btn_wrapper .btn {
	display:inline-block;
	width:80px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	background-color:white;
	border:1px solid #C2C2C2;
	margin:0px 5px 0px 0px;
	cursor:pointer;
}
#reportForm_wrapper .btnArea .btn_wrapper .btn:hover {
	background-color:orange;
	border:1px solid black;
}
.headArea .myHistory_btn {
	display:inline-block;
	width:60px;
	padding:5px;
	text-align:center;
	background-color:white;
	border:1px solid #C2C2C2;
	margin:0px 10px 0px 0px;
	cursor:pointer;
	font-size:11px;
	float:right;
}
.headArea .myHistory_btn:hover {
	/*background-color:orange;*/
	border:1px solid black;
}

/* notice */
#notice_article {
	width:700px;
	margin:25px auto;
}
#notice_article .header {
	padding:6px 12px;
	height:20px;
}
#notice_article .header .subject {
	float:left;
}
#notice_article .header .subject strong {
	font-size:1.2em;
	margin-left:10px;
}
#notice_article .header .date {
	color:#666;
	float:right;
}
#notice_article .contents {
	min-height:200px;
	padding:10px;
	border-top:2px solid #FFC91F;
	border-bottom:2px solid #FFC91F;
}
.clear_line {
	height:2px;
}
#notice_board {
	width:700px;
	margin:25px auto;
}
#notice_board ul{
	list-style:none;
	padding-left:0;
}
#notice_board div.article-list.wrapper {
	display:table;
	width:100%;
	border:0;
}
#notice_board ul.article-list {
	border-bottom:1px solid #C7C7C7;
}
#notice_board ul.article-list.line.selected li.subject {
	font-weight:bold;
}
#notice_board ul.article-list.line:hover {
	background-color:#E5F6E5
}
#notice_board ul.article-list.head {
	background-color:#C7C7C7;
	border-top:3px solid #C7C7C7;
	border-bottom:3px solid #C7C7C7;
}
#notice_board ul.article-list li {
	display:inline-block;
	padding:5px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	line-height:150%;
}
#notice_board ul.article-list li.no {
	width:40px;
}
#notice_board ul.article-list li.category {
	width:80px;
}
#notice_board ul.article-list li.subject {
	width:430px;
	padding-left:15px;
	padding-right:15px;
	text-overflow: ellipsis;
}
#notice_board ul.article-list li.date {
	width:75px;
}
#notice_board ul.article-list.head li {
	border-left:1px solid white;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
}
#notice_board ul.article-list.head li.no {
	border:none;
	padding-left:5px;
}
#notice_board ul.article-list.head li.subject {
	padding-left:14px;
}
#notice_board ul.article-list.line li.subject {
	text-align:left;
}

/* my_report */
#my_report_article {
	width:750px;
	margin:25px auto;
}
#my_report_article .element .header {
	padding:6px 12px;
	background-color:#FFC91F;
}
#my_report_article .element.selected .header {
	background-color:orange;
}
#my_report_article .element .header .subject strong {
	font-size:1.2em;
	margin-left:10px;
}
#my_report_article .element .contents {
	min-height:200px;
	padding:10px;
}
#my_report_article .element .tail {
	position:relative;
	height:70px;
	border-bottom:2px solid #FFC91F;
}
#my_report_article .element.selected .tail {
	border-color:orange;
}
#my_report_article .element .tail .information {
	position:absolute;
	bottom:0px;
	right:0px;
	border-top:1px solid #FFC91F;
}
#my_report_article .element.selected .tail .information {
	border-color:orange;
}
#my_report_article .element .tail .information .username {
	margin:10px;
}
#my_report_article .element .tail .information .username a:hover {
	text-decoration:underline;
}
#my_report_article .element .tail .information .date {
	margin:10px;
	color:#666;
}
#my_report_board {
	width:780px;
	margin:25px auto;
	font-size:0.9em;
}
#my_report_board ul{
	list-style:none;
	padding-left:0;
}
#my_report_board div.article-list.wrapper {
	display:table;
	width:100%;
	border:0;
}
#my_report_board ul.article-list {
	border-bottom:1px solid #C7C7C7;
}
#my_report_board ul.article-list.line.answer {
	background-color:#E7E7E7;
}
#my_report_board ul.article-list.line.selected li.subject {
	font-weight:bold;
}
#my_report_board ul.article-list.line:hover {
	background-color:#E5F6E5
}
#my_report_board ul.article-list.head {
	background-color:#C7C7C7;
	border-top:3px solid #C7C7C7;
	border-bottom:3px solid #C7C7C7;
}
#my_report_board ul.article-list li {
	display:inline-block;
	padding:5px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	line-height:150%;
}
#my_report_board ul.article-list li.no {
	width:35px;
}
#my_report_board ul.article-list li.category {
	width:120px;
}
#my_report_board ul.article-list li.subject {
	width:265px;
	padding-left:15px;
	padding-right:15px;
	text-overflow: ellipsis;
}
#my_report_board ul.article-list li.username {
	width:130px;
	text-overflow: ellipsis;
}
#my_report_board ul.article-list li.date {
	width:70px;
}
#my_report_board ul.article-list li.state {
	width:60px;
}
#my_report_board ul.article-list li.state.waiting {
	color:red;
}
#my_report_board ul.article-list li.state.done {
	color:green;
}
#my_report_board ul.article-list li.empty {
	display:block;
	text-align:center;
}
#my_report_board ul.article-list.head li {
	border-left:1px solid white;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
}
#my_report_board ul.article-list.head li.no {
	border:none;
	padding-left:5px;
}
#my_report_board ul.article-list.head li.subject {
	padding-left:14px;
}
#my_report_board ul.article-list.line li.subject {
	text-align:left;
}

/* report_admin */
#report_admin_article {
	width:750px;
	margin:25px auto;
}
#report_admin_article .element .header {
	padding:6px 12px;
	background-color:#FFC91F;
}
#report_admin_article .element .header .subject strong {
	font-size:1.2em;
	margin-left:10px;
}
#report_admin_article .element .contents {
	min-height:200px;
	padding:10px;
}
#report_admin_article .element .contents textarea {
	min-height:200px;
	max-height:600px;
	width:100%;
	max-width:100%;
}
#report_admin_article .element .tail {
	position:relative;
	height:70px;
	border-bottom:2px solid #FFC91F;
}
#report_admin_article .element .tail .information {
	position:absolute;
	bottom:0px;
	right:0px;
	border-top:1px solid #FFC91F;
}
#report_admin_article .element .tail .information input {
	display:inline-block;
	width:80px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	background-color:white;
	border:1px solid #C2C2C2;
	margin:10px 5px 10px 5px;
	cursor:pointer;
}
#report_admin_article .element .tail .information input.cancle {
	font-weight:normal;
}
#report_admin_article .element .tail .information input:hover {
	background-color:orange;
	border:1px solid black;
}
#report_admin_article .element .tail .information .username {
	margin:10px;
}
#report_admin_article .element .tail .information .username a:hover {
	text-decoration:underline;
}
#report_admin_article .element .tail .information .date {
	margin:10px;
	color:#666;
}
#report_admin_article .element .tail .information .functions {
	margin:10px;
	text-align:right;
	color:red;
	font-weight:bold;
}
#report_admin_article .element .tail .information .functions .btn {
	cursor:pointer;
}
#report_admin_board {
	width:780px;
	margin:25px auto;
	font-size:0.9em;
}
#report_admin_board ul{
	list-style:none;
	padding-left:0;
}
#report_admin_board div.article-list.wrapper {
	display:table;
	width:100%;
	border:0;
}
#report_admin_board ul.article-list {
	border-bottom:1px solid #C7C7C7;
}
#report_admin_board ul.article-list.line.selected li.subject {
	font-weight:bold;
}
#report_admin_board ul.article-list.line:hover {
	background-color:#E5F6E5
}
#report_admin_board ul.article-list.head {
	background-color:#C7C7C7;
	border-top:3px solid #C7C7C7;
	border-bottom:3px solid #C7C7C7;
}
#report_admin_board ul.article-list li {
	display:inline-block;
	padding:5px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	line-height:150%;
}
#report_admin_board ul.article-list li.no {
	width:35px;
}
#report_admin_board ul.article-list li.category {
	width:120px;
}
#report_admin_board ul.article-list li.subject {
	width:265px;
	padding-left:15px;
	padding-right:15px;
	text-overflow: ellipsis;
}
#report_admin_board ul.article-list li.username {
	width:130px;
	text-overflow: ellipsis;
}
#report_admin_board ul.article-list li.date {
	width:70px;
}
#report_admin_board ul.article-list li.state {
	width:60px;
}
#report_admin_board ul.article-list li.state.waiting {
	color:red;
}
#report_admin_board ul.article-list li.state.done {
	color:green;
}
#report_admin_board ul.article-list li.empty {
	display:block;
	text-align:center;
}
#report_admin_board ul.article-list.head li {
	border-left:1px solid white;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
}
#report_admin_board ul.article-list.head li.no {
	border:none;
	padding-left:5px;
}
#report_admin_board ul.article-list.head li.subject {
	padding-left:14px;
}
#report_admin_board ul.article-list.line li.subject {
	text-align:left;
}
#no_report_admin {
	width:780px;
	margin:25px auto;
}
#filterForm_wrapper {
	float:right;
}
#filterForm_wrapper label {
	margin-left:7px;
}
#filterForm_wrapper select {
	font-size:0.9em;
}

/* IE7.0 Fixes for notice, report, report_admin */
.ie7 ul.article-list {
	width:100%;
}
.ie7 ul.article-list.head {
	height:1.5em;
}
.ie7 ul.article-list li {
	float:left;
}