

/*--------------------------------------------------------------
# 마이페이지 상단 메뉴
--------------------------------------------------------------*/
.myTabWrap{
	width:100%;
	position:relative;
}
.myTabBoxLine{
	width:100%;
	position:relative;
    background-color: #f7f7f7;
}
.myTabBox{
    /* display: block; */
    text-align: left;
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.myTabBox .mt_inline{
	position:relative;
	display:inline-block;
	transition:all 0s;
}
.myTabBox .mt_inline a:hover{
	transition:all 0s;
	/* font-weight:600; */
	border-bottom:3px solid #ea4728;
}
.mt_inner{
	position:relative;
    font-size: 17px;
    color: #666;
    display: inline-block;
	line-height:60px;
	height: 60px;
    margin-right: 120px;
	font-weight: 300;
	cursor:pointer;
	transition:all 0s;
}
.mt_inner:hover{
	color:#222!important;
	border-bottom:3px solid #ea4728;
	transition:all 0s;
}
.myTabBox a{
    position: relative;
    font-size: 17px;
    color: #666;
    display: inline-block;
    line-height: 60px;
    margin-right: 120px;
    height: 60px;
    font-weight: 300;
}

.on_mtab{
	height: 60px;
	color:#333!important;
	font-weight:500!important;
	border-bottom:3px solid #ea4728;
    position: relative;
}
.myTabBox::after{
    /* content:""; */
    /* width: 0; height: 3px; */
    /* background-color: #ea4728; */
    /* position: absolute; bottom: 0;left: 0; */
}
/* .myTabBox a:hover::after, */
/* .on_mtab::after{ */
    /* content:""; */
    /* width: 100%; height: 3px; */
    /* background-color: #ea4728; */
    /* position: absolute; bottom: 0;left: 0; */
/* } */
.my_linkBox{
	display:block;
	text-align:left;
	max-width: 1170px;
	padding: 0 20px;
	margin:0 auto;
}

.my_cou_hover:hover .my_current_cou{
	opacity:1;
	visibility:inherit;
}
.my_current_cou{
	visibility:hidden;
	position: absolute;
    opacity: 0;
    width: 500px;
    left: 0px;
    top: 60px;
	z-index:300;
}
.my_current_cou a{
	color:#888888;
	font-size: 16px;
    margin-right: 30px!important;
}
.my_current_cou a:hover{
	border-bottom:none!important;
	font-weight:400;
	color:#666666;
}

.my_account_hover:hover .my_account{
	visibility:inherit;
	opacity:1;
}
.my_account{
	visibility:hidden;
	position: absolute;
    opacity: 0;
    width: 240px;
    left: 0px;
    top: 60px;
	z-index:300;
}
.my_account:hover{
	border-bottom:none!important;
}
.my_account a{
	color:#888888;
	font-size: 16px;
    margin-right: 30px!important;
}

.my_account a:hover::after{
    content:none!important;
}
.my_account a:hover{
	font-weight:400;
	color:#666666;
    border-bottom:none!important;
}

.myl_left{
	padding-left:240px;
	position:relative;
}
.my_linkBox a{
    padding-top: 20px;
    font-size: 16px;
    color: #888;
    display: inline-block;
  
    font-weight: 300;
}
.my_linkBox a:not(:last-child){
    margin-right: 54px;
}
.on_mLink{
    color: #666!important;
    font-weight: 700!important;
    font-size: 16px!important;
}

.myasset:hover .myassetMenu{
	display:inline-block;
}
.mt_inner:hover .my_infochBox{
	display:inline-block;
	
}
.my_infochBox{
	display:none;
	top: 80px;
    position: absolute;
    left: 0px;
    width: 300px;
}
.my_infochBox > div{
	display:inline-block;
}
.my_infochBox a{
	padding-top: 20px!important;
	padding-bottom:0px!important;
    font-size: 18px!important;
    color: #777!important;
    display: inline-block!important;
    margin-right: 54px!important;
    font-weight: 300!important;
	height:auto!important;
}
.my_infochBox a:hover{
	color:#222!important;
	font-weight:600!important;
	border-bottom:none!important;
}

@media (max-width: 991px){
	.myTabBox a {
		font-size: 17px;
		padding: 0;
		height: 60px;
		margin-right: 70px;
	}
    .my_linkBox.account{
        padding-left: 310px;
    }
	.mt_inner{
		font-size: 18px;
		height: 70px;
		line-height:70px;
		margin-right: 70px;
	}
	
	.my_infochBox {
		top: 71px;
		background-color:#fff;
	}
	.myl_left {
		padding-left: 184px;
	}
}
@media (max-width: 767px){
	.myTabBoxLine{
	}
	.myTabBox {
		background-color:#f5f5f5;
		padding: 0 14px;
		margin-bottom:60px;
	}
	.myTabBox a {
        font-size: 15px;
        padding: 0;
        height: 54px;
        margin-right: 20px;
        line-height: 54px;
	}
    .my_linkBox.account {
        padding-left: 180px;
    }
	.mt_inner{
		line-height: 54px;
		font-size: 15px;
		height: 54px;
		margin-right: 20px;
	}
	.my_linkBox{
		padding: 0 14px;
	}
	.myl_left {
		padding-left: 118px!important;
	}
	.my_linkBox a {
		padding-top: 12px;
		font-size: 14px;
	}
	.my_current_cou{
		position: absolute;
		opacity: 0;
		width: 300px;
		left: 0px;
		top: 50px;
	}
	.my_current_cou a{
		font-size: 14px;
		margin-right: 20px!important;
	}
	.on_mLink {
		font-size: 14px!important;
	}
	.my_account {
		position: absolute;
		opacity: 0;
		width: 180px;
		left: 0px;
		top: 50px;
	}
	.my_account a {
		font-size: 13px!important;
		margin-right: 20px!important;
	}
	.my_linkBox a:not(:last-child){
        margin-right: 18px;
    }
	.my_infochBox > div {
		display: block;
	}
	.my_infochBox {
		width: 130px;
		top: 55px;
	}
	.my_infochBox a {
		padding-top: 12px!important;
		font-size: 14px!important;
		margin-right: 34px!important;
	}
}

/*--------------------------------------------------------------
# 마이페이지
--------------------------------------------------------------*/
/* ================== PROFILE ================== */
/* .panel {margin: 100px auto 40px; max-width: 500px; text-align: center;} */
/* .button_outer {background: #83ccd3; border-radius:30px; text-align: center; height: 50px; width: 200px; display: inline-block; transition: .2s; position: relative; overflow: hidden;} */
.button_outer{
    width: 95px; height: 95px;
    margin: 0 auto;
    background: url(/taste_en/public/img/member/profileImg_default.png) no-repeat center;
    border-radius: 100%;
    background-size: 100%;
    position: relative;
    border: 0;
}
/* .button_outer img{width: 100%;height: 100%;
    border-radius: 50%;
} */
.button_outerimg{
	display: flex;
	align-items: center;
	overflow: hidden;
    border-radius: 50%;
    width: 100%;height: 100%;
}
.button_outerimg img{width: 100%;
/* height: 100%;  */
}
.button_outerimg.hidden{display: none}
.btn_upload,
.uploadedFileInput{
    width: 25px;height: 25px;
    display: inline-block;
    color: #fff;text-align: center;
    cursor: pointer;
    position: absolute; right: 0; bottom: 0;
    
}
.btn_upload input{
    width: 100%; height: 100%;
    text-indent: -9999px;
    background: #E94827;
    border-radius: 50%;
    position: relative;
    border: 2px solid #fff;
    cursor: pointer;
}
.btn_upload input:after,
.file_remove::after{
    content: "";
    width: 10px;height: 2px;
    background-color: #fff;
    display: inline-block;
    position: absolute;left: 50%;top: 50%;
    transform: translate(-50%, -50%);
}
.btn_upload input::before,
.file_remove::before {
    content: "";
    width: 2px;height: 10px;
    background-color: #fff;
    display: inline-block;
    position: absolute;left: 50%;top: 50%;
    transform: translate(-50%, -50%);
}
.file_uploading {width: 100%; height: 10px; margin-top: 20px; border-radius:5px;
    background: #ccc;
}
.file_uploading .btn_upload {display: none;}
.processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#E94827; transition: 3s;}
.file_uploading .processing_bar {width: 100%;}
.success_box {display: none; width: 50px; height: 50px; position: relative;
    border-radius: 50%;
}
.success_box:before {content: '✓'; display: block; width: 50px; height: 50px;
    font-size: 30px; color: #fff;text-align: center;
      position: absolute; left: 50%; top: 50%;
      transform: translate(-50%,-50%);
    }
.file_uploaded .success_box {display: inline-block;}
.file_uploaded {margin-top: 0; width: 50px; background:#83ccd3; height: 50px;
    border-radius: 50%;
    position: relative;
    visibility: hidden
}

.uploaded_file_view{
    width: 95px;
    height: 95px;
    border: 1px solid;
    position: relative;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 0;
    transition: top 0.5s;
    display: none;
 }
.file_remove{ width: 25px;height: 25px;
     border-radius: 50%; display: block;
    position: absolute;  right: 0; bottom: 0;
    background:#E94827;
    border: 1px solid #fff;
    line-height: 30px; color: #fff; font-size: 12px; 
    cursor: pointer; 
    display: none;
    text-indent: -9999px;
    transition-delay: 1s;
}
.file_remove:hover {background: #222; transition: .2s;}
.uploaded_file_view img {    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.uploaded_file_view.show .file_remove{display: block;}
.uploaded_file_view.show {opacity: 1; top: -50px;
    display: block;
}

.error_msg {text-align: center; color: #f00}
.memberWrap{margin: 195px auto 125px auto;
    max-width: 440px; width: 100%;
    padding: 0 20px;
    position: relative;

}
.pro_change{
	margin-top:0px!important;
}
.profileInfoWrap form{ margin-bottom: 40px;}
.profileContent{position: relative;
    margin-bottom: 30px;
    height: 95px;
}
.profilePicWrap{width: 100%;
    margin: 0 auto;
}
.profilePic{width: 95px;height: 95px;
    margin: 0 auto;
    /* background: url(/taste_en/public/img/member/profileImg_default.png) no-repeat center; */
    border-radius: 100%;
    background-size: 100% ;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.profilePic img{
    width: 100%;height: 100%;
    object-fit: cover;
}
.profilePic_desc{text-indent: -9999px;
    width: 0; height: 0;
    position: absolute; left: -9999px;
}
.profilePic label {width: 25px;height: 25px;
    display: inline-block;
    color: #fff;text-align: center;
    cursor: pointer;
    position: absolute; right: 0; bottom: 0;
    
}
.profilePicWrap .file-profileBtn {  display: none;}
.fileBox label:after {content: "첨부하기";
    font-size: 14px;letter-spacing: -1px;font-weight: 500;
}
.profileBtn{width: 100%;height: 100%;
    text-indent: -9999px;
    background: #0fcad6;
    border-radius: 50%;
    position: relative;
    border: 2px solid #fff;
    cursor: pointer;
}
.profileBtn::before{content:"";
    width: 2px; height: 10px;
    background-color: #fff;
    display: inline-block;
    position: absolute; left: 50%; top: 6px;
    transform: translateX(-50%);
}
.profileBtn::after{content:"";
    width: 10px; height: 2px;
    background-color: #fff;
    display: inline-block;
    position: absolute; left: 6px; top: 50%;
    transform: translateY(-50%);
}
.adAccess dl{margin-bottom: 0;}
.adAccess dt{margin-bottom: 10px;
    font-size: 15px; letter-spacing: -1px; color: #333; font-weight: 400;
}
.adAccess dd{margin-bottom: 25px;
    font-size: 12px; letter-spacing: -0.4px; color: #aaa; font-weight: 350;
}
.adAccess .agreeCheckWrap {display: inline-block;
    width: 25%;
    padding-top: 0;
}
.profileBtn_Wrap .Lgrey_btn{ width: 100%;
    display: block;
    line-height: 60px; font-weight: 400;
    position: relative;
    overflow: hidden;
}
.profileBtn_Wrap a + a{margin-top: 10px;}

.outgo_link{
	margin-top: 10px;
	display:block;
	text-align:center;
}
.outgo_link a{
	text-decoration: underline;
    font-size: 13px;
    letter-spacing: -0.4px;
    color: #bbb;
    font-weight: 300;
}
.outgo_link a:hover{
	text-decoration:underline;
}

@media (max-width: 991px){
    .memberWrap {
        padding: 0 20px 80px 20px!important;
        margin: 0 auto;
     
    }
}
@media (max-width: 767px){
    .memberWrap {
        padding: 50px 20px 80px 20px!important;
        margin: 0 auto;
    }
	.pro_change{
		padding-top:0px!important;
	}
	.profileBtn_Wrap .Lgrey_btn {
		line-height: 50px;
	}
}
/* ================== //PROFILE ================== */
/* ================== CREDIT ================== */
.SubV_creditBg{
	/* background: url(/taste_en/public/img/member/my_voucher_visual.jpg) no-repeat center; */
	background: url(/taste_en/public/img/member/sub_visual_08.jpg) no-repeat center;
    background-size: cover;
}
.creditWrap{  max-width: 1170px;
    padding: 0 0; margin: 30px auto 50px auto;
}
.creditContent{ max-width: 750px;
    margin: 0 auto; padding: 50px 0;
}
.creditContent h2{font-size: 26px; letter-spacing: -0.25px; color: #333; font-weight: 400;
    margin-bottom: 30px;
}
.creditListWrap{
	margin: 0;
	padding: 20px;
}
.creditListWrap::-webkit-scrollbar{width: 5px;}
.creditListWrap::-webkit-scrollbar-track{background-color: #fff;border-radius: 10px;}
.creditListWrap::-webkit-scrollbar-thumb{background-color: #dddddd;border-radius: 10px;}
.popupCreditListWrap .voucherType {
    font-size: 22px; font-weight: 700;
    margin-bottom: 25px
}
.popupCreditListWrap .creditList_visible>dl>dt { margin-bottom: 10px;}

.popupCreditListWrap .creditList{
    max-height: 170px;
}
.popupCreditListWrap .voucherImgWrap{    width: 120px;
    margin-bottom: 0;
    top: 25px;
}
.popupCreditListWrap .creditList::before{right: -45%;}
.popupCreditListWrap .creditList::after{right: 140px;}
.popupCreditListWrap .creditListWrap { padding: 20px 0;}
.popupCreditListWrap .be_lcText {
    font-size: 18px;
    margin-bottom: 18px;
    font-family: 'Noto Sans KR', sans-serif!important;
    line-height: 32px;
    font-weight: 400;
}
/* .creUl{ */
	/* height: 630px; */
	/* overflow:auto;	 */
/* } */
/* .creUl::-webkit-scrollbar{width: 5px;} */
/* .creUl::-webkit-scrollbar-track{background-color: #fff;border-radius: 10px;} */
/* .creUl::-webkit-scrollbar-thumb{background-color: #dddddd;border-radius: 10px;} */


.auso{
	height: 420px;
	overflow:auto;	
}
.auso::-webkit-scrollbar{width: 5px;}
.auso::-webkit-scrollbar-track{background-color: #fff;border-radius: 10px;}
.auso::-webkit-scrollbar-thumb{background-color: #dddddd;border-radius: 10px;}

.creditList{width: 100%;
    background-color: #fff;
    border: 1px solid #FF3300;
    border-radius: 10px;
    padding: 26px 50px 0 50px;
    overflow: hidden;
    position: relative;
}
.creditList + .creditList{margin-top: 30px;}
.creditList::before{content:"";
    width: 370px; height: 370px;
    border-radius: 50%;
    background-color: #fcedf0;
    display: inline-block;
    position: absolute; right: -25%; top: 35px;
}
.creditList::after{content:"";
    width: 50px; height: 50px;
    border-radius: 50%;
    background-color: #fdedd3;
    display: inline-block;
    position: absolute; top: 25px; right:163px;
}
.creditList_visible .unusedCredit{
	margin-bottom:26px;
	border-bottom: none!important;
}
.creditList_visible, 
.creditList_hidden.active{position: relative;
    z-index: 1;
}

.closecredit{
	display:none;
}
.creditList_hidden{
    /* height: 0;
    opacity: 0;
    transition: height 0.35s ease-in-out; */
	height:1px;
	overflow:hidden;
    position: relative ;z-index: 10;
}
.creditList_hidden.active{height: auto;
    opacity: 1;
    transition: height 0.35s ease-in-out;
}
.creditList_visible>dl>dt{ margin-bottom: 20px;
    font-family: 'Inter', sans-serif; font-size: 14px; letter-spacing: 1px; color: #FF3300; font-weight: 900;
}
.voucherType {
    
    font-size: 30px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}
.voucherPer{font-size: 15px; font-weight: 300; color: #999; 
    display: flex; align-items: center;
    margin-bottom: 42px
}
.voucherPer::before{
	position: relative;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ccc;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background: url(/image/my_icon_clock.png) no-repeat center;
    background-size: 100%;
    top: 1px;
}
.voucherImgWrap{    width: 120px;
    position: absolute;
    right: 0;
    top: 37px;
}
.voucherImgWrap img{    width: 100%;
    max-height: 82px;
    object-fit: contain;
    display: inline-block;
}
.unusedCredit{
	padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eee;
}
.usedCredit{padding: 22px 0 45px 0}
.unusedCredit>strong, 
.usedCredit>strong{display: inline-block;
    width: 130px;
    font-size: 16px;  color: #333; letter-spacing: -0.25px; font-weight: 300; 
    display: flex; align-items: center;
    margin-right: 27px;
}
.unusedCredit>strong::before{content:"";
    width: 26px; height: 26px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: url(/taste_en/public/img/member/my_voucher_icon_02.png) no-repeat center;
    background-size: 100%;
	position: relative;
	top: 2px;
}
.unusedList{list-style: none;}
.unusedList:not(:last-child),
.usedList:not(:last-child){margin-bottom: 30px;}
.usedCredit>strong::before{content:"";
    width: 26px; height: 26px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: url(/taste_en/public/img/member/my_voucher_icon_03.png) no-repeat center;
    background-size: 100%;
	position: relative;
	top: 2px;
}
.unusedCredit, .usedCredit{
    display: flex; align-items: flex-start;
}
.lectureType{
    margin-right: 30px;
    font-size: 16px; color: #333; letter-spacing: -0.25px;font-weight: 700;
}
.credit_status{font-size: 16px; letter-spacing: -1.25px; color: #333; font-weight: 400;font-style: normal;}
.creditS_noShow{font-size: 16px; color: #333; letter-spacing: -0.25px; font-weight: 500;font-style: normal;}
.visibleLine{position: relative;
    z-index: 1;
    cursor: pointer;
}
.visibleLine span{display: block;
    border-top: 1px solid #333;
    font-size: 15px; color: #333; font-weight: 300; text-align: center; line-height: 50px;
}
.registerBtn,
.likeTutorMore{width: 310px!important;
    line-height: 70px;
    padding: 0!important;
    border-radius: 50px;
}
.registerBtn::after{content:"";
    width: 37px; height: 34px;
    display: inline-block;
    background: url(/taste_en/public/img/member/icon_click.png) no-repeat center;
    background-size: 100%;
    margin-left: 10px;
    vertical-align: middle;
}
.likeTutorMore::after{content:"";
    width: 16px; height: 16px;
    display: inline-block;
    background: url(/taste_en/public/img/member/icon_plus.png) no-repeat center;
    background-size: 100%;
    margin-left: 20px;
    vertical-align: middle;
}


.first_lecture_popup {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.65);
    z-index: 4000;
}
.first_lecture_content{
	position:relative;
	text-align:center;
	padding-right: 26px;
}
.flcCou{
	display: block;
    text-align: Center;
    margin: 50px 0px 36px 0px;
}
.flcCou img{
	display:inline-block;
	height:77px;
}
.flcText{
	letter-spacing: -1px;
    font-size: 24px;
    font-weight: 600;
}
.flcSub{
	display: block;
    letter-spacing: -0.5px;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0px 24px 0px;
}
.flcBtnBox{
	display:block;
}
.flcBtn{
	position:relative;
	width: 100%;
    height: 70px;
	margin-bottom:10px;
}
.flcBtn a{
	letter-spacing: -0.5px;
    color: #222;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: Center;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #222;
    border-radius: 35px;
    line-height: 64px;
}
.flcBtn a:hover{
	border: 2px solid #e94728;
	background-color:#e94728;
	color:#fff;
}
.flcLink{
	display: block;
    text-align: Center;
    padding-top: 12px;
}
.flcLink a{
	letter-spacing: -0.3px;
    display: inline-block;
    color: #e94728;
    font-size: 16px;
    font-weight: 300;
}
.flcBtn a span{
	position: absolute;
    left: 25px;
    top: 23px;
    width: 20px;
    height: 20px;
    background-image: url(/taste_en/public/img/icon_popup_check.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flcLink a:hover{
	text-decoration:underline!important;
}

@media (max-height: 840px){
	.auso {
		height: 220px;
	}
}

@media (max-width: 991px){
    .creditWrap{ margin: 40px auto 0px auto; }
    
}
@media (max-width: 767px){
    .creditContent { padding: 30px 0 35px 0; }
    .creditWrap{ margin: 20px auto 0px auto; padding: 0 14px;}
	.multi_credit_content .be_lcText {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.multi_credit_content .be_lcTextSub {
		font-size: 13px;
	}
	.creditListWrap{
		margin: 0;
		padding: 10px;
		height: 230px;
	}
	.creUl{
		height:auto!important;
	}
	.creUl .creditList_hidden{
		height:auto!important;
	}
	.creUl .visibleLine{
		display:none!important;
	}
	.creditList_visible .unusedCredit{
		margin-bottom:9px;
	}
	.creditList_hidden {
		height: 73px;
	}
	.creditList + .creditList {
		margin-top: 20px;
	}
    .creditList {padding: 19px 20px 0 20px;}
    .voucherImgWrap {right: 30px;}
    .creditList_visible>dl>dt { margin-bottom: 3px;
        font-size: 8px; 
    }
    .voucherType {font-size: 15px; letter-spacing: -0.5px;
        margin-bottom: 10px;
    }
    .voucherImgWrap {top: 15px; 
        width: 51px;
    }
    .creditList::before { width: 250px; height: 250px;
        right: -0%; top: 20px;
        transform: translateX(55%);
    }
    .creditList::after {  width: 23px; height: 23px;
        right: 0%;top: 16px;
        transform: translateX(-300%);
    }
    .voucherPer {margin-bottom: 14px; 
        font-size: 9px; 
        width: 100%;
        display: block;
    }
    .unusedCredit>strong, .usedCredit>strong{margin-right: 0; margin-bottom: 10px;
        font-size: 11px;
        width: 90px;
    }
    .unusedList, .usedList{padding-left: 10px; }
    .unusedList strong, .unusedList em{vertical-align: top;}
    .usedList strong, .usedList em{vertical-align: top;}
    .unusedCredit>strong::before,
    .usedCredit>strong::before{width: 12px; height: 13px;
        margin-right: 5px;
		top: 0px;
    }
    .lectureType {margin-right: 10px; 
        font-size: 11px
    }
    .unusedCredit{padding-bottom: 0;}
    .usedCredit {padding: 10px 0 10px 0; }
    .registerBtn{ line-height: 60px;}
    .credit_status, .creditS_noShow{font-size: 11px}
    .creditContent h2 { font-size: 16px;  font-weight: 500;
        margin-bottom: 20px;
      
    }
    .voucherPer::before {width: 13px;height: 13px;
        margin-right: 5px;
    }
    .visibleLine span { line-height: 26px; font-size: 7.5px  }
    .voucherImgWrap img {max-height: 36px;}
	
	.flcCou {
		margin: 30px 0px 30px 0px;
	}
	.flcCou img {
		height: 57px;
	}
	.flcText {
		font-size: 18px;
	}
	.flcSub {
		font-size: 14px;
		margin: 4px 0px 21px 0px;
	}
	.flcBtn {
		height: 50px;
	}
	.flcBtn a {
		font-size: 16px;
		border: 2px solid #222;
		border-radius: 25px;
		line-height: 44px;
	}
	.flcBtn a span {
		left: 20px;
		top: 14px;
	}
	.flcLink {
		padding-top: 2px;
	}
	.flcLink a {
		font-size: 14px;
	}
	.popupCreditListWrap .voucherType{font-size: 18px;
        margin-bottom: 10px;
    }
    .popupCreditListWrap img {
        max-height: 41px;
    }
    .popupCreditListWrap .creditList::before {
        right: -35px;
    }
    .popupCreditListWrap .creditList::after {
        right: 0px;
        top: 28%;
    }
    .popupCreditListWrap .creditListWrap {
        margin: 0;
        padding: 10px;
        height: 265px;
    }
    .popupCreditListWrap .creditList_visible>dl>dt {
        margin-bottom: 5px;
        font-size: 8px;
    }
    .popupCreditListWrap .be_lcText{
        font-size: 14px;line-height: 22px;
    }
}

@media (max-width: 600px){
	.first_lecPop{
		width: 100%;
		padding: 20px;
		height:auto!important;
		position:absolute!important;
		top:50%!important;
		left: 50%!important;
		-webkit-transform: translate(-50%, -50%)!important;
		transform: translate(-50%, -50%)!important;
	}
	.first_lecture_content {
		padding-right: 0px;
	}
	.SubV_creditBg {
		background: url(/taste_en/public/img/member/sub_visual_08.jpg) no-repeat 76%;
		background-size: cover;
	}
    .voucherImgWrap {
        right: -5px;
    }
	.m_voutext{
		font-size: 15px!important;
	}
	.multi_credit_content .voucherImgWrap {
		width: 90px;
		right: -20px;
	}
}

@media (max-width: 400px){
	.voucherType {font-size: 14px;}
	.multi_credit_content .voucherImgWrap {right: -30px;}
	.voucherImgWrap img {max-height: 26px;}
    .popupCreditListWrap .voucherType {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .popupCreditListWrap .voucherImgWrap img {
        max-height: 32.8px;
    }
    .popupCreditListWrap .creditList::after {
        right: -15px;
        top: 33%;
    }
    .popupCreditListWrap .creditList::before {
        right: -51px;
    }
    .popupCreditListWrap .creditList_visible>dl>dt {
        margin-bottom: 5px;
        font-size: 8px;
    }
    .popupCreditListWrap .voucherType {
        margin-bottom: 10px;
    }
	.m_voutext{
		font-size: 13px!important;
	}
    .popupCreditListWrap .voucherImgWrap {
        top: 20px;
    }
}

.mt_inline:hover .my_linkBox{
    display: block;
    
}

/* ================== //CREDIT ================== */
/* ================== COUPON ================== */
.SubV_couponBg{background: url(/taste_en/public/img/member/my_coupon_visual.jpg) no-repeat center;
    background-size: cover
}
.couponContent{padding: 50px 0}
.coupon_inputContent{position: relative;}
.couponInputWrap{padding: 70px 0;
    width: 500px;
    margin: 0 auto
}
.couponContentWrap{
    display: flex; align-items: center;
    position: relative;
    max-width: 1270px;
    margin: 75px auto 0 auto;
}
.couponContentWrap>div{flex: 1;}
.couponContentWrap::after{content:"";
    width: 1px; height: 100%;
    background-color: #eee;
    display: inline-block;
    position: absolute; left: 50%; top: 0;
    transform: translateX(-50%);
}
.couponInputWrap label, .Coupon_inputTit{display: block;}
.couponContent_tit{font-size: 26px; color: #333; letter-spacing: -0.25px; font-weight: 400;
    margin-bottom: 25px; text-align: left;
    display: block;
}
.couponInputWrap label{margin-bottom: 0;}
.Coupon_inputTit{padding-left: 30px;
    font-size: 16px; color: #333; font-weight: 500;
    margin-bottom: 10px;
}
.coupon_inputContent input#coupon{width: 100%; height: 70px;
    border-radius: 40px;
    background-color: #eee;
    border: none;
    color: #666; font-size: 18px; font-weight: 300;font-family: 'Inter', serif;
    padding: 15px 30px;
    position: relative;
}
.coupon_inputContent input#coupon:focus{
    background-color: #fff;
    border: 1px solid #e94728;
    color: #333;
    
}
.coupon_inputContent input#coupon:focus::placeholder{
    color: #333;
    
}
.coupon_inputContent input#coupon::placeholder{
    color: #666; font-size: 18px; font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}
.couponBtn{position: absolute; right: 30px; 
	/* top: 50%; */
    /* transform: translateY(-50%); */
	top: 0px;
    text-indent: -9999px;
    width: 22px;height: 22px;
    background-size: 100%;
    background: url(/image/icon_plus_gray.png) no-repeat center;
    background-size: 100%;
    border:0;
}
.couponBtn.on{
    width: 22px;height: 22px;
    background: url(/image/icon_plus_black.png) no-repeat center;
    background-size: 100%;
}
.couponUn_List,
.coupon_List{max-width: 100%;
    border: 1px dotted #e94728;
    border-radius: 10px;
    padding: 28px 40% 39px 39px;
    position: relative;
    transition: all 0.3s ;
    background: url(/taste_en/public/img/member/my_coupon_01.png) no-repeat center;
    background-size: cover
}

.couponUn_ListWrap, 
.coupon_ListWrap{width: 100%;
    display: inline-block;
    text-align: left;
}
.couponContent_unused{margin-right: 65px;
    text-align: right;
}
.couponContent_used{margin-left: 65px;}
.couponUn_ListContent strong,
.coupon_ListContent strong{font-size: 14px; font-weight: 900; color: #e94728;  font-family: 'Inter', sans-serif; letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.coupon_ListContent p,
.couponUn_ListContent p{margin-bottom: 0;}
.couponUn_ListContent dl, .coupon_ListContent dl{margin-bottom: 0;}
.couponEvent{font-size: 15px; letter-spacing: -0.25px; color: #333; font-weight: 500;}
.couponUn_ListContent .couponEvent{text-decoration: line-through;}
.couponMerit{font-size: 20px; color: #333; font-family: 'Gmarket Sans'; font-weight: 700; letter-spacing: -1px;
    margin-bottom: 5px;
}
.couponMerit .fontItalic{font-style:italic;}
.usedDim{width: 100.5%;height: 101%;
    display: inline-block;
    background-color: #000;
    position: absolute;left: -1px;top: -1px;
    border-radius: 10px;
    opacity: 0.73;
}
.usedDim::after{content: "사용한 쿠폰";
    font-size: 25px;color: #fff;  font-weight: 600;
    position: absolute; right: 23px;bottom: 42px;
}
.usedDim::before{content: "";
    width: 46%; height: 1px;
    background-color: #fff;
    position: absolute;left: 38px; bottom: 71px; font-family: 'noto sans kr';
}
.couponUn_ListContent .couponMerit{text-decoration: line-through;}
.couponPeriod{ font-size: 15px;font-weight: 300;color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.couponPeriod::before { content: "";
    display: inline-block;
    width: 18px;height: 18px;
    background-color: #ccc;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background: url(/image/my_icon_clock.png) no-repeat center;
    background-size: 100%
}
.barcordImgWrap{width: 100%; height: 54px;
    /* background: url(/taste_en/public/img/member/indentEdge.png) no-repeat center; */
    display: flex; justify-content: center; align-items: center;
    background-size: 100%
}
.barcordImgWrap::before{content:"";

}
.couponUn_ListContent figure,
.coupon_ListContent figure{width: 120px; 
    text-align: center;
    position: absolute; right: 40px; top: 50%;
    transform: translateY(-50%);
    
 }
.couponUn_ListContent figure img,
.coupon_ListContent figure img{width: 100%; height: 44px;
    display: inline-block;
}
.couponUn_ListContent figure .more,
.coupon_ListContent figure .more{margin-top: 15px;
    display: block;
    font-size: 14px; color: #333; letter-spacing: -0.25px; font-weight: 300; text-decoration: underline;
}
.couponUn_List::before, .couponUn_List::after,
.coupon_List::before, .coupon_List::after{content:"";
    width: 20px; height: 40px;
    background-color: #fff;
    border-right: 1px dotted #e94728; border-top: 1px dotted #e94728;border-bottom: 1px dotted #e94728; border-left: none;
    display: inline-block;
    position: absolute; left: -1px; top: 50%; 
    transform: translateY(-50%);
    border-radius: 0 20px 20px 0;
    z-index: 1; 
}
.coupon_List, .couponUn_List{margin-right: 0;
    list-style: none;
}
.coupon_List + .coupon_List,
.couponUn_List + .couponUn_List{margin-top: 40px;}
.couponUn_List::after,
.coupon_List::after{ right: -2px!important; left: inherit;
    border-left: 1px dotted #e94728; border-top: 1px dotted #e94728;border-bottom: 1px dotted #e94728; border-right: none;
    border-radius: 20px 0 0 20px;
    transition: all 0.3s;
    z-index: 1;
}
/* hover */
.coupon_List:hover{
    box-shadow: -5px 5px 33px 15px rgb(245, 248, 248);
}

.coupon_List:hover::after,
.coupon_List:hover::before{
    background-color: rgb(245, 248, 248)
}
/* //hover */
@media (max-width: 1200px){
    .couponContent_used {margin-left: 30px;}
    .couponContent_unused { margin-right: 30px;}

    .usedDim::after {font-size: 30px;
        bottom: 50px;
    }
}
@media (max-width: 991px){
    .couponContentWrap{margin: 0 auto}
    .couponInputWrap{padding: 50px 0;}
    .coupon_inputContent input#coupon{height: 60px;}
    .couponContent_tit {font-size: 23px;}
    .couponEvent {font-size: 18px;}
    .couponEvent {font-size: 18px;}
    .couponUn_List, .coupon_List{ padding: 20px 40% 20px 30px; }
    .couponMerit {font-size: 40px; 
        margin-bottom: 15px;
    }
    .couponUn_ListContent figure .more, .coupon_ListContent figure .more{margin-top: 0;}
    .couponPeriod {font-size: 12px;}
    .usedDim::after { content: "사용한 쿠폰";
        font-size: 26px;
         right: 35px;
    }
    .usedDim::before {width: 40%;
        left: 38px;
    }
}
@media (max-width: 850px){
    .couponUn_List, .coupon_List {
        padding: 20px 30px 20px 30px;
        background: url(/taste_en/public/img/member/my_coupon_01.png) no-repeat 80%;
        background-size: cover
    }
    .coupon_inputContent input#coupon {height: 50px;}
    .coupon_inputContent input#coupon::placeholder{font-size: 16px;}
    .couponMerit {font-size: 35px;}
    .couponUn_ListContent figure, .coupon_ListContent figure {width: 80px;
        right: 30px;
    }
    .couponUn_ListContent figure .more, .coupon_ListContent figure .more {font-size: 12px;}
}
@media (max-width: 767px){
    .couponContent { padding: 30px 0 35px 0;}
    .couponContent_tit {margin-bottom: 15px;
        font-size: 16px;font-weight: 500;
    }
    .couponUn_ListContent strong, .coupon_ListContent strong{    font-size: 8px;
        margin-bottom: 3px;
    }
    .couponContentWrap{display: block;}
    .couponContent_used{margin-left: 0; margin-top: 40px;}
    .couponContent_unused{margin-right: 0; margin-bottom: 40px;}
    .couponContentWrap::after {display: none;}
    .couponInputWrap{width: 100%;
        padding: 40px 0;
    }
    .coupon_inputContent input#coupon {font-size: 13px;
        height: 45px;
    }
    .coupon_inputContent input#coupon::placeholder{font-size: 13px;}
    .couponBtn {top: 7px;width: 14px!important;height: 14px!important;}
    .Coupon_inputTit { padding-left: 0;}
    .couponEvent {font-size: 13.5px}
    .couponMerit {font-size: 30px;
        margin-bottom: 13px
    }
    .couponPeriod {font-size: 9px;
        display: block;
    }
    .couponPeriod::before{width: 13px; height: 13px;
        margin-right: 5px;
    }
    .coupon_List + .coupon_List, 
    .couponUn_List + .couponUn_List {margin-top: 30px; }
    .couponUn_ListContent figure, .coupon_ListContent figure {width: 60px;}
    .couponUn_ListContent figure img, .coupon_ListContent figure img { width: 80%;height: 38%;}
    .couponUn_ListContent figure .more, .coupon_ListContent figure .more { font-size: 9px; }
    .usedDim::before {left: 40px; bottom: 33px;
        width: 42%;
    }
    .usedDim::after { font-size: 20px;
        right: 40px;bottom: 19px;
    }
    .registerBtn { width: 175px!important;
        line-height: 45px; font-size: 13.5px;
    }
    .registerBtn::after {width: 23px;height: 20px;}
    .unusedList:not(:last-child), .usedList:not(:last-child) {
        margin-bottom: 0;
    }
}

/* ================== //COUPON ================== */
/* ================== LIKE TUTOR ================== */
.likeTutorContent {
    width: 100%;
	padding-top: 60px;
    position: relative;
}
.likeTutorContent ul {
    text-align: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.likeTutorContent ul li {
    float: left;
    text-align: center;
    width: calc(25% - 0px);
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 0px 18px 0px;
	padding: 30px;
}

.likeTutor_listWrap{   
 margin-bottom: 65px;display: flex;
 /* justify-content: center; align-items: center; */
 }
.likeTutorContent{}

.likeTutorContent .ttstarBox ul{
	text-align: center;
    width: 100%;
    display: block;
    flex-flow: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
}
.likeTutorContent .ttstarBox li {
    float: inherit;
    text-align: center;
    width: auto;
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0px 2px 0px 2px;
	padding: 0px;
}
.likeTutorContent .ttstarBox {
    display: block;
    margin-top: 0px;
}
.likeTutor_list{
	/* width: calc(100% / 4 - 23px); */
    /* padding: 50px 60px; */
    box-sizing: border-box;
    text-align: center;
}

.likeTutor_list dl{margin-bottom: 0;}
.likeTutor_list dt{    margin: 14px 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    letter-spacing: -0.25px;
    font-weight: 900;
    color: #333;
}
.likeTutor_list dd{ font-size: 15px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    margin: 4px 0px 14px 0px;
    height: 44px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.likeTutor_imgWrap{ max-height: 230px;
    margin: 0 auto;
}
.likeTutor_imgWrap img{max-width: 100%; 
    max-height: 140px;
	border-radius: 50%;
}
.prof_BtnBoxWrap{
	display:block;
	text-align:center;
}
.prof_BtnBoxInner{
	display:inline-block;
}
@media (max-width: 1300px){
	.likeTutorContent ul li {
		float: left;
		text-align: center;
		width: calc(33.3333333333% - 0px);
	}
}
@media (max-width: 991px){
	.likeTutorContent ul li {
		float: left;
		text-align: center;
		width: calc(50% - 0px);
	}
}
@media (max-width: 767px){
	.likeTutorContent {
		padding-top: 30px;
	}
	.likeTutor_listWrap {
		margin-bottom: 30px;
	}
    .likeTutorContent ul li {
		float: left;
		text-align: center;
		width: calc(100% - 0px);
		border: 1px solid #eeeeee;
		border-radius:10px;
	}
	.likeTutorContent .ttstarBox li {
		border: none;
		border-radius:0px;
	}
    .likeTutor_list:last-child{margin: 0!important;}
    .likeTutor_imgWrap img{max-height: 115px;}
    .likeTutor_list dt{    margin: 20px 0 15px;}
	.likeTutor_list dd{
		display: inherit;
		height: auto;
		overflow: hidden;
		white-space: inherit;
		-webkit-line-clamp: inherit;
		-webkit-box-orient: inherit;
	}
}
/* ================== //LIKE TUTOR ================== */

/* ================== Mileage ================== */

.ma_infoBox{
	width:100%;
	position:relative;
	padding-top: 70px;

    max-width: 1200px;
    margin: 0 auto;
}
.ma_passportWrap{
	position:relative;
	overflow:hidden;
	padding-bottom: 70px;
}
.ma_passportWrap .mwiper-pagination{
	letter-spacing: -2px;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    bottom: 9px!important;
    font-weight: 500;
}
.ma_passportWrap .mwiper-pagination-total{
	font-family: 'Inter', sans-serif;
}
.ma_passportWrap .mwiper-pagination-current{
	font-weight: 900;
	font-size: 22px;
	font-family: 'Inter', sans-serif;
}
.ma_passportBox{
	margin:0 auto;
	max-width:732px;
	height:467px;
	/* padding-bottom: 33.358%; */
	width:100%;
	position:relative;
}
.ma_passpo_inner{
	padding: 0px 17px 0px 17px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url(/taste_en/public/img/member/bg_passport.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.passport_content{
	/* border:1px solid red; */
	padding:0px;
	width:100%;
	/* height:467px; */
	position:relative;
	text-align:Center;
	display:flex;
	align-items:center;
}
.passcon_Box{
	/* border:1px solid red; */
	width:100%;
	display:inline-block;
	text-align:center;
}

.pa_conbg{
	position:relative;
	display:inline-block;
	z-index:200;
}
.pa_conbg img{
	max-width:100%;
}

.pa_infoBox{
	display: flex;
    z-index: 300;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 98%;
    align-items: center;
}
.pa_infoInner{
	display:inline-block;
	width:100%;
}
.pai_conName{
	display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 26px;
}
.pai_stampImg{
	margin: 10px 0px 6px 0px;
    display: block;
    text-align: Center;
}
.pai_stampImg img{
	height:160px;
	max-width:100%;
}
.pai_day{
	display:block;
	text-align:Center;
}
.pai_day b{
	margin-bottom: 9px;
	font-size: 17px;
    font-weight: 500;
    display: block;
    text-align: Center;
}
.pai_day p{
	display: inline-block;
    text-align: Center;
    margin-bottom: 0px;
    border: 2px solid #222;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    font-weight: 700;
}
.pai_day p span{
	font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

.complete_day{
	border: 2px solid #457ce1!important;
	color:#457ce1!important;
}

.pass_france_bg{
	background-image: url(/taste_en/public/img/member/bg_psp_france.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mabtnlINE{
	width:100%;
	position:absolute;
	top:50%;
}
.mabtnlINE .mwiper-button-prev{
	border-radius: 30px!important;
    width: 140px!important;
    height: 60px!important;
    position: absolute!important;
    left: 0px!important;
    bottom: inherit!important;
	background-image:none!important;
	text-align:right;
	padding-right: 26px;
}
.mabtnlINE .mwiper-button-prev b{
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 58px;
}
.mabtnlINE .mwiper-button-prev p{
	top: 24px;
    position: absolute;
    left: 20px;
    height: 12px;
    width: 21px;
	margin:0px;
	
	background-image: url(/taste_en/public/img/icon_arrow_02_left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mabtnlINE .mwiper-button-prev:hover{
	background-color:#ea4728;
	border: 1px solid #ea4728;
}
.mabtnlINE .mwiper-button-prev:hover b{
	color:#fff;
}

.mabtnlINE .mwiper-button-next{
	border-radius: 30px!important;
    width: 140px!important;
    height: 60px!important;
	position:absolute!important;
	right:0px!important;
	bottom:inherit!important;
	background-image:none!important;
	text-align:left;
	padding-left: 26px;
}
.mabtnlINE .mwiper-button-next b{
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 58px;
}
.mabtnlINE .mwiper-button-next p{
	top: 24px;
    position: absolute;
    right: 20px;
    height: 12px;
    width: 21px;
	margin:0px;
	
	background-image: url(/taste_en/public/img/icon_arrow_02_right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mabtnlINE .mwiper-button-next:hover{
	background-color:#ea4728;
	border: 1px solid #ea4728;
}
.mabtnlINE .mwiper-button-next:hover b{
	color:#fff;
}

.MileageContentWrap{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.Mc_bottomTextBox{
	width:100%;
	padding: 34px 40px 32px 40px;
	background-color:#f6f6f6;
	border-radius:10px;
	margin-top:50px;
}
.mcbText{
	display:block;
	text-align:left;
	position:relative;
	margin-bottom: 18px;
	padding-left:12px;
}
.mcbText:after{
	content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
    background-color: #222;
}
.mcbText b{
	letter-spacing: -0.5px;
	font-weight:300;
	font-size:16px;
}
.mcbText p{
	letter-spacing: -0.5px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #777;
    font-weight: 300;
    margin-top: 4px;
}


@media (max-width: 1120px){
	.mabtnlINE {
		width: 100%;
		position: absolute;
		top: 90%;
	}
}

@media (max-width: 790px){
	.ma_passportBox{
		height:auto;
		padding-bottom: 63.538%;
	}
}

@media (max-width: 767px){
	.ma_infoBox {
		padding-top: 40px;
	}
	
	.mabtnlINE .mwiper-button-prev {
		border-radius: 25px!important;
		width: 120px!important;
		height: 50px!important;
		padding-right: 20px;
	}
	.mabtnlINE .mwiper-button-prev b {
		font-size: 16px;
		line-height: 48px;
	}
	.mabtnlINE .mwiper-button-prev p {
		top: 19px;
		left: 20px;
	}
	
	.mabtnlINE .mwiper-button-next {
		border-radius: 25px!important;
		width: 120px!important;
		height: 50px!important;
		padding-left: 20px;
	}.mabtnlINE .mwiper-button-next b {
		font-size: 16px;
		line-height: 48px;
	}
	.mabtnlINE .mwiper-button-next p {
		top: 19px;
		right: 20px;
	}
	
	.pa_infoBox{
		padding-top: 10px;
	}
	.ma_passpo_inner{
		padding: 0px 2.5% 0px 2.5%;
	}
	.pai_conName {
		font-size: 4vw;
	}
	.pai_stampImg img {
		height: 20.861vw;
	}
	.pai_day b{
		margin-bottom: 1vw;
		font-size: 2.2vw;
	}
	
	.mabtnlINE {
		top: 89%;
	}
	.ma_passportWrap .mwiper-pagination{
		font-size:16px;
	}
	.ma_passportWrap .mwiper-pagination-current {
		font-size: 17px;
	}
	
	.Mc_bottomTextBox {
		width: 100%;
		padding: 20px 14px 6px 14px;
		background-color: #f6f6f6;
		border-radius: 10px;
		margin-top: 40px;
	}
	.mcbText b {
		letter-spacing: -0.5px;
		font-weight: 300;
		font-size: 14px;
	}
	.mcbText p {
		letter-spacing: -0.5px;
		margin-bottom: 0px;
		font-size: 12px;
		margin-top: 2px;
	}
}

@media (max-width: 640px){
	.pai_day p{
		padding: 2px 14px 2px 14px;
		font-size: 15px;
		border-radius: 15px;
	}
	.pai_day p span {
		font-size: 15px;
	}
}

@media (max-width: 500px){
	.pai_day p{
		padding: 1px 12px 1px 12px;
		font-size: 13px;
		border-radius: 13px;
	}
	.pai_day p span {
		font-size: 13px;
	}
	.mabtnlINE {
		top: 87%;
	}
}
@media (max-width: 450px){
	.mabtnlINE {
		top: 86%;
	}
}
@media (max-width: 400px){
	.mabtnlINE {
		top: 84.5%;
	}
}

/* ================== Mileage ================== */


/* ================== payinfo ================== */
.my_payInfoboxWrap{
	max-width:1170px;
	margin:0 auto;
	padding-top: 0px;
}

.my_payInfobox{
	float:left;
	border:1px solid #eeeeee;
	width:49%;
	margin:0 0 0 1%;
	border-radius:10px;
    padding: 30px 30px 20px 30px;
	margin-bottom: 30px;
}

.mpTopbox{
	display:block;
	text-align:left;
}
.mpTopbox span{
	border-radius: 15px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    background-color: #ea4728;
	border:1px solid #ED2040;
    padding: 3px 9px 3px 9px;
}
.freepay{
	color:#222!important;
	background-color: #ffd157!important;
	border:1px solid #ffd157!important;
}
.finishPay{
	color:#ED2040!important;
	background-color: #fff!important;
}
.mpTopbox b{
    margin-left: 13px;
    font-weight: 500;
    color: #888;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    display: inline-block;
}
.mpTopbox p{
	letter-spacing: -0.5px;
	font-size: 22px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
}
.mpTopbox p em{
	font-style:inherit;
	display:inline-block;
	font-size:22px;
	font-weight:500;
}

.mpMidBox{
	margin-top: 18px;
	width:100%;
	position:relative;
	background-color:#f7f7f7;
	padding: 24px 24px 24px 24px;
	display:flex;
}

.mpTextBox{
	width:72%;
}
.mpinfotBox{
	display:block;
	position:relative;
	padding-left:100px;
	margin-bottom: 10px;
}
.mpmarB{
	margin-bottom:0px!important;
}
.mpinfotBox span{
	line-height: 25px;
	position:absolute;
	left:0px;
	top:0px;
	font-size: 15px;
    font-weight: 400;
    color: #888;
}
.mpin{
	line-height: 25px;
	display:block;
	text-align:left;
}
.mpin b{
	letter-spacing: -0.5px;
	display:inline-block;
	font-weight:400;
	font-size:15px;
	font-family: 'Inter', sans-serif;
}
.mpin p{
	display:inline-block;
	font-weight:400;
	font-size:15px;
	margin-bottom:0px;
}
.bankcount{
	color: #ea4728;
    font-weight: 600!important;
}
.bankDay{
	color: #222;
    font-weight: 600!important;
}

.mpTotalBox{
	padding-left: 26px;
	width:28%;
	border-left:1px dotted #888;
}
.mpTotalBox span{
	margin-bottom: 4px;
	display:block;
	font-size:15px;
	font-weight:400;
	color:#888;
}
.mpTotalBox b{
	font-family: 'Inter', sans-serif;
    display: inline-block;
    font-size: 22px;
}
.mpTotalBox p{
	font-size: 16px;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 400;
    margin-left: 2px;
}

.mp_cancelBox{
	margin-top: 10px;
	display:block;
	text-align:right;
}
.mp_cancelBox a{
	display:inline-block;
	color:#888;
	font-size:13px;
}
.mp_cancelBox a:hover{
	text-decoration:underline;
}

@media (max-width: 767px){
	.my_payInfoboxWrap {
		padding-top: 30px;
	}
	.mpTopbox span {
		border-radius: 13px;
		font-size: 12px;
	}
	.mpTopbox b {
		margin-left: 8px;
		font-size: 13px;
	}
	.mpTopbox p {
		letter-spacing: -0.5px;
		font-size: 18px;
		margin-top: 4px;
	}
	.mpTopbox p em {
		font-size: 18px;
	}
	
	.my_payInfobox {
		padding: 30px 20px 20px 20px;
		margin-bottom: 30px;
	}
	.mpMidBox{
		padding: 20px 14px 20px 14px;
		margin-top: 12px;
		display:block;
	}
	.mpTextBox {
		width: 100%;
	}
	.mpTotalBox {
		padding-left: 0px;
		width: 100%;
		border-top: 1px dotted #888;
		border-left: none;
		padding-top: 20px;
		margin-top: 20px;
	}
	.mpinfotBox {
		padding-left: 80px;
		margin-bottom: 10px;
	}
	.mpinfotBox span {
		line-height: 23px;
		font-size: 13px;
	}
	.mpin {
		line-height: 20px;
	}
	.mpin b {
		font-size: 13px;
	}
	.mpin p {
		font-size: 13px;
	}
}

/* 모바일 가로, 모바일 세로 (해상도 0px ~ 767px)*/ 
@media all and (min-width:0px) and (max-width:1007px) { 
	.my_payInfoboxWrap{
	max-width:100%;
	margin:0 auto;
	padding-top: 50px;
}

.my_payInfobox{
	border:1px solid #eeeeee;
	width:100%;
	border-radius:10px;
    padding: 30px 30px 20px 30px;
	margin-bottom: 30px;
}

}

/* ================== payinfo ================== */

/*--------------------------------------------------------------
# zoom설치 가이드
--------------------------------------------------------------*/

.st02bor{
	border-bottom:1px solid #eeeeee;
}

.zominfoTextBox{
	padding: 68px 0px 50px 0px;
	display:block;
	position:relative;
	text-align:center;
	border-top: 2px dotted #eeeeee
}
.zomtitle{
	margin-bottom: 30px;
	line-height: 46px;
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}
.zomtitle span{
    font-weight: 900;
	color:#2d8cff;
}
.zomBtn{
	display:inline-block;
}
.zominfoTextBox a{
	display:inline-block;
}

.zominfoTextBox a img{
	height:80px;
	border-radius:40px;
}

.zominfoLogoBox{
	padding: 40px 0px 30px 0px;
	width:100%;
	display:block;
	text-align:Center;
}

.zlTEXT{
	font-size:20px;
	font-family: 'S-CoreDream-7ExtraBold';
	font-weight:900;
}
.zlLOGO{
	margin: 24px 0px 24px 0px;
    display: block;
    text-align: center;
    font-size: 0;
}
.zlLOGOBtn{
	display:inline-block;
}
.zlLOGOBtn + .zlLOGOBtn{margin-left: 15px;}
.zlLOGOBtn img{
	max-width:100%;
	height:60px;
	border-radius:30px;
}

.zomcolBox{
	width:100%;
	position:relative;
	padding:40px 0px 0px 0px;
	overflow:hidden;
}

.zomcolcocntent{
	width:100%;
	position:relative;
	text-align:center;
	margin-bottom: 60px;
	padding:0 100px;
}
.zomcolcTitle{
	display:block;
	text-align:left;
	margin-bottom:24px;
}
.zomcolcTitle span{
	font-weight: 700;
    font-size: 23px;
    color: #ea4728;
    display: block;
    font-family: 'Inter', sans-serif;
    margin-bottom: 7px;
}
.zomcolcTitle b{
	letter-spacing: -0.4px;
	font-size:18px;
	
}
.zomcolcTitle h3{
	font-weight: 700;
	letter-spacing: -0.4px;
	font-size:18px;
	
}

.zomingoImg{
	width:100%;
}
.zomingoImg img{
	max-width:100%;
}
.zominfobot{
	font-size: 14px;
    display: block;
    text-align: left;
    color: #e84826;
    margin-top: 15px;
    letter-spacing: -0.3px;
}

@media (max-width: 767px){
	.zominfoTextBox {
		padding: 30px 0px 30px 0px;
		border-top: 2px dotted #eeeeee;
	}
	.zomtitle {
		margin-bottom: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.zominfoTextBox a img {
		height: 60px;
		border-radius: 30px;
	}
	.zlTEXT {
		font-size: 16px;
	}
	.zlLOGOBtn img {
		max-width: 100%;
		height: 40px;
		border-radius: 20px;
	}
	.zominfoLogoBox {
		padding: 30px 0px 10px 0px;
		width: 100%;
	}
	.zomcolcTitle span {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.zomcolcTitle {
		margin-bottom: 16px;
	}
	.zomcolcTitle b {
		letter-spacing: -0.4px;
		font-size: 15px;
	}
	.zomcolcTitle h3 {
		letter-spacing: -0.4px;
		font-size: 15px;
	}
	.zominfobot {
		font-size: 12px;
		margin-top: 10px;
	}
}




/*-----
#  첨부파일 css 시작
------*/

.file_input_textbox {
    float:left;
    height:29px;
}
.file_input_div {
	text-align: center;
    position: absolute;
    width:70px;
	height:40px;
    overflow:hidden;
	/* margin-left: 10px; */
}
.file_input_div::before{content: "AddFile";
    position: absolute; left: 0; top: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    width: 70px;
    background-color: #666;
    color: #fff;

}
.file_input_img_btn {
	background-color: #999999;
	text-align: center;
	width: 50px;
	height: 40px;
	border-radius:0px;
    display: none;
}

.file_input_img_btn img{
	display: inline-block;
	width: 100%;
}

.file_input_hidden {
    font-size:29px;
    position:absolute;
    right:0px;
    top:0px;
    opacity:0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    cursor:pointer;
}

.file_up_load_box {
    margin-top: 50px;
    height: 40px;
    width: 100%;
	overflow: hidden;
}

.file_up_load_box input{
	height: 40px !important;
	width: 100%;
    background-color: #f7f7f7;
    font-size: 15px;
    margin-left: 80px!important;
    border: none !important;
	font-family: 'Noto Sans KR', sans-serif;
    padding-left: 20px!important;
}
.file_up_load_box input::placeholder{
	color: #999999;
	font-size: 13px;
	font-family: 'Noto Sans KR', sans-serif;
}

/*-----
#  첨부파일 css 끝
------*/

.button_dwn {
    background-color: #3CBCEF;
    border: none;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    margin: 0 0 0 100px;;
    cursor: pointer;
    border-radius: 5px;
    
}
