@charset "euc-kr";

ul, ol, li, a {
	list-style: none;
	text-decoration: none !important;
}

form {overflow: hidden;}

.all_yak {
	overflow: hidden;
	text-align: left;
	font-size: 17px;
	line-height: 40px;
	background: #f6f6f6;
}

.all_yak input {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 12px 10px !important;
}

.all_yak span {
	vertical-align: bottom;
	font-weight: bold;
}

.info_box {
	width: 100%;
	margin-right: 13px;
}

.info_box>.check_tit {
	overflow: hidden;
	width: 100%;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
	cursor: pointer;
}

.info_box_first>.check_tit {border-top: 1px solid #ccc;}

.info_box>.check_tit:after {
    content: "";
    position: absolute;
    background: url('/member/images/under.png') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 20px;
}

.info_box>.check_tit_click:after {
	transform: rotate(180deg);
}

.info_box>.check_tit input,
.info_box>.check_tit p { float: left; }

.info_box>.check_tit input {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 7px 10px !important;
}

.info_box>.check_tit p {font-size: 14px;}

.info_box>.check_tit a {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	float: right;
	margin: 3px 80px 3px 0;
	padding: 0 5px;
	background: #999;
	color: #fff;
}

.info_box>.check_tit a:hover {background: #005cd3;}

.text_box {
	display: none;
	width: 100%;
	height: 120px;
	overflow-y: auto;
    background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	text-align: left;
	box-sizing: border-box;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.text_box::-webkit-scrollbar {display: none;}

.sub_tit {
	font-size: 20px;
	line-height: 40px;
	margin-top: 40px;
	font-weight: bold;
}

.ps_info, .lic_info {
	padding: 10px 20px;
    border: 1px solid #ccc;
}

.ps_info_table, .lic_info table {
	text-align: left;
	font-family: ¸¼Àº°íµñ, "Malgun Gothic", verdana, arial, dotum, µ¸¿ò;
}

.ps_info_table tr {border-top: 1px solid #eee;}
.ps_info_table tr:nth-child(1) {border-top: 0px solid #eee;}

.ps_info_table th {
    color: #666;
    font-size: 16px;
    line-height: 40px;
    vertical-align: baseline;
	padding: 5px 0;
}

.ps_info_table td {font-size: 16px;}
.ps_info_table td span {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	margin-left: 10px;
}

.ps_info_table td span.sub_ex1 {line-height: 40px;}
.ps_info_table td span.sub_ex2 {line-height: 20px;}

.ps_info_table input, .ps_info_table select {
	display: inline-block;
	height: 40px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: ¸¼Àº°íµñ, "Malgun Gothic", verdana, arial, dotum, µ¸¿ò;
}

.id_post_checkbt {
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
    font-size: 16px;
	cursor: pointer;
	color: #fff !important;
	background: #005cd3;
	vertical-align: top;
}

.lic_info>span {
	display: inline-block;
	margin-bottom: 10px;
}

.lic_info table {text-align: left;}

.lic_info table .reg_txt3 {
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}

.fin_submit {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	background: #005cd3;
}