@charset "utf-8";

/* board01 */

.board_type01 table th {
	padding: 10px 0;
	font-size: 1.1em;
	color: #333;
	border-top: solid 2px #333;
	border-bottom: solid 1px #ccc;
}
.board_type01 table td {
	text-align: center;
	color: #555;
	padding: 10px 0;
	border-bottom: solid 1px #ddd;
}
.board_type01 table td.subject {
	text-align: left;
	padding-left: 44px;
	color: #555;
}
.board_type01 table td.subject a {
	color: #555;
}
.board_type01 table td.lock {
	background: url(/resource/img/ohmycar/icon_lock.png) no-repeat 20px center;
	background-size: 13px;
}
.board_type01Write {
	width: 90%;
	position: relative;
	margin: 0 auto;
}
.board_type01Write input {
	border: 1px solid #ddd;
	padding: 15px 10px;
	border-radius:5px;
}
.board_type01Write h6 {
	font-size: 16px;
	font-weight:600;
	margin-bottom: 10px;
}
.board_type01Write .check {
	background: url(/_img/icon_check2.png) no-repeat 15px center;
	padding-left: 30px !important;
}
.board_type01Write .wHead {
}
.board_type01Write .wHead ul {
	overflow: hidden;
	border-top: solid 2px #555;
}
.board_type01Write .wHead ul li {
	overflow: hidden;
	background: #fdfdfd;
}
.board_type01Write .wHead ul li .right {
	padding: 7px 0;
	width: 100%;
	background: #fff;
	position:relative;
}
.board_type01Write .wbody ul li .right:after,
.board_type01Write .wHead ul li .right:after{
	content:'필수';
	background: url(/_img/icon_check2.png) no-repeat 0;
	padding-left: 18px;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 22px;
}
.board_type01Write .wHead ul li .right input {
	width:100%;
}
.board_type01Write .wbody {
	margin-top: 20px;
}
.board_type01Write .wbody ul {
	overflow: hidden;
	border-top: solid 2px #555;
}
.board_type01Write .wbody ul li {
	overflow: hidden;
	background: #fdfdfd;
	border-bottom: solid 1px #e4e4e4;
}
.board_type01Write .wbody ul li .left {
	float: left;
	font-size: 12px;
	line-height: 44px;
	width: 30%;
	padding-left: 20px;
}
.board_type01Write .wbody ul li .right {
	padding: 7px 0;
	width: 100%;
	background: #fff;
	position:relative;
}
.board_type01Write .wbody ul li .right input {
	width:100%;
}
.board_type01Write .wbody ul li .right textarea {
	padding: 10px;
	width:100%;
	max-width: 592px;
	height: 150px;
	max-height: 150px;
	line-height: 1;
	border: 1px solid #DDDDDD;
	font-family: 'NanumBarunGothic', sans-serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.board_type01Write .wbody ul li .right input[type="file"] {
	border: 0;
	background: #fff;
	width: 500px;
}





.board_type01Password {
}
.board_type01Password .pBox {
	width: 768px;
	padding: 60px;
	margin: 30px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	background: #f6f6f6;
}
.board_type01Password .pBox h6 {
	font-size: 20px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 10px;
	letter-spacing: -0.5px;
	color: #555;
	line-height: 23px;
	font-weight: normal;
}
.board_type01Password .pBox h6 span {
	color: #999;
	font-size: 12px;
	margin-left: 15px;
}
.board_type01Password .pBox .pTxt {
	margin-top: 10px;
}
.board_type01Password .pBox .pTxt input {
	border: 1px solid #DEDEDE;
	width: 100%;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
}
.board_type01Password .pBox button.btnSubmit {
	width: 137px;
	float: right;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.board_type01Password .pBox a.btnCancel {
	width: 137px;
	display: block;
	float: right;
	background: #999;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 10px;
}
.board_type01Password .pBox button.btnSubmit:hover,
.board_type01Password .pBox button.btnCancel:hover {
	background: #2d334b;
}



/* board02 */

.board_type02 {
}
.board_type02 ul {
	margin: 0 0 -10px -8px;
	overflow: hidden;
}
.board_type02 ul li {
	width: 184px;
	height: 184px;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	background: #f6f6f6;
	padding: 20px;
	border: 2px solid #f6f6f6;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.board_type02 ul li:hover {
	border: 2px solid #dddee0;
}

.board_type02 ul li a {
	display: block;
}
.board_type02 ul li .num {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #E2E2E2;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.board_type02 ul li .subject {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	max-width: 100%;
	height: 40px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.board_type02 ul li .data {
	color: #999;
}
.board_type02 ul li .con {
	width: 144px;
	font-size: 11px;
	color: #999;
	line-height: 16px;
	height: 32px;
	max-width: 100%;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	position: absolute;
	top: 90px;
}
.board_type02 ul li.noCon {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	width: 766px;
	line-height: 144px;
	float: none;
	font-weight: bold;
	font-size: 30px;
	color: #555;
	text-align: center;
}
.board_type02 ul li.noCon:hover {
	border: 2px solid #f6f6f6;
}
.board_type02View .vRef b{
	padding: 10px;
	width:100%;
	font-weight:500;
	display:block;
}
.board_type02View .vRef p{
	margin-bottom: 20px;
	padding: 0 10px;
	color:#444;
}



/* board03 */

.board_type03 table {
	border-top: solid 2px #8C8C8C;
	border-bottom: solid 2px #C1C1C1;
}
.board_type03 table tr.viewFaqContent {
	display: none;
}
.board_type03 table tr:last-child td {
	border-bottom: solid 1px #aaa;
}
.board_type03 table td {
	text-align: center;
	font-size: 14px;
	color: #333;
	padding: 19px 0;
	border-bottom: solid 1px #efefef;
}
.board_type03 table td.subject {
	background: url(/resource/img/ohmycarRe/icon_Q.png) no-repeat 20px 19px;
	text-align: left;
	padding-left: 43px;
}
.board_type03 table td.subject a {
	display: block;
	padding-right: 52px;
	color: #555;
}
.board_type03 table td.subject a.faq {
	background: url(/resource/img/ohmycarRe/faq_close.png) no-repeat right;
}
.board_type03 table td.subject a.faq.active {
	background: url(/resource/img/ohmycarRe/faq_open.png) no-repeat right;
	color: #1A8BC5;
}
.board_type03 table td.answer {
	padding: 40px 80px;
	background: #FCFCFC url(/resource/img/ohmycarRe/icon_A.png) 30px 40px no-repeat;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #555;
}


/* board04 */

.board_type04 {
}
.board_type04 ul {
	margin: 0 0 -10px -8px;
	overflow: hidden;
}
.board_type04 ul li {
	width: 378px;
	height: 184px;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	background: #f6f6f6;
	padding: 20px;
	border: 2px solid #f6f6f6;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.board_type04 ul li:hover {
	border: 2px solid #dddee0;
}
.board_type04 ul li a {
	display: block;
}
.board_type04 ul li .photo {
	width: 100px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 5px;
	border: 2px solid #dedede;
}
.board_type04 ul li .photo img {
	min-height: 60px;
	min-width: 100px;
}
.board_type04 ul li .subject {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	max-width: 225px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.board_type04 ul li .data {
	color: #999;
}
.board_type04 ul li .con {
	font-size: 11px;
	color: #999;
	line-height: 16px;
	height: 48px;
	width: 338px;
	max-width: 100%;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.board_type04 ul li.noCon {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	width: 766px;
	line-height: 144px;
	float: none;
	font-weight: bold;
	font-size: 30px;
	color: #555;
	text-align: center;
}
.board_type04 ul li.noCon:hover {
	border: 2px solid #f6f6f6;
}

/* board05 */

.board_type05 {
	border-top: 2px solid #e6e6e6;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: -0.5px;
}
.board_type05 table td {
	text-align: center;
	color: #999;
	padding: 13px 0;
	border-bottom: solid 1px #e6e6e6;
}
.board_type05 table td.num {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	font-size: 24px;
	color: #1671A9;
	font-weight: 400;
}
.board_type05 table td.subject {
	text-align: left;
	height: 64px;
	padding-left: 50px;
	font-size: 15px;
}
.board_type05 table td.subject a:hover {
	text-decoration: underline;
}
.board_type05 table td.subject .data {
	font-size: 12px;
	letter-spacing: 0;
}
.board_type05 table td.lock {
	background: url(/resource/img/ohmycarRe/icon_lock.png) no-repeat 20px center;
	background-size: 13px;
}
.board_type05 table td.comp {
	color: #6aaaca;
}

/* board06 */

.board_type06 {
}
.board_type06 ul {
	overflow: hidden;
}
.board_type06 ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.board_type06 ul li:hover {
	border: 1px solid #555;
}
.board_type06 ul li a {
	display: block;
}
.board_type06 ul li .photo {
	width: 100%;
	overflow: hidden;
}
.board_type06 ul li .txt {
	width: 100%;
	padding: 15px 15px 0;
}
.board_type06 ul li .flag {
	position: absolute;
	bottom: 11px; right: 15px;
}
.board_type06 ul li .flag span {
	display: inline-block;
	width: 80px; height: 22px;
}
.board_type06 ul li .flag span.going {
	background: url(/resource/img/ohmycarRe/flag_going.png) no-repeat;
}
.board_type06 ul li .flag span.end {
	background: url(/resource/img/ohmycarRe/flag_end.png) no-repeat;
}
.board_type06 ul li .flag span.standby {
	background: url(/resource/img/ohmycarRe/flag_standby.png) no-repeat;
}
.board_type06 ul li .subject {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.75px;
}
.board_type06 ul li .data {
	color: #999;
	font-size: 12px;
	line-height: 45px;
	margin-top: 15px;
	border-top: 1px solid #F3F3F3;
}
.board_type06 ul li.noCon {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	width: 766px;
	line-height: 144px;
	float: none;
	font-weight: bold;
	font-size: 30px;
	color: #555;
	text-align: center;
}
.board_type06 ul li.noCon:hover {
	border: 2px solid #f6f6f6;
}

/* board07 */

.board_type07 {
}
.board_type07 ul li.noCon {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	width: 766px;
	line-height: 144px;
	float: none;
	font-weight: bold;
	font-size: 30px;
	color: #555;
	text-align: center;
}
.board_type07 ul li.noCon:hover {
	border: 2px solid #f6f6f6;
}

.board_type07 .latest_media {
	position: relative;
	padding-top: 10px;
}
.board_type07 .latest_media .post {
	background: #fdfdfd;
	width: 246px !important;
	float: left;
	border-radius: 10px;
	border: 1px solid #dedede;
	overflow: hidden;
	padding: 20px;
	margin: 5px;
	
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}
.board_type07 .latest_media .post a.img {
	width: 100%; max-height: 250px;
	display: inline-block;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.board_type07 .latest_media .post a.img img {
	width: 100%;
}
.board_type07 .latest_media .post h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}
.board_type07 .latest_media .post h2 a {
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #888;
	font-size: 18px;
	line-height: 24px;
}
.board_type07 .latest_media .post h2 a:hover {
	color: #000;
}
.board_type07 .latest_media .post p {
	font-size: 13px;
	line-height: 22px;
	color: #555;
	letter-spacing: -0.25px;
}
.board_type07 .latest_media .post .more_btn {
	background: #1671A9;
	width: auto;
	padding: 10px 15px 8px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin: 10px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.board_type07 .latest_media .post .more_btn:hover {
	background: #333;
}
.board_type07 .post_bottom {
	overflow: hidden;
	border-top: 1px dotted #e8e8e8;
	padding-top: 10px;
}
.board_type07 .post_bottom .date {
	color: #aaa;
	font-size: 12px;
	float: right;
}


/* board08 */

.board_type08 {
}
.board_type08 ul li.noCon {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	width: 766px;
	line-height: 144px;
	float: none;
	font-weight: bold;
	font-size: 30px;
	color: #555;
	text-align: center;
}
.board_type08 ul li.noCon:hover {
	border: 2px solid #f6f6f6;
}
.board_type08 .latest_media {
	position: relative;
	padding-top: 10px;
}
.board_type08 .latest_media .post {
	background: #fdfdfd;
	width: 246px !important;
	float: left;
	border-radius: 10px;
	border: 1px solid #dedede;
	overflow: hidden;
	padding: 15px;
	margin: 5px;
	
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}
.board_type08 .latest_media .post a.img {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.board_type08 .latest_media .post a.img img {
	width: 100%;
}
.board_type08 .latest_media .post a .video {
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	opacity: 0.7;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    z-index: 11;
    
   	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.board_type08 .latest_media .post a:hover .video {
	opacity: 1;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.board_type08 .latest_media .post a .video_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
	z-index: 10;
}
.board_type08 .latest_media .post h2 {
	text-align: center;
	padding: 0 10px 0;
}
.board_type08 .latest_media .post h2 a {
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #555;
	font-size: 16px;
	line-height: 18px;
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
}
.board_type08 .latest_media .post h2 a:hover {
	text-decoration: underline;
}
.board_type08 .date {
	color: #999;
	font-size: 12px;
	text-align: center;
}

/* board09 */
.board_type09 {
	
}
.board_type09 ul {
	overflow: hidden;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.board_type09 ul li {
	width: 33.333333%;
	float: left;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 13px 13px 0;
}
.board_type09 ul li a {
	display: block;
	letter-spacing: -0.5px;
}
.board_type09 ul li .photo {
	width: 100%; height: 163px;
	overflow: hidden;
}
.board_type09 ul li .photo img {
	width: 100%;
	min-height: 100%;
}
.board_type09 ul li .tit {
	margin: 15px 0 10px;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	max-width: 90%;
	word-break: keep-all;
	overflow: hidden;
	color: #000;
}
.board_type09 ul li .txt {
	font-size: 12px;
	color: #777;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	max-width: 90%;
	word-break: keep-all;
}
.board_type09 ul li .cnt {
	margin: 15px 0 20px;
	font-size: 11px;
	color: #bbb;
}
.board_type09 ul li .cnt span {
	display: inline-block;
}
.board_type09 ul li .cnt .bar {
	margin: 0 5px;
	color: #dedede;
}
.board_type09 ul li .cnt .views {
	border-right: 0;
	background: url(/resource/img/ohmycarRe/mobile/icon_eyes.png) no-repeat 0 center;
	background-size: 12px;
	padding-left: 16px;
}
/* board10 */
.board_type10 {
	margin:-10px;
	padding:10px 0px;
}

/* post_bottom */
.board_type10 ul li .post_bottom {
	width: 100%;
	font-size: 11px;
	color: #91969a;
	line-height: 15px;
	padding: 10px 0 8px;
	border-top: 1px dashed #E6E6E6;
	position: absolute;
	bottom: 0; left: 0;
	background: #fff;
}
.board_type10 ul li .post_bottom div {
	display: inline-block;
	padding-left: 18px;
	margin: 0 10px;
}
.board_type10 ul li .post_bottom .comment {
	background: url(/resource/img/ohmycarRe/icon_comment.png) no-repeat 0 0;
}
.board_type10 ul li .post_bottom .read {
	background: url(/resource/img/ohmycarRe/icon_eye.png) no-repeat 0 2px;
}


.board_type10 ul {

}
.board_type10 ul:after {
	display: block;
	clear: both;
	content: '';
}
.board_type10 ul li {
	float: left;
	width: 33.333333%;
	position: relative;
	overflow: hidden;
}
.board_type10 ul li a {
	display: block;
}
.board_type10 ul li.photo_box {
	padding: 10px;
}
.board_type10 ul li.photo_box a {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	position: relative;
	height: 365px;
}
.board_type10 ul li.photo_box .photo {
	height: 180px;
	position: relative;
}
.board_type10 ul li.photo_box .photo .bg {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: #85929e;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.board_type10 ul li.photo_box .photo .more {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: #2b303b;
	color: #fff;
	text-align: center;
	line-height: 180px;
	letter-spacing: 5px;
	display: none;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
.board_type10 ul li.photo_box .subject {
	margin: 15px 0 10px 15px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	color: #000;
	letter-spacing: -0.5px;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.board_type10 ul li.photo_box .con {
	margin: 0 15px;
	font-size: 12px;
	color: #777;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	max-width: 90%;
	word-break: keep-all;
}

.board_type10 ul li.text_box {
	padding: 10px;
}
.board_type10 ul li.text_box a {
	border: 5px solid #e6e6e6;
	overflow: hidden;
	position: relative;
	height: 365px;
	background: url(/resource/img/ohmycarRe/line.png) repeat 0 8px;
}
.board_type10 ul li.text_box .subject {
	margin: 68px 0 10px 20px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	color: #000;
	letter-spacing: -0.5px;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.board_type10 ul li.text_box .con {
	position: relative;
	margin: 0 20px;
	font-size: 12px;
	line-height: 20px;
	color: #777;
	max-width: 70%;
	word-break: keep-all;

}
.board_type10 ul li.text_box .con:after {
	display: block;
	clear: both;
	content: '';
	background: url(/resource/img/ohmycarRe/icon_3dot.png) no-repeat;
	width: 14px; height: 2px;
	position: absolute;
	left: 2px; bottom: 0;
	margin-bottom: -20px;
}
/* hover */
.board_type10 ul li:hover a {
	border-color: #333;
}
.board_type10 ul li:hover .subject {
	text-decoration: underline;
}
/*
.board_type10 ul li:hover .con {
	text-decoration: line-through;
}
*/
.board_type10 ul li.photo_box:hover .photo .more {
	display: block;
}

/* �������� */
.board_type01View {
	margin:0 auto;
	width:1200px;
	
}
.board_type01View .vHead {
	padding: 0 20px;
	overflow: hidden;
	background: #dddee0;
	position: relative;
	height: 65px;
	line-height: 65px;
	border-radius: 10px;
}
.board_type01View .vHead .subject {
	font-size: 13px;
	color: #333;
	max-width: 500px;
}
.board_type01View .vHead .info {
	position: absolute;
	right: 0; top: 0;
}
.board_type01View .vHead .info span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #D7D7D7;
	font-size: 11px;
	color: #777;
}
.board_type01View .vHead .info span:last-child {
	border-right: 0;
}
.board_type01View .vContent {
	padding: 30px;
	border-bottom: solid 1px #DEDEDE;
	min-height: 200px;
	line-height: 22px;
	color: #555;
	font-size: 14px;
}
.board_type01View .vContent img {
	max-width: 100% !important;
	height: auto !important;
}
.board_type01View .vContent .answer {
	padding: 30px;
	min-height: 100px;
	background: #FDFDFD;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	margin-bottom: 20px;
}
.board_type01View .vContent .answer h4 {
	font-size: 16px;
	color: #EE3D7A;
	margin-bottom: 10px;
}

.board_type02View {
	
}
.board_type02View .vHead {
	overflow: hidden;
	padding: 18px 10px;
	position: relative;
	border-bottom: 1px solid #555;
	border-top: 2px solid #555;
}
.board_type02View .vHead .subject {
	font-size: 18px;
	line-height: 24px;
	color: #666;
	width: 100%;
}
.board_type02View .vHead .info {
	margin-top: 7px;
}
.board_type02View .vHead .info span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #D7D7D7;
	font-size: 12px;
	color: #777;
}
.board_type02View .vHead .info span:last-child {
	border-right: 0;
}
.board_type02View .vHead .info span strong {
	font-weight: normal;
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
}
.board_type02View .vHead .btn_area {
	position: absolute;
	right: 10px;
	top: 20px;
}
.board_type02View .vHead .btn_area a.go_rentacar {
	display: inline-block;
	background: #dc3d3c;
	color: #fff;
	padding: 12px 25px;
	font-size: 15px;
	border-radius: 5px;
}
.board_type02View .vHead .btn_area a.go_rentacar:hover {
	background: #555;
}
.board_type02View .vContent {
	padding: 10px;
	border-bottom: solid 1px #DEDEDE;
	min-height: 200px;
	line-height: 22px;
	color: #555;
	font-size: 14px;
}
.board_type02View .vContent img {
	max-width: 100% !important;
	height: auto !important;
}
.board_type02View .vContent .answer {
	padding: 30px;
	min-height: 100px;
	background: #FDFDFD;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	margin-bottom: 20px;
}
.board_type02View .vContent .answer h4 {
	font-size: 16px;
	color: #EE3D7A;
	margin-bottom: 10px;
}
.board_type02View .vContent .btn_area a.go_rentacar {
	display: block;
	text-align: center;
	background: #fff;
	color: #555;
	border: 1px solid #555;
	padding: 12px 25px;
	font-size: 15px;
	border-radius: 5px;
}
.board_type02View .vContent .btn_area a.go_rentacar:hover {
	background: #333;
	color: #fff;
}


/* ������, ������ */
.boardNext {
	overflow: hidden;
	margin-top: 30px;
	border-top: 2px solid #585858;
	border-bottom: 1px solid #a0a0a0;
}
.boardNext .prev,
.boardNext .next {
	width: 100%;
}
.boardNext .prev a,
.boardNext .next a {
	display: block;
	width: 100%; height: 45px;
	line-height: 45px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 13px;
}
.boardNext .prev .arr {
	display: inline-block;
	background: url(/resource/img/ohmycarRe/icon_arrow_up.png) no-repeat 41px center;
	background-size: 7px;
	padding-right: 29px;
	border-right: 1px dotted #EAEAEA;
	margin-right: 15px;
}
.boardNext .next {
	border-top: 1px solid #d8d8d8;
}
.boardNext .next .arr {
	display: inline-block;
	background: url(/resource/img/ohmycarRe/icon_arrow_down03.png) no-repeat 41px center;
	background-size: 7px;
	padding-right: 29px;
	border-right: 1px dotted #EAEAEA;
	margin-right: 15px;
}

/* ����¡,��ư */

.board_bottom {
	margin: 10px auto;
	width:90%;
	position: relative;
	overflow: hidden;
}
.board_bottom .paging {
	text-align: center;
}
.event .board_bottom .paging {
	margin: 0 auto;
	text-align: center;
}
.board_bottom .paging * {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}
.board_bottom .paging .btnArrow {
	line-height: 30px;
}
.board_bottom .paging .btnArrow a {
	background-position: left;
	background-repeat: no-repeat;
	width: 19px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	text-indent: -99999px;
	vertical-align: top;
}
.board_bottom .paging .btnArrow a.pageFirst { background: url(/_img/page_first.png) no-repeat; }
.board_bottom .paging .btnArrow a.pageReturn { background: url(/_img/page_return.png) no-repeat; }
.board_bottom .paging .btnArrow a.pageNext { background: url(/_img/page_next.png) no-repeat; }
.board_bottom .paging .btnArrow a.pageLast { background: url(/_img/page_last.png) no-repeat; }

.board_bottom .paging ul {
	padding: 0 10px;
}
.board_bottom .paging li a {
	width: 30px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	color: #aaaaaa;
	border-radius: 5px;
	margin: 0 1px;
}
.board_bottom .paging li.active a,
.board_bottom .paging li a:hover {
	border: 1px solid #aaa;
	color: #fff;
	background: #aaa;
}

.board_bottom .btnPrev,
.board_bottom .btnNext {
	float: left;
	display: block;
	width: 100px;
	background: #fff;
	border: 1px solid #ddd;
	color: #555;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 3px;
	margin-top: 10px;
}
.board_bottom .btnNext {
	float: right;
}
.board_bottom .btnWrite {
	position: absolute;
	top: 0; right: 0;
	padding: 20px 0 0;
}
.board_bottom .btnWrite a {
	display: block;
	width: 110px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border-radius: 5px;
}
.board_bottom .btnWrite button {
	width: 120px;
	background: #ee3d7a;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	border-radius: 5px;
}
.board_bottom .btnCancel {
	float: right;
	/* margin-top: 10px; */
	cursor: pointer;
	display: block;
	width: 80px;
	background: #999;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 5px;
}
.board_bottom .btnSubmit {
	float: right;
	margin-left: 5px;
	/* margin-top: 10px; */
	cursor: pointer;
	display: block;
	width: 80px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 5px;
}
.board_bottom .btnList {
	float: right;
	margin-top: 30px;
}
.board_bottom .btnList button,
.board_bottom .btnList a {
	display: block;
	width: 100px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 11px;
	border-radius: 5px;
}
.board_bottom .btnList02 {
	margin-top: 30px;
	float: right;
	line-height: 14px;
}
.board_bottom .btnList02 a {
	display: inline-block;
	color: #999;
	width: 80px; line-height: 33px;
	background: #FDFDFD;
	text-align: center;
	font-size: 11px;
	border-radius: 5px;
	float: left;
	border: 1px solid #DEDEDE;
	margin-right: 5px;
}
.board_bottom .btnList02 span.line {
	display: inline-block;
	width: 1px; height: 10px;
	background: #ddd;
	margin: 0 4px;
	vertical-align: middle;
}
.wantedWrite_btn {
	margin-bottom: 20px;
}
.wantedWrite_btn a {
	display: block;
	text-align: center;
	line-height: 65px;
	height: 65px;
	border: 2px solid #777;
	border-radius: 10px;
}
.wantedWrite_btn a:hover {
	background: #f6f6f6;
}
.wantedWrite_btn a img {
	vertical-align: middle;
}


/* �˻� */

.board_search {
	margin-bottom: 20px;
	text-align: right;
}
.board_search ul {
	overflow: hidden;
	display: inline-block;
}
.board_search ul li{
	float: left;
}
.board_search ul li.selectWrap {
	width: 148px;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	background: url(/_img/select_arrow.png) no-repeat right 0 #fff;
	border-radius: 3px 0 0 3px;
}
.board_search ul li select{
	width: 168px;
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	color: #666;
	vertical-align: middle;
	background: transparent;
}
.board_search ul li input{
	width: 192px;
	height: 40px;
	padding-left: 10px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.board_search ul li button{
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #dedede;
	text-align: center;
	font-size: 12px;
	border-radius: 0 3px 3px 0;
}

.board_search_big {
	margin-bottom: 10px;
	text-align: right;
	background: #f6f6f6;
	border: 1px solid #dedede;
	border-radius: 10px;
	padding: 20px 0;
}
.board_search_big ul {
	overflow: hidden;
	width: 716px;
	margin: auto;
}
.board_search_big ul li{
	float: left;
}
.board_search_big ul li.selectWrap {
	width: 154px;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	background: url(/resource/img/ohmycarRe/select_arrow.png) no-repeat right 0 #fff;
	border-radius: 5px 0 0 5px;
}
.board_search_big ul li.schInput {
	width: 522px;
}
.board_search_big ul li select{
	width: 120%;
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	color: #666;
	vertical-align: middle;
	background: transparent;
}
.board_search_big ul li input{
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.board_search_big ul li button{
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #dedede;
	text-align: center;
	font-size: 12px;
	border-radius: 0 5px 5px 0;
}


/* ������ ���� ��Ÿ�� */
h4.viewCon_title {
	display: inline-block;
	letter-spacing: -0.5px;
	color: #333;
	line-height: 32px;
	padding: 15px 0 10px;
	margin: 30px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	font-weight: normal;
}
.viewCon_title p {
	font-size: 18px;
	color: #777;
}
.viewCon_title p strong {
	font-size: 26px;
	color: #333;
}
.goNews {
	margin-top:10px;
	display: inline-block;
	padding: 10px 20px 8px;
	border: 1px dashed #999;
	border-radius: 5px;
	color: #777;
	font-size: 13px;
}
.goNews span {
	font-family: ����,dotum,Apple Gothic,sans-serif;
	font-size: 11px;
	margin-left: 10px;
}


/* ���������̿� */
.board_policy {
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #999;
}
.board_policy label {
	font-size: 14px;
}
.board_policy label input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.board_policy a {
	display: inline-block;
	color: #b5b5b5;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background: #fff;
	padding: 0 10px;
	font-size: 11px;
	float: right;
}

/* ��� */

.boardComment {
}
.boardComment .title {
	position: relative;
	padding: 10px;
	height: 40px;
	line-height: 20px;
	border-bottom: 1px solid #DEDEDE;
	z-index: 4;
}
.boardComment .title .count {
	background: url(/resource/img/ohmycarRe/mobile/icon_comment.png) no-repeat 0;
	background-size: 12px;
	padding-left: 16px;
}
.boardComment .title .count span {
	color: #414DE9;
}
.boardComment .title a {
	display: inline-block;
	border: 1px solid #898c8f;
	border-radius: 3px;
	line-height: normal;
	padding: 7px;
	position: absolute;
	right: 10px;
	top: 5px;
}
.boardComment .index {
	
}
.boardComment .index .comment_txt {
	padding: 12px 10px;
	position: relative;
	border-bottom: 1px dotted #D2D5D8;
	z-index: 4;
}
.boardComment .index .comment_txt .name {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	font-size: 13px;
	color: #333;
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}
.boardComment .index .comment_txt .data {
	font-size: 11px;
	color: #bbb;
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	padding-left: 7px;
}
.boardComment .index .comment_txt .comment {
	font-size: 13px;
	margin: 8px 0;
	width: 85%;
}

.boardComment .index .comment_txt .frmDel button {
	display: inline-block;
	border-radius: 3px;
	height: 24px; line-height: 12px;
	padding: 5px;
	background: #fff;
	color: #888;
	position: absolute;
	bottom: 10px; right: 10px;
}
.boardComment .index .comment_txt .frmDel input {
	margin: 9px 0 26px;
}
.boardComment .indexMore {
	padding: 15px 0;
	background: #fff;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 13px;
	color: #BEBEBE;
	position: relative;
	z-index: 3;
}
.boardComment .form {
	padding-top: 50px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.boardComment .comment_write {
	border: 1px solid #DEDEDE;
	margin: 10px 0;
	padding: 15px 15px;
	border-radius: 5px;
	background: #FDFDFD;
	overflow: hidden;
}
.boardComment input,
.boardComment textarea {
	width: 100%;
	padding: 10px 10px 10px;
	margin: 3px 0;
	font-size: 12px;
	color: #575757;
	border: 1px solid #E6E8EB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	resize: none;
}
.boardComment input[type="text"],
.boardComment input[type="password"] {
	width: 30%;
	margin: 3px 3px 3px 0;
}
.boardComment textarea {
	width: 90%; height: 60px;
}
.boardComment button.submit {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	width: 66px; height: 60px;
	background: #fff;
	border: 1px dotted;
	color: #606365;
	border-radius: 3px;
	margin-top: 3px;
	float: right;
	font-size: 12px;
}