/* 모바일*/
/*#join_tab h3 {background:none !important;}*/
	
img {
	border: none;
}
/*회원가입단계*/
.join_step_wrap {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-image: initial;
	border-top: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
}
.join_step_wrap li.on {
	background-color: #4c4f5f;
	color: rgb(255, 255, 255);
}
.join_step_wrap li {
	font-size: 0.9em;
	width: 50%;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding: 15px 0px;
	list-style: none;
	padding-left: 15px
}
.join_step_wrap .step1 {
	border-right: 1px solid rgb(204, 204, 204);
}
.join_step_wrap .step3 {
	border-right: 1px solid rgb(204, 204, 204);
}
.join_step_wrap .step4 {
	border-right: none;
}
.b {
	font-weight: bold;
}
.textArea {
	border: 1px solid #E1E1E3;
	clear: both;
	color: #777777;
	height: 130px;
	line-height: 19px;
	margin: 5px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2% 3%;
	width: 92%;
}
.textArea p {
	clear: both;
}
p.joinPoint {
	background: url("/layout/images/module/join/arrow_01.gif") no-repeat scroll left 9px transparent;
	color: #4D4D4D;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0 0 0 10px;
}
.j_check {
	margin: 2px 0 0 10px;
}
#joinBtnGroup {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
#joinBtnGroup ul li {
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
}
#joinBtnGroup ul li > a {
	margin-top: 0;
	display: block;
}
.btn_next {
	float: left;
	margin-right: 10px;
	width: 131px;
	height: 29px;
	background: url(/layout/images/module/join/btn.gif) -126px top no-repeat;
	display: block;
	border: none !important;
	cursor: pointer;
	text-indent: -9999px;
}
/*.btn_cancle {
	float: left;
	width: 126px;
	height: 29px;
	background: url(/layout/images/module/join/btn.gif) left top no-repeat;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}*/

.btn_cancle {
    float: left;
    margin-right: 10px;
    width: 120px;
    background: url(/layout/images/module/join/join_btn.png) 138px 10px no-repeat;
    display: block;
    cursor: pointer;
    border: 2px solid #666;
    font-size: 14px;
    padding: 2px 1px;
	height: 22px;
    line-height: 22px;
}
.certi_t {
	float: left;
	width: 94%;
	padding: 10px;
	border: solid #e4e4e4 2px;
	font-size: 0.9em;
}
#join_type {/*float: left;*/
	width: 100%;
	clear: both;
	border: 3px solid #F2F5F7;
	box-sizing: border-box;
}
/*#join_type p.member {
    float: left;
    margin: 0;
    padding-left: 28px;
    padding-top: 68px;
    width: 137px;
}
#join_type ul.type { float: left; margin-left: 28px; margin-top: 68px; padding: 0;}
#join_type ul.type li { background-image: none; float: left;}*/

/*회원가입유형*/
#join_type .type_w {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}
#join_type ul.type {
	padding: 0;
	overflow: hidden;
	width: 99%;
	margin: 0 auto;
}
#join_type ul.type li {
	background-image: none;
	height: 130px;
	border-left: 1px solid #e4e4e4;
	text-align: center;
}
#join_type ul.type li:first-child {
	border-left: none;
}
#join_type ul.type li a {
	display: block;
	width: 60%;
	margin: 15px auto 0;
	font-size: 15px;
}
#join_type ul.type li a img, #join_type ul.type li a span {
	display: block;
	text-align: center;
}
#join_type ul.type li a span.joinbtn {
	background-color: #da4453;
	height: 45px;
	line-height: 45px !important;
	color: #fff;
	border-bottom: 3px solid #ddd;
}
#join_type ul.type li span.joinm {
	margin-top: 25px;
	font-size: 14px;
	display: block;
	line-height: 20px !important;
}
#join_type .mtxt_w {
	background-color: #f2f5f7;
}
#join_type ul.mtxt {
	padding: 5%;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
#content #join_tab h5 {
	font-size: 17px;
	font-weight: 400;
}
/*#join_type ul.mtxt {
    float: left;
    margin-left: 38px;
    margin-top: 18px;
    padding: 0;
    width: 400px;
}*/
#join_type ul.mtxt li {
	background: url("/layout/images/module/join/arrow_01.gif") no-repeat scroll left 7px transparent;
	padding: 0 0 0 8px;
}
#join_tab {
	background-image: none;
	float: left;
	width: 100%;
}
#join_tab ul.tab {
	float: left;
	margin-left: 20px;
	padding: 0;
}
#join_tab ul.tab li {
	background-image: none;
	float: left;
	margin-right: 15px;
	padding: 0;
}
#join_tab div.textArea dl {
	margin: 0;
	padding: 0
}
#join_tab div.textArea {
	width: 92%;
}
#join_tab p {
	float: left;
	margin: 0;/*padding: 10px 0 0 20px;*/
}
#join_tab p.j_check {
	clear: both;
	margin: 0;
	padding: 10px 0 20px 10px;
	width: 100%;
}
#join_tab p input {
	margin-left: 4px;
	vertical-align: middle;
}
#join_tab p.joinPoint {
	background: url("/layout/images/module/join/arrow_01.gif") no-repeat scroll left center;
	color: #4D4D4D;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	width: 96%;
}
#join_tab p.joinText {
	color: #4D4D4D;
	margin-left: 0;
}
#join_tab p.joinText strong {
	color: #00944A;
	font-weight: bold;
	text-decoration: underline;
}
#join_tab div.textArea, #join_tab div.borderArea, #join_tab div.borderArea02 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #C9C9C9 #E1E1E1 #E1E1E1;
	border-image: none;
	border-right: 1px solid #E1E1E1;
	border-style: solid;
	border-width: 1px;
	float: left;
}
#join_tab div.textArea {
	width: 92%;
}
#join_tab div.textArea div {
	height: 200px;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px !important;
}
#join_tab div.textArea div dl dt {
	color: #000000;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
}
#join_tab div.textArea div dl dd {
	color: #818181;
	font-weight: normal;
	margin: 5px 0 0;
	padding: 0;
}
#join_tab .img_realsearch {
	background: url("/layout/images/module/join/img_realsearch.gif") no-repeat scroll left top transparent;
	float: left;
	height: 100px;
	margin-top: 40px;
	padding-left: 28px;
	padding-top: 58px;
	width: 137px;
}
#join_tab ul.type {
	float: left;
	margin-left: 28px;
	margin-top: 28px;
	padding: 0;
	width: 430px;
}
#join_tab ul.type li {
	background-image: none;
	float: left;
}
#join_tab ul.type02 {
	float: left;
	margin-left: 8px;
	margin-top: 10px;
	padding: 0;
}
#join_tab ul.type02 li {
	background: url("/layout/images/module/join/arrow_01.gif") no-repeat scroll left 7px transparent;
	float: left;
	line-height: 130%;
	width: 95%;
	padding: 0 0 0 10px;
}
/*#join_tab ul.type03 {
    border: 1px dashed #FF3300;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: 10px;
    padding: 10px 10px 10px 20px;
}
#join_tab ul.type03 li {
    background: url("/layout/images/module/join/icon_excla.gif") no-repeat scroll left -1px transparent;
    
    height: 18px;
    padding: 0 0 0 26px;
}*/
#join_tab p.end {
	float: left;
	margin: 0;
	padding-left: 28px;
	padding-top: 18px;
	width: 137px;
}
#join_tab ul.end {
	float: left;
	margin-left: 8px;
	margin-top: 50px;
	padding: 0;
	width: 350px;
}
#join_tab ul.end li {
	/*background: url("/layout/images/module/join/arrow_01.gif") no-repeat scroll left 7px transparent;*/
	float: left;
	font-size: 14px;
	line-height: 130%;
}
#join_tab ul.end li span {
	font-weight: bold;
}
#joinBtnGroup {
	float: left;
	margin: 10px 0 30px;
	padding: 0;
	width: 98%;
}
#joinBtnGroup ul {
	text-align: center;
}
#joinBtnGroup ul li {
	background-image: none !important;
	display: inline-block;
	margin-right: 0;
}
#join_tab div.borderArea {
	margin-top: 18px;
	padding: 0 22px 20px;
	width: 566px;
}
#join_tab div.borderArea dl dt {
	font-size: 14px;
	margin-top: 15px;
	vertical-align: text-bottom;
}
#join_tab div.borderArea dl dt img {
	margin-right: 10px;
}
#join_tab div.borderArea dl dd {
	font-weight: normal;
	margin-top: 10px;
}
#join_tab div.borderArea dl dd strong {
	color: #388D02;
	text-decoration: underline;
}
#join_tab div.borderArea02 {
	background: url("/01kr/images/use/img_join01.jpg") no-repeat scroll 18px 12px transparent;
	margin-top: 16px;
	padding: 16px 40px 24px 130px;
}
ul#ipinBtnGroup {
	clear: both;
	padding-top: 19px;
	text-align: center;
}
ul#ipinBtnGroup li {
	display: inline;
}
#join_tab div.borderArea02 dl {
	width: 440px;
}
#join_tab div.borderArea02 dl dd {
	font-weight: normal;
	margin-top: 5px;
}
#join_tab div.borderArea02 dl dd strong {
	margin-left: 4px;
}
#join_tab table.joinTable {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #76AECA -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: medium none;
	border-style: solid none none;
	border-width: 2px medium medium;
	clear: both;
	margin-top: 8px;
	padding: 0;
	width: 99%;
}
#join_tab table.joinTable caption {
	margin-top: 20px;
	padding-left: 20px;
	text-align: left;
}
#join_tab table.joinTable caption strong {
	color: #00A851;
	font-weight: normal;
	margin-left: 8px;
}
#join_tab table.joinTable tr th, #join_tab table.joinTable tr td {
	border-bottom: 1px solid #DCDEE7;
}
#join_tab table.joinTable tr th {
	background: url("/01kr/images/use/bol_jointh.gif") no-repeat scroll 19px 18px #F5F6F6;
	padding: 10px 15px;
	text-align: left;
	vertical-align: text-top;
	width: 24%;
}
#join_tab table.joinTable tr td {
	font-weight: normal;
	padding: 7px 10px;
}
#join_tab table.joinAddress tr td {
	padding: 0 0 0 10px;
}
#join_tab table.joinAddress tr td.paddingOther01 {
	padding: 7px 10px 4px;
}
#join_tab table.joinAddress tr td.paddingOther02 {
	padding: 4px 10px 7px;
}
#join_tab table.joinTable tr td input, #join_tab table.joinTable tr td select, #join_tab table.joinTable tr td img {
	vertical-align: middle;
}
#join_tab table.joinTable tr td img {
	margin-left: 8px;
}
#join_tab table.joinTable tr td ul.joinLeft li {
	background-image: none;
	display: inline;
}
#join_tab table.joinTable tr td ul li {
	background-image: none !important;
}
span.must_input {
	color: #FF3300;
	padding: 0 0 0 3px;
}
#join_tab table.joinTable tr td input {
	border: 1px solid #C7C7C7;
	height: 16px;
	padding: 2px;
	margin : 2px 0;
}
#join_tab table.joinTable tr td input.joinInput01 {
	width: 132px;
}
#join_tab table.joinTable tr td input#address_1, #join_tab table.joinTable tr td input#address_2 {
	width: 340px;
}
#join_tab table.joinTable tr td input.joinInput03 {
	width: 65px;
}
#join_tab table.joinTable tr td input.joinInput04 {
	width: 399px;
}
#join_tab table.joinTable tr td input.joinInput05 {
	width: 49px;
}
#join_tab table.joinTable tr td input.joinInput06 {
	width: 113px;
}
#contentUseIdSearch input.checkInput07, #contentUseIdSearch input.checkInput08 {
	border: 1px solid #BFC7E0;
	height: 16px;
	padding: 2px;
}
#contentUseIdSearch input.checkInput07 {
	width: 234px;
}
#contentUseIdSearch input.checkInput08 {
	width: 107px;
}
#idsearch {
	margin: 0 auto;
	width: 441px;
	margin-top: 15px;
	position: relative;
}
#idsearch h2 {
}
#idsearch p.close {
	position: absolute;
	top: 15px;
	right: 20px;
}
#idsearch .text_id_01 {
	font-size: 14px;
	color: #06C;
	margin: 20px 0 0 0;
}
#idsearch .text_id_02 {
	font-size: 12px;
	margin: 30px 0 20px 0;
}
#idsearch p.red {
	color: #FF4200;
	font-weight: bold;
	margin: 0 0 0 22px;
}
#idsearch p.black {
	color: #000000;
	font-weight: bold;
	margin: 20px 0 0 22px;
	font-size: 14px;
	line-height: 24px;
	font-family: '돋움체', Verdana, Geneva, sans-serif;
}
#idsearch fieldset {
	clear: both;
	width: 441px;
	background-color: #F7F8F9;
	height: 44px;
	margin-top: 20px;
	overflow: hidden;
}
#idsearch fieldset label {
	width: 50px;
	float: left;
	padding: 14px 0 0 20px;
}
#idsearch input.w150 {
	border: 1px solid #C8D0EA;
	float: left;
	height: 22px;
	margin-top: 10px;
	width: 150px;
}
#idsearch input.p10 {
	float: left;
	margin-left: 5px;
	margin-top: 8px;
}
.text_id_s {
	height: 35px;
}
.text_id_s span {
	padding: 10px 0 0 10px;
}
.text_id_s img {
	float: right;
	padding-right: 20px;
}
.point {
	color: #3e8ccf;
}
ul.type03 {
	border: 1px dashed #e84a49;
	/*float:left;*/
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0 !important;
	width: 99%;
	overflow: hidden;
	float: left;
}
ul.type03 li {
	background: url(/layout/images/module/join/arrow_01.gif) 12px 8px no-repeat;
	color: #FF3300;
	height: 18px;
	padding: 0 0 0 20px !important;
}
#btn_sns {
	float: left;
	margin: 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
}
#btn_sns ul.m_fom {
	width: 100%;
}
#btn_sns ul.m_fom li {
	position: relative;
	clear: both;
	height: 70px;
	padding-bottom: 10px;
}
#btn_sns ul.m_fom li.fom4 {
	text-align: center;
}
#btn_sns ul.m_fom li label {
	width: 90% !important;
	height: 30px;
	display:block;
	padding-left: 7px;
    background: url(/layout/images/www/sub/ulli_bl.gif) no-repeat left 11px;
}
#btn_sns ul.m_fom li input.input_text {
	width: 98%;
	height: 35px;
	margin-right:0;
}
#btn_sns ul.m_fom input#btn_form_submit, #btn_sns ul.m_fom a img {
	top: 0;
	padding-top: 0px;
	vertical-align: middle;
}
p.search_msg {
	text-align: center;
	color: #F00;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
}
 @media all and (max-width:374px) {
.join_step_wrap li {
	font-size: 0.8em;
}

}


table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
table tr {
    background: white;
    border-bottom: 1px solid
}
table th, table td {
    padding: 10px 20px;
}

/* 반응형 테이블 */
@media(max-width: 800px) {
	
	#join_tab table .joinTable { display:none;}
	
	#join_tab table .joinTable thead {
        left: -9999px;
        position: absolute;
        visibility: hidden;
    }
	
	#join_tab table.joinTable tr {
        border-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

	#join_tab table.joinTable tr th {
		width:100% !important;
		background:none !important;
        padding:10px 0 !important;
		font-weight: 400;
		font-size: 14px;	
	}

	#join_tab table.joinTable td {
		border-left: 1px solid #DCDEE7;
		border-right: 1px solid #DCDEE7;
		margin: 0 -1px -1px 0;
		width: 100%;
    }
	#join_tab table.joinTable tr td ul li {
		background-image: none !important;
		font-size: 12px;}

	#join_tab table.joinTable span.must_input {
		color: #FF3300;
		padding: 0;
		font-size: 12px;}
	
	#join_tab table.joinTable span.must_input1 {
		color: #FF3300;
		padding: 0;
		font-size: 12px;
		display:block
	}		
	#join_tab table.joinTable tr td input {
    border: 1px solid #C7C7C7;
    height: 24px;
    padding: 2px;
    margin: 2px 0;}
	
	#join_tab table.joinTable tr td select {
    vertical-align: middle;
    height: 30px;}
	
	#join_tab table.joinTable tr td input.joinInput01 {
    width: 98%;}	
	#join_tab table.joinTable tr td input.joinInput02 {
    width: 30%px;}	
	#join_tab table.joinTable tr td input.joinInput02 {
    width: 30%px;}	
	
	#joinBtnGroup ul li {vertical-align: top;}
	
	
}