@charset "utf-8";

body, button, input, select, textarea, th, td, p, div, span, li, dt, dd, a {
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Nanum Gothic', '나눔고딕', 'sans-serif';
}

body {
	padding: 0;
	margin: 0;
}

body.with-modal {
	overflow-y: hidden;
}

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

ul.list-inline {
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
ul.list-inline>li {
	display: table-cell;
	float: left;
}

a:hover, a:active, a:focus, a { text-decoration: none; }

input,
input:active,
input:focus {
	outline: 0;
	box-shadow: none;
	background-color: transparent;
	border-color: transparent;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-user-modify: read-write-plaintext-only;
}

form>fieldset>legend {
	display: none;
}

.clear {
	clear: both;
}

.ellipsis {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-binding:url(ellipsis.xml#ellipsis);
}



::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
}
::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}
::-webkit-scrollbar-thumb {
	background-color:transparent;
	border-left:1px solid #E5E5E5;
	border-radius:20%;
}
::-webkit-scrollbar-track {
	background-color:transparent;
	box-shadow: none;
}

.uneditable-input.static {
	border: 0;
	background-color: #fff;
	text-shadow: none;
	box-shadow: none;
	margin-top: 2px;
	color: #333;
}
.uneditable-input.active {
	background-color: #d70000;
	color: #fff;
	border-radius: 2px;
}
.uneditable-input.active:before {
	content: "\2714";
}
select>option {
	min-height: 30px;
}

.form-mobile {
	margin-top:10px;
	padding: 5px;
	position: relative;
	}

	.form-mobile label.control-label {
		font-weight: bold;
		font-color: #999;
	}
	.form-mobile label.control-label>input[type="radio"] {
		margin: 0;
		height: 12px;
	}
	.form-mobile input,
	.form-mobile select,
	.form-mobile select>option,
	.form-mobile textarea {
		border-radius: 0;
		font-size: 14px;
	}
	.form-mobile>fieldset .title {
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
		background-color: #7083e2;
		color: #fff;
		padding: 5px;
		border-radius: 3px;
	}
	.form-mobile>fieldset .title:first-child {
		margin-top: 0;
	}
	.form-mobile>fieldset .title input {
		margin: 0;
	}
	.form-mobile>fieldset .title small {
		font-size: 12px;
	}
	.form-mobile .control-group {
		margin-bottom: 5px;
	}
	.form-mobile .btns {
		margin-top: 18px;
	}

/*
 * Bootstrap Table
 */
.table .text-left { text-align:left !important; }
.table .text-right {
	text-align:right !important;
	padding-right: 8px;
}
.table .text-center,
.table tr.text-center>th,
.table tr.text-center>td { text-align:center !important; vertical-align: middle; }
.table td.small { font-size: 13px; color: #999; font-family: arial; }

.table-condensed thead[class] th {
	padding-top: 9px;
	padding-bottom: 9px;
}
.table-condensed thead[class]>tr:first-child>th:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
.table-condensed thead[class]>tr:first-child>th:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.table-condensed thead.warning th { color: #333; text-shadow: 1px 1px #eec; }

.table>thead>tr>th>input[type="checkbox"],
.table>thead>tr>td>input[type="checkbox"],
.table>tbody>tr>th>input[type="checkbox"],
.table>tbody>tr>td>input[type="checkbox"] { margin: 0!important; }

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


/*
 * Bootstrap Label
 */
label.radio>input:checked + span,
label.checkbox>input:checked + span {
	display: inline-block;
	padding: 2px 4px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #c67605;
	margin-left: -3px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
label.radio.primary>input:checked + span,
label.checkbox.primary>input:checked + span { background: #0044cc; }
label.radio.important>input:checked + span,
label.checkbox.important>input:checked + span { background: #b94a48; }
label.radio.warning>input:checked + span,
label.checkbox.warning>input:checked + span { background: #f89406; }
label.radio.success>input:checked + span,
label.checkbox.success>input:checked + span { background: #468847; }
label.radio.info>input:checked + span,
label.checkbox.info>input:checked + span { background: #3a87ad; }
label.radio.inverse>input:checked + span,
label.checkbox.inverse>input:checked + span { background: #333333; }



/** Common
 *  Items
 */
ul.item-info-sign {
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
}
ul.item-info-sign>li {
	margin: 0;
	padding-left: 14px;
	font-size: 1em;
	text-align: left;
}
ul.item-info-sign>li .sign {
	display: inline-block;
	width: 19px;
	height: 18px;
	background-image: url(../images/iteminfo-icons.png);
	background-repeat: no-repeat;
	margin-left: -24px;
	float: left;
}
ul.item-info-sign>li .sign.sign-name { background-position: 0 0; }
ul.item-info-sign>li .sign.sign-color { background-position: 0 -18px; }
ul.item-info-sign>li .sign.sign-price { background-position: 0 -36px; }

/* input quantity */
.input-quantity {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.input-quantity>input {
	margin: 0;
}
.input-quantity input.readonly,
.input-quantity input[readonly] {
	background-color: #f5f5f5;
}
.input-quantity>a.btn {
	padding: 4px 6px;
}

/* input-quantity renew */
.input-quantity.active {
	margin-top: -1px;
	margin-left: -39px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 3px;
}
.input-quantity.active>a.btn {
	display: inline-block;
	padding: 4px;
}


/* Pagination */
.paging-wrap .pageinfo {
	margin: 0 auto;
	line-height: 34px;
}

.pagination {
	margin: 10px auto;
}

.pagination>li {
	display: inline-block;
}

.pagination>li>span,
.pagination>li>a {
	color: #428bca;
	position: relative;
	float: left;
	border: 1px solid #ddd;
	margin-left: -1px;
	padding: 4px 7px;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
}

.pagination>.active>a {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}

.pagination>li[disabled] {
	opacity: .5;
}

/* forms */
.form .m-controls {
	padding: 3px;
	text-align: center;
}

/* tooltip */
.tooltip.arrow-left>.tooltip-arrow { left: 20px; }

/* icon-bar */
.icon-bar {
	display: block;
	position: absolute;
	top: 13px;
	width: 22px;
	left: 8px;
	height: 3px;
	background-color: #515151;
	-webkit-box-shadow: inset .5px 1px 0 #424242;
	box-shadow: inset .5px 1px 0 #424242;
}
.icon-bar:after,
.icon-bar:before {
	position: absolute;
	left: 0;
	width: 22px;
	height: 3px;
	background-color: #515151;
	-webkit-box-shadow: inset .5px 1px 0 #424242;
	box-shadow: inset .5px 1px 0 #424242;
	content: '';
}
.icon-bar:before { top: 5px; }
.icon-bar:after { top: 10px; }


/**
 * SIDEBAR MENU
 * See also: http://tympanus.net/Development/SidebarTransitions/
 */
.m-sidebar {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background-color: #fff;
	box-shadow: 2px 0 9px rgba(0,0,0, 0.7);

	visibility: hidden;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;

	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);

	overflow-x: hidden;
	overflow-y: auto;

	-webkit-overflow-scrolling-y: touch;
	-moz-overflow-scrolling-y: touch;
	-ms-overflow-scrolling-y: touch;
	-o-overflow-scrolling-y: touch;
	overflow-scrolling-y: touch;

	border: 0;
	padding: 0;
	margin: 0;
}
.m-sidebar:-webkit-scrollbar {
	width: 0;
	height: 0;
}

.m-sidebar-shadow {
	z-index: 998;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);

	visibility: hidden;
	opacity: 0;
}

.m-sidebar-open {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed!important;
}

	.m-sidebar-open .m-sidebar {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.m-sidebar-open .m-sidebar-shadow {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	/* authinfo */
	.m-sidebar .auth-info {
		height: 44px;
		line-height: 44px;
		background-color: #ececec;
		padding-left: 10px;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
	}
	.m-sidebar .auth-info>.close-block {
		border-left: 1px solid #ddd;
		text-align: center;
	}
	.m-sidebar .auth-info>.close-block>a.close {
		border-left: 1px solid #fff;
		height: 44px;
		line-height: 44px;
		width: 44px;
	}

	/* top button */
	.m-sidebar .side-btns {
		border-top: 1px solid #f0f0f0;
	}
	.m-sidebar .side-btns>ul {
		width: 100%;
		display: table;
		background-color: #501313;
		overflow: hidden;
	}
	.m-sidebar .side-btns>ul>li {
		width: 33.3%;
		display: table-cell;
		float: left;
	}
	.m-sidebar .side-btns>ul>li>a {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 8px 0;
		font-size: 14px;
		color: #fff;
	}


	/* Categories */
	.m-sidebar>.categories>ul {
		overflow: hidden;
		background-color: #dc0000;
	}
	.m-sidebar>.categories>ul>li {
		height: 42px;
		background-color: #dc0000;
		/* background-image: linear-gradient(to bottom, #cc0000, #dc0000); */
		border-bottom: 1px solid #8e8e0f;
		overflow: hidden;
	}
	.m-sidebar>.categories>ul>li>a {
		display: inline-block;
		width: 100%;
		height: 32px;
		padding: 5px 0;
		line-height: 32px;
		color: #fff;

		font-weight: 900;
		padding-left: 18px;
	}
	.m-sidebar>.categories>ul>li.active>a {
		background-color: #501313;
		background-image: none;
	}

/**
 * Board
 */
.board-wrapper {
	}

	.board-wrapper tr[data-aid]>td {
		width: 100%;
	}

	.board-wrapper tr[data-aid]>td>.subject {
		width: 90%;
		font-size: 14px;
		color: #333;
		padding: 4px 8px;
	}

	.board-wrapper tr[data-aid]>td>.date {
		color: #999;
		font-size: 13px;
		padding: 2px 8px;
	}

	.board-wrapper .article {
		background-color: #fcfcfc;
		padding: 10px 5px;
		border: 1px solid #eee;
		min-height: 80px;
		margin-bottom: 8px;
	}

/* 	게시판 공지  */
	td>a>span.notice {
		font-weight: bold;
	}
/*  게시판 중요공지 */
	td>a>span.notice_1 {
		font-weight: bold;
		color: #FF0000!important;
	}

/**
 * SECTION Home
 */
	body.home header {
		position:relative;
		z-index:10;
		width:100%;
		height:71px;
		border-top:2px solid #e95266;
	}

	body.home header .logo {
		margin:10px 0 15px 0;
		text-align:center;
	}
	body.home header .logo img { height:42px; }
	
	body.home header .menu {
		position:absolute;
		margin:10px 0 0 10px;
	}
	body.home header .menu img { height:33px; }
	
	body.home header #Gnb { display:none; }
	body.home header #Gnb>ul { margin:0; }
	body.home header #Gnb>ul>li { position:relative; text-align:left; margin:0; }
	body.home header #Gnb>ul>li.menu { width:100%; font-size:12px; line-height:100%; font-weight:500; border-top:1px solid #d4c4c5; background:#e3e3e3; }
	body.home header #Gnb>ul>li.menu:last-child { border-bottom:1px solid #d4c4c5; }
	body.home header #Gnb>ul>li.menu span { display:inline-block; padding:13px 22px; color:#888888; }

	body.home header #Gnb>ul>li>.sub1,
	body.home header #Gnb>ul>li>.sub3,
	body.home header #Gnb>ul>li>.sub4,
	body.home header #Gnb>ul>li>.sub5 { display:none; }
	
	body.home header #Gnb>ul>li>.sub_menu { }
	body.home header #Gnb>ul>li>.sub_menu>li { position:relative; text-align:left; border-bottom:1px solid #d4c4c4; background:#fb4a78; }
	body.home header #Gnb>ul>li>.sub_menu>li>a { display:block; margin:0; padding:7px 30px; border:none; background:none; font-size:10px; font-weight:300; color:#fefefe; }

	body.home footer {
		xposition:absolute;
		bottom:0;
		width:100%;
		height:60px;
		background:#f5f5f5;
		}
	body.home footer div {
		top:-60px;
		margin:8px 10px;
		padding:0;
		font-size:0.3em;
		letter-spacing:-0.1em;
	}
	
xbody.home {
	background:url('../images/bg_main.jpg') no-repeat left top 67px;
	background-size:100%;
}
	#home>.visual {
		width: 100%;
		height: 413px;
		position: relative;
		/*background:url('../images/visual.png') center;*/
		}

	#home>.visual .slide-item {
		width: 100%;
		height: 413px;
		overflow:hidden;
		}
	#home>.visual .slide-item img { width: 100%; }
	.visual_text { position:absolute; z-index:1; width:100%; text-align:center; margin-top:40px; }

div.main_menu { position:absolute; z-index:1; top:385px; width:100%; }
div.main_menu ul { width:100%; }
div.main_menu ul li { float:left; width:25%; text-align:center; }
div.main_menu ul li img { width:90%; }

#home ul.contents li img { width:100%; }
#home ul.contents li table.tb_notice { width:96%; border-top:2px solid #ea5d70; border-left:1px solid #dadada; border-right:1px solid #dadada; border-bottom:1px solid #dadada; }
#home ul.contents li table.tb_notice tr { }
#home ul.contents li table.tb_notice td { padding:0 8px; border-bottom:1px dotted #d1d1d1; }
#home ul.contents li table.tb_notice span { display:inline-block; font-size:13px; line-height:2.1; vertical-align:middle; }
#home ul.contents li table.tb_notice span.ellipsis { width:210px; }
#home ul.contents li table.tb_notice a span { color:#363636; }
#home ul.contents li table.tb_notice span.date { color:#48abd9; font-size:0.8em; letter-spacing:-0.05em; }



/**
 * HEADER
 */
 	header .m_top { margin:0; }
 	header .m_top img { width:100%; }
 	header ul#subMenu { width:100%; }
 	header ul#subMenu li { float:left; width:20%; }
 	header ul#subMenu li img { width:100%; }
 	header .sub_submenu { clear:both; width:100%; height:25px; border-top:1px solid #d8d6d7; border-bottom:1px solid #d8d6d7; background:#f2f2f2; }
 	header .sub_submenu ul {}
 	header .sub_submenu ul li { float:left; padding:0 7px; }
 	header .sub_submenu ul li a { color:#706c6b; line-height:100%; }
 	header .sub_submenu ul li a.railbike.sub_on { color:#946bb1; }
 	header .sub_submenu ul li a.guide.sub_on { color:#9bbb40; }
 	header .sub_submenu ul li a.reservation.sub_on { color:#f26d64; }
 	header .sub_submenu ul li a.community.sub_on { color:#5ec6d3; }
 	
 	header .sub_subimgmenu { clear: both; width: 100%; background: #f2f2f2; } 
 	header .sub_subimgmenu ul {}
 	header .sub_subimgmenu ul li { width: 33.3%; float:left; padding: 0; border-top: 1px solid #d8d7d7; border-bottom: 1px solid #d8d7d7;  }
 	header .sub_subimgmenu ul li img { width: 100%; }



/**
 * FOOTER
 */
	footer {
		width:100%;
		height:60px;
		background:#f5f5f5;
		}
	footer div {
		padding:8px 10px;
		font-size:0.3em;
		letter-spacing:-0.1em;
	}
	footer div img { width:100%; }
  
  .pc {width:55px; height:24px; float:right; position:relative; z-index:1; clear:both;}


/***********************************************************************************************
 * Railbike
 */
.greeting { margin:10px; text-align:justify; }
.greeting span.cy { color:#9a5e0b; }
.greeting span.cr { color:#790000; }
.greeting span.cg { color:#00746b; }



/***********************************************************************************************
 * Reserve
 */
/*  약관동의 */
.reservation_guide { clear:both; padding-bottom:20px; }
.reservation_guide h5 { margin-left:10px; }
.reservation_guide .reservation_desc { margin:0 auto; width:95%; height:150px; overflow-y:scroll; border:1px solid #cccccc; }
.reservation_agree input,
.reservation_agree label { float:left; margin-left:10px; }


#userBikeReserve { margin:0 auto; }
#userBikeReserve .control-group { width:100%; padding-bottom:20px; border-bottom:1px dotted #898989; }
#userBikeReserve .line_none { padding-bottom:0; border-bottom:0; }
#userBikeReserve .control-group label.control-label { float:left; margin-right:10px; width:25%; text-align:right; color:#1997a6; font-weight:600; }
#userBikeReserve center { clear:both; }

#userBikeReserve .step1 center input[type="image"] { width:66px; height:36px; background:url('../images/btn_reserve_next.png'); }
#userBikeReserve .step1 table.table-condensed thead.change tr { width:100%; height:34px; color:#ffffff; background:url('../images/bg_reserve_tb_head.png') no-repeat top left; }
#userBikeReserve .step1 table.table-condensed thead.change tr th:first-child { border-top-left-radius:0;}
#userBikeReserve .step1 table.table-condensed tbody tr:first-child td { border:0; }
#userBikeReserve .control-group .controls input { width:55%; }
.total_price_area { padding:0 20px; text-align:right; font-size:18px; font-weight:600; color:#fe2b4b; display:none; }


/*  내역확인 */
div.myticket_search p { color:#787878; font-weight:600; }
div.myticket_search .control-group label.control-label { float:left; margin-right:10px; width:25%; text-align:right; color:#1997a6; font-weight:600; }
div.myticket_search .control-group .controls input { width:55%; }
div.myticket_search form button[type="submit"] { width:105px; height:36px; background:url('../../../assets/images/btn_reserve_check.png'); }
div.myticket_search form button[type="submit"] i,
div.myticket_search form button[type="submit"] span { display:none; }



/***********************************************************************************************
 * Common
 */
img.width100 { width:100%; }


