@charset "utf-8";
/* CSS Document */

#wrap {
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#copyright {
	clear:both;
	position: relative;
	width:100%;
	bottom:0;
	padding:20px 15px 10px 15px;
	text-align:center;
	color:#454545;
	background-color:#edeef1;
}
.copy-inner {
	width:100%;
	text-align:left;
}
.copy-inner p {
	margin:3px 0px;
}
.copy-inner span {
	margin-left:8px;
}
.copy-inner .copy-utilmenu {
	clear:both;
	margin-bottom:12px;
}
.copy-inner .copy-utilmenu a {
	display:inline-block;
	color: inherit;
	text-decoration:none;
}
.copy-inner .copy-utilmenu a:hover {
	color: inherit;
}
.copy-inner .copy-utilmenu a:before {
	content:"";
	display:inline-block;
	height:10px;
	margin:0px 10px;
	border-left:1px solid #c0c0c0;
}
.copy-inner .copy-utilmenu a:first-child:before {
	margin:0;
	border-left:0px;
}

#top-member {
	clear:both;
	position:relative;
	width:100%;
	padding:7px 15px;
	background-color:#5fb7fb;
}
.tmember-inner {
	width:100%;
	display:inline-block;
	margin:0 auto;
}
.tmember-inner .tmember {
	margin:3px 0px;
	vertical-align:middle;
	line-height:21px;
	font-size:13px;
	color:#fff;
}
.tmember-inner .tmember-text {
	float:left;
	width:62%;
	text-align:left;
}
.tmember-inner .tmember-text span._title {
	display:inline-block;
	width:70px;
}
.tmember-inner .tmember-text span._colon {
	display:inline-block;
	width:24px;
	text-align:center;
}
.tmember-inner .tmember-btn {
	float:right;
	width:38%;
	text-align:right;
}
.tmember-inner .tmember-btn button {
	padding:0px 6px;
	line-height:21px;
	letter-spacing:-0.06em;
	font-weight:600;
	color:#000;
	background-color:#fff;
	border:0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/*--- 검색바 ---*/
#search-wrap {
	display:none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px;
	background-color: #318eee;
}
.search-inner {
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:none;
	width: 347px;
	height: 35px;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.g_window .gbox {
	float: left;
	margin: 1px 0px 1px 17px;
}
.g_window .gbox input {
	float: none;
	width: 295px;
	margin: 0px;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	position: absolute;
	top: 6px;
	left: 392px;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
/***** Search END *****/

#Contents {
	clear:both;
	position:relative;
	width:100%;
	min-height:690px;
	box-sizing:border-box;
	margin:0;
	padding:10px 15px;
}

#joinForm {
	clear:both;
	position:relative;
	width:100%;
}
#joinForm h4 {
	clear:both;
	margin-top:15px;
	text-align:left;
	font-size:1.2em;
	font-weight:600;
	color:#000;
}
#joinForm .writerow {
	clear:both;
	display:table;
	box-sizing:border-box;
	width:100%;
	margin:4px 0px;
	padding:7px 2px;
	border-bottom:1px solid #e6e6e6;
}

#joinForm .writerow._bdnone {
	border-bottom:0px;
}
#joinForm .writerow._rowtxt {
	padding:14px 2px;
}

#joinForm .writerow .cellL {
	display:table-cell;
	float:left;
	width:60%;
	margin-right:3%;
	text-align:left;
}
#joinForm .writerow .cellL._half {
	width:50%;
}
#joinForm .writerow .cellR {
	display:table-cell;
	float:right;
	width:37%;
	text-align:right;
}
#joinForm .writerow .cellR._half {
	width:47%;
}
#joinForm .writerow .Cargroup {
	clear:both;
}
#joinForm .writerow input {
	color:#000;
	background-color:#f9f9f9;
	border:0px;
	border-color:transparent;
	border-radius:4px;
}
#joinForm .writerow select {
	height:42px;
}

#joinForm .agree-inner {
	clear:both;
}
#joinForm .agree-inner h4 {
	box-sizing:border-box;
	width:100%;
	margin:0px;
	padding:15px 2px;
	text-align:left;
	font-weight:600;
	color:#000;
	border-bottom:1px dashed #e6e6e6;
}
#joinForm .agree-inner .agree-box {
	clear:both;
	box-sizing:border-box;
	padding:0.6rem 1.2rem;
	letter-spacing: normal;
	color:#959595;
	background-color:#f8f8f8;
}
#joinForm .agree-inner .agree-box > div {
	margin:12px 0px;
	text-align:left;
}
.btn_agree {
	float:right;
	display:inline-block;
	color:#959595;
}

.order-main {
	display:table;
	width:100%;
	margin:0;
	text-align:center;
}
.order-main > * {
	display:block;
	margin:15px auto;
	padding:15px;
	color:#fff;
	font-size:inherit;
	font-weight:400;
	border:0 solid transparent;
	border-radius: 5rem;
}
.order-main .odbtn-call {
	background-color:#32a3fb;
}
.order-main .odbtn-direct {
	background-color:#143b9f;
}
.order-main > * > h4 {
	font-size:20px;
	font-weight:bold;
}

@media (max-width:540px) {
#Contents {
	min-height:505px;
}
}

@media (max-width:420px) {
#Contents {
	min-height:630px;
}
}

@media (max-width:360px) {
#Contents {
	min-height:460px;
}
}

@media (max-width:320px) {
#joinForm .writerow .cellL {
	width:54%;
}
#joinForm .writerow .cellR {
	width:43%;
}
#joinForm .writerow .cellL._tel {
	width:50%;
/*	margin-right:0;
	margin-bottom:5px;*/
}
#joinForm .writerow .cellR._tel {
	width:47%;
}
#joinForm .writerow .cellL._carnumber {
	width:41% !important;
/*	margin-right:0;
	margin-bottom:5px;*/
}
#joinForm .writerow .cellR._carfile {
	width:56% !important;
/*	margin-right:0;
	margin-bottom:5px;
	text-align:left;*/
}

#joinForm .agree-inner .agree-box {
	letter-spacing:-0.08rem;
}

}