@charset "utf-8";
body {
	font-size: 20px;
	line-height: 1.4;
}
.mem-bg-r-b{
	background-image: url(../images/login-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 824px;
}
.form-400 {
	width: 400px;
	margin-left: 50px;
}
.form-400 .top {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 30px;
	padding-bottom: 40px;
	position: relative;
}
.form-400 .top:before,
.form-400 .top:after{
	content: "";
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.form-400 .top:before{
	width: 100%;
	background-color: #d7d7d7;
}
.form-400 .top:after{
	background-color: #d7000f;
	width: 110px;
}
.form-400 .pd-20{
	padding-right: 20px;
	padding-left: 20px;
}
.form-400 .box{
	height: 50px;	
}
.form-400 .box.mb{margin-bottom: 16px;}
.form-400 .field{
	background-color: transparent;
	font-size: 18px;
	color: #808080;
}
.form-400 .bg-g {
	background-color: #e5e5e5;
}
.form-400 input::placeholder,
.form-400 input::-webkit-input-placeholder,
.form-400 input:-ms-input-placeholder,
.form-400 input::-moz-placeholder {
	color: #808080;
}
.form-400 input::-moz-placeholder {
	opacity: 1;
}
.form-400 .replace{
	margin-right: 20px;
	margin-left: 10px;
}
.form-400 .send{
	font-weight: 600;
	color: #FFFFFF;
	height: 50px;
	background-color: #d7000f;
	margin-top: 30px;
}
.form-400 .send:hover{
	background-color: #aa0000;
}
.mem-short{
	width: 728px;
}
.mem-block-title{
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c8000f;
	margin-bottom: 30px;
}
.mem-block-title.nb{padding-bottom: 0;border-bottom: none;}
.mem-block-subtitle{
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}
.mem-block-notice{
	color: #3c3c3c;
	margin-bottom: 20px;
}
.mem-form-list input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080;
	font-size: 18px;
}
.mem-form-list input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #808080;
   opacity: 1;
   font-size: 18px;
}
.mem-form-list input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #808080;
   opacity: 1;
   font-size: 18px;
}
.mem-form-list input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #808080;
   font-size: 18px;
}
.mem-form-list input::-ms-input-placeholder { /* Microsoft Edge */
   color: #808080;
   font-size: 18px;
}
.mem-form-list input::placeholder { /* Most modern browsers support this now. */
   color: #808080;
   font-size: 18px;
}

.mem-form-list{
	margin-bottom: 20px;
}
.mem-form-list.nmb{margin-bottom: 0;}
.mem-form-list.short{
	width: 48.5%;
}
.mem-form-list .title {
	width: 100px;
	font-size: 18px;
	line-height: 1;
	height: 50px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.mem-form-list.required .title:after{
	content: ' *';
	color: #C8000F;
}
.mem-form-list .field {
	background-color: #e5e5e5;
	padding: 10px 20px;
	color: #3c3c3c;
	min-height: 50px;
}
.mem-form-list textarea.field{
	height: 200px;
}
.mem-form-list .button{
	background-color: #4d4d4d;
	height: 50px;
	width: 150px;
	font-size: 18px;
	color: #FFF;
}
.mem-form-list .button:hover{
	background-color: #282828;
}
.mem-form-list .notice{
	font-size: 16px;
	color: #a00000;
	margin-top: 10px;
}
.mem-common-button{
	font-weight: 600;
	color: #FFFFFF;
	height: 50px;
	background-color: #d7000f;
	width: 320px;
	margin-top: 10px;
}
.mem-common-button:hover{
	background-color: #aa0000;
}

.mem-menu {
	width: 240px;
	margin-right: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #c8000f;	
	margin-bottom: 40px;
	background-color: #e8e8e8;
	font-size: 18px;
}
.mem-menu .switch {
	height: 58px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: none;
}
.mem-menu .switch .icon{
	margin-left: 10px;
}
.mem-menu .ulbox{padding-bottom: 20px;}
.mem-menu .ulbox li,
.mem-menu .ulbox a {
	padding-right: 10px;
	padding-left: 10px;
}
.mem-menu .ulbox a{
	height: 58px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
}
.mem-menu .ulbox a:hover,
.mem-menu .ulbox a.selected{border-bottom-color: #C8000F;}

.ex-table .top{
	background: linear-gradient(0deg, rgba(170,0,15,1) 0%, rgba(222,57,29,1) 100%);
	height: 40px;
	color: #FFF;
	font-size: 18px;
}
.ex-table .top.lock{
	height: 54px;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
.ex-table .top .col{
	padding-right: 10px;
	padding-left: 10px;
}
.ex-table.t2 .top{
	background: #4d4d4d;
	text-align: center;
}

.ex-table .top .col.e-w-1,
.extra-table-rows .e-w-1{padding-left: 20px;}
.ex-table .top .col.e-w-4,
.extra-table-rows .e-w-4,
.ex-table .top .col.e-w-5,
.extra-table-rows .e-w-5{padding-right: 20px;}
.e-w-1{
	width: calc(180 / 1006*100%);
	min-width: 90px;
	padding-left: 20px;
}
.e-w-2{
	width: calc(170 / 1006*100%);
	min-width: 90px;
}
.e-w-3{
	width: calc(170 / 1006*100%);
	min-width: 72px;
}
.e-w-4{width: 130px;padding-right: 20px;}
.e-w-5{width: calc(180 / 1006*100%);
	min-width: 90px;padding-right: 20px;}

.extra-table-rows td {
	background-color: #FFF;
	padding: 26px 10px;
	min-height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 18px;
}
.extra-table-rows td .tag{
	display: none;	
}
.extra-table-rows:not(.nohover):hover td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8000f;
}
.extra-table-rows:nth-child(even) td{
	background-color: #f5f5f5;
}
.extra-table-rows.t2 td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.extra-table-rows .button {
	background-color: #e5e5e5;
	height: 30px;
	width: 100px;
	border-radius: 15px;
	color: #3C3C3C;
	
}
.extra-table-rows .button:hover{background-color: #3C3C3C;color: #FFFFFF;}
.btb-box {
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #3c3c3c;
}
.btb-box.stick{
	margin-top: 0px;
	border-top: none;
}
.verify-hide{
	display: none;
}
.count-0{
	font-size: 20px;
	font-weight: 600;
	color: #3c3c3c;
	margin-bottom: 30px;
}

.w-1366px{}
@media screen and (max-width: 1366px) {
}

.w-1040px{}
@media screen and (max-width: 1040px) {
.mem-bg-r-b{
	background-position: 100px bottom;
}
.mem-menu .ulbox{display:none;}
.mem-menu.active .ulbox{display:block;}
.mem-menu .switch{
	display:flex;
}
.mem-menu{
	width: 100%;	
}
.mem-menu{
	margin-right: 0px;
}
}

.w-768px{}
@media screen and (max-width: 768px) {
.mem-bg-r-b{
	height: 700px;
}
.mem-form-list {
  margin-bottom: 10px;
}
.mem-form-list.short{width: 100%;}
.mem-form-list .title{
	width: 100%;
	margin-bottom: 5px;
}
.ex-table .top,
.verify-hide .title{display: none;}
.extra-table-rows{
	display: block;
	margin-bottom: 20px;	
}
.extra-table-rows:before{
	content: "";
	background: linear-gradient(0deg, rgba(170,0,15,1) 0%, rgba(222,57,29,1) 100%);
	float: left;
	height: 5px;
	width: 100%;
}
.extra-table-rows td {
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	display: flex;
	justify-content: space-between;
}
.extra-table-rows:not(.nohover):hover td{
	border-bottom-color: #d7d7d7;
}
.extra-table-rows .e-w-1{padding-left: 10px;}
.extra-table-rows .e-w-2{padding-right: 10px;}
.e-w-1,
.e-w-2,
.e-w-3,
.e-w-4,
.e-w-5{
	width: 100%;
	min-width: 100%;
}
.extra-table-rows td{min-height: auto;padding-top: 15px;
	padding-bottom: 15px;	}
.extra-table-rows td .tag{
	display: block;
	width: 92px;
	text-align: left;
}
.extra-table-rows td .info{
	-webkit-box-flex-grow: 1;
	-moz-box-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	flex: 1;
	min-width: 1px;
	text-align: left;
}
.extra-table-2{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4d4d4d;
}
.extra-table-rows.t2{
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}
.extra-table-rows:nth-child(even){
	background-color: #f5f5f5;
}
.extra-table-rows.t2:before{
	display: none;
}
.extra-table-rows.t2 td {
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 15px 0px;
}
.extra-table-rows.t2 td:not(:last-of-type){border-bottom: 1px dashed #C8C8C8;}
.extra-table-rows .button{
	float: right;
}
.btb-box{
	padding: 15px;
}
}

.w480px{}
@media screen and (max-width: 480px) {
.form-400 {
	margin-left: 0;
}
.mem-bg-r-b{
	height: 600px;
}
}
