.signin_steps {}
.signin_steps ul {
    display: flex;
}
.signin_steps ul li {
    width: 25%;
    text-align: center;
    position: relative;
}
.signin_steps ul li::after {
	content:'';
	display:block;
	width:100%;
	position:absolute;
	height:2px;
	background:#eee;
	left:50%;
	top:15px;
	z-index:1;
} 
.signin_steps ul li:last-child::after {
	display:none;
}
.signin_steps ul li span {
    font-size: 14px;
    font-weight: 500;
    width: 30px;
	position:relative;
	z-index:2;
    height: 30px;
    background: #eee;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.signin_steps ul li p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}

.signin_steps ul li.on {}
.signin_steps ul li.on span {
	background:#ad2c28;
	color:#fff;
}
.signin_steps ul li.on p {
	color:#ad2c28;
}

.auth {
	text-align:center;
	padding:50px 0px;
}
.auth > p  {
	font-size:16px;
	line-height:1.6;
	margin-bottom:30px;
}
.auth .auth_btn {
	background:#6a5858;
	color:#fff;
	border:none;
	padding:30px 50px;
}
.auth .auth_btn {
	background:#6a5858;
	color:#fff;
	border:none;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
	padding:30px 50px;
}
.auth .auth_btn:hover {
	background:#584343;
}
.auth .auth_btn p {
	font-size:15px;
	margin-top:10px;
}
.auth_result {
    padding: 50px 0px;
    text-align: center;
}
.auth_result span {
    display: inline-block;
    padding-top: 40px;
    background: url(../images/check.png) no-repeat top center;
    background-size: 30px;
    font-size: 18px;
    font-weight: 500;
}
.auth_result dl {
    display: flex;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    width: 500px;
    margin: 20px auto;
}
.auth_result dl dt {
    width: 40%;
    padding: 20px 0px;
	border-bottom:solid 2px #ad2c28;
	font-size:16px;
}
.auth_result dl dd {
	font-size:16px;
    width: 60%;
    padding: 20px 0px;
}
.auth_result p {
	line-height:1.45;
	font-size:16px;
	padding:30px 0px;
}
.signin_cont .btns {
	display:flex;
	justify-content:center;
}
.signin_cont .btns .btn {
	border:none;
	background:#fff;
	border:solid 1px #000;
	padding:7px 20px;
	cursor:pointer;
	margin:0px 2px;
	font-weight:600;
	line-height: 17px;
}
.signin_cont .btns .btn_gray {
	background:#848484;
	border:solid 1px #848484;
	color:#fff;
}
.signin_cont .btns2 .btn_gray {
	background:#848484;
	border:solid 1px #848484;
	color:#fff;
	margin-left: 10px;
}
.signin_cont .btns .btn_red {
	background:#ad2c28;
	color:#fff;
	border:solid 1px #ad2c28;
	line-height: 17px;
}
.signin_cont .btns .btn_lx2 {
	background:#3f3734;
	color:#fff;
	border:solid 1px #ad2c28;
	line-height: 17px;
}

.agreement {
    padding: 40px 0px;
}
.agreement b {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.agreement ol {
    margin-bottom: 30px;
}
.agreement ol li {
    margin: 5px 0px;
    font-size: 16px;
}
.agreement ol li span {}
.agreement .agreement_tabs {
    border: solid 1px #ddd;
    padding: 10px;
}
.agreement .agreement_tabs .tab_tit {}
.agreement .agreement_tabs .tab_tit ul {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
}
.agreement .agreement_tabs .tab_tit ul li {
    width: 33%;
    text-align: center;
    border: solid 1px #ddd;
}
.agreement .agreement_tabs .tab_tit ul li a {
    display: block;
    padding: 10px;
    background: #efefef;
}
.agreement .agreement_tabs .tab_tit ul li a.on{
	background:#138765;
	color:#fff;
}

.agreement .agreement_tabs .tab_cont .tab {
	display:none;
}
.agreement .agreement_tabs .tab_cont .tab.on {
	display:block;
}
.agreement .agreement_tabs .tab_cont .tab_txt {
    border: solid 1px #ddd;
    padding: 15px;
    height: 200px;
    overflow-y: auto;
}
.agreement .agreement_tabs .tab_cont .tab_txt .agree_h1 {
    font-weight: 600;
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
}
.agreement .agreement_tabs .tab_cont .tab_txt p {
    line-height: 1.3;
    margin-bottom: 10px;
}
.agreement .agreement_tabs .tab_cont .tab_txt ul {
    margin-bottom: 10px;
}
.agreement .agreement_tabs .tab_cont .tab_txt ul li {
    line-height: 1.35;
    margin-bottom: 3px;
}
.agreement .agreement_tabs .tab_cont .tab_txt ul li span {}
.agreement .agreement_tabs .tab_cont .tab_check {
	display:flex;
	justify-content:flex-end;
	padding:10px 0px;
	align-items:center;
}
.agreement .agreement_tabs .tab_cont .tab_check input {}
.agreement .agreement_tabs .tab_cont .tab_check label {}
.agreement .agree_all {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0px;
} 

.info_form {
    padding: 40px 0px;
}
.info_form table {
	margin-bottom:30px;
}
.info_form table.write {
    border-top: solid 3px #ad2c28;
    width: 100%;
}
.info_form table.write th {
	border-bottom:solid 1px #ddd;
	border-right:solid 1px #ddd;
	background:#fafafa;
	width:150px;
	padding:10px 0px;
	vertical-align:middle;
}
.info_form table.write td {
	border-bottom:solid 1px #ddd;
	padding:10px;
}
.info_form table.write th.required {}
.info_form table.write th.required::after {
	content:'*';
	color:#ad2c28;
	display:inline-block;
	margin-left:3px;
}
.info_form table.write td .flex  {
	display:flex;
	align-items:center;
}
.info_form table.write td .flex > * {
	margin-right:4px;
}
.info_form table.write td select {
	border:solid 1px #ccc;
	line-height:26px;
	height:28px;
}
.info_form table.write td .btn  {
	margin-left:4px;
	height:28px;
	border:none;
}
.info_form table.write td .btn.btn_gray {
	background: #848484;
	color:#fff;
	border-radius:3px;
}
.info_form table.write td .address {
/* 	display:flex; */
	align-items:center;
	margin-bottom:5px;
}
/* .info_form table.write td input { */
/* 	width:300px; */
/* 	line-height:26px; */
/* 	height:28px; */
/* 	border:solid 1px #ccc; */
/* } */
.info_form table.write td p {
	margin-top:5px;
}
.info_form table.write td .address input {
	width:130px;
}
.info_form table.write td .phone {}
.info_form table.write td .phone select {
	height:28px;
	line-height:26px;
	width:auto;
	border:solid 1px #ccc;
	padding-left:5px;
}
.info_form table.write td .phone span {}
.info_form table.write td .phone input {
	width:80px;
}

.mypage {}
.mypage h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.mypage .tab {}
.mypage .tab .tab_tit {
	margin-bottom:30px;
}
.mypage .tab .tab_tit ul {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #ddd;
}
.mypage .tab .tab_tit ul li {
	margin-right:3px;
}
.mypage .tab .tab_tit ul li a {
	background:#fff;
	display:block;
	margin-bottom:-1px;
	padding:10px 30px;
	color:#444444;
	background:#f8f8f8;
	border:solid 1px #ddd;
}
.mypage .tab .tab_tit ul li a.on {
	background:#fff;
	color:#ad2c28;
	font-weight:bold;
	border-top:solid 1px #ad2c28;
	border-bottom:solid 1px #fff;
	position:relative;
}
.mypage .tab .tab_tit ul li a.on::before {
	content:'';
	display:block; 
	width:calc(100% + 2px);
	height:2px;
	background:#ad2c28;
	position:absolute;
	top:-2px;
	left:-1px;
}
.mypage .tab .tab_cont {}
.mypage .tab .tab_cont .tab {
}
.mypage .tab .tab_cont .tab .status {
	margin-bottom:30px;
	padding:0px 50px;
}
.mypage .tab .tab_cont .tab .status ul {
	display:flex;
	width:100%;
	justify-content:space-between;
}
.mypage .tab .tab_cont .tab .status ul li {
	width:100px;
	height:100px;
	background:#f5ead2;
	border-radius: 0px 30px;
	justify-content:center;
	display:flex;
	flex-direction:column;
	text-align:center;
}
.mypage .tab .tab_cont .tab .status ul li b {
	display:block;
	color:#ad2c28;
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}
.mypage .tab .tab_cont .tab .status ul li span {
	font-size:20px;
	font-weight:bold;
}
.mypage .tab .tab_cont .tab .filter {
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
	align-items:center;
	border:solid 1px #ddd;
	border-top:solid 3px #ddd;
	padding:10px;
}
.mypage .tab .tab_cont .tab .filter .left {
	font-size:14px;
}
.mypage .tab .tab_cont .tab .filter .right {
	margin-left:auto;
}
/* .mypage .tab .tab_cont .tab .filter .right ul { */
/* 	display:flex; */
/* } */
.mypage .tab .tab_cont .tab .filter .right ul li {}
.mypage .tab .tab_cont .tab .filter .right ul li label {
	display:inline-block;
	margin-right:3px;
	margin-left:20px;
	font-size:13px;
}
.mypage .tab .tab_cont .tab .filter .right ul li select {
	height:30px;
	line-height:30px;
	border:solid 1px #ccc;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course  {}
.mypage .tab .tab_cont .tab .course .course_top  {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.mypage .tab .tab_cont .tab .course .course_top h4  {
	font-size:18px;
	position:relative;
	padding-left:10px;
}
.mypage .tab .tab_cont .tab .course .course_top h4::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:3px;
	height:18px;
	background:#ad2c28;
}
.mypage .tab .tab_cont .tab .course .course_top .btn_fold  {
	border:none;
	background:url(../images/btn_fold.png) no-repeat right center #ad2c28;
	background-size:16px;
	color:#fff;
	padding:0px 23px 0px 10px;
	line-height:27px;
	font-size:13px;
	border-radius:3px;
	cursor: pointer;
}
.mypage .tab .tab_cont .tab .course .course_top .btn_unfold  {
	border:none;
	background:url(../images/btn_unfold.png) no-repeat right center #ad2c28;
	background-size:16px;
	color:#fff;
	margin-left:auto;
	margin-right:4px;
	padding:0px 23px 0px 10px;
	line-height:27px;
	font-size:13px;
	border-radius:3px;
	cursor: pointer;
}
.mypage .tab .tab_cont .tab .course .course_list {
	margin:20px 0px 50px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul {
	border-top:solid 3px #ad2c28;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li {
	display:flex;
	flex-direction:column;
	border-bottom:solid 1px #ddd;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a {
	display:flex;
	padding:15px 15px 20px;
	justify-content:space-between;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a:hover {
	background:#f7efef;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a.mycourse {
	padding-right:50px;
	background:url(../images/mycourse.png) no-repeat calc(100% - 10px) center;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a.mycourse:hover {
	background:url(../images/mycourse.png) no-repeat calc(100% - 10px) center #f7efef;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li.on a.mycourse {
	padding-right:50px;
	background:url(../images/mycourse_open.png) no-repeat calc(100% - 10px) center;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li.on a.mycourse:hover {
	background:url(../images/mycourse_open.png) no-repeat calc(100% - 10px) center #f7efef;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .left {
    min-width: 100px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .left .blue {
	background:#c61b2c;
	padding:5px 15px;
	color:#fff;
	font-size:13px;
	border-radius:30px;
	display: inline-block;
	margin-top: 3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .left .red {
	background:#3e3734;
	padding:5px 15px;
	color:#fff;
	font-size:13px;
	border-radius:30px;
	display: inline-block;
	margin-top: 3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid  {
	display:flex;
	flex-direction:column;
	margin-right:auto;
	padding-left:30px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .top  {
	display:flex;
	margin-bottom:10px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .top .num  {
	display:flex;
	margin-right:20px;
	align-items:center;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .top .num span  {
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	background:url(../images/check.png) no-repeat left center;
	display:inline-block;
	background-size:12px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .top .num em  {
	display:inline-block;
	margin-left:5px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .top .title  {
	font-size:16px;
	font-weight:500;
	line-height:1.5;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .btm  {
	display:flex;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .btm .area  {
	color:#888;
	display:inline-block;
	margin-right:20px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .mid .btm b {
	color:#888;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .right  {
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .right .badge  {
	color:#ad2c28;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .right .time  {}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail  {
	display:none;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li.on .course_detail {
	display:flex;
	background:#f4f4f4;
	padding:30px;
	justify-content:space-between;
	
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap  {
	width:calc(100% - 120px);
	display:block;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view  {
	width: 100%;
	background: #fff;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr  {}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr th  {
	padding:5px 10px;
	line-height:25px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	background:#848484;
	color:#fff;
	font-weight:500;
	text-align:center;
	vertical-align:middle;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td  {
	padding:5px 10px;
	vertical-align:middle;
	line-height:25px;
	border-bottom:solid 1px #ccc;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td .btn_red {
	font-size:12px;
	background:#ad2c28;
	border:none;
	line-height:22px;
	cursor:pointer;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td .btn_lx2 {
	font-size:12px;
	background:#3f3734;
	border:none;
	line-height:22px;
	cursor:pointer;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td .btn_gray {
	font-size:12px;
	background:#444;
	border:none;
	cursor:pointer;
	line-height:22px;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td .address  {
	display:flex;
	justify-content:space-between;
	width:100%;
	align-items:center;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td .address span  {
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td .address button  {
	font-size:12px;
/* 	background:#ad2c28; */
	border:none;
	line-height:22px;
	cursor:pointer;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .tbl_wrap .view tr td .address .btn_sm {
	font-size:12px;
/* 	background:#ad2c28; */
	border:none;
	line-height:22px;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .course_info {
    display: flex;
    align-items: center;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .course_info .btn_course_info {
    background: #444;
    border: none;
    padding: 15px 35px 15px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
	cursor:pointer;
    position: relative;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .course_info .btn_course_info::after {
	position:absolute;
	content:'';
	display:block;
	width:20px;
	height:20px;
	background:url(../images/btn_course_info.png) no-repeat center center;
	background-size:13px;
	right:12px;
	top:50%;
	transform:translateY(-50%);
}

.mypage .tab .tab_cont .tab .course .course_list > ul > li .course_detail .course_info .btn_course_info:hover {
	background:#333;
}


.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns    {
    display: flex;
    padding-left: 20px;
    align-items: center;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns .course_set    {
    margin-right: 5px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns .course_set button {
	font-size:12px;
	background:#ad2c28;
	border:none;
	cursor:pointer;
	line-height:22px;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns ul    {
    display: flex;
    flex-direction: column;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns ul li    {
    margin: 2px 0px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns ul li .btn_gray {
	font-size:12px;
	background:#444;
	border:none;
	cursor:pointer;
	line-height:22px;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns ul li .btn_red {
	font-size:12px;
	background:#ad2c28;
	cursor:pointer;
	border:none;
	line-height:22px;
	height:22px;
	color:#fff;
	border-radius:3px;
}
.mypage .tab .tab_cont .tab .course .course_list > ul > li a .btns ul li .btn_lx2 {
	font-size:12px;
	background:#3f3734;
	cursor:pointer;
	border:none;
	line-height:22px;
	height:22px;
	color:#fff;
	border-radius:3px;
}
 























