@charset "utf-8";

/* style guide

#32302e = 블랙
#ff7800 = 오렌지
#5fd4e1 = 하늘색
#ed1b24 = 빨간색
#2f97bb = 파란색

<회색 진한 순서>

#545250
#918c88
#d8d8d8
#f1f1f1
=============== */

/* 폰트 색상
------ */
.font_color1{
	color: #5fd4e1; /* 하늘색 */
} 
.font_color2{
	color: #ff7800; /* 오렌지색 */
}
.font_color3{
	color: #33302e; /* 검정색 */
} 
.font_color4{
	color: #918c88 /* 회색 */
}

/* border-remove
------ */
.border_remove{
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 0 !important;
}

/* display
------*/
	.display_none{
		display: none;
	}
	.display_block{
		display: block;
	}
	

/* 헤딩
------ */
h1{
	position: absolute;
	left: 0;
	top: 14px;
}
h2{
	text-align: left;
	font-size: 2.05em;
	color: #32302e;
    margin-top: -5px;
}
h3{
	text-align: left;
	font-size: 1.4em;
	color: #545250;
	margin-top: 30px;
	background: url(/common/image/bg_subtitle.jpg) left;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 23px;
	margin-bottom: 10px;
}
h4{
	font-size: 1.25em;
}
/* h1, h2, h3 모바일에서 변형
------ */
/* @media screen and (max-width: 800px){
	h1{
		position: static;
		border-bottom: 1px solid #d8d8d8;
	}
	h1 img{
		display: block;
		margin: 10px auto;
		width: 200px;
	}
	h2{
		padding-left: 1.5%;
	}
	h3{
		background-position: 9px;
		padding-left: 31px;
	}
} */

/* 테이블
------ */
table{
	width: 100%;
	text-align: center;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	table-layout: fixed;
	border-spacing: 0;
	margin: 0 auto;
}
table{
	*border-collapse: collapse; 
}
table thead tr th *{
	vertical-align: middle;
}
thead > tr > th{
	height: 39px;
	border-top: 2px solid #ff7800;
}
th, td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	*margin-bottom:10px;
}
td > *{
	*vertical-align: middle;
}
th ~ th, td ~ td{
	border-left:1px solid #d8d8d8;
}
tbody th, td{
	padding: 5px;
}
th{
	color: #32302e;
	background-color: #f1f1f1;
}
table tr .right_align{
	text-align: right;
}
table tr .left_align{
	text-align: left;
}
table .th_gray {  padding: 2px; }

table .th_gray div { background-color: #f1f1f1 !important;   width: 100%; height: 100%; border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;  border: 0.5px solid white; }

table th.type2 {
	border-bottom: 0;
}
/* form elements
------ */

/* button
------ */
.btn_container {
	text-align: center;
	margin: 0 auto;
	margin-top: 3%;
}
.btn_type1 {
	text-align: center;
	background-color: #545250;
    padding: 5px 9px;
    vertical-align: middle;
	
/* 	문제없으면 아래 삭제 */
/* 	line-height: 228%; */
/* 	max-width: 87px; */
/* 	min-width: 65px; */
/* 	width: 84%; */
}
.btn_type1 > span {
	padding-left: 8px;
}
.btn_type1, .btn_type2 {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	*display: inline;
	*margin:2px 0;
}
/* @media screen and (max-width: 800px){
	.btn_type1, .btn_type2{
		padding-left: 2px;
		padding-right: 2px;
	}
} */
.btn_type2{
	line-height: 2.5em;
	background-color: #32302e;
	font-size: 1.25em;
	padding: 0 20px;
	*padding: 0 15px;
}
/* @media screen and (max-width: 800px){
	.btn_type2{
		display: block;
		font-size: 2.3em;
	}
} */
.btn_type3{
	font-family: 'lato';
	background-color: #FFD1A8;
	width: 56px;
	line-height: 20px;
	border-radius: 5px;
	cursor: pointer;
	color: #666666;
}

.btn_type4, .btn_type5{
	padding: 0 15px;
	line-height: 30px;
	border-radius: 20px;
	height: 30px;
	display: inline-block;
	cursor: pointer !important;
}
.btn_type4{
	background: url(/image/btn_type4.png);
}

.btn_type5{
	background: url(/image/btn_type5.png);
}



/* margin
------- */
.margin_left {
	margin-left: 10px;
}
.margin_left1 {
	margin-left: 15px;
}

/* form element
------ */
input[type="text"], input[type="password"], select.type3{
	height: 22px;
	line-height: 22px;
	width: 25.4%;
}
input[type="text"].type1, input[type=password].type1 {
	width: 30%;
}
input[type="text"].type2{
	width: 8%;
}
select {
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}
select.type1 {
	width: 13.7%;
	min-width: 60px;
}
select.type2 {
	width: 25.4%;
}
select.type3 {
	width: 8%;
	min-width: 52px;
}

select.type4{
	width: 90%;
}

/* @media screen and (max-width: 800px){
	input[type="text"], input[type="text"].type1, input[type="password"], select.type1{
		height: 30px;
		line-height: 30px;
		width: 66.4%;
	}
	input[type="text"].type2, select.type3{
		height: 30px;
		line-height: 30px;
		width: 16%;
	}
} */
input[type="text"], select, input[type="password"].pw_password {
	text-indent: 5px;
	border: 1px solid #b9b7b7;;
	color: #333333;
}
textarea{
	border: 1px solid #b9b7b7;
	padding: 5px;
	width: 100%;
	*width: 100%;
	margin-top: 1.3%;
	margin-bottom: 0;
	resize: none;
	overflow-y: auto; 
}
label{
	cursor: pointer;
}
label ~ label {
	margin-left: 3em;
}
input[type="checkbox"]{
	margin-right: 5px;
}

 input[type="radio"]{
   	-webkit-appearance: none;
	appearance : none;
	height: 13px;
  	width: 13px;
  	background:#FFF;
  	background: none \0/IE8+9;
	outline: 0;
	border: 1px solid #928d89;
	border: 0 \0/IE8+9;
	border-radius: 10px;
   }
   input[type="radio"]:checked{
   	background: #fff url("/common/image/component/radio/img_radio_active2.png") no-repeat center center;
   }
/* 로그인 잇풋 요소 */
input[type="text"].big_type1{
	color: #ff7800;
}
input[type="text"].big_type1, input[type="password"].big_type1{
	height: 40px;
	line-height: 40px;
	width: 30%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #918c88;
}

/* @media screen and (max-width: 800px){
	input[type="text"].big_type1, input[type="password"].big_type1{
		width: 70%;
	}
}
	 */
	
input[type="text"],
input[type="email"]
{
	outline: 0;
}


button{
	display: inline-block;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}



/*select요소*/

.select-wrap{
	padding-top: 47px;
}

.select-wrap h3{
    position: relative;
 	top: -3px;
	display: inline-block;
	font-size: 24px;
	color: #32302e;
	margin: 0;
	padding: 0;
	background: none;
   	height: auto; /* IE */
   	height: initial; /* Chrome */
}
.select-frame{
	position: relative;
	display: inline-block;
}

.select-wrap .select-frame{
	margin-left: 35px;
}
.select-wrap .select-frame:before{
	margin-top: -4.5px;
}
.select-wrap .select-frame.type2{
	border: 4px solid #918c88 !important;
	
}
.select-wrap .select-frame.type2 select{
	color: #32302e;
}

.select-frame{
	border: 1px solid #d8d8d8;
}

.select-frame select{
	width: 199px;
	padding-left: 5px;
	height: 28px;
	line-height: 1.2;
	outline: 0;
    vertical-align: middle;;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-bottom: 1px;
    border: 0;
}
/* .select-frame select::-ms-expand{
   	display: none;
} */
.select-frame:before,
.select-frame.type2:before{
	position: absolute;
	padding-right: 6px;
    top: 4px;
    right: 0;
    display: inline-block;
    content: " ";
    background: #fff url("/common/image/component/select/ico_arrow_type3.png") no-repeat center center;
   	height: 99%;
  	width: 13px;
    margin-top: -3.8px;
    z-index: 999;
}


