header {border-bottom: 1px solid #ededed;}
button {cursor: pointer;}

/* login */
section.login .kakao-login {
    margin-top: 16px;
    background: #FEE500;

    color: var(--main-black);
}
section.login .link-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;

    font-size: var(--font14);
    line-height: 1;
}
section.login .link-box .left-box {
    display: flex;
    gap: 16px;
}
section.login .link-box .left-box a {
    position: relative;
    color: var(--darkGray);
}
section.login .link-box .left-box a + a:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 10%;
    width: 1px;
    height: 12px;
    background: var(--darkGray);
}
section.login .link-box .right-box a {
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--bgGray);
}

/* id, pw find result */
section.find_result .content {
    width: 100%;
    padding: 32px;
    border-radius: 12px;
    background: var(--bgGray);
}
section.find_result .content li label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;

    font-size: var(--font18);
    cursor: pointer;
}
section.find_result .content li label .join-date {
    padding: 4px 8px;
    border-radius: 50px;
    background: #dddddd80;
}
section.find_result .content li label input {width: 16px;}
section.find_result .inner .find_pwd, 
section.find_result .inner .find_id {
    margin-top: 20px;
    font-size: var(--font16);
}
section.find_result .inner .find_pwd a,
section.find_result .inner .find_id a {font-weight: 500;}

/* join */
section.join .content > li {margin-bottom: 8px;}

/* join-complete */
section.join-complete {
    width: 540px;
    margin: 0 auto;
}
section.join-complete .inner {
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
}
section.join-complete .inner .logo {
    display: block;
    width: 100px;
    height: 52px;
    margin: 0 auto;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/main/logo_useprep.svg);

    text-indent: -9999px;
}
section.join-complete .inner h1 {
    margin: 60px auto 28px;
    font-size: var(--font32);
    font-weight: 700;
    line-height: 1.5;
}
section.join-complete .inner p {
    font-size: var(--font20);
}
section.join-complete button {
    width: 100%;
    height: 52px;
    padding: 16px 0px;
    margin-top: 100px;
    border-radius: 8px;
    background: var(--main-yellow);

    font-size: var(--font18);
}

/* mypage */
section.mypage {
    width: 540px;
    margin: 0 auto 60px;
}
section.mypage .inner {
    margin: 0 auto;
    padding: 60px 20px 16px;
    text-align: center;
}
section.mypage .inner h2 {
    margin-bottom: 40px;
    font-size: var(--font32);
    font-weight: 700;
}
section.mypage .inner .contain {
    width: 428px;
    height: auto;
    padding: 30px;
    margin: 0 auto 16px;
    border: 1px solid var(--lineGray);
    border-radius: 12px;
}
section.mypage .inner .info-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
section.mypage .inner .info-box .name-info {text-align: left;}
section.mypage .inner .info-box .name-info .name-kor {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}
section.mypage .inner .info-box .name-info .name-eng {
    font-size: var(--font20);
    color: var(--midGray);
}
section.mypage .inner .info-box .edit {
    padding: 8px 16px 7px;
    border-radius: 100px;
    border: 1px solid var(--lineGray);

    color: var(--darkGray);
    line-height: 1;
    font-size: 0.85rem;
}
section.mypage .inner .info-box .edit:hover {
    background: var(--bgGray);
    border: 1px solid var(--bgGray);
}
section.mypage .inner .date-box {margin-top: 40px;}
section.mypage .inner .date-box .current-date {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: auto;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: var(--main-yellow);
    
    font-weight: 600;
}
section.mypage .inner .date-box .current-date .date-title {font-size: var(--font16);}
section.mypage .inner .date-box .current-date .date-number {font-size: var(--font20);}
section.mypage .inner .button-date {
    display: flex;    
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
section.mypage .inner .button-date a {
    display: flex;
    align-items: center;

    width: 100%;
    height: auto;
    padding: 16px;
    border-radius: 8px;
    background: var(--bgGray);

    font-size: var(--font16);
}
section.mypage .inner .button-date a .img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
section.mypage .inner .button-date a.member .img {background-image: url(../img/sub/sub_edit.png);}
section.mypage .inner .button-date a.pay .img {background-image: url(../img/sub/sub_pay.png);}
section.mypage .inner .button-date a.study .img {background-image: url(../img/sub/sub_studyroom.png);}
section.mypage .add-member {
    display: block;
    width: 428px;
    margin: 0 auto;
    padding: 18px 30px;
    border-radius: 8px;
    background: var(--bgGray);

    font-size: var(--font18);
    font-weight: 600;
    color: var(--darkGray);
}
section.mypage .add-member .plus {
    margin-left: 8px;
    color: var(--main-yellow);
}
section.mypage .add-member:hover {background: #ededed;}

/* myinfo edit */
section.myinfo-edit .content .zip-code {margin-bottom: 12px;}
section.myinfo-edit .content > li {margin-bottom: 8px;}

/* student regist */
section.student-regist .content > li {margin-bottom: 8px;} 
section.student-regist .channel .kakao-add {
    background-image: url(../img/sub/channel_add_large_2X.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #FEE500;
    border: 0px;
    text-indent: -9999px;
}

/* student regist - expedition mission */
section.student-regist.form .video_wrap {position:relative;}
section.student-regist.form .video_wrap iframe {width:100%; height: 340px;}
section.student-regist.form.larger {width:800px;}
section.student-regist.form.larger .video_wrap iframe {height: 480px;}
section.student-regist.form .video_wrap .player-controls {
	display: flex;
	position: absolute;
	bottom: 4%;
	width: 96%;
	transform: translate(2%, 2%);
	transition: 0.3s;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.6);
}	

section.student-regist.form .video_wrap .player-controls .time {
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 2px;
    border-radius: 16px;
	font-size: 14px;
	color: #ededed;
    position: absolute;
    top:-30px; 
	right: 0px;
	width: 15%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.student-regist.form .video_wrap .player-controls input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  margin: 0;
  width: 75%; 
  padding: 0 10px;
    display: none;
}
section.student-regist.form .video_wrap .player-controls input[type="range"]:focus {
	outline: none;
}
section.student-regist.form .video_wrap .player-controls input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: #666;
	border-radius:50px;
}
section.student-regist.form .video_wrap .player-controls input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 10px;
	width: 10px;
	background: #ffcc00;
	cursor: pointer;
	border-radius: 50px;
}

section.student-regist.form .video_wrap .player-controls .video-progress {
	position: relative;
	display: flex;
	width: 100%;
	transition: 0.3s;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	height: 19px;
    pointer-events: none; 
}

section.student-regist.form .video_wrap .player-controls .video-progress-filled {
	width: 0;
	background: #ffcc33;
}
/* purchase history */
section.panel-history .m-history {display: none;}
section.panel-history .history {
    width: 932px;
    height: auto;
    margin: 0 auto;
}
section.panel-history .inner {
    padding: 60px 20px;
    margin: 0 auto;
}
section.panel-history .inner h2 {
    margin-bottom: 40px;
    font-size: var(--font32);
    font-weight: 700;
    text-align: center;
}
section.panel-history .history .order-list {
    text-align: center;
    word-break: keep-all;

    font-size: var(--font16);
}
section.panel-history .history .order-list .date {width: 196px;}
section.panel-history .history .order-list .product {width: 212px;}
section.panel-history .history .order-list .amount,
section.panel-history .history .order-list .payment {width: 95px;}
section.panel-history .history .order-list .order-head .status,
section.panel-history .history .order-list .order-row .status {
    width: 174px;
    padding-right: 16px;
}
section.panel-history .history .order-list .order-row .product {
    text-align: left;
    line-height: 1.3;
}
section.panel-history .history .order-list .order-row .status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.panel-history .history .order-list .order-row .status button {
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--main-black);

    color: #fff;
    font-size: var(--font14);
}
section.panel-history .history .order-head,
section.panel-history .history .order-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
section.panel-history .history .order-head {
    padding: 16px 0px;
    border-top: 2px solid var(--main-black);
    border-bottom: 1px solid var(--main-black);

    font-weight: 600;
}
section.panel-history .history .order-row {
    padding: 16px 0px;
    border-bottom: 1px solid var(--lineGray);
}
section.panel-history .hint {
    margin-top: 20px;
    color: var(--darkGray);
    font-size: var(--font14);
	line-height: 1.2;
}

/* sign form > product */
#signForm section.pay > .inner {padding: 60px 20px 0px;}
#signForm section.pay .pruduct-info {
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--lineGray);
}
#signForm section.pay .pruduct-info .sub-title {
    display: block;
    margin-bottom: 12px;

    font-size: var(--font20);
    font-weight: 600;
    line-height: 1;
}
#signForm section.pay .pruduct-info .pruduct-info .compose {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0px;
}
#signForm section.pay .pruduct-info .compose .pruduct-name {
    font-size: var(--font20);
    line-height: 1;
}

/* sign form > student-regist */
#signForm section.student-regist .inner {padding: 0px;}
#signForm section.student-regist .content {
    border-bottom: 1px solid var(--lineGray);
    margin: 0px auto;
    padding: 40px 0px;
}
#signForm section.student-regist .content li:last-child {margin-bottom: 0px;}

/* sign form > student-regist > basic-info */
#signForm .basic-info {
    margin: 0px auto;
    padding: 40px 0px;
    border-bottom: 1px solid var(--lineGray);
}
#signForm .basic-info li {margin-bottom: 8px;}
#signForm .basic-info li:last-child {margin-bottom: 0px;}
#signForm .basic-info .address .zip-code,
#signForm .basic-info .address input#strAddr1 {margin-bottom: 12px;}
#signForm .basic-info .advice_time > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 20px 0px;
}
#signForm .basic-info .advice_time > ul .terms {margin-bottom: 0px;}

/* pay */
section.payment-method .inner {
    padding: 40px 20px 0px;
    text-align: left;
}
section.payment-method .pruduct-info {
    padding-bottom: 40px;
}
section.payment-method .pruduct-info .compose {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
section.payment-method .pruduct-info .compose .price-original {
    font-size: var(--font16);
    color: var(--midGray);
    text-decoration: line-through;
}
section.payment-method .pruduct-info .compose .discount-box {
    display: flex;
    align-items: flex-end;
    gap: 4px;

    color: #D90000;
}
section.payment-method .pruduct-info .compose .discount-box .price-discount {
    font-size: var(--font20);
    font-weight: 600;
}
section.payment-method .pruduct-info .compose .discount-box .benefit {
    font-size: var(--font14);
}
section.payment-method .method-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 12px;
    margin: 20px 0px;
}
section.payment-method .method-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--lineGray);

    font-size: var(--font16);
    text-align: center;
}
section.payment-method .method-list a.active {
    border: 2px solid var(--main-black);
    font-weight: 600;
}
section.payment-method .method-list a span {
    display: block;
    width: 68px;
    height: 28px;
    text-indent: -9999px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.payment-method .method-list a.kakao span {
    background-image: url(../img/sub/payment_icon_kakao.png);
}
section.payment-method .method-list a.npay span {
    background-image: url(../img/sub/payment_icon_npay.svg);
}
section.payment-method .method-list a.payco span {
    background-image: url(../img/sub/payment_icon_payco.png);
}
section.payment-method .notice {
    width: 100%;
    height: auto;
    padding: 20px;
    background: var(--bgGray);
}
section.payment-method .notice p {
    font-size: var(--font16);
    word-break: keep-all;
    margin-bottom: 12px;
}
section.payment-method .notice p:last-child {margin-bottom: 0px;}
section.payment-method .notice .hint {margin-top: 0px;}
section.payment-method .notice .hint .underline {text-decoration: underline;}
section.payment-method .notice a {
    display: flex;
    align-items: center;
    font-weight: 600;
}
section.payment-method .notice .arrow {position: relative;}
section.payment-method .notice .arrow:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid var(--main-black);
    border-right: 1px solid var(--main-black);
    transform: rotate(45deg);
}
section.payment-method .refund-box {
    padding: 0px 20px 20px;
    background: var(--bgGray);
}
section.payment-method .bank-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
section.payment-method .bank-info .bank-name {
    display: flex;
    align-items: center;
    gap: 16px;
}
section.payment-method .bank-info .bank-name .nice-select, section.myinfo-edit .bank-info .bank-name .nice-select {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid var(--lineGray);
    font-size: var(--font16);
}
section.payment-method .bank-info .bank-name .nice-select .list, section.myinfo-edit .bank-info .bank-name .nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
}
.pay-terms {
    width: 540px;
    margin: 0 auto;
}
.pay-terms .inner {padding: 40px 20px 80px;}
.pay-terms .inner ul {margin-bottom: 60px;}
.pay-terms .inner .terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font16);
}
.pay-terms .terms:first-child {margin-bottom: 20px;}
.pay-terms .terms a {
    color: var(--midGray);
    text-decoration: underline;
    font-size: var(--font16);
}
.pay-terms .terms .chk-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pay-terms .terms .chk-box input[type="checkbox"] {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px 6px 0px 0px;
    border-radius: 4px;
    border: 1px solid var(--lineGray);
    cursor: pointer;
}
.pay-terms .pay-button {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0px;
    border-radius: 8px;
    background: var(--main-yellow);

    color: var(--main-black);
    font-size: var(--font20);
    text-align: center;
}
/* action button */
.action_button {
	width: 100%; margin:0 auto;
}
.action_button .pay-button, .action_button .edit-button {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 16px 0px;
	border-radius: 8px;
	background: var(--main-yellow);
	color: var(--main-black);
	font-size: var(--font20);
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 2%;
	transform: translateX(-50%);
	z-index: 9;
}

/* pay-ing */
section.pay-ing {
    width: 540px;
    margin: 0 auto;
}
section.pay-ing .inner {
    margin: 0 auto;
    padding: 120px 20px 0px;
    text-align: center;
}
section.pay-ing .inner .img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-image: url(../img/sub/img_loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.pay-ing .inner h2 {
    font-size: var(--font32);
    font-weight: 600;
    margin: 20px auto;
}
section.pay-ing .inner p {
    font-size: var(--font16);
    color: var(--darkGray);
    line-height: 1.5;
}
section.pay-ing .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;

    margin-top: 80px;
}
section.pay-ing .btn-wrap button {
    width: 100%;
    padding: 16px;
    border-radius: 8px;

    font-size: var(--font18);
}
section.pay-ing .btn-wrap .cancel-button {
    background: #fff;
    border: 1px solid var(--lineGray);
}
section.pay-ing .btn-wrap .retry-button {background: var(--main-yellow);}


/* pay-end */
section.pay-end {
    width: 540px;
    margin: 0 auto;
}
section.pay-end .inner {
    margin: 0 auto;
    padding: 100px 20px 0px;
    text-align: center;
}
section.pay-end h2 {
    margin-bottom: 40px;
    font-size: var(--font32);
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
section.pay-end .process-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.pay-end .process-list .list {
    position: relative;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;

    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--lineGray);
}
section.pay-end .process-list .list:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%);
    border-style: solid;
    border-width: 13px 11px 0;
    border-color: var(--lineGray) transparent;
}
section.pay-end .process-list .list:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
    border-style: solid;
    border-width: 12px 10px 0;
    border-color: #fff transparent;
}
section.pay-end .process-list .list:last-child:before {display: none;}
section.pay-end .process-list .list:last-child:after {display: none;}
section.pay-end .process-list .list .img {
    width: 48px;
    height: 48px;
    background: var(--main-black);
    border-radius: 50px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section.pay-end .process-list .list .step01 {background-image: url(../img/sub/icon_pay_end01.png);}
section.pay-end .process-list .list .step02 {background-image: url(../img/sub/icon_pay_end02.png);}
section.pay-end .process-list .list .step03 {background-image: url(../img/sub/icon_pay_end03.png);}
section.pay-end .process-list .list .step04 {background-image: url(../img/sub/icon_pay_end04.png);}
section.pay-end .process-list .list .txt-box {text-align: left;}
section.pay-end .process-list .list .txt-box h3 {
    margin-bottom: 8px;
    font-size: var(--font20);
    font-weight: 600;
}
section.pay-end .process-list .list .txt-box p {
    font-size: var(--font16);
    color: var(--darkGray);
}
section.pay-end .hint-box {margin: 40px auto 80px;}
section.pay-end .hint-box p,
section.pay-end .hint-box span {
    font-size: var(--font16);
    color: var(--darkGray);
    margin-bottom: 12px;
}
section.pay-end .hint-box p strong {font-weight: 600;}

/* board write */
section.normal-board .board-write .view-top .title > input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--lineGray);
    border-radius: 8px;
    font-size: 1rem;
}
section.normal-board .board-write .view-top {
    justify-content: flex-start;
    padding: 12px 0px;
}
section.normal-board .board-write .select-box {width: 100%;}
section.normal-board .board-write .select-box > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
section.normal-board .board-write .select-box > ul li {flex: 1;}
section.normal-board .board-write .select-box > ul li select {width: 100%;}
section.normal-board .board-write .select-box .nice-select {
    width: 100%;
    border: 1px solid var(--lineGray);
    border-radius: 8px;
}
section.normal-board .board-write .select-box .nice-select .list {width: 100%;}
section.normal-board .board-write .view-top .title {width: 100%;}
section.normal-board .board-write .view-bottom {padding: 20px 10px;}
section.normal-board .board-write .view-bottom input {
    width: 100%;
    min-height: 320px;
}

/* footer */
footer.form {max-width: 540px; margin: 0px auto 40px;}
footer .inner .info-box span {
    line-height: 1.5;
    margin: 0px 22px 8px 0px;
}
footer .inner .info-box span:nth-child(3):after {display: none;}

@media (min-width: 768px) and (max-width: 1023px) {
    /* mypage */
    section.mypage {
        width: 100%;
        margin: 0 auto 60px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    /* mypage */
    section.mypage {
        width: 100%;
        margin: 0 auto 60px;
    }
    section.panel-history .history {display: none;}
    section.panel-history .m-history {
        display: block;
        width: 100%;
    }
    section.panel-history .m-history .inner {padding: 60px 20px 40px;}
    section.panel-history .m-history .order-list {
        border-top: 2px solid var(--main-black);
    }
    section.panel-history .m-history .order-list li {
        padding: 20px 12px;
        border-bottom: 1px solid var(--lineGray);
    }
    section.panel-history .m-history .order-list .order-head {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;

        font-size: var(--font16);
    }
    section.panel-history .m-history .order-list .order-head .date:first-child {font-weight: 600;}
    section.panel-history .m-history .order-list .order-mid,
    section.panel-history .m-history .order-list .order-row {
        display: flex;
        justify-content: space-between;
        align-items: center;

        font-size: var(--font16);
    }
    section.panel-history .m-history .order-list .order-mid {margin-bottom: 12px;}
    section.panel-history .m-history .order-list .order-mid .product {
        font-weight: 700;
        font-size: 1.5rem;
    }
    section.panel-history .m-history .order-list .order-mid .amount {
        color: var(--darkGray);
        font-size: var(--font20);
    }
    section.panel-history .m-history .order-list .order-row .payment {color: var(--darkGray);}
    section.panel-history .m-history .order-list .order-row button {
        padding: 8px 12px;
        margin-left: 8px;  
        border-radius: 8px;
        background: var(--main-black);

        font-size: var(--font16);
        color: #fff;
    }
    section.panel-history .m-history {font-size: var(--font16);}
    section.pay-end .process-list .txt-box p,
    section.pay-end .hint-box p {
        line-height: 1.5;
        word-break: keep-all;
    }
}
@media (max-width: 479px) {
    /* mypage */
    section.mypage {
        width: 100%;
        margin: 0 auto 60px;
    }
    section.mypage .inner .contain {
        width: 100%;
        height: auto;
    }
    section.mypage .add-member {width: calc(100% - 40px);}
    section.panel-history .history {display: none;}
    section.panel-history .m-history {
        display: block;
        width: 100%;
    }
    section.panel-history .m-history .inner {padding: 60px 20px 40px;}
    section.panel-history .m-history .order-list {
        border-top: 2px solid var(--main-black);
    }
    section.panel-history .m-history .order-list li {
        padding: 20px 12px;
        border-bottom: 1px solid var(--lineGray);
    }
    section.panel-history .m-history .order-list li.nodata {
        padding: 100px 0px;
		text-align: center;
	}
    section.panel-history .m-history .order-list .order-head {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;

        font-size: var(--font16);
    }
    section.panel-history .m-history .order-list .order-head .date:first-child {font-weight: 600;}
    section.panel-history .m-history .order-list .order-mid,
    section.panel-history .m-history .order-list .order-row {
        display: flex;
        justify-content: space-between;
        align-items: center;

        font-size: var(--font16);
    }
    section.panel-history .m-history .order-list .order-mid {margin-bottom: 12px;}
    section.panel-history .m-history .order-list .order-mid .product {
        font-weight: 700;
        font-size: 1.25rem;
        word-break: keep-all;
		line-height: 1.2;
    }
    section.panel-history .m-history .order-list .order-mid .amount {
        color: var(--darkGray);
        font-size: var(--font20);
		line-height: 1.2;
    }
    section.panel-history .m-history .order-list .order-row .payment {color: var(--darkGray);}
    section.panel-history .m-history .order-list .order-row button {
        padding: 8px 12px;
        margin-left: 8px;  
        border-radius: 8px;
        background: var(--main-black);

        font-size: var(--font16);
        color: #fff;
    }
    section.panel-history .m-history {font-size: var(--font16);}
    section.join-complete {width: 100%;}
    .pay-terms {
        width: 100%;
        margin: 0 auto;
    }
    section.pay-end {width: 100%;}
    section.pay-end .process-list .txt-box p,
    section.pay-end .hint-box p {
        line-height: 1.5;
        word-break: keep-all;
    }

	/* action button */
	.action_button .pay-button, .action_button .edit-button {max-width: 90%;}

    /* zip-code search */
    .post_search .placeholder.show {font-size: var(--font16);}

	/* student regist - expedition mission */
	section.student-regist.form {width: auto;}

    /* normal board */    
    section.normal-board .board-write .select-box ul li {width: 100%;}
    
    #signForm .basic-info .advice_time > ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 20px 0px;
    }
}

@media (max-width: 340px) {
	section.student-regist.form .video_wrap iframe {height: auto;}
}