/* ==================================================================
 /prd/conts.css
 - prd 전용 subPage css
 - 페이지별 class를 부여하여, 세부적 스타일 및 모바일 대응 css
================================================================== */

/* -- Main Page -------------------- */
.mainPage { height: 788px; } 
.mainPage .mainBg { display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; z-index: 10; } 
.mainPage .mainBg::before,
.mainPage .mainBg::after { display: block; position: absolute; top:calc(-1 * var(--headerH)); left: 0; z-index: 10; width: 100%; height: calc(100% + var(--headerH)); background: linear-gradient(0deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.8) 100%); content: ''; } 
.mainPage .mainBg::after { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%); } 
.mainPage::after { display: block; position: absolute; top:calc(-1 * var(--headerH)); left: 0; width: 100%; height: calc(100% + var(--headerH)); background:url('/static/prd/images/bg_main.jpg') no-repeat center top / cover; content: ''; } 
.mainPage .contsWrap { position: relative; z-index: 5; align-items: center; height: 100%; column-gap: 16px; } 
.mainPage .contsWrap .halfArea { display: flex; flex-direction: column; row-gap: 16px; width: 50%; min-height: 586px; justify-content: space-between; } 
.mainPage .contsWrap .halfArea.leftArea { width: 704px; flex-shrink: 0; } 
.mainPage .contsWrap h2 { font-size:32px; line-height:1.375; font-weight: 700; } 
.mainPage .menuArea ul { display: flex; flex-wrap: wrap; gap: 16px; } 
.mainPage .menuArea ul li a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 224px; height: 224px; border-radius: 24px; background: #1E90FF66; backdrop-filter: blur(40px); } 
.mainPage .menuArea ul li a:hover { background: var(--Primary-Color-400, #1E90FF); color: var(--txtBg100); transition: all 0.2s; } 
.mainPage .menuArea ul li .thumb { width: 128px; } 
.mainPage .menuArea ul li .menuTitle { margin-top: 16px; font-size:20px; line-height:1.6; font-weight: 700; } 
.mainPage .noticeArea { min-height: 346px; padding: 24px 32px; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(40px); border-radius: 24px; } 
.mainPage .noticeArea h3 { font-size:26px; line-height:1.46; font-weight: 700; } 
.mainPage .noticeArea .noticeSlideWrap .listBullet { margin-top: 16px; padding-top: 16px; padding-bottom: 32px; border-top :solid 1px var(--gray400); } 
.mainPage .noticeArea .link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #CED4DA33; } 
.mainPage .noticeArea .link .icoArrowR1 { display: inline-block; width: 24px; height: 24px; } 
.mainPage .noticeArea .noticeSlideWrap .swiper-horizontal>.swiper-pagination-bullets, 
.mainPage .noticeArea .noticeSlideWrap .swiper-pagination-bullets.swiper-pagination-horizontal { top: unset; bottom: 0; } 
.mainPage .noticeArea .noticeSlideWrap .listBullet li + li { margin-top: 16px; } 
.mainPage .noticeArea .noticeSlideWrap .listBullet li a { display: block; } 
.mainPage .noticeArea .noticeSlideWrap .listBullet li a:hover { color: var(--primary600) } 
.mainPage .noticeArea:hover { background-color: var(--txtBg100); transition: all 0.2s; } 
.mainPage .noticeArea:hover .link { background-color: var(--primary500); } 
.mainPage .noticeArea:hover .icoArrowR1 svg * { stroke: var(--txtBg100); } 
.mainPage .searchArea .inputArea { display: flex; flex-direction: column; row-gap: 16px; } 
.mainPage .searchArea .inputArea .flex { column-gap: 8px; } 
.mainPage .searchArea { display: flex; column-gap: 16px; padding: 56px 32px; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(40px); border-radius: 24px; } 
.mainPage .searchArea:hover { background-color: var(--txtBg100); transition: all 0.2s; } 
.mainPage .buttonArea { display: flex; flex-direction: column; row-gap: 16px; flex-shrink: 0; } 
.mainPage .buttonArea .icoSearch,
.mainPage .buttonArea .icoSearch svg,
.mainPage .buttonArea .icoQR,
.mainPage .buttonArea .icoQR svg { width: 24px; height: 24px; } 

.mainBnr { position: fixed; z-index: 15; top: 68px; left: 50%; margin-left: -713px; } 
.mainBnr .bannerFooter .btn { width: 50%; padding: 0; border-radius: 0; } 



/* -- Token Guide Page -------------------- */
.regulationsPage h3 { margin-bottom: 24px; padding-left: 0; font-size:28px; line-height:1.357; } 
.regulationsPage h3::before { display: none; } 
.regulationsPage h4 { margin-bottom: 16px; font-size: 24px; line-height:1.58; font-weight: 700; } 
.regulationsPage .date { display: block; margin-top: 4px; font-size:14px; line-height:1.57; } 
.regulationsPage p { margin-top: 8px; font-size:18px; line-height:1.56; } 
.regulationsPage .conts ul { margin-top: 8px; font-size:14px; line-height:1.57; } 
.regulationsPage .conts ul li + li { margin-top: 4px; } 
.regulationsPage .borderedBox { margin: 48px 0 0; } 



/* -- Purchase Page -------------------- */
.purchasePage .tableWrap td,
.purchasePage .tableWrap td input[type=text],
.purchasePage .tableWrap td input[type=text]::placeholder { text-align: right; } 
.purchasePage .btnWrap { margin-top: 24px; } 

.purchasePage ol { display: inline-flex; flex-wrap: wrap; } 
.purchasePage ol li { display:inline-flex; align-items: center; flex-shrink: 0; font-size:16px; line-height:1.625; } 
.purchasePage ol li { position: relative; } 
.purchasePage ol li::after { flex-shrink: 0; display:inline-block; width: 18px; height: 18px; margin: 0 4px; background: url('../../shared/icons/icon-arrow_right-1.svg') no-repeat center / contain; content:''; } 
.purchasePage ol li:last-child::after { display: none; } 

.purchaseCompPage .title { margin-bottom: 56px; } 
.purchaseCompPage .tableWrap.tableComp td { text-align: right; } 

.purchaseListPage .table1 th,
.purchaseListPage .table1 td { text-align: left; } 
.purchaseListPage .table1 .inputTextWrap { width: 322px; } 
.purchaseListPage .table2 td:nth-child(10) { width: 110px; white-space: wrap; } 
.purchaseListPage .table2 td:nth-child(11) { width: 100px; white-space: wrap; } 
.purchaseListPage .table2 th,
.purchaseListPage .table2 .tableBasic .sub { margin-top: 8px; } 
.purchaseListPage .table2 tr:nth-child(2) th:first-child { border-left-width: 1px; } 

/* -- Faq Page -------------------- */
.faqPage { } 
.faqPage .searchWrap { } 
.faqPage .searchWrap .inputText[type=text] { width: 216px; } 
.faqPage .tableWrap tbody { text-align: center; } 
.faqPage .tabContentWrapper,
.faqPage .paging { margin-top: 80px; } 



/* -- Notice Page -------------------- */
.noticePage .table1 { table-layout: fixed; } 
.noticePage .searchWrap .inputText[type=text] { width: 216px; } 
.noticePage .table1 { text-align: center; } 
.noticePage .table1 th,
.noticePage .table1 td { width: 143px; } 
.noticePage .table1 th:nth-child(2),
.noticePage .table1 td:nth-child(2) { width: auto; } 
.noticePage .table1 td:nth-child(2) { text-align: left; } 
.noticePage .table1 .icoNew { display: inline-block; width: 24px; height: 24px; } 
.noticePage .table1 .icoNew * { fill: var(--accent500); stroke: var(--accent500); } 
.noticePage .icoPin { display: inline-block; width: 24px; height: 24px; vertical-align: middle; } 
.noticePage .icoPin * { stroke: var(--primary500); } 
.noticePage .table1 .icoFile { display: inline-block; width: 24px; height: 24px; vertical-align: middle; } 
.noticePage .paging { margin-top: var(--spacing7); } 

.noticeViewPage th:nth-child(1),
.noticeViewPage td:nth-child(1) { width: 283px; } 
.noticeViewPage .noticeConts { min-height: 241px; padding: 6px 8px; } 
.noticeViewPage .table1 { margin-bottom: 24px; } 
.noticeViewPage .table2 { margin-top: 48px; } 
.noticeViewPage .table2 .formTableVertical { border-bottom: solid 1px var(--gray600); } 
.noticeViewPage .table2 .formTableVertical tr:last-child th, 
.noticeViewPage .table2 .formTableVertical tr:last-child td { border-bottom-color: var(--gray600); } 
.noticeViewPage .icoFile { display: inline-block; width: 24px; height: 24px; flex-shrink: 0; margin-right: 8px; } 



/* -- Usage Page -------------------- */
.usageListPage .scBarWrapper { margin: 80px 0 24px; } 
.usedPage .flatpickr { margin-left: 40px; } 
.usedPage .flatpickr2 { margin-top: 8px; } 
.usedPage .printDate { margin-top: 16px; font-size:18px; line-height:1.56; } 
.usedPage .btnGroup { margin-top: 24px; } 

.usageHistoryPage .icoRegister { width: 24px; height: 24px; margin-left: 4px; cursor: pointer; } 
.usageHistoryPage .icoRegister svg *,
.usageHistoryPage + .tooltipBox .tooltipTitle svg * { stroke : var(--accent500); } 
.usageHistoryPage + .tooltipBox .tooltipTitle .icoRegister { width: 24px; height: 24px; margin-right: 4px; } 


/* -- Pop Search User -------------------- */
.popSearchUser .formTableVertical { margin-bottom: 80px; } 
.popSearchUser .paging { margin-top: 48px; } 



/* -- SignUp Page -------------------- */
.signUpPage .userType { text-align: center; } 
.signUpPage .userType .box { overflow: hidden; display: flex; flex-direction: column; align-items: center; width: 272px; height: 272px; padding-top: 30px; margin-bottom: 24px; background-color: var(--txtBg200); border-radius: 24px; border: solid 1px var(--txtBg200); } 
.signUpPage .userType a { display: inline-block; width: 100%; } 
.signUpPage .userType a:hover .box { border-color: var(--primary600); } 
.signUpPage .userType .box .thumb { display: inline-block; width: 136px; height: 136px; margin-top: 8px; background: url('/static/prd/images/user-private.svg')no-repeat center / contain; } 
.signUpPage .userType.company .box .thumb { background: url('/static/prd/images/user-company.svg')no-repeat center / contain; } 
.signUpPage .stepList { display: flex; align-items: center; column-gap: 40px; } 
.signUpPage .stepList .stepItem { position: relative; display: flex; align-items: center; justify-content: center; min-height: 80px; flex-grow: 1; border-radius: 16px; background-color: var(--txtBg200); color: var(--txtBg500); font-weight: 700; font-size:20px; line-height:1.6; } 
.signUpPage .stepList .stepItem + .stepItem::before { position:absolute; left: -32px; display: inline-block; width: 24px; height: 24px; background:url('/static/shared/icons/icon-arrow_right.svg') no-repeat center/contain; content: ''; } 
.signUpPage .stepList .stepItem.active { background-color: var(--txtBg500); color: var(--txtBg100); } 
.signUpPage h3,
.signUpPage h4 { position: relative; padding-left: 12px; } 
.signUpPage h3::before,
.signUpPage h4::before { position: absolute; top: 50%; left: 0; display: inline-block; width: 4px; height: 4px; margin-top: -2px; border-radius: 50%; background: var(--gray600); content: ''; } 
.signUpPage .textBoxWrap { height: 84px; border-radius: 10px; padding: 16px 20px; border: solid 1px var(--gray400); } 
.signUpPage .textBoxWrap .textBox { overflow-x: auto; height: 100%; color: var(--txtBg500); } 
.signUpPage .tableBasic th,
.signUpPage .tableBasic td { text-align: left; } 
.signUpPage .tableBasic th { width: 283px; } 
.signUpPage .tableBasic .emailId { width: 200px; } 
.signUpPage .tableBasic .emailSelect { width: 282px; } 
.signUpPage .tableBasic .emailDomain { width: 282px; } 
.signUpPage .messageWrap { background: var(--txtBg100); } 
.signUpPage .messageWrap .message > [class^="ico"] { width: 120px; height: 120px; } 
.signUpPage .messageWrap .message > [class^="ico"] * { stroke-width: 0.5; } 

.loginPage .infoBox { padding: 80px 0 56px; } 
.loginPage h3 { margin-bottom: 48px; text-align: center; } 
.loginPage h3::before { display: none; } 
.loginPage .loginBox { max-width: 560px; margin: 0 auto 48px; row-gap: 8px; } 
.loginPage .loginBox .flex { column-gap: 16px; } 
.loginPage .loginBox .inputTextWrap { width: 100%; max-width: 467px; } 
.loginPage .loginBox .checkboxWrap { margin-top: 8px; margin-left: auto; width: 100%; max-width: 467px; } 
.loginPage .listBullet { max-width: 560px; margin: 0 auto; word-break: keep-all; color: var(--txtBg500); } 
.loginPage .listBullet > li::before { background-color:var(--gray500); } 

.privacyPage h3 { margin-bottom: 24px; padding-left: 0; font-size: 28px; line-height: 1.357 } 
.privacyPage h3::before { display: none; } 
.privacyPage h4 { margin-bottom: 16px; font-size: 24px; line-height:1.58; font-weight: 700; } 
.privacyPage .conts p { margin-top: 8px; font-size:18px; line-height:1.56; word-break: keep-all; } 
.privacyPage .conts ul { margin-top: 8px; font-size:14px; line-height:1.57; } 
.privacyPage .conts ul li + li { margin-top: 4px; } 

.termsPage h3 { margin-bottom: 24px; padding-left: 0; font-size: 28px; line-height: 1.357 } 
.termsPage h3::before { display: none; } 
.termsPage h4 { font-size:24px; line-height:1.58; font-weight: 700; } 
.termsPage p { margin-top: 8px; font-size:18px; line-height:1.56; word-break: keep-all; } 
.termsPage .conts p span { display: block; padding-left: 16px; margin-top: 8px; font-size:18px; line-height:1.56; word-break: keep-all; } 
.termsPage .conts ul { margin-top: 8px; font-size:14px; line-height:1.57; } 
.termsPage .conts ul li + li { margin-top: 4px; } 

.emailPage .icoAlertOff { display: block; margin-bottom: 8px; text-align: center; } 
.emailPage .icoAlertOff svg { width: 120px; height: 120px; } 

.userInfoPage h3 { position: relative; padding-left: 12px; } 
.userInfoPage h3::before { position: absolute; top: 50%; left: 0; display: inline-block; width: 4px; height: 4px; margin-top: -2px; border-radius: 50%; background: var(--gray600); content: ''; } 
.userInfoPage .table2 .listBullet { margin-left: 0; } 
.userInfoPage th { word-break: keep-all; } 



/* -- Delegated Cases Page -------------------- */
.delegatedPage .table2, 
.delegatedPage .table3 { min-width: 100%; overflow-x: auto; max-width: 1168px; } 
.delegatedPage .table2 .tableBasic,
.delegatedPage .table3 .tableBasic { min-width: 100%; width: auto; } 
.delegatedPage .table2 th,
.delegatedPage .table2 td,
.delegatedPage .table3 th,
.delegatedPage .table3 td { padding: 18px 8px; text-align: center; white-space: nowrap; } 
.delegatedPage .table2 tr:nth-child(2) th:first-child,
.delegatedPage .table3 tr:nth-child(2) th:first-child,
.delegatedPage .table3 tr:nth-child(3) th:first-child { border-left-width: 1px; } 
.delegatedPage .table2 tr:nth-child(1) th:nth-child(1),
.delegatedPage .table3 tr:nth-child(1) th:nth-child(1) { width: 78px; } 
.delegatedViewPage .searchWrap [class^="ico"] { width: 24px; height: 24px; } 
.delegatedViewPage .table2 { min-width: 100%; overflow-x: auto; max-width: 1168px; } 
.delegatedViewPage .table2 .tableBasic,
.delegatedViewPage .table3 .tableBasic { min-width: 100%; width: auto; } 
.delegatedViewPage .table2 th,
.delegatedViewPage .table2 td { padding: 18px 16px; text-align: center; white-space: nowrap; } 
.delegatedPage .table2 tr:nth-child(2) th:first-child { border-left-width: 1px; } 
.delegatedPage .table2 tr:nth-child(1) th:nth-child(1) { width: 78px; } 


/* -- Request Page -------------------- */
.exemptionPage .icoDownload { width: 18px; height: 18px; } 
.exemptionPage .linkTxt { margin-right: 4px; } 
.exemptionPage ol { display: inline-flex; flex-wrap: wrap; } 
.exemptionPage ol + h4 { margin-top: 32px; } 
.exemptionPage ol li { display:inline-flex; align-items: center; } 
.exemptionPage ol li { position: relative; } 
.exemptionPage ol li + li { margin-top: 8px; } 
.exemptionPage ol li::after { flex-shrink: 0; display:inline-block; width: 18px; height: 18px; margin: 0 4px; background: url('../../shared/icons/icon-arrow_right-1.svg') no-repeat center / contain; content:''; } 
.exemptionPage ol li:last-child::after { display: none; } 
.exemptionPage .table2 + .mbSp7,
.exemptionPage .table3 + .mbSp7 { margin-bottom: 24px; } 

.updateTokenPage .flatpickr { margin-left: 40px; } 
.updateTokenPage .flatpickr2 { margin-top: 8px; } 
.updateTokenPage .printDate { margin-top: 16px; font-size:18px; line-height:1.56; } 
.updateTokenPage .btnGroup { margin-top: 24px; } 

.transferTokenPage .tableWrap col:nth-child(7) { width: 394px; } 

.refundTokenPage .tableWrap col:nth-child(7) { width: 394px; } 

.correctTokenPage .listNumber { margin-top: 16px; } 

.reportCasePage .section2 .inputTextWrap.sm { min-width: 74px; } 
.reportCasePage .section2 .inputTextWrap.md { min-width: 150px; } 
.reportCasePage .linkTxt { color:var(--accent500); font-size:16px; line-height:1.625; } 
.reportCasePage .linkTxt .icoArrowRight { width: 18px; height: 18px; } 
.reportCasePage .linkTxt .icoArrowRight * { stroke: var(--accent500); fill: var(--accent500); } 

.popReportGuide section { margin-bottom: 48px; font-size: 18px; line-height: 1.56; } 
.popReportGuide section h3 { margin-bottom: 16px; font-weight: 700; font-size: 24px; line-height:1.58; } 
.popReportGuide section p + p { margin-top: 8px; } 
.popReportGuide section p span { display: block; margin-top: 4px; } 



/* -- Monthly Fees -------------------- */
.checkAccountPage .icoRegisterRed { display: inline-block; width: 48px; height: 48px; color: var(--accent500); } 
.checkAccountPage .listBullet li { display: flex; column-gap: 16px; } 
.checkAccountPage .listBullet .label { width: 160px; font-weight: 700; } 

.checkFeePage .infoBox .btn {margin-left: 40px;}
.checkFeePage .checkbox {display:flex;padding:0}
.checkFeePage .checkbox::before {left:50%;transform: translate(-50%, -50%);}

.feeReceiptPage .infoBox .btn { margin-left: 40px; } 

.scBarWrapper.big .tabItem button {font-size:16px;min-height: 48px;}
.scBarWrapper.big .tabItem.active button {color: var(--txtBg100);background: var(--primary500);font-weight: bold;}

.refundFeePage .formTableVertical .bL { border-left-width: 1px; } 
.refundFeePage .formTableVertical tr > th:first-child[colspan] { border-left-width: 0px; } 
.refundFeePage .inputTextWrap.md { min-width: 340px; } 

.layer-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.layer-popup-inner {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.3);
  max-width: 500px;
  width: 90%;
}

.layer-popup img {
  width: 100%;
  display: block;
}

.bannerFooter {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-top: 1px solid #eee;
}


/* -- Mobile responsive -------------------- */
@media (max-width: 1024px) { /* -- Main Page -------------------- */
 .mainPage { position: relative; height: auto; padding: 0 16px 32px; } 
 .mainPage .mainBg { left: 0; } 
 .mainPage .mainBg::before { display: none; } 
 .mainPage .mainBg::after { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%); } 
 .mainPage::after { display: block; position: absolute; top:calc(-1 * var(--headerH)); left: 0; width: 100%; height: calc(100% + var(--headerH)); background:url('/static/prd/images/bg_main.jpg') no-repeat center / cover; content: ''; } 
 .mainPage .contsWrap { flex-wrap: wrap; row-gap: 16px; } 
 .mainPage .contsWrap .halfArea,
 .mainPage .contsWrap .halfArea.leftArea { min-height: auto; width: 100%; gap: 16px; } 
 .mainPage .contsWrap .halfArea.leftArea { row-gap: 32px; } 
 .mainPage .contsWrap .halfArea.rightArea { flex-direction: column-reverse; } 
 .mainPage .contsWrap h2 { width: 75%; margin: 32px auto 0; font-size:24px; line-height:1.58; text-align: center; word-break: keep-all; } 
 .mainPage .menuArea ul { gap: 8px; justify-content: center; } 
 .mainPage .menuArea ul li a { width: 28.88vw; height: 27.7vw; border-radius: 16px; } 
 .mainPage .menuArea ul li .thumb { width: 17.2vw; } 
 .mainPage .menuArea ul li .menuTitle { margin-top: 4px; font-size:12px; line-height:1.5; } 
 .mainPage .noticeArea { width: calc(100vw - 16px * 2); min-height: auto; padding: 24px; border-radius: 16px; } 
 .mainPage .noticeArea h3 { font-size:20px; line-height:1.6; } 
 .mainPage .noticeArea .link { width: 32px; height: 32px; } 
 .mainPage .noticeArea .link .icoArrowR1 { width: 16px; height: 16px; } 
 .mainPage .noticeArea .noticeSlideWrap .listBullet { margin-top: 16px; padding-top: 16px; padding-bottom: 24px; } 
 .mainPage .noticeArea .noticeSlideWrap .listBullet li + li { margin-top: 8px; } 
 .mainPage .noticeArea .noticeSlideWrap .listBullet li a { overflow: hidden; display: block; padding-left: 12px; font-size:16px; line-height:1.625; white-space: nowrap; text-overflow: ellipsis; } 
 .mainPage .noticeArea .noticeSlideWrap .listBullet > li::before { top: 10px; } 
 .mainPage .searchArea { flex-wrap: wrap; row-gap: 16px; padding: 24px; } 
 .mainPage .searchArea:hover { background-color: var(--txtBg100); } 
 .mainPage .searchArea .inputArea { row-gap: 8px; } 
 .mainPage .searchArea .inputArea .flex { column-gap: 4px; } 
 .mainPage .searchArea input::placeholder { color: var(--txtBg500) } 
 .mainPage .buttonArea { flex-direction: row; gap: 4px; } 
 .mainPage .buttonArea .btn { padding: 0 16px; gap: 4px; } 
 .mainPage .buttonArea .icoSearch,
 .mainPage .buttonArea .icoSearch svg,
 .mainPage .buttonArea .icoQR,
 .mainPage .buttonArea .icoQR svg { width: 18px; height: 18px; } 

.mainBnr { left: 50%; width: 95%; margin-left: 0; transform: translateX(-50%); } 
.mainBnr .bannerBody img { width: 100%; } 
.mainBnr .bannerFooter .btn { width: 50%; padding: 0; border-radius: 0; } 



 /* -- Token Guide Page -------------------- */
 .tokenTypePage .t7 { font-size:14px; line-height:1.57; } 
 
 .regulationsPage h3 { margin-bottom: 16px; font-size:18px; line-height:1.56; } 
 .regulationsPage h4 { font-size:18px; line-height:1.56; } 
 .regulationsPage .date { margin-top: 8px; font-size:11px; line-height:1.45; } 
 .regulationsPage .conts p { font-size:14px; line-height:1.57; margin-top: 8px; } 
 .regulationsPage .conts ul { margin-top: 8px; font-size:11px; line-height:1.45; } 
 .regulationsPage .borderedBox { margin: 32px 0 0; } 
 .regulationsPage .borderedBox section { margin-bottom: 16px; } 
 


 /* -- Purchase Page(M) -------------------- */
 .purchasePage.subPage .title + .infoBox { margin: 0; } 
 .purchasePage .btnWrap { margin-top: 16px; } 
 .purchasePage ol li { font-size:12px; line-height:1.5; } 

 .purchaseCompPage .title { margin-bottom: 32px; } 
 .purchaseCompPage .messageWrap.mbSp9 { margin-bottom: 32px; } 

 .purchaseListPage .table1 .inputTextWrap { width: 100%; } 
 .purchaseListPage .table1 .mrSp6 { margin-right: 0; } 
 
 .purchaseReceiptPage .datepickrWrap { width: 50%; } 



 /* -- Faq Page(M) -------------------- */
 .faqPage .searchWrap .selectWrapper { width: auto; } 
 .faqPage .searchWrap .inputText[type=text] { width: 130px; flex: 1; } 
 .faqPage .tabWrapper { margin-top: 0; } 
 .faqPage .tabContentWrapper,
 .faqPage .paging { margin-top: 32px; } 



 /* -- Notice Page(M) -------------------- */
 .noticePage .searchWrap .selectWrapper { width: auto; } 
 .noticePage .searchWrap .inputText[type=text] { width: 100%; } 
 .noticePage .table1 th,
 .noticePage .table1 td { padding: 8px; } 
 .noticePage .table1 th:nth-child(1),
 .noticePage .table1 td:nth-child(1) { width: 37px; } 
 .noticePage .table1 th:nth-child(3),
 .noticePage .table1 td:nth-child(3) { width: 60px; } 
 .noticePage .table1 th:nth-child(4),
 .noticePage .table1 td:nth-child(4) { width: 94px; } 
 .noticePage .paging { margin-top: var(--spacing6); } 
 .noticeViewPage th:nth-child(1),
 .noticeViewPage td:nth-child(1) { width: 81px; } 
 .noticeViewPage .noticeConts { min-height: 241px; } 
 .noticeViewPage .table1 { margin-bottom: 16px; } 
 .noticeViewPage .table2 { margin-top: 24px; } 
 .noticeViewPage .icoFile { margin-right: 12px; } 



 /* -- Usage Page(M) -------------------- */
 .usageListPage .listBullet.mtSp2 { margin-top: 4px; } 
 .usageListPage .scBarWrapper { margin : 32px 0 16px; } 

 .unusedPage .listBullet li.t6 { font-size:12px; line-height:1.5;; } 
 .usedPage .flatpickr { margin-left: 8px; } 
 .usedPage .flatpickr2 { width: 149px; } 
 .usedPage .listBullet li { font-size:12px; line-height:1.5; } 
 .usedPage .mbSp2 { margin-bottom: 12px; } 
 .usedPage .mtSp2 { margin-top: 12px; } 
 .unusedPage .mtSp6 { margin-top: 16px; } 
.usedPage .printDate { margin-top: 8px; font-size:14px; line-height:1.57; } 

 .fullConts.usageHistoryPage .title { margin-left: 0 } 
 .fullConts.usageHistoryPage .infoBox { margin-left: 0 } 
 .fullConts.usageHistoryPage .formTableVertical th { width: 25% } 



 /* -- Pop Search User(M) -------------------- */
 .popSearchUser .listBullet .t3 { font-size:16px; line-height:1.625; } 
 .popSearchUser .formTableVertical { margin-bottom: 32px; } 
 .popSearchUser .paging { margin-top: 24px; } 



 /* -- SignUp Page(M) -------------------- */
 .signUpPage .table2 .listBullet { margin-left: 0; } 
 .signUpPage .userType { flex: 1; } 
 .signUpPage .userType .box { width: 100%; height: 200px; padding-top: 24px; } 
 .signUpPage .userType .box .t4 { font-size:18px; line-height:1.56; } 
 .signUpPage .userType .box .sub { width: 45%; font-size: 11px; line-height:1.45; } 
 .signUpPage .userType .box .thumb { width: 80px; height: 80px; background: url('/static/prd/images/user-private-m.svg')no-repeat center / contain; } 
 .signUpPage .userType.company .box .thumb { background: url('/static/prd/images/user-company-m.svg')no-repeat center / contain; } 
 .signUpPage .stepList .stepItem { font-size:16px; line-height:1.625; text-align: center; word-break: keep-all; } 
 .signUpPage h2 + .t6 { font-size:14px; line-height:1.57; } 
 .signUpPage h3,
 .signUpPage h4 { font-size:18px; line-height:1.56; } 
 .signUpPage .conts > .mtSp9 { margin-top: 32px; } 
 .signUpPage .tableBasic th { width: 75px; font-size:12px; line-height:1.5; } 
 .signUpPage .messageWrap { padding: 0; } 
 .signUpPage .messageWrap .message > [class^="ico"] { width: 80px; height: 80px; } 
 .signUpPage .stepList { margin-bottom: 32px; } 
 .signUpPage .radio { font-size:16px; line-height:1.625; } 
 .signUpPage .t7 { font-size:14px; line-height:1.57; } 
 .signUpPage .table1 td > .flex > .flex { flex-grow: 1; } 

 .signUpCompPage.subPage .contsWrap { padding-bottom: 52px; } 

 .loginPage.subPage .title + .infoBox { margin: 0; } 
 .loginPage h3 { width: 64%; margin: 0 auto 32px; padding-left: 0; font-size:18px; line-height:1.56; } 
 .loginPage .infoBox { margin: 0 auto 32px; padding: 40px 24px; } 
 .loginPage .loginBox { margin-bottom: 32px; } 
 .loginPage .loginBox .flex { column-gap:8px; font-size:14px; line-height:1.57; } 
 .loginPage .loginBox .inputTextWrap { width: 76%; } 
 .loginPage .loginBox .checkboxWrap { width: 76%; } 
 .loginPage .loginBox > .mtSp5 { margin-top: 8px; } 


 .privacyPage h3 { font-size:18px; line-height:1.56; } 
 .privacyPage h4 { font-size:18px; line-height:1.56; } 
 .privacyPage .date { margin-top: 8px; font-size:11px; line-height:1.45; } 
 .privacyPage p { font-size:14px; line-height:1.57; margin-top: 8px; } 
 .privacyPage .conts ul { margin-top: 8px; font-size:11px; line-height:1.45; } 
 .privacyPage .listBullet > li { padding-left: 12px; } 
 .privacyPage .listBullet > li::before { top: 5px } 

 .termsPage section { margin-bottom: 16px; } 
 .termsPage h3 { margin-top: 32px; margin-bottom: 16px; font-size:22px; line-height:1.545; } 
 .termsPage h4 { font-size:18px; line-height:1.56; } 
 .termsPage p { font-size:14px; line-height:1.57; margin-top: 8px; } 
 .termsPage p span { font-size:14px; line-height:1.57; padding-left: 8px; } 
 .termsPage .conts ul { margin-top: 8px; font-size:11px; line-height:1.45; } 
 .termsPage .conts ul li + li { margin-top: 4px; } 

 .emailPage .icoAlertOff { display: block; margin-bottom: 8px; text-align: center; } 
 .emailPage .icoAlertOff svg { width: 80px; height: 80px; } 
 .emailPage .t6 { font-size:14px; line-height:1.57; } 



 /* -- Request Page(M) -------------------- */
 .exemptionPage .tableBasic tr th { width: 75px; padding: 8px 16px; } 
 .exemptionPage .mtSp2 { margin-top: 12px; } 
 .exemptionPage .mbSp2 { margin-bottom: 12px; } 
 .exemptionPage .mtSp5 { margin-top: 16px; } 
 .exemptionPage .mbSp9 { margin-bottom : 32px; } 
 .exemptionPage .mtSp9 { margin-top: 32px; } 
 .exemptionPage .selectWrapper { overflow:hidden; height: 100%; } 
 .exemptionPage .t6 { font-size:14px; line-height:1.57; margin-bottom: 8px; } 
 .exemptionPage .t8 { font-size:12px; line-height:1.5; margin-bottom: 8px; } 
 .exemptionPage .t10 { font-size:12px; line-height:1.5; } 
 .exemptionPage ol + h4 { margin-top: 16px; } 

 .updateTokenPage .flatpickr { margin-left: 8px; } 
 .updateTokenPage .flatpickr2 { width: 149px; } 
 .updateTokenPage .listBullet li { font-size: 14px; line-height: 1.5; } 
 .updateTokenPage .mbSp2 { margin-bottom: 12px; } 
 .updateTokenPage .mtSp2 { margin-top: 12px; } 
 .updateTokenPage .printDate { margin-top: 32px; font-size:14px; line-height:1.57; } 

 .transferTokenPage .mbSp7 { margin-bottom: 32px; } 
 .transferTokenPage .tableWrap.mbSp7 { margin-bottom: 24px; } 
 .transferTokenPage .mbSp9 { margin-bottom: 32px; } 
 .transferTokenPage .tableWrap.mbSp9 { margin-bottom: 24px; } 
 .transferTokenPage .mtSp5 { margin-top: 16px; } 

 .refundTokenPage .mbSp7 { margin-bottom: 32px; } 
 .refundTokenPage .tableWrap.mbSp7 { margin-bottom: 24px; } 
 .refundTokenPage .mbSp9 { margin-bottom: 32px; } 
 .refundTokenPage .tableWrap.mbSp9 { margin-bottom: 24px; } 
 .refundTokenPage .mtSp5 { margin-top: 4px; } 
 
 .correctTokenPage .t6 { font-size:14px; line-height:1.57; } 
 .correctTokenPage .mbSp7 { margin-bottom: 32px; } 
 .correctTokenPage .mbSp9 { margin-bottom: 32px; } 
 .correctTokenPage .mtSp7 { margin-top: 16px; } 
 .correctTokenPage .mtSp5 { margin-top: 4px; } 

 .requestHistoryPage .mbSp7 { margin-bottom: 32px; } 

 .requestCaseListPage .mtSp9 { margin-top: 32px; } 
 .requestCaseListPage .mbSp5 { margin-top: 8px; margin-bottom: 16px; } 
 .requestCaseListPage .t6 { font-size: 14px; line-height: 1.57; } 
 .requestCaseListPage .infoBox .t8 { font-size:12px; line-height:1.5; } 
 .requestCaseListPage .infoBox .listBullet .listBullet { padding: 24px; border-radius: 0; } 

 .reportCasePage .mbSp9 { margin-bottom: 32px; } 
 .reportCasePage .section2 .t7 { font-size:14px; line-height:1.57; } 
 .reportCasePage .section2 .inputTextWrap.sm { min-width: 67px; } 
 .reportCasePage .section2 .inputTextWrap.md { min-width: 116px; } 
 .reportCasePage .section2 .mbSp5 { margin-bottom: 24px; } 
 .reportCasePage .section2 .listBullet li { font-size: 14px; line-height: 1.5; } 
 .reportCasePage .linkTxt { color:var(--accent500); font-size:14px; line-height:1.57; } 


 
 /* -- Monthly Fees(M) -------------------- */
 .checkAccountPage .mbSp9 { margin-bottom: 32px; } 
 .checkAccountPage .icoRegister { width: 32px; height: 32px; } 
 .checkAccountPage .infoBox .t6 { font-size: 18px; } 
 .checkAccountPage .infoBox .lb { display: block; } 
 .checkAccountPage .infoBox .sub { font-size: 14px; } 
 .checkAccountPage .icoRegister svg * { stroke: var(--accent500); } 
 .checkAccountPage .listBullet li { column-gap: 8px; } 
 .checkAccountPage .listBullet .label { width: 80px; } 

 .checkFeePage .infoBox .dateBox .selectWrapper {width: auto;}
 .checkFeePage .printBox { flex-direction: column-reverse; row-gap: 12px; margin: 0 auto 4px; } 
 .checkFeePage .printBox strong { font-size:14px; line-height:1.57; } 
 .checkFeePage .printBox .selectWrapper { width: auto; } 
 .checkFeePage .listNumber { padding-left: 8px; } 
 .checkFeePage .mbSp9 { margin-bottom: 32px; } 
 .checkFeePage .t7 { margin-bottom: 8px; font-size: 14px; line-height:1.57; } 
 .scBarWrapper.big .tabItem button {font-size:14px;min-height: 48px;}

 .feeReceiptPage .infoBox .dateBox { justify-content: flex-start; } 
 .feeReceiptPage .infoBox .dateBox .btn { margin: 4px auto 0; } 
 .feeReceiptPage .infoBox .dateBox .selectWrapper { width: auto; } 
 .feeReceiptPage .mbSp9 { margin-bottom: 32px; } 
 .feeReceiptPage .mbSp6 { margin-bottom: 16px; } 
 .feeReceiptPage .t7 { font-size:14px; line-height:1.57; } 

 .refundFeePage .listBullet li.t7 { font-size:14px; line-height:1.57; } 
 .refundFeePage .listBullet li.t7::before { top: 8px; } 
 .refundFeePage .section1.mbSp7 { margin-bottom: 16px; } 
 .refundFeePage .section2.mbSp9 { margin-bottom: 32px; } 
 .refundFeePage .section2 .accountInfo > .flex { flex-wrap: wrap; } 
 .refundFeePage .section2 .tableWrap + .mtSp5 { margin-top: 12px; } 
 .refundFeePage .inputTextWrap.md { min-width: 100%; } 
 }