@charset "utf-8";

/*-----------------------------------------------
	login
-----------------------------------------------*/
/* secMypageItem */
.secMypageItem{
	background: #FFF;
	margin-top: 60px;
	margin-bottom: 60px;
	border: 1px solid #CCC;
	padding-bottom: 69px;
}
.secMypageItem + .secMypageItem{
	margin-top: 30px;
}
.secMypageItem .boxTit{
	text-align: center;
}
.secMypageItem .boxTit .tit{
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 4px;
	color: #262637;
	padding-top: 69px;
}
.secMypageItem .boxTit .txt{
	font-size: 15px;
	line-height: 30px;
	color: #262637;
	padding-top: 33px;
	letter-spacing: 1.25px;
}
.secMypageItem .secFormTable{
	margin-top: 27px;
}
.secMypageItem .txtPass{
	font-size: 15px;
	text-align: center;
	margin-top: 26px;
	font-weight: 500;
	letter-spacing: 2px;
}
.secMypageItem .secFormBtn .btnSubmit{
	margin-top: 30px;
}
.secMypageItem  + .secMypageItem .secFormBtn .btnSubmit{
	margin-top: 28px;
}
.secMypageItem .txtPass + .secFormBtn a{
	background: #1B3345;
}
@media only screen and (max-width:767px){
	.secMypageItem{
		margin-top: 30px;
		border-left: none;
		border-right: none;
		padding-bottom: 35px;
	}
	.secMypageItem + .secMypageItem{
		margin-top: 11px;
	}
	.secMypageItem .boxTit .tit{
		font-size: 18px;
		line-height: 27px;
		letter-spacing: 0.5px;
		padding-top: 31px;
		white-space: nowrap;
	}
	.secMypageItem .boxTit .txt{
		font-size: 13px;
		line-height: 1.5;
		padding-top: 11px;
		letter-spacing: 0.5px;
		white-space: nowrap;
	}
	.secMypageItem .secFormTable{
		margin-top: 15px;
	}
	.secMypageItem .txtPass{
		font-size: 13px;
		margin-top: 13px;
		letter-spacing: 0.5px;
	}
	.secMypageItem .secFormBtn .btnSubmit{
		margin-top: 15px;
	}
	.secMypageItem  + .secMypageItem .secFormBtn .btnSubmit{
		margin-top: 15px;
	}
}

/*-----------------------------------------------
	logout
-----------------------------------------------*/
.secLogout{
	text-align: center;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 300;
	color: #C33;
	margin-top: 60px;
}
@media only screen and (max-width:767px){
	.secLogout{
		font-size: 18px;
		letter-spacing: 1px;
		margin-top: 30px;
	}
}

/*-----------------------------------------------
	pass
-----------------------------------------------*/
.secPass{
	padding-bottom: 50px;
}
.secPass .secFormBtn .btnSubmit{
	margin-top: 50px;
}
.secPass .secFormBtn .btnSubmit a{
	background: #1B3345;
}
@media only screen and (max-width:767px){
	.secPass{
		padding-bottom: 25px;
	}
	.secPass .secFormBtn .btnSubmit{
		margin-top: 25px;
	}
}

/*-----------------------------------------------
	leave
-----------------------------------------------*/
.secLeave{
	padding-bottom: 50px;
}
.secLeave .secFormBtn .btnSubmit a{
	background: #CCC;
}
.secLeave .boxTit .txt{
	padding-top: 62px;
}
.secLeave .secFormTable{
	margin-top: 47px;
}
.secLeave .secFormTable tr td{
	padding: 22px 0 17px 20px;
}
.secLeave .secFormBtn .btnSubmit{
	margin-top: 50px;
}
@media only screen and (max-width:767px){
	.secLeave{
		padding-bottom: 25px;
	}
	.secLeave .boxTit .txt{
		text-align: left;
		white-space: normal;
		padding-top: 30px;
	}
	.secLeave .secFormTable{
		margin-top: 25px;
	}
	.secLeave .secFormTable tr td{
		padding: 15px 4.83%;
	}
	.secLeave .secFormBtn .btnSubmit{
		margin-top: 25px;
	}
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secIndexTxt */
.secIndexTxt{
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 50px;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	.secIndexTxt{
		font-size: 13px;
		line-height: 1.5;
		margin-top: 25px;
		letter-spacing: 0.5px;
		white-space: nowrap;
	}
}

/* secIndexItem */
.secIndexItem{
	margin-top: 55px;
	padding-bottom: 29px;
}
@media only screen and (max-width:767px){
	.secIndexItem{
		margin-top: 25px;
		padding-bottom: 15px;
	}
}

/* secIndexName */
.secIndexName{
	padding-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.secIndexName .txt{
	width: calc(100% - 300px);
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 3px;
}
.secIndexName .txt .fName{
	font-size: 20px;
}
.secIndexName .btn{
	width: 270px;
	height: 45px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background: #000;
}
.secIndexName .btn .inner{
	width: calc(100% - 26px);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #FFF;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
}
.secIndexName .btn .inner::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: calc(50% - 4px);
	right: 0;
}
@media only screen and (max-width:767px){
	.secIndexName{
		padding-top: 15px;
		display: block;
	}
	.secIndexName .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 0.5px;
		text-align: center;
	}
	.secIndexName .txt .fName{
		font-size: 18px;
	}
	.secIndexName .btn{
		width: 89.305%;
		margin: 10px auto 0;
	}
}

/* secFormTable */
.secIndexItem .secFormTable{
	margin-top: 30px;
}
@media only screen and (max-width:767px){
	.secIndexItem .secFormTable{
		margin-top: 20px;
	}
}

/* secIndexBtn */
.secIndexBtn{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 30px;
}
.secIndexBtn .btnSubmit a,
.secIndexBtn .btnLeave a{
	display: block;
	width: 320px;
	height: 94px;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	background: #1B3345;
	text-align: center;
	padding-top: 37px;
	letter-spacing: 2px;
}
.secIndexBtn .btnLeave a{
	margin-left: 10px;
	background: #CCC;
}
@media only screen and (max-width:767px){
	.secIndexBtn{
		width: 80.677%;
		margin: 15px auto 0;
		display: block;
	}
	.secIndexBtn .btnSubmit a,
	.secIndexBtn .btnLeave a{
		width: 100%;
		height: 70px;
		font-size: 15px;
		padding-top: 27.5px;
		letter-spacing: 0.5px;
	}
	.secIndexBtn .btnLeave a{
		margin: 8px 0 0;
	}
}

/*-----------------------------------------------
	co
-----------------------------------------------*/
/* secFormBtn */
.secIndexItem .secFormBtn .btnSubmit a{
	background: #1B3345;
}
.secIndexItem .secFormBtn .btnBack{
	margin-top: 30px;
}
@media only screen and (max-width:767px){
	.secIndexItem .secFormBtn .btnBack{
		margin-top: 15px;
	}
}
