@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : e-NeuroAnatomy Member Page
	* FileName : neuA_member_2411.css
	* Description : e-NeuroAnatomy Member
	* First Date : 2024.11.01.
	* Name : 김희선

*********************************************************/

/* -------------------------------- 

Mypage Info Style

-------------------------------- */
.myTop_tit {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.myTop_tit > h2 {
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 40px;
}
p.basic_info {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 15px;
}
p.point_info {
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
}
span.info_slice {
	padding: 0 12px;
}
.info_pc {
	display: block;
}
.info_m {
	display: none;
}
@media (max-width: 1300px) {
	.myTop_tit > h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	p.basic_info {
    font-size: 16px;
		margin-bottom: 10px;
	}
	p.point_info {
    font-size: 16px;
	}
}
@media (max-width: 768px) {
	.myTop_tit > h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	p.basic_info {
    font-size: 14px;
    line-height: 20px;
	}
	p.point_info {
    font-size: 14px;
    line-height: 20px;
	}
}
@media (max-width: 576px) {
	.myTop_tit > h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.info_pc {
		display: none;
	}
	.info_m {
		display: block;
	}
}
/* -------------------------------- 

Dashboard Style

-------------------------------- */
.dashboard_box {
	width: 100%;
	margin-top: 65px;
	text-align: left;
}
h3.dashboard_tit {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}
@media (max-width: 1300px) {
	.dashboard_box {
		margin-top: 50px;
	}
	h3.dashboard_tit {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.dashboard_box {
		margin-top: 40px;
	}
	h3.dashboard_tit {
		font-size: 18px;
	}
}
@media (max-width: 576px) {
	.dashboard_box {
		margin-top: 35px;
	}
	h3.dashboard_tit {
		font-size: 16px;
	}
}
/** Activity Style **/
.calendar {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 20px;
	gap: 0 35px;
}
ul.calendar_choose {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.calendar_choose > li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 75px;
	height: 35px;
	background-color: #ffffff;
	border: 1px #e0e0e0 solid;
	line-height: 1;
	margin-left: -1px;
	box-sizing: border-box;
	cursor: pointer;
}
ul.calendar_choose > li:first-child {
	margin-left: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul.calendar_choose > li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul.calendar_choose > li span {
	font-size: 13px;
	font-weight: 300;
	color: #666666;
}
ul.calendar_choose > li.active {
	background-color: #2a83c7;
}
ul.calendar_choose > li.active span {
	font-weight: 500;
	color: #ffffff;
}
.calendar_direct {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.calendar_item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.date_input {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.date_input > input {
	display: block;
	width: 120px;
	height: 35px;
	background-color: #ffffff;
	border: 1px #e0e0e0 solid;
	padding: 0 0 0 9px;
	font-size: 14px;
	font-weight: 300;
	color: #444444;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.date_input em.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;
	font-size: 0;
	cursor: pointer;
}
.seperator {
	display: inline-flex;
	position: relative;
	width: 8px;
	height: 1px;
	margin: 0px 6px 0 6px;
	background-color: #666666;
	vertical-align: top;
}
button.btn_calendar {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #444444;
	height: 35px;
	padding: 0 30px;
	margin-left: 15px;
	border-radius: 6px;
	box-sizing: border-box;
}
button.btn_calendar > span {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1px;
}
.activity {
	width: 100%;
	margin-top: 35px;
}
.activity > ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 30px;
}
.activity > ul li {
	display: flex;
	align-items: center;
	width: 430px;
	height: 90px;
	background-color: #dddddd;
	padding: 0 25px;
	border-radius: 10px;
	box-sizing: border-box;
}
.activity > ul li > div.tit {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	color: #444444;
}
.activity > ul li > div.num {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	font-size: 36px;
	font-weight: 600;
	color: #000000;
}
.activity > p {
	font-size: 16px;
	font-weight: 300;
	color: #e30000;
	margin-top: 20px;
}
@media (max-width: 1300px) {
	.calendar {
		margin-top: 15px;
	}
	.activity {
		margin-top: 25px;
	}
}
@media (max-width: 1024px) {
	.calendar {
		gap: 0 15px;
	}
	.activity > ul {
    gap: 0 20px;
	}
	.activity > ul li {
    height: 80px;
	}
	.activity > ul li > div.tit {
    font-size: 18px;
	}
	.activity > ul li > div.num {
    font-size: 32px;
	}
	.activity > p {
		font-size: 15px;
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.calendar {
		gap: 0;
		flex-direction: column;
	}
	ul.calendar_choose > li {
		width: 26%;
    min-width: 0;
	}
	.calendar_direct {
		margin-top: 7px;
		padding-bottom: 15px;
		border-bottom: 1px #bbbbbb solid;
	}
	.calendar_item {
		width: 80%;
	}
	.date_input {
		width: 50%;
	}
	.date_input > input {
    width: 100%;
		font-size: 13px;
	}
	button.btn_calendar {
		width: 33%;
    margin-left: 10px;
		font-size: 13px;
	}
	.activity {
		margin-top: 15px;
	}
	.activity > ul {
    gap: 0 10px;
	}
	.activity > ul li {
		width: 50%;
    height: 70px;
		padding: 0 15px;
	}
	.activity > ul li > div.tit {
    font-size: 16px;
	}
	.activity > ul li > div.num {
    font-size: 28px;
	}
	.activity > p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
}
@media (max-width: 576px) {
	.activity > p {
		font-size: 13px;
		line-height: 18px;
	}
}
@media (max-width: 540px) {
	.activity > ul {
		gap: 10px 0;
		flex-direction: column;
	}
	.activity > ul li {
		width: 100%;
		height: 60px;
	}
	.activity > ul li > div.tit {
    font-size: 14px;
	}
	.activity > ul li > div.num {
    font-size: 24px;
	}
}
@media (max-width: 414px) {
	.calendar_direct {
		flex-direction: column;
	}
	.calendar_item {
		width: 100%;
	}
	button.btn_calendar {
		display: flex;
		width: 100px;
		margin-left: 0;
		margin-top: 13px;
	}
}
/** Recent Watch Style **/
.recent_watch {
	width: 100%;
	margin-top: 20px;
}
.recent_watch > ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.recent_watch > ul > li {
	width: calc((100% - 30px* 2) / 3);
	background-color: #f8f8f8;
	border-radius: 10px;
	box-sizing: border-box;
}
a.recent_img {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
}
a.recent_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.my_progress_box {
	display: block;
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.my_progress_box .my_progress_bar {
	display: block;
	height: 15px;
	background: linear-gradient(80deg, #4194e9, #41cbe9);
}
.my_boxImg_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	opacity: 0;
}
.my_boxImg_bg:hover {
	opacity: 1;
}
@media (max-width: 1300px) {
	.recent_watch > ul {
    gap: 20px;
	}
	.recent_watch > ul > li {
    width: calc((100% - 20px* 2) / 3);
	}
	.my_progress_box {
    height: 10px;
	}
}
@media (max-width: 1024px) {
	.recent_watch > ul {
    gap: 15px;
	}
	.recent_watch > ul > li {
    width: calc((100% - 15px* 2) / 3);
	}
	.my_boxImg_bg:hover {
		opacity: 0;
	}
}
@media (max-width: 768px) {
	.recent_watch {
    margin-top: 15px;
	}
	.recent_watch > ul > li {
		width: calc((100% - 15px* 1) / 2);
		max-width: 330px;
	}
}
@media (max-width: 576px) {
	.recent_watch > ul {
    gap: 12px;
	}
	.recent_watch > ul > li {
    width: calc((100% - 12px* 1) / 2);
	}
	.my_progress_box {
    height: 7px;
	}
}
/* -------------------------------- 

Mypage Table Style

-------------------------------- */
table.my_table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #000000 solid;
	text-align: center;
	margin-top: 20px;
}
col.tbl_date_w {
	width: 140px;
}
col.tbl_watching_w {
	width: 230px;
}
col.tbl_play_w {
	width: 200px;
}
table.my_table td {
	position: relative;
	vertical-align: middle;
	padding: 20px 25px;
	border-bottom: 1px #bbbbbb solid;
	box-sizing: border-box;
}
table.my_table td {
	font-size: 16px;
}
table.my_table td.date {
	font-weight: 100;
	color: #777777;
	text-align: left;
}
.tbl_tit {
	display: block;
	text-align: left;
}
table.my_table td.time {
	text-align: right;
	font-weight: 300;
	color: #777777;
}
.playtime {
	font-weight: 400;
	color: #222222;
}
.time_short {
	font-weight: 400;
	color: #c82866;
}
.time_over {
	font-weight: 400;
	color: #2983c9;
}

.tbl_kor_tit {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
}
.tbl_eng_tit {
	display: inline-block;
	font-weight: 400;
	color: #666666;
	margin-left: 15px;
}
.m_con_b {
  display: none;
}
div.my_table_m_d {
	font-weight: 100;
	color: #777777;
	text-align: left;
	margin-top: 10px;
}
div.my_table_m_t {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
div.my_table_m_t > .m_time {
	display: block;
	text-align: right;
	font-weight: 300;
	color: #777777;
	margin-top: 10px;
}
div.my_table_m_t > .m_time:first-child {
	margin-top: 0;
}
div.my_table_m_576 {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
@media (max-width: 1200px) {
	col.tbl_date_w {
		width: 110px;
	}
	col.tbl_watching_w {
		width: 180px;
	}
	col.tbl_play_w {
		width: 150px;
	}
	table.my_table td {
    padding: 20px 15px;
	}
	table.my_table td {
    font-size: 14px;
	}
	.tbl_kor_tit {
    font-size: 16px;
	}
	.tbl_eng_tit {
    margin-left: 10px;
	}
}
@media (max-width: 992px) {
	.m_only_b {
		display: none;
	}
	.m_con_b {
		display: block;
	}
	table.my_table td {
    padding: 15px 0;
	}
	.tbl_eng_tit {
    margin-left: 7px;
	}
	.tbl_tit,
	div.my_table_m_d {
		width: 70%;
	}
	div.my_table_m_t {
    right: 0;
	}
}
@media (max-width: 768px) {
	table.my_table {
    margin-top: 10px;
	}
}
@media (max-width: 576px) {
	table.my_table td {
    font-size: 13px;
	}
	.tbl_tit,
	div.my_table_m_d {
		width: 54%;
	}
	.tbl_kor_tit {
    font-size: 15px;
		line-height: 18px;
	}
	.tbl_eng_tit {
		display: none;
	}
	div.my_table_m_d {
		margin-top: 5px;
	}
	div.my_table_m_t {
		display: none;
	}
	div.my_table_m_576 {
		display: block;
		font-size: 14px;
	}
}
/* -------------------------------- 

Mypage Scrapbook Style

-------------------------------- */
.scrap_list_box {
	width: 100%;
	margin-top: 65px;
	text-align: left;
}
h3.scrap_list_tit {
	font-size: 30px;
	font-weight: 600;
	color: #000000;
}
.scrap_list_box > ul {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.scrap_list_box > ul li {
	float: left;
	overflow: hidden;
	width: 50%;
	height: 100%;
	padding: 30px 0;
	position: relative;
	box-sizing: border-box;
}
/** Scrapbook img **/
a.video_scrap_img {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 310px;
	vertical-align: top;
	border-radius: 10px;
}
a.atlas_scrap_img {
	display: inline-block;
	width: 310px;
	height: 220px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	border: 1px #e0e0e0 solid;
	border-radius: 10px;
	box-sizing: border-box;
}
a.video_scrap_img > img,
a.atlas_scrap_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/** Scrapbook Text **/
.scrap_txt_inner {
	display: inline-block;
	width: 50%;
	padding: 5px 20px;
	margin-left: -4px;
	box-sizing: border-box;
	vertical-align: top;
}
.scrap_txt_inner .scrap_txt_box {
	display: block;
	text-decoration: none;
	position: relative;
}
.scrap_txt_box > strong {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
}
.scrap_txt_box > span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.55);
	margin-top: 10px;
}
/** Scrapbook Delete **/
.scrap_delete {
	display: block;
	margin-top: 30px;
}
.scrap_delete > a.btn_delete {
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../images/icon/icon_delete.png") no-repeat;
	background-size: 100%;
	opacity: 0.35;
	text-indent: -99999px;
}
@media (max-width: 1600px) {
	.scrap_txt_inner {
    width: 48%;
	}
}
@media (max-width: 1400px) {
	a.video_scrap_img {
   max-width: 280px;
	}
	a.atlas_scrap_img {
		width: 280px;
		height: 199px;
	}
}
@media (max-width: 1300px) {
	.scrap_list_box {
    margin-top: 50px;
	}
	h3.scrap_list_tit {
    font-size: 26px;
	}
	.scrap_list_box > ul li {
    padding: 20px 0;
	}
	a.video_scrap_img {
   max-width: 250px;
	}
	a.atlas_scrap_img {
		width: 250px;
		height: 178px;
	}
	.scrap_txt_inner {
    width: 45%;
	}
	.scrap_txt_box > strong {
    font-size: 18px;
    line-height: 22px;
	}
	.scrap_txt_box > span {
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px;
	}
	.scrap_list_inner {
    margin-bottom: 60px;
	}
}
@media (max-width: 1024px) {
	h3.scrap_list_tit {
    font-size: 24px;
	}
	/*
	.scrap_list_box > ul li {
		width: 100%;
    padding: 10px 0;
	}
	*/
	a.video_scrap_img {
   max-width: 220px;
	}
	a.atlas_scrap_img {
    width: 220px;
    height: 157px;
	}
	.scrap_txt_inner {
    width: 42%;
    padding: 5px 3%;
	}
	.scrap_txt_box > strong {
    font-size: 16px;
    line-height: 20px;
	}
	.scrap_delete {
    margin-top: 15px;
	}
}
@media (max-width: 992px) {
	.scrap_list_box > ul li {
		width: 100%;
    padding: 10px 0;
	}
	.scrap_txt_inner {
    width: 65%;
	}
}
@media (max-width: 768px) {
	.scrap_list_box {
    margin-top: 40px;
	}
	a.video_scrap_img {
   max-width: 200px;
	}
	a.atlas_scrap_img {
   	width: 200px;
		height: 142px;
	}
	.scrap_delete > a.btn_delete {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/icon/icon_delete_m.png) no-repeat;
    background-size: 100%;
    opacity: 0.35;
    text-indent: -99999px;
	}
}
@media (max-width: 660px) {
	.scrap_txt_inner {
    width: 60%;
	}
}
@media (max-width: 576px) {
	.scrap_list_box {
    margin-top: 35px;
	}
	h3.scrap_list_tit {
    font-size: 20px;
		font-weight: 500;
	}
	a.video_scrap_img {
   max-width: 150px;
	}
	a.atlas_scrap_img {
    width: 150px;
		height: 107px;
	}
	.scrap_txt_inner {
    padding: 0 3%;
    width: 65%;
	}
	.scrap_txt_box > strong {
    font-size: 13px;
    line-height: 18px;
	}
	.scrap_txt_box > span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
	}
	.scrap_delete {
    margin-top: 15px;
	}
	.scrap_delete > a.btn_delete {
    width: 18px;
    height: 18px;
	}
}
@media (max-width: 495px) {
	h3.scrap_list_tit {
    font-size: 18px;
	}
	a.video_scrap_img {
   max-width: 125px;
	}
	a.atlas_scrap_img {
   width: 125px;
		height: 85px;
	}
	.scrap_txt_inner {
    width: 60%;
	}
	.scrap_txt_box > strong {
    font-size: 13px;
    line-height: 16px;
	}
	.scrap_txt_box > span {
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
	}
	.scrap_delete {
    margin-top: 10px;
	}
	.scrap_delete > a.btn_delete {
    width: 15px;
    height: 15px;
	}
}
@media (max-width: 375px) {
	.scrap_txt_inner {
    width: 60%;
		max-width: 160px;
	}
}
