/* ·Î±×ÀÎ */
#login-sec01{
	background:#fbfbfb;
	padding:95px 0 250px;
}
.login-wrap{
	max-width: 800px;
	margin:0 auto;
}
.login-header{
	text-align: center;
	margin: 0 0 50px;
}
.login-header em{
	font-style: normal; 
	font-size:18px; 
	color:#000; 
	display:block;
	margin-bottom:5px;
}

.login-section {
	background: #fff;
    padding: 50px 75px 80px;
    border-radius: 20px;
    -webkit-box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
    -moz-box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
    -o-box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 23px 0px;
}
.login-section h3{
	font-size:24px;
	display: block;
	text-align: center;
	margin-bottom:30px;
}
.graybox{
	background: #f7f7f7;
    border-radius: 20px;
    padding: 30px 45px;
    margin: 40px 0 0;
}
.graybox h4{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.graybox p{
	font-size: 16px;
    line-height: 1.8;
}
.event-box{
	margin: 40px 0 0;
}
.submit-btn a{
    color: #fff;
    display: table;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
    margin-top: 25px;
}
.login-section input[type="text"], .login-section input[type="password"]{
	height:60px;
	line-height: 60px;
	padding:0 20px;
	width: 100%;
	margin:5px 0;
}
.login-find{
	display:table;
	width:100%;
	border-top: 1px solid #e2e2e2;
    margin:25px 0;
    padding-top: 10px;
}
.login-find > div{
	display: table-cell;
	vertical-align: middle;
}
.login-find > div a{
	color: #bababa;
}
.login-find > div.login-chk{
	text-align:right;
}
.login-find > div.login-chk label{
	margin-right:0;
}
.human-wrap{
	min-width: 800px;
	padding:60px;
	text-align: center;
}
.human-wrap h3{
	font-sizE:24px;
	color:#000000;
	font-weight: bold;
	margin:10px 0;
}
.human-wrap h3 + p{
	font-size:18px;
	color:#000000;
}
.human-wrap > p{
	font-size:18px;
	color:#000000;
	border-top:1px solid #e2e2e2;
	padding-top:25px;
	margin-top:55px;
}
.human-wrap .btn_wrap{
	width:100%;
	font-sizE:0;
}
.human-wrap .btn_wrap > button{
	width:49%;
	border-radius:15px;
	display: inline-block;
}
.human-wrap .btn_wrap > button.cancel-btn{
	margin-right:2%;
	background:#afafaf;
}




/* ·Î±×ÀÎ/ºñ¹Ð¹øÈ£ Ã£±â */

#find-sec01 {
    padding: 30px 0 200px;
}
#find-sec01 .sub_txt {
    border: 0;
}
.info_cbox{
    display: table;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}
.info_cbox > div{
    display: inline-block;
    width: 355px;
    height: 350px;
    margin: 0 50px;
    padding: 120px 0;
    box-sizing: border-box;
}
.info_personal{
	background:url(/img/marketer/pc/info_personal_circle.png) no-repeat center center;
}
.info_enterprise{
	background:url(/img/marketer/pc/info_enterprise_circle.png) no-repeat center center;
}
.info_cbox > div b{
	font-size:30px;
	coloR:#fff;
	font-weight:500;
}
.info_cbox > div a{
	display:block;
	margin:0 auto;
	width: 200px;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:20px;
	border-radius:30px;
	margin-top:10px;
}

.find-txt{
	font-size:30px;
	color:#25292c;
	text-align: center;
	margin:50px 0 80px;
	font-weight: 500;
}
.find-p{
	font-size:20px;
	color:#25292c;
	text-align: center;
}