/* header css start*/
#header{width: 100%; position: relative; border-bottom: 1px solid #eee; padding: 15px 0;}
.header_inner{width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.timer, .update_txt, .timer_line{margin-right: 10px;}
.timer_line{display: block;width: 50px; background: #ddd; border-top: 1px dashed #828282;}
.update_date{display: flex; justify-content: center; align-items: center; background: #f7f7f7; padding: 12px 20px; border-radius: 5px; border: 1px solid #e6e6e6; box-shadow : 0 2px 4px -2px inset;}
.update_txt{color: #828282;}

/* section1 css start*/
#section1{width: 100%; position: relative; background: #e5e9f2; padding: 50px 0;}
.section1_inner{width: 1000px; margin: 0 auto;}
.top_banner{display: flex; justify-content: space-between; align-items: center;}
.list_menu{display: flex; justify-content: space-between; align-items: center; width: 100%; background: #fff; margin: 35px 0 ; box-sizing: border-box; border: 1px solid #ddd;}
.list_menu li {width:10%}
.list_menu li a{display: block;
    height: 100%;
    padding: 15px 0;
    text-align: center;
}
.bohum_form{display: flex; justify-content: space-between;}
.bohum_form_left{width: 61.5%;}
.bohum_form_right{width: 36.5%}
.form_left_title{width: 100%; background: #002c7f; text-align: center; padding: 17px 0 10px 0; color: #fff; font-weight: bold; font-size: 22px; font-family: 'GmarketSans';}
.form_right_title{width: 100%; background: #0a9c75; text-align: center; padding: 17px 0 10px 0; color: #fff; font-weight: bold; font-size: 22px; font-family: 'GmarketSans';}

.left_form-box, .right_form-box{background: #fff; padding: 30px 30px; height: 200px; border: 1px solid #ddd;}
.left_form-box{display: flex; align-items: center; justify-content: space-between;}

.form_defult{display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}


.form-input, .form_left_num, .form_right_num{color: #000; background: none; outline: none; border: none; border-radius: none; box-sizing: border-box;}

.form_left_form{position: relative;}
.form-span{width: 120px; height: 39px; line-height: 39px; font-size: 19px; border-bottom: 1px solid #000;}
.number_wrap{width: 260px;display: flex; justify-content: space-between; align-items: center; }
.form-input{width: 260px; height: 40px; padding-left: 5px; font-size: 19px; border-bottom: 1px solid #000;}
.form_left_num{width: 30%; height: 40px; line-height: 40px; font-size: 19px; border-bottom: 1px solid #000;}
.form_right_num{width: 68%; height: 40px; line-height: 40px; font-size: 19px; border-bottom: 1px solid #000;} 
.agree-text{font-size: 19px;}

#privacy_checkbox{text-align: center; display: flex; justify-content: center; align-items: center;}
input[type="checkbox"]{width: 25px; height: 25px; margin-right: 10px;}
.btn-sex .Rdio{display: none;}

.btn-sex .Txt{font-size: 19px; color: #000;width: 100% ;display: block; text-align: center; padding: 0;}
.btn-sex-wrap{display: flex; justify-content: center; align-items:center; position: absolute; right:0; top:-4px;}

.btn-sex label{width: 50px; display: block; line-height: 40px;}
.btn-sex label.Selected{background: #002c7f;}
.btn-sex label.Selected .txt {color: #fff;}
input::placeholder, input{font-family: 'NotoSansKR';}
.btn-sex-wrap{border: 2px solid #002c7f; background: #fff;}

.after_all{display: flex; justify-content: space-between; align-items: center;}
.after_money{font-weight: 600; border-bottom: 1px solid #000; padding-bottom: 10px; font-size: 19px; margin-bottom: 40px;}
.orange{color: #0a9c75;}
.after_name{font-size: 17px; color:#514e4f; font-weight: 0; margin-bottom: 15px;}
.after_date{font-size: 17px; color:#514e4f; font-weight: 0; margin-bottom: 15px;}
.after_bohumtype{font-size: 17px; color:#514e4f; font-weight: 0; border-bottom: 1px solid #000; padding-bottom: 40px;}

/* section2 start */
	.tabmenu_container {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}

	.tab_btn > ul > li {
		width: 230px;
		height: 50px;
		text-align: center;
		line-height: 3em;
		font-weight: bold;
		font-size: 17px;

	}

	.tab_btn > ul > li > a {
		display: block;
		width: 100%;
		height: 100%;
		color: #7a797b;	
		font-weight: normal;
	}

	ul.tab_btn_list {
		display: none;
		justify-content: space-between;
		align-items: center;
	}

	.tab_content{
		display:none;
		
	}

	.tab_content > img {
		width: 1000px;
		margin-top: 30px;

	}

	.tab_btn_list > li > a.select {
		color: #007f41;
		border-bottom: 2px solid #007f41;
	}



	/* gender Button */
	
	.tab_gender { 
		display: none;
		position:absolute;
		width: 150px;
		top: 90px;
		right: 21px;
		height: 40px;
		margin: 0;
		z-index: 999;
	}

	.tab_gender label {
		border: 1px solid #317645;
		color: #317645;
		font-size: 16px;
		text-align: center;
		font-weight: 500;
		line-height: 35px;
		display: inline-block;
		width: 90px;
		height: 34px;
	}

	.tab_gender_f {
		border-radius:0 25px 25px 0;
	}

	.tab_gender_m  {
		border-radius:25px 0 0 25px;
	}

	.tab_gender input[type="radio"] {
		display: none;
	}

	.tab_gender input[type="radio"]:checked + label {
		background-color:#317645; 
		color:#fff;
	}

/* section3 start */
.footer {width: 1000px; margin: 0 auto; padding: 50px 0; }
.footer p {line-height: 1.5em; font-size: 13px; color: #333;}
.footer .mt{margin-top: 15px;}

.tabmenu_border{width: 100%; position: relative; border-bottom: 1px solid #eee;}

#section3{border-top: 1px solid #ddd;}

.essential_info{width: 100%; position: relative; border-bottom: 1px solid #ddd;}
.essential_info_inner{width: 1000px; margin: 50px auto; display: flex; justify-content: space-between;}
.essential_info_inner_left{width: 13%;}
.essential_info_inner_left_txt{font-weight: bold; color: #505050; font-size: 16px;}
.essential_info_inner_right{text-align: justify; width: 87%;}
.essential_info_inner_right_txt{color: #949494; line-height: 1.6em; font-size: 13px;position:relative;padding-left:20px}
.essential_info_inner_right_txt::before {content:'-';position:absolute;left: 5px; }
.essential_info_inner_right_txt:last-child::before {content:'';}

input.btn_submit {background: url( "../../star2_common/img/button.png" ) no-repeat; width: 154px; height: 138px; cursor: pointer;}

.logo{cursor: pointer;}