@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : e-Physiology Member Page
	* FileName : phy_member_220203.css
	* Description : My Page
	* First Date : 2022.02.03.
	* Name : 김희선

*********************************************************/

/* -------------------------------- 

Member Top Style

-------------------------------- */
#member_top_wrap {
	display: table;
	position: relative;
	width: 100%;
	height: 340px;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	box-sizing: border-box;
}
.member_txt_box {
	width: 100%;
	max-width: 1300px;
	margin: 5.8% auto 0;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: left;
}
.member_txt_box > h2 {
	display: block;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 25px;
}
.member_txt_box > p.basic_info {
	font-size: 22px;
	font-weight: 300;
	line-height: 40px;
}
.member_txt_box > p.point_info {
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
}
span.member_slice {
	padding: 0 12px;
}
.member_top_pc {
	display: block;
}
.member_top_m {
	display: none;
}
@media (max-width: 1400px) {
	.member_txt_box {
		max-width: 1200px;
	}
}
@media (max-width: 1300px) {
	#member_top_wrap {
    height: 300px;
    padding: 0 3%;
	}
	.member_txt_box {
		margin: 7% auto 0;
	}
	.member_txt_box > h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.member_txt_box > p.basic_info,
	.member_txt_box > p.point_info {
		font-size: 18px;
		line-height: 32px;
	}
}
@media (max-width: 1024px) {
	#member_top_wrap {
    height: 280px;
	}
	.member_txt_box {
		margin: 8% auto 0;
	}
	.member_txt_box > h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.member_txt_box > p.basic_info,
	.member_txt_box > p.point_info {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	#member_top_wrap {
		height: 240px;
		padding: 0 5%;
	}
	.member_txt_box {
		margin: 60px auto 0;
		padding: 0 10px;
	}
	.member_txt_box > h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.member_txt_box > p.basic_info,
	.member_txt_box > p.point_info {
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	#member_top_wrap {
		height: 290px;
	}
	.member_txt_box > h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.member_txt_box > p.basic_info,
	.member_txt_box > p.point_info {
		font-size: 14px;
		line-height: 22px;
	}
	.member_txt_box > p.basic_info {
		margin-bottom: 12px;
	}
	.member_top_pc {
		display: none;
	}
	.member_top_m {
		display: block;
	}
}
/* -------------------------------- 

Mypage Dashboard Style

-------------------------------- */
/** Activity **/
.calendar {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}
.calendar_choose {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.calendar_choose > a {
	display: inline-block;
	width: 25%;
	height: 35px;
	background-color: #ffffff;
	border: 1px #e0e0e0 solid;
	/*margin: 0 -2px 0 1px;*/
	margin: 0 -4px 0 1px;
	box-sizing: border-box;
	text-align: center;
	line-height: 32px;
	font-size: 13px;
	font-weight: 300;
	color: #666666;
}
.calendar_choose > a.active {
	background-color: #f2b229;
	color: #ffffff;
	font-weight: 500;
}
.calendar_direct {
	display: inline-block;
	margin-left: 35px;
	width: 70%;
	overflow: hidden;
}
.date_box {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.date_box .date_box_txt {
	display: block;
	width: 120px;
	height: 35px;
	background-color: #ffffff;
	border: 1px #e0e0e0 solid;
	padding: 0 0 0 9px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	color: #444444;
	line-height: 30px;
	cursor: pointer;
}
.date_box .ico_calendar {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0, -50%);
	width: 15px;
	height: 16px;
	background: url("../../images/icon/icon_calendar.png") no-repeat;
	text-indent: -55555px;
	cursor: pointer;
}
.seperator {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 1px;
	margin: 16px 6px 0 6px;
	background-color: #666666;
	vertical-align: top;
}
.btn_calendar {
	display: inline-block;
	margin-left: 15px;
	background-color: #444444;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
}
.btn_calendar a {
	display: block;
	height: 35px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1px;
}
.activity_box {
	width: 100%;
	margin-top: 35px;
	text-align: left;
}
.activity_box > ul li {
	display: inline-block;
	position: relative;
	width: 430px;
	height: 90px;
	background-color: rgba(0, 0, 0, .15);
	box-sizing: border-box;
	margin-left: 30px;
}
.activity_box > ul li:first-child {
	margin-left: 0;
}
.activity_box > ul li span.tit {
	font-size: 20px;
	color: #444444;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.activity_box > ul li strong.num {
	font-size: 36px;
	font-weight: 600;
	color: #000000;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
}
.activity_box > p {
	font-size: 16px;
	color: #de5854;
	margin-top: 20px;
}
@media (max-width: 1300px) {
	.calendar {
    margin-top: 15px;
	}
	.activity_box {
		margin-top: 25px;
	}
}
@media (max-width: 1024px) {
	.calendar {
    margin-top: 10px;
	}
	.calendar_direct {
    margin-left: 25px;
	}
	.calendar_choose {
		width: 35%;
	}
	.calendar_direct {
    margin-left: 15px;
		width: 60%;
	}
	.seperator {
    width: 6px;
    height: 1px;
    margin: 16px 2px 0 2px;
	}
	.date_box .date_box_txt {
    width: 105px;
    padding: 0 0 0 7px;
    font-size: 13px;
	}
	.date_box .ico_calendar {
    width: 15px;
    height: 16px;
    background: url(../../images/icon/icon_calendar_m.png) no-repeat;
		background-size: 100%;
	}
	.btn_calendar {
    margin-left: 7px;
	}
	.btn_calendar a {
    padding: 0 20px;
	}
	.activity_box > ul li {
    width: 48%;
		height: 80px;
		margin-left: 20px;
	}
	.activity_box > ul li span.tit {
    font-size: 18px;
	}
	.activity_box > ul li strong.num {
    font-size: 32px;
	}
	.activity_box > p {
    font-size: 15px;
    margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.calendar_choose {
    display: block;
    width: 100%;
	}
	.calendar_direct {
    display: block;
		width: 100%;
    margin-left: 0;
		margin-top: 7px;
		padding-bottom: 15px;
		text-align: center;
		border-bottom: 1px #bbbbbb solid;
	}
	.date_box {
		width: 48%;
	}
	.date_box:first-child {
		float: left;
	}
	.date_box:last-child {
		float: right;
	}
	.date_box .date_box_txt {
		width: 100%;
		padding: 0 0 0 9px;
	}
	.seperator {
    margin: 16px 1% 0 1%;
	}
	.btn_calendar,
	.btn_us {
    margin: 13px 7px 0 7px;
		width: 140px;
	}
	.btn_calendar a {
		font-size: 13px;
    padding: 0 20px;
	}
	.activity_box {
    margin-top: 20px;
	}
	.activity_box > ul li {
    width: 48.5%;
		height: 70px;
		margin-left: 10px;
	}
	.activity_box > ul li span.tit {
		left: 20px;
    font-size: 16px;
	}
	.activity_box > ul li strong.num {
		right: 20px;
    font-size: 30px;
	}
	.activity_box > p {
    font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
}
@media (max-width: 576px) {
	.date_box {
    width: 47%;
	}
	.btn_calendar,
	.btn_us {
    margin: 13px 5px 0 5px;
		width: 90px;
		line-height: 30px;
	}
	.btn_calendar a {
		height: 30px;
    padding: 0 10px;
	}
	.activity_box {
    margin-top: 10px;
	}
	.activity_box > ul li {
    width: 100%;
		height: 60px;
		margin-left: 0;
		margin-top: 10px;
	}
	.activity_box > ul li span.tit {
		left: 15px;
    font-size: 15px;
	}
	.activity_box > ul li strong.num {
		right: 15px;
    font-size: 28px;
	}
	.activity_box > p {
    font-size: 13px;
		line-height: 19px;
	}
}
/* -------------------------------- 

Dashboard List Style

-------------------------------- */
.dboard_list_box {
	display: block;
	width: 100%;
	margin-top: 60px;
}
ul.dboard_list_top {
	display: block;
	overflow: hidden;
	border-top: 2px #000000 solid;
	background-color: rgba(0, 0, 0, .09);
	box-sizing: border-box;
	text-align: center;
}
ul.dboard_list_top li {
	float: left;
	padding: 13px 20px;
	width: 16%;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	box-sizing: border-box;
}
ul.dboard_list_top li > a {
	color: #000000;
}
ul.dboard_list_top li.category {
	width: 52%;
}
.dboard_top_m {
	display: none;
}
ul.dboard_list {
	display: block;
  overflow: hidden;
	width: 100%;
	border-bottom: 1px #cccccc solid;
	box-sizing: border-box;
	text-align: center;
}
ul.dboard_list li {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
ul.dboard_list li span {
	float: left;
	padding: 13px 20px;
	width: 16%;
	font-size: 16px;
	color: #888888;
	box-sizing: border-box;
}
ul.dboard_list li span.dboard_list_tit {
	width: 52%;
	font-weight: 500;
	color: #000000;
	text-align: left;
}
ul.dboard_list li.depth2 span.debpth2_list_tit {
	width: 52%;
	color: #000000;
	text-align: left;
}
a.review {
	color: #888888;
	text-decoration: underline;
	text-underline-position: under;
}
a.learn {
	color: #425ebd;
}
ul.dboard_list li.depth1 {
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px #cccccc solid;
	/*border-bottom: 1px #cccccc dashed;*/
}
ul.dboard_list li.depth2 {
	border-top: 1px #cccccc dashed;
}
.dboard_list_m {
	display: none;
	float: left;
	padding: 13px 10px;
	width: 100%;
	font-size: 14px;
	color: #888888;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
.dboard_list_m > p {
	display: block;
	width: 100%;
	font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
}
.dboard_list_m > p.depth2_tit_m {
	font-weight: 400;
}
.dboard_list_m > p.other {
	font-weight: 400;
	color: #888888;
	margin-bottom: 10px;
}
.dboard_list_m > p.dboard_btn {
	font-weight: 400;
	color: #888888;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	ul.dboard_list_top li,
	ul.dboard_list li span {
		font-size: 15px;
		padding: 12px 10px;
	}
}
@media (max-width: 768px) {
	.dboard_list_m {
		display: block;
	}
	.dboard_list_pc {
		display: none;
	}
	/*
	ul.dboard_list_top {
		display: none;
	}
	*/
	.dboard_top_m {
		display: block;
		overflow: hidden;
		border-top: 2px #000000 solid;
		background-color: rgba(0, 0, 0, .09);
		padding: 10px 10px 12px;
		box-sizing: border-box;
		text-align: right;
	}
	.dboard_top_m > a {
		font-size: 14px;
		font-weight: 500;
		color: #000000;
		margin: 0 10px;
	}
	ul.dboard_list_top {
		display: none;
	}
	ul.dboard_list_top li,
	ul.dboard_list li span {
		font-size: 14px;
	}
	ul.dboard_list li span.dboard_list_tit {
    width: 100%;
	}
	.dboard_list_m > p.dboard_btn {
		display: block;
		line-height: 30px;
	}
	a.review {
		background-color: #888888;
		padding: 3px 10px;
		box-sizing: border-box;
		font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    text-underline-position: none;
	}
	a.learn {
		background-color: #425ebd;
		padding: 3px 10px;
		box-sizing: border-box;
		font-size: 13px;
    color: #ffffff;
	}
}
@media (max-width: 440px) {
	.dboard_list_m {
		font-size: 13px;
	}
	.dboard_top_m {
		padding: 10px 0 12px 10px;
	}
	.dboard_top_m > a {
		font-size: 13px;
	}
	ul.dboard_list_top li,
	ul.dboard_list li span {
		font-size: 13px;
	}
}

/* -------------------------------- 

Table Style

-------------------------------- */
div.table_none {
	/*width: 100%;*/
	border-top: 2px #000000 solid;
	border-bottom: 1px #cccccc solid;
	margin-top: 20px;
	padding: 25px 25px;
	font-size: 16px;
	font-weight: 300;
	color: #888888;
	line-height: 20px;
	text-align: center;
}
table.tbl_form1 {
	width: 100%;
	table-layout: fixed;
	border-top: 2px #000000 solid;
	margin-top: 20px;
	box-sizing: border-box;
}
table.tbl_form1 tr {
	border-bottom: 1px #cccccc solid;
	box-sizing: border-box;
}
table.tbl_form1 th {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	background-color: rgba(0, 0, 0, .07);
	padding: 20px 25px;
	box-sizing: border-box;
}
table.tbl_form1 td {
	vertical-align: middle;
	font-size: 18px;
	color: #444444;
	padding: 20px 25px;
	box-sizing: border-box;
}
table.tbl_form1 td.date,
table.tbl_form1 td.delete {
	color: #888888;
	text-align: center;
}
table.tbl_form1 td > a {
	font-weight: 500;
	color: #000000;
}
table.tbl_form1 td > a:hover {
	color: #425ebd;
	text-decoration: underline;
	text-underline-position: under;
}
table.tbl_form1 td > a.icon_delete {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../../images/icon/icon_delete.svg) no-repeat center;
	opacity: 0.35;
	margin: 0 auto;
	text-indent: -55555px;
}
.tbl_form1_m {
	display: none;
}
@media (max-width: 1024px) {
	table.tbl_form1 th {
    font-size: 15px;
		font-weight: 500;
    padding: 20px 15px;
	}
	table.tbl_form1 td {
    font-size: 15px;
    padding: 20px 15px;
	}
}
@media (max-width: 768px) {
	table.tbl_form1 td {
    padding: 20px 15px;
	}
	table.tbl_form1 td.delete {
		width: 80px;
	}
	.tbl_form1_m {
		display: block;
	}
	.tbl_form1_pc {
		display: none;
	}
	.tbl_form1_m > p {
		font-size: 15px;
		color: #444444;
		margin-bottom: 10px;
	}
	.tbl_form1_m > p.date {
		font-size: 15px;
		color: #888888;
		margin-bottom: 0;
	}
	.tbl_form1_m > a {
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: #425ebd;
		text-decoration: underline;
		text-underline-position: under;
		margin-bottom: 15px;
	}
}
@media (max-width: 576px) {
	table.tbl_form1 td {
    padding: 15px 10px;
	}
	table.tbl_form1 td.delete {
		width: 50px;
	}
	table.tbl_form1 td > a.icon_delete {
		width: 20px;
		height: 20px;
	}
	.tbl_form1_m > p,
	.tbl_form1_m > p.date {
		font-size: 13px;
	}
	.tbl_form1_m > a {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}

/* -------------------------------- 

Class Accordion Style

-------------------------------- */
.class_accordion {
	position: relative;
	width: 100%;
	border-top: 2px #000000 solid;
	text-align: left;
	margin-top: 15px;
}
.class_accordion dt {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 20px 195px 20px 30px;
	border-bottom: 1px #bbbbbb solid;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.class_accordion dt::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9.5px;
	width: 22px;
	height: 22px;
	background: url(../../images/icon/icon_select.svg) no-repeat right center;
	background-size: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0.5;
}
.class_accordion dt.active {
  background-color: rgba(0, 0, 0, .04);
}
.class_accordion dt.active::after {
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.class_accordion dt span.name {
	font-size: 18px;
	color: #777777;
	margin-right: 35px;
}
.class_accordion dt span.title {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.class_accordion dt span.date {
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translate(0, -50%);
	font-size: 18px;
	color: #777777;
}
.class_accordion dd.open {
	display: none;
	position: relative;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	border-bottom: 1px #bbbbbb solid;
	background-color: rgba(0, 0, 0, .04);
	padding: 30px;
}
span.nameDate_768 {
	display: none;
	font-size: 13px;
	color: #777777;
	margin-bottom: 10px;
}
/** Modify, Delete **/
.md_list {
	display: block;
	margin-top: 20px;
	box-sizing: border-box;
}
.md_list > div {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px rgba(0, 0, 0, 0.35) solid;
	line-height: 11px;
}
.md_list > div:first-child {
	border-left: 0;
	padding-left: 0;
}
.md_list > div a {
	font-size: 14px;
	color: #000000;
	position: relative;
}
.md_list > div a:hover::after {
	content: "";
  width: 100%;
  background-color: #000000;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
	box-sizing: border-box;
}
.btn_add_regi {
	position: absolute;
	right: 0;
	top: -50px;
}
.btn_add_regi > a {
	display: block;
	height: 35px;
	line-height: 30px;
	padding: 0 20px;
	background-color: #1e7abf;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.class_accordion dt {
    line-height: 20px;
    padding: 15px 175px 15px 20px;
	}
	.class_accordion dt::after {
    right: 20px;
    margin-top: -8.5px;
    width: 17px;
    height: 17px;
	}
	.class_accordion dt span.name {
    font-size: 15px;
    margin-right: 25px;
	}
	.class_accordion dt span.title {
    font-size: 16px;
	}
	.class_accordion dt span.date {
    right: 70px;
    font-size: 15px;
	}
	.class_accordion dd.open {
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
	}
	.md_list > div {
    padding: 0 8px;
	}
	.btn_add_regi {
		top: -45px;
	}
	.btn_add_regi > a {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
	}
}
@media (max-width: 768px) {
	.class_accordion dt {
    line-height: 20px;
    padding: 15px 55px 15px 15px;
	}
	.class_accordion dt span.name,
	.class_accordion dt span.date {
		display: none;
	}
	.class_accordion dt span.title {
		display: block;
		width: 100%;
		line-height: 24px;
	}
	.class_accordion dd.open {
    padding: 15px;
	}
	span.nameDate_768 {
		display: block;
	}
}
@media (max-width: 576px) {
	.class_accordion dt {
    line-height: 15px;
    padding: 12px 45px 12px 15px;
	}
	.class_accordion dt::after {
    right: 15px;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
	}
	.class_accordion dt span.title {
		font-size: 14px;
		line-height: 22px;
	}
	.class_accordion dd.open {
    font-size: 13px;
	}
	span.nameDate_768 {
		font-size: 12px;
	}
	.md_list > div a {
    font-size: 13px;
	}
	.btn_add_regi {
		top: -42px;
	}
	.btn_add_regi > a {
		height: 25px;
		line-height: 23px;
		padding: 0 10px;
		font-size: 12px;
		letter-spacing: 0.2px;
	}
}
/* -------------------------------- 

Board Images, Video attach Style

-------------------------------- */
.attach_box {
	width: 100%;
	margin: 15px 0;
}
.attach_box > embed,
.attach_box > img {
	width: 70%;
}
.attach_file {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.attach_file > a {
	display: block;
	position: relative;
	height: 23px;
	font-size: 13px;
	color: #555555;
	padding-left: 25px;
	margin-top: 10px;
}
.attach_file > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url("../../images/icon/icon_attach.svg") no-repeat right center;
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.attach_file > a:hover {
	text-decoration: underline;
	text-underline-position: under;
	color: #000000;
}
.attach_file > a:hover::before {
	opacity: 1;
}
@media (max-width: 768px) {
	.attach_box > embed,
	.attach_box > img {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.attach_file > a {
		padding-left: 20px;
	}
	.attach_file > a::before {
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
	}
}
/* -------------------------------- 

Registration Style

-------------------------------- */
table.tbl_register {
	width: 100%;
	table-layout: fixed;
	margin-top: 15px;
	border-top: 2px #000000 solid;
}
col.tbl_regist_tit_w {
	width: 180px;
}
table.tbl_register td {
	position: relative;
	vertical-align: middle;
	padding: 15px;
	border-bottom: 1px #cccccc solid;
	box-sizing: border-box;
}
table.tbl_register td.regist_tit {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px #cccccc solid;
}
.table_blank {
	padding: 0 7px;
}
table.tbl_register td.write > input {
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #444444;
	line-height: 30px;
	padding: 0 7px;
	border: 1px rgba(0, 0, 0, 0.2) solid;
	background-color: transparent;
	box-sizing: border-box;
}
table.tbl_register td.text {
	height: 400px;
	box-sizing: border-box;
	vertical-align: top;
}
table.tbl_register td.add_file > input {
	width: 100%;
	height: 25px;
	font-size:12px;
	margin: 3px 0;
	vertical-align: middle;
}
.register_m_tit {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media (max-width: 1300px) {
	col.tbl_regist_tit_w {
		width: 140px;
	}
}
@media (max-width: 576px) {
	table.tbl_register td.write > input {
    font-size: 13px;
	}
	table.tbl_register td.text {
    height: 250px;
	}
	table.tbl_register td.add_file > input {
		margin: 5px 0;
	}
	.register_m_tit {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
/** Registration Button */
.btn_box {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
a.btn_style01 {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 37px;
	margin: 0 7px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
}
a.btn_style01 > span {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
@media (max-width: 1024px) {
	a.btn_style01 {
    width: 100px;
    height: 35px;
    line-height: 32px;
	}
	a.btn_style01 > span {
    font-size: 14px;
	}
}
@media (max-width: 576px) {
	.btn_box {
		margin-top: 15px;
	}
	a.btn_style01 {
    width: 80px;
    height: 30px;
    line-height: 27px;
    margin: 0 5px;
	}
	a.btn_style01 > span {
    font-size: 13px;
	}
}
/** Registration Max 768px **/
.m_con_b {
  display: none;
}
@media (max-width: 768px) {
	.m_con_b {
		display: block;
	}
	.m_only_b {
    display: none;
	}
}
/** Class Blank **/
.class_blank {
	display: block;
	width: 100%;
	height: 65px;
}
/* -------------------------------- 

Total Sort Style

-------------------------------- */
.total_sort_box {
	display: block;
	width: 100%;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.total_search {
	float: left;
}
.total_tit {
	font-size: 18px;
	color: #333333;
}
.total_tit > strong {
	font-weight: 600;
}
.total_input {
	display: table;
}
.total_input > label {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #333333;
}
.total_input > label > strong {
	font-weight: 600;
}
.total_input > input[type="text"] {
	display: table-cell;
	vertical-align: middle;
	width: 175px;
	height: 35px;
	padding: 0 7px;
	font-size: 15px;
	color: #444444;
	line-height: 35px;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	border-right: 0;
	margin-left: 10px;
	box-sizing: border-box;
}
.total_input > .btn_search {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background-color: #ffffff;;
	border: 1px #cccccc solid;
	border-left: 0;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.total_input > .btn_search::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	background: url("../../images/icon/icon_search.svg") no-repeat center / cover;
	background-size: 100%;
	opacity: 0.5;
}

/** Sort Table **/
table.sort_table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #000000 solid;
	text-align: center;
	margin-top: 15px;
	box-sizing: border-box;
}
table.sort_table tr {
	border-bottom: 1px #cccccc solid;
	box-sizing: border-box;
}
table.sort_table th {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	background-color: rgba(0, 0, 0, .07);
	padding: 20px 25px;
	box-sizing: border-box;
}
table.sort_table td {
	vertical-align: middle;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	padding: 20px 25px;
	box-sizing: border-box;
}
table.sort_table td > a {
	font-weight: 400;
	color: #425ebd;
	text-decoration: underline;
	text-underline-position: under;
}
.sort_tbl_m,
.sort_tbl_m2 {
	display: none;
}
@media (max-width: 1300px) {
	.total_sort_box {
    margin-top: 15px;
	}
	.total_input > label {
    font-size: 16px;
	}
	.total_input > input[type="text"] {
    width: 170px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
	}
	.total_input > .btn_search {
    width: 30px;
    height: 30px;
	}
	.total_input > .btn_search::after {
    width: 17px;
    height: 17px;
    margin-left: -8.5px;
    margin-top: -8.5px;
	}
	table.sort_table {
    margin-top: 10px;
	}
	table.sort_table th {
    font-size: 16px;
		padding: 20px 15px;
	}
	table.sort_table td {
    font-size: 14px;
		padding: 20px 15px;
	}
}
@media (max-width: 1024px) {
	table.sort_table th,
	table.sort_table td {
		padding: 15px 10px;
	}
}
@media (max-width: 768px) {
	.total_input > label {
    font-size: 14px;
	}
	.total_input > input[type="text"] {
    width: 150px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
	}
	.total_input > .btn_search {
    width: 25px;
    height: 25px;
	}
	.total_input > .btn_search::after {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
	}
	table.sort_table th {
    font-size: 14px;
	}
	table.sort_table td {
    font-size: 13px;
	}
}
@media (max-width: 576px) {
	.sort_tbl_pc {
		display: none;
	}
	.sort_tbl_m {
		display: block;
	}
	.sort_tbl_m2 {
		display: block;
		position: relative;
		padding-right: 22%;
	}
	table.sort_table {
    text-align: left;
	}
	.total_sort_box {
   margin-top: 10px;
	}
	.total_input > label {
    font-size: 13px;
	}
	.total_input > input[type="text"] {
    width: 100px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
	}
	.sort_tbl_m > p,
	.sort_tbl_m2 > p {
		margin-top: 10px;
	}
	.sort_tbl_m > a {
		font-size: 14px;
		font-weight: 400;
		color: #359bdc;
		text-decoration: underline;
		text-underline-position: under;
	}
	.sort_tbl_m_other {
		font-size: 12px;
		padding-top: 10px;
		border-top: 1px #e0e0e0 dashed;
	}
}

