/*==========================================================================================================*/
/*============================================= MEMBER ==================================================*/
/*==========================================================================================================*/
.member{
	background: url(../images/layout/member/bg.jpg) repeat-y center top;
	background-size: 100%;
	background-color: #000;
	min-height: 715px;
	color: #939290;
	position: relative;
	padding: 4vw 0;
}
/*.member a{
	color: #939290;
}*/
.submenu{
	border-top: 2px solid #1c1c1c;
	border-bottom: 2px solid #1c1c1c;
	padding: 20px 0;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.submenu .search{
	width: 25%;
}
ul.submenu-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.submenu-list li{
	border: 1px solid #cf1a32;
	background-color: #1d1610;
	margin-right: 7px;
	margin-bottom: 7px;
	text-align: center;
	padding: 12px 35px;
	cursor: pointer;
	position: relative;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.submenu-list li:nth-child(6n){
	/* margin-right: 0; */
}
ul.submenu-list li:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid #0d0d0d;
	border-right: 20px solid transparent;
	clip-path: polygon(0 101%, 101% 0, 0 0);
	background-color: #cf1a32 ;
	position: absolute;
	top: 0;
	left: 0;
}
ul.submenu-list li:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #0d0d0d;
	clip-path: polygon(0 95%, 95% 0, 99% 100%);
	background-color: #cf1a32 ;
	position: absolute;
	bottom: 0;
	right: 0;
}
ul.submenu-list li:last-child{
	margin-right: 0;
}
ul.submenu-list li a{
	text-decoration: none;
	color: #a8a7a6;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	font-size: 12pt;
	font-weight: 500;
	letter-spacing: 1px;
}
ul.submenu-list li:hover,
ul.submenu-list li.selected{
	background-color: #cf1a32 ;
}
ul.submenu-list li:hover > a,
ul.submenu-list li.selected > a{
	color: #fff;
}
.title-decoration{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 40px 0;
}
.title-decoration:before{
	content: '';
	position: relative;
	left: 0;
	top: 3px;
	background: url(../images/layout/home/section2/side-left.png) no-repeat right top;
	width: 253px;
	height: 18px;
	display: block;
	filter: hue-rotate(305deg);
}
.title-decoration:after{
	content: '';
	position: relative;
	right: 0;
	top: 3px;
	background: url(../images/layout/home/section2/side-right.png) no-repeat left top;
	width: 253px;
	height: 18px;
	display: block;
	filter: hue-rotate(305deg);
}
.title-decoration h1{
	position: relative;
	display: block;
	color: #c8c8c8;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 25pt;
	line-height: 1;
/*	margin: 0 30px;*/
	padding: 0 3%;
	z-index: 1;
	white-space: nowrap;
}
@media(max-width: 768px){
	.member{
		height: auto;
		position: relative;
		padding: 12vw 0 8vw;
	}
	.submenu{
		justify-content: center;
	}
	.submenu .search{
		width: 75%;
	}
	.title-decoration h1{
		position: relative;
		display: inline-block;
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 18pt;
		line-height: 1;
		text-align: center;
	}
	.title-decoration a:before{
		content: '';
		position: absolute;
		left: 0;
		top: 3px;
		background: url(../images/layout/home/section2/side-left.png) no-repeat right top;
		width: 28vw;
		height: 18px;
	}
	.title-decoration a:after{
		content: '';
		position: absolute;
		right: 0;
		top: 3px;
		background: url(../images/layout/home/section2/side-right.png) no-repeat left top;
		width: 28vw;
		height: 18px;
	}
}
/*==========================================================================================================*/
/*=========================================== END MEMBER ===================================================*/
/*==========================================================================================================*/

/*==========================================================================================================*/
/*============================================ MEMBER WRAP =================================================*/
/*==========================================================================================================*/
.member-wrap{
	width: 350px;
	margin: 90px auto 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.member-wrap h5{
	color: #636363;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 8pt;
	text-align: center;
	margin: 0 0 20px;
}
.member-wrap a{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #555555;
	position: relative;
}
.member-wrap a:hover{
	color: #727070;
}
.member-wrap a.square-dot{
	font-size: 10pt;
}
.member-wrap a.square-dot:before{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #9d2727;
	position: absolute;
	top: 5px;
	left: -15px;
}
.member-wrap .input-group .form-control{
	background-color: transparent;
	color: #555555;
    height: 55px;
    border-color: #555555;
	font-family: 'Roboto', sans-serif;
}
.member-wrap .input-group .input-group-text{
    border-color: #555555;
	color: #555555;
	background-color: #2a2a2a;
	width: 75%;
}
.member ul.warning{
	list-style-type: none;
	padding: 0 0 0 17px;
	margin: 0;
	color: #939393;
}
.member ul.warning li{
	list-style-image: url(../images/layout/member/li-arrow.png);
	padding-left: 5px;
	margin-bottom: 5px;
}
@media(max-width: 768px){
	.member{
		padding: 0 22px 50px;
		min-height: 500px;
	}
	.member-wrap{
		margin: 80px auto 35px;
		width: 100%;
	}
	.member-wrap h5{}
}
/*==========================================================================================================*/
/*========================================== END MEMBER WRAP ===============================================*/
/*==========================================================================================================*/

/*==========================================================================================================*/
/*============================================ AGREEMENT ===================================================*/
/*==========================================================================================================*/
ul.listing{
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 30px 0 0;
}
ul.listing li{
	display: flex;
	align-items: flex-start;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}
ul.listing li .number{
	font-weight: 700;
	font-size: 25pt;
	line-height: 1;
	margin-right: 20px;
	color: #cf1a32 ;
	border: 1px dashed;
	min-width: 50px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
ul.listing li .number:before{
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: 30px;
	height: 30px;
	border: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	display: block;
	z-index: 2;
}
ul.listing li .number:after{
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 30px;
	height: 30px;
	border: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	display: block;
	z-index: 2;
}
ul.listing li .content{}
@media(max-width: 768px){
	ul.listing li{
		align-items: flex-start;
	}
}
/*==========================================================================================================*/
/*========================================== END AGREEMENT =================================================*/
/*==========================================================================================================*/


/*==========================================================================================================*/
/*============================================== PROFILE ===================================================*/
/*==========================================================================================================*/
.profile-wrap{
	background: url(../images/layout/member/bg-profile.png) no-repeat center top;
	width: 960px;
	height: 463px;
	margin: 60px auto 0;
	padding: 30px;
	font-size: 12pt;
	filter: hue-rotate(308deg);
}
.profile-content{
	font-family: 'Roboto', sans-serif;
	margin-left: 54%;
	position: relative;
}
.profile-content p{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.profile-content p span.username{
	color: #d68c17;
}
.profile-content dl{
	margin: 24px 0 0;
}
.profile-content dl dt{
	color: #d68c17;
}
.profile-content ul.warning-square{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 40px 0 0 10px;
	color: #939393;
	font-size: 11pt;
}
.profile-content ul.warning-square li{
	list-style-image: url(../images/layout/member/li-square.png);
	padding-left: 5px;
	margin-bottom: 5px;
}
p.btn-download{
	margin: 50px 0 0 90px;
	font-size: 13pt;
}
p.btn-download img{
	margin-right: 20px;
}
.profile-content .logout-wrap{
	position: absolute;
	top: 0;
	right: 0;
}
@media(max-width: 768px){
	.profile-wrap{
		background: unset;
		width: auto;
		height: auto;
		padding: 0;
		margin: 10px 0;
	}
	.profile-content{
		margin-left: 0;
	}
	.profile-content ul.warning-square{
		margin-left: 0;
	}
	p.btn-download{
		margin-left: 0;
	}
	p.btn-download a{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	p.btn-download img{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.profile-content .logout-wrap{
		margin-top: 20px;
		position: relative;
		top: unset;
		right: unset;
	}
}
/*==========================================================================================================*/
/*============================================ END PROFILE =================================================*/
/*==========================================================================================================*/