@charset "utf-8";

/* layout
--------------------------------------------- */
/* header */
.header-container {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}
.header-container .inner {
  height: 80px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container .logo {
  background: url("../images/img_logo.png") 0 0 / 200px 40px no-repeat;
  width: 200px;
  height: 40px;
}
.header-container .account {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-container .account p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.header-container .account p strong {
  font-weight: 700;
}
.header-container .account button {
  height: 40px;
  width: 107px;
  overflow: hidden;
  text-indent: -999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 107px 40px;
  background-color: #fff;
}
.header-container .account .btn_logout {
  background-image: url("../images/btn_logout.png");
}
.header-container .account .btn_back {
  background-image: url("../images/btn_back.png");
}
@media (max-width: 1494px) {
  .header-container .inner {
    padding: 0 27px;
    max-width: 1440px;
  }
}

@media (max-width: 1024px) {
  .header-container .inner {
    height: 50px;
  }
  .header-container .logo {
    background: url("../images/img_logo_tb.png") 0 0 / 130px 26px no-repeat;
    width: 130px;
    height: 26px;
  }
  .header-container .logo > span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.64px;
  }
  .header-container .logo > span > span {
    font-size: 16px;
  }
  .header-container .account {
    gap: 23px;
  }
  .header-container .account p {
    font-size: 14px;
  }
  .header-container .account button {
    width: 98px;
    height: 37px;
    background-size: 98px 37px;
  }
  .header-container .account button {
    height: 37px;
    width: 98px;
    background-size: 98px 37px;
  }
}
/* body */
.body-container {
  min-height: 100%;
  margin: 0 0 -245px;
}
.body-container .body-inner {
  padding: 0 0 245px;
}
/* footer */
.footer-container {
  background-color: #fcfcfc;
}
.footer-container .inner {
  max-width: 1440px;
  padding-top: 40px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 245px;
}
@media (max-width: 1494px) {
  .footer-container .inner {
    padding: 40px 27px;
  }
}
.footer-container .footer_inner {
  overflow: hidden;
}

.footer-container .box > p:first-child {
  padding-bottom: 20px;
  white-space: nowrap;
  line-height: 20px;
  zoom: 1;
}
.footer-container .box > p {
  color: #77777a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.footer-container .box > p strong {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.footer-container .box {
  float: left;
}
.footer-container .box + .box {
  margin-left: 224px;
}
.footer-container .ft-link {
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 1494px) {
  .footer-container .ft-link {
    right: 20px;
  }
}
.footer-container .ft-link a {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.footer-container .ft-link a + a {
  padding-left: 32px;
}
.footer-container .ft-link a + a::after {
  content: "";
  position: absolute;
  border-left: 1px solid #e0e0e0;
  height: 12px;
  left: 16px;
  top: 4px;
}
.footer-container .copyright {
  clear: both;
  padding-top: 22px;
  color: #77777a;
  font-size: 12px;
  font-weight: 400;
}

/* login & join form css -- start */

/* login & join form common css */
.form-section input[type="text"],
.form-section input[type="password"] {
  width: 100%;
  font-size: 16px;
  outline: 0;
}
.form-section input[type="checkbox"],
.form-section input[type="radio"] {
  width: 14px;
  height: 14px;
  border: 2px solid #252628;
  border-radius: 3px;
  appearance: none;
}
.form-section input[type="checkbox"]:checked,
.form-section input[type="radio"]:checked {
  background: #252628 url(../images/chk-ic.png) no-repeat center / 8px;
  border: 0;
}
.form-section input[type="checkbox"] + label,
.form-section input[type="radio"] + label {
  font-size: 16px;
  line-height: 1;
  color: #6b7076;
  margin: -2px 0 0 8px;
}
.form-section input::placeholder {
  font-size: 16px;
  color: #6b7076;
}
.form-section .input-type-bg {
  height: 44px;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 0 12px;
}

.form-section .input-type-line {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.form-section select {
  height: 44px;
  border: 1px solid #666666;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 16px;
  color: #666;
  appearance: none;
  outline: 0;
  background: url(../images/select-arrow.png) no-repeat center right 17px / 10px;
}
.form-section .btn {
  width: 100%;
  height: 64px;
  border-radius: 50vh;
  font-size: 16px;
  color: #fbfcfe;
}
.form-section .btn-type1 {
  background-color: #252628;
}
.form-section .btn-type2 {
  background-color: #2086fa;
}
.form-section .btn-type3 {
  background-color: #e7e9ee;
  color: #666;
}
.form-section .btn-type4 {
  background-color: #5938cc;
}
.form-section {
  overflow: hidden;
  box-sizing: border-box;
  min-height: calc(100vh - 245px);
  padding: 140px 0 52px;
  background: url(../images/form-bg.jpg) no-repeat center / cover;
}
.form-section .contents {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 54px);
  max-width: 1440px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 87px 0;
}
.form-section .contents:before {
  content: "";
  position: absolute;
  top: 296px;
  left: -148px;
  width: 123px;
  height: 121px;
  background: url(../images/form-bg-acc1.png) no-repeat center / contain;
}
.form-section .contents:after {
  content: "";
  position: absolute;
  top: 413px;
  right: -169px;
  width: 261px;
  height: 247px;
  background: url(../images/form-bg-acc2.png) no-repeat center / contain;
}

@media screen and (max-width: 1024px) {
  .form-section {
    padding-top: 100px;
  }
  .form-section .contents:before,
  .form-section .contents:after {
    display: none;
  }
}
.form-section .txt {
  font-size: 16px;
  color: #1b1e28;
  line-height: 1.3;
  margin-top: 8px;
}
.form-section .txt.bold {
  font-weight: bold;
}
.form-section .contents .inner {
  width: calc(100% - 54px);
  max-width: 660px;
  margin: 0 auto;
}
.form-section .contents .title-wrap {
  text-align: center;
}
.form-section .contents .title-wrap .title {
  font-size: 28px;
  font-weight: 700;
  color: #1b2128;
  letter-spacing: -0.056em;
  line-height: 1.1;
}
.form-section .contents .title-wrap .title span {
  color: #476de0;
}
.form-section .contents .title-wrap .txt02 {
  margin-top: 28px;
  color: #1b1e28;
  font-size: 16px;
  font-weight: 400;
}
.form-section .contents .title-wrap .sub-tit {
  display: block;
  font-size: 20px;
  letter-spacing: normal;
  font-weight: bold;
  color: #476de0;
  margin-bottom: 32px;
}
.form-section .contents .title-wrap .notice {
  display: block;
  font-size: 14px;
  color: #6d757e;
  line-height: 1.6;
  margin-top: 8px;
  word-break: keep-all;
}
.form-section .contents .title-wrap .step-wrap {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}
.form-section .contents .title-wrap .step-wrap .step-item {
  position: relative;
  padding: 0 33px;
}
.form-section .contents .title-wrap .step-wrap .step-item + .step-item:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 50%;
  width: 46px;
  border-bottom: 1px dashed #9aa6b1;
}
.form-section .contents .title-wrap .step-wrap .step-item .step {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9aa6b1;
  margin: 0 auto;
}
.form-section .contents .title-wrap .step-wrap .step-item .step span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
.form-section .contents .title-wrap .step-wrap .step-item p {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-top: 6px;
}
.form-section .contents .title-wrap .step-wrap .step-item.active .step {
  background-color: #252628;
}
.form-section .contents .title-wrap .step-wrap .step-item.active p {
  color: #1b1e28;
}
.form-section .contents .form-cont {
  margin-top: 30px;
}
.form-section .contents .form-cont .form-box {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #fff;
}
.form-section .contents .form-cont .form-box + .form-box {
  margin-top: 17px;
}
.form-section .contents .form-cont .form-box .input-label {
  padding: 12px;
}
.form-section .contents .form-cont .form-box .input-label .label {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}
.form-section .contents .form-cont .form-box .input-item {
  border-top: 1px solid #dfdfdf;
  padding: 12px;
}
.form-section .contents .form-cont .form-box .input-item:nth-child(1) {
  border-top: 0;
}
.form-section .contents .form-cont .form-box .input-item.flex {
  display: flex;
  align-items: center;
}
.form-section .contents .form-cont .form-box .input-item.input-txt {
  border-radius: 0;
}
.form-section .contents .form-cont .form-box .input-txt {
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  background-color: #e7e9ee;
  border-radius: 8px;
  padding: 0 12px;
}
.form-section .contents .form-cont .form-box .input-item.email input {
  width: 223px;
}
.form-section .contents .form-cont .form-box .input-item.email span {
  margin: 0 7px;
  font-size: 16px;
}
.form-section .contents .form-cont .form-box .input-item.email select {
  width: 150px;
  margin-left: 10px;
}
.form-section .contents .form-cont .form-box .input-item.phone {
  justify-content: space-between;
}
.form-section .contents .form-cont .form-box .input-item.phone > div {
  display: flex;
  align-items: center;
}
.form-section .contents .form-cont .form-box .input-item.phone .input-btn {
  height: 44px;
  border-radius: 8px;
  font-size: 15px;
  white-space: nowrap;
  color: #fbfcfe;
  margin-left: 10px;
  padding: 0 18px;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .input-btn.btn-type2 {
  min-width: 60px;
  background-color: #e7e9ee;
  color: #666;
  padding: 0;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .input-btn.btn-type3 {
  background-color: #fff;
  border: 1px solid #252628;
  color: #1b1e28;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .input-btn.btn-type-disable {
  border: 1px solid #666;
  color: #666;
  pointer-events: none;
}
.form-section .contents .form-cont .form-box .input-item.phone .send {
  margin-right: 10px;
}
.form-section .contents .form-cont .form-box .input-item.phone .send input {
  width: 66px;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .send
  input#join-phone1 {
  width: 57px;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .send
  .input-txt {
  width: 66px;
  text-align: center;
}
.form-section .contents .form-cont .form-box .input-item.phone .send span {
  height: 0;
  margin: 0 10px;
  overflow: hidden;
  border-top: 1px solid #000;
  width: 9px;
  text-align: center;
}
.form-section .contents .form-cont .form-box .input-item.phone .get {
  flex: 1;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .get
  input::placeholder {
  font-size: 14px;
}
.form-section .contents .form-cont .form-box .input-item.phone .get .code-box {
  position: relative;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .get
  .code-box
  .timer {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.phone
  .get
  .code-box
  .input-type-line[aria-invalid="false"] {
  background: url(../images/chk-ic-bk.png) no-repeat right 0 center / 16px;
}
.form-section .contents .form-cont .form-box .input-item .item {
  display: flex;
  align-items: center;
  margin-right: 17px;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item.object
  .item:last-child {
  flex: 1;
  margin-right: 0;
}
.form-section
  .contents
  .form-cont
  .form-box
  .input-item
  .item
  input[type="text"] {
  min-width: 140px;
  flex: 1;
  margin-left: 8px;
}

/* login form css */
.form-section.member-login .contents {
  padding: 144px 0 184px;
}
/* .form-section.member-login .contents .inner {
  max-width: 400px;
} */
.form-section .contents .login-info {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.form-section .contents .login-info .keep-wrap {
  display: flex;
  align-items: center;
}
.form-section .contents .login-info .keep-wrap label {
  font-size: 14px;
}
.form-section .contents .login-info .find-wrap a {
  display: inline-block;
  font-size: 14px;
  color: #6b7076;
}
.form-section .contents .login-info .find-wrap a + a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #6d757e;
  margin: 0 12px 0 10px;
}
.form-section .contents .btn-wrap.login-btn {
  margin-top: 16px;
}
.form-section .contents .btn-wrap .or-line {
  position: relative;
  text-align: center;
  margin: 30px 0;
}

.form-section .contents .btn-wrap .or-line:before,
.form-section .contents .btn-wrap .or-line:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 18px);
  height: 2px;
  background-color: #495a6e;
  opacity: 0.2;
}
.form-section .contents .btn-wrap .or-line:after {
  left: auto;
  right: 0;
}
.form-section .contents .btn-wrap .or-line span {
  font-size: 14px;
  color: #14202e;
  opacity: 0.6;
}

/* login find id/password css */
.form-section.member-find .contents {
  padding: 50px 0 60px;
}
.form-section.member-find .contents .title-wrap .txt {
  margin-top: 28px;
}
.form-section .contents .btn-wrap.find-btn {
  margin-top: 26px;
}
.form-section .contents .btn-wrap.find-btn2 {
  margin-top: 58px;
}
.form-section .contents .notice-text {
  text-align: center;
  margin-top: 50px;
}
.form-section .contents .notice-text .txt {
  margin-top: 10px;
}

/* join form css */
.form-section.member-join .contents {
  padding: 50px 0 51px;
}
.form-section .contents .form-wrap {
  max-width: 400px;
  margin: auto;
}
.form-section .contents .form-cont .form-box.privacy {
  border: 0;
  background: none;
}
.form-section .contents .form-cont .form-box.privacy .privacy-top {
  display: flex;
  justify-content: space-between;
}
.form-section .contents .form-cont .form-box.privacy .input-item {
  padding: 0;
}
.form-section .contents .form-cont .form-box.privacy .input-item label {
  font-weight: bold;
  color: #1b2128;
}
.form-section .contents .form-cont .form-box.privacy .privacy-btn {
  font-size: 16px;
  color: #999;
  line-height: 1;
  text-decoration: underline;
  display: none;
}
.form-section .contents .form-cont .form-box.privacy .privacy-btn.active {
  display: block;
}
.form-section .contents .form-cont .form-box.privacy .privacy-pre {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  margin-top: 18px;
  padding: 20px;
  text-align: center;
  color: #1b1e28;
  display: none;
}
.form-section .contents .form-cont .form-box.privacy .privacy-pre p {
  font-size: 12px;
}
.form-section
  .contents
  .form-cont
  .form-box.privacy
  .privacy-pre
  .privacy-table {
  border: 1px solid #565f7c;
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 0 0;
}
.form-section
  .contents
  .form-cont
  .form-box.privacy
  .privacy-pre
  .privacy-table
  table {
  width: 100%;
}
.form-section
  .contents
  .form-cont
  .form-box.privacy
  .privacy-pre
  .privacy-table.width-fixed
  table
  th {
  width: 33.333%;
}
.form-section
  .contents
  .form-cont
  .form-box.privacy
  .privacy-pre
  .privacy-table
  tr
  * {
  text-align: center;
  border-right: 1px solid #565f7c;
  padding: 6px;
}
.form-section
  .contents
  .form-cont
  .form-box.privacy
  .privacy-pre
  .privacy-table
  tr
  :last-child {
  border-right: 0;
}
.form-section
  .contents
  .form-cont
  .form-box.privacy
  .privacy-pre
  .privacy-table
  th {
  background-color: #f5f7f9;
  border-bottom: 1px solid #565f7c;
}
.form-section .contents .form-cont .form-box.privacy .privacy-pre .text-nt {
  color: #6b7076;
  margin-bottom: 15px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px; /* 250% */
}
.form-section .contents .btn-wrap.join-btn {
  margin-top: 26px;
}

/* join reply css */
.form-section.member-join-reply .contents {
  padding: 51px 0 89px;
}
.form-section.member-join-reply .contents .inner {
  width: 512px;
}
.form-section.member-join-reply .contents .txt-wrap .title {
  display: block;
  font-size: 24px;
  margin-top: 20px;
}
.form-section.member-join-reply .contents .txt-wrap .txt {
  margin-top: 20px;
}
.form-section .contents .btn-wrap.reply-btn {
  margin-top: 36px;
}
.form-section .contents .btm-wrap {
  margin-top: 24px;
  text-align: center;
}
.form-section .contents .mail-link {
  color: #3a95ff;
}

/* form popup css */
#popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
#form-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 14px;
  z-index: 101;
}
#form-popup {
  width: calc(100% - 54px);
  max-width: 440px;
  text-align: center;
}
#form-popup .inner {
  padding: 40px;
}
#form-popup .inner .notice-icon {
  width: 50px;
  height: 50px;
  background: url(../images/notice-ic.png) no-repeat center / contain;
  margin: 0 auto;
}
#form-popup .inner .loading-icon {
  width: 52px;
  height: 52px;
  background: url(../images/loading-ic.png) no-repeat center / contain;
  margin: 0 auto;
}
#form-popup .inner .notice-title {
  display: block;
  font-size: 20px;
  margin-top: 23px;
}
#form-popup .inner .notice-txt {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2128;
  margin-top: 20px;
}
#form-popup .inner .popup-btn {
  width: 150px;
  height: 64px;
  border-radius: 50vh;
  background-color: #5938cc;
  font-size: 16px;
  color: #fbfcfe;
  margin-top: 20px;
}
#form-popup .inner .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/close-ic.png) no-repeat center / contain;
}
#form-popup.join-popup .inner {
  padding: 46px 40px;
}

/* login & join form css -- end */

/* login & join form tablet & mobile css start */
@media screen and (max-width: 768px) {
  .form-section input[type="text"],
  .form-section input[type="password"],
  .form-section input[type="checkbox"] + label,
  .form-section input[type="radio"] + label,
  .form-section input::placeholder,
  .form-section select,
  .form-section .txt,
  .form-section .btn {
    font-size: 14px;
  }
  .form-section .contents {
    border-radius: 15px;
    padding: 50px 0;
  }
  .form-section .contents .inner {
    width: 100%;
    padding: 0 15px;
  }
  .form-section .contents .title-wrap .title {
    font-size: 22px;
  }

  .form-section .contents .title-wrap .title span {
    display: block;
    margin-top: 3px;
  }
  .form-section .contents .title-wrap .sub-tit {
    font-size: 16px;
  }
  .form-section .contents .title-wrap .txt02 {
    font-size: 14px;
  }
  .form-section .contents .title-wrap .icon img {
    width: 90px;
  }
  .form-section .contents .btn-wrap .or-line {
    margin: 20px 0;
  }
  .form-section .contents .login-info {
    display: block;
  }
  .form-section .contents .login-info .find-wrap {
    margin-top: 15px;
  }
  .form-section .contents .login-info .keep-wrap label,
  .form-section .contents .login-info .find-wrap a {
    font-size: 12px;
  }
  .form-section .contents .login-info .find-wrap a + a:before {
    height: 8px;
    margin: 0 7px 0 4px;
  }
  .form-section .contents .form-cont .form-box .input-txt {
    font-size: 14px;
  }
  .form-section .contents .form-cont .form-box .input-item.flex {
    flex-wrap: wrap;
  }
  .form-section .contents .form-cont .form-box .input-item.email .input-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .form-section .contents .form-cont .form-box .input-item.email span {
    font-size: 14px;
  }
  .form-section .contents .form-cont .form-box .input-item.email select {
    width: 120px;
  }
  .form-section .contents .form-cont .form-box .input-item.phone {
    display: block;
  }
  .form-section .contents .form-cont .form-box .input-item.phone .send {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .form-section
    .contents
    .form-cont
    .form-box
    .input-item.phone
    .send
    .input-txt {
    flex: 1;
  }
  .form-section
    .contents
    .form-cont
    .form-box
    .input-item.phone
    .send
    input[type="text"] {
    width: 100%;
    flex: 1;
  }
  .form-section .contents .form-cont .form-box .input-item.phone .send span {
    width: 5px;
    margin: 0 5px;
  }
  .form-section .contents .form-cont .form-box .input-item.phone .get {
    margin-top: 15px;
  }
  .form-section
    .contents
    .form-cont
    .form-box
    .input-item.phone
    .get
    .code-box {
    flex: 1;
  }
  .form-section
    .contents
    .form-cont
    .form-box
    .input-item.phone
    .get
    .code-box
    input {
    padding-right: 35px;
  }
  .form-section
    .contents
    .form-cont
    .form-box
    .input-item.phone
    .get
    .input-btn {
    max-width: 60px;
    margin-left: 8px;
    margin-top: 0;
  }
  .form-section .contents .form-cont .form-box .input-item.phone .input-btn {
    font-size: 13px;
    padding: 0 10px;
    margin-left: 8px;
  }
  .form-section .contents .form-cont .form-box .input-item.email input {
    flex: 1;
    width: 100%;
  }
  .form-section .contents .form-cont .form-box .input-item.object {
    flex-wrap: wrap;
  }
  .form-section .contents .form-cont .form-box .input-item.object .item {
    margin-top: 8px;
  }
  .form-section
    .contents
    .form-cont
    .form-box
    .input-item.object
    .item:last-child {
    width: 100%;
    flex: none;
  }
  .form-section .contents .form-cont .form-box.privacy .privacy-btn {
    font-size: 13px;
  }
  .form-section .contents .form-cont .form-box.privacy .privacy-pre {
    padding: 15px;
  }
  .form-section
    .contents
    .form-cont
    .form-box.privacy
    .privacy-pre
    .privacy-table
    tr
    * {
    font-size: 12px;
  }
  .form-section .btn {
    height: 54px;
  }
  .form-section .contents .btn-wrap.find-btn2 {
    margin-top: 30px;
  }
  .form-section.member-join-reply .contents .txt-wrap .title {
    font-size: 20px;
  }

  #form-popup .inner .notice-icon,
  #form-popup .inner .loading-icon {
    width: 40px;
    height: 40px;
  }
  #form-popup .inner .notice-title {
    font-size: 16px;
  }
  #form-popup .inner .notice-txt {
    font-size: 14px;
  }
  #form-popup .inner .popup-btn {
    height: 54px;
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .form-section .contents .form-cont .form-box .input-item.email select {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  .form-section
    .contents
    .form-cont
    .form-box
    .input-item.phone
    .send
    .input-txt {
    flex: 1;
    max-width: none;
  }
  .form-section .contents .form-cont .form-box .input-item.phone .input-btn {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
}
/* login & join form tablet & mobile css end */

/* main
--------------------------------------------- */

.main_visual {
  padding-top: 80px;
  margin-bottom: 60px;
}
.main_visual .swiper-button-next {
  right: 50%;
  left: auto;
  margin-right: -700px;
  width: 26px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  border: 0;
  background: url("../images/bul_arrow_right_01_on.png") 0 0 / 26px 50px
    no-repeat;
}
.main_visual .swiper-button-next::after {
  display: none;
}
.main_visual .swiper-button-prev {
  left: 50%;
  right: auto;
  top: 50%;
  margin-top: -25px;
  margin-left: -700px;
  width: 26px;
  height: 50px;
  border: 0;
  background: url("../images/bul_arrow_left_01_on.png") 0 0 / 26px 50px
    no-repeat;
}
.main_visual .swiper-button-next.swiper-button-disabled {
  background: url("../images/bul_arrow_right_01_off.png") 0 0 / 26px 50px
    no-repeat;
  opacity: 1;
}
.main_visual .swiper-button-prev.swiper-button-disabled {
  background: url("../images/bul_arrow_left_01_off.png") 0 0 / 26px 50px
    no-repeat;
  opacity: 1;
}
.main_visual .swiper-button-prev::after {
  display: none;
}
.main_visual .visual .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_visual .visual .swiper-slide.bn01 {
  background-image: url("../images/keyvisual_01.png");
}
.main_visual .visual .swiper-slide.bn02 {
  background-image: url("../images/keyvisual_02.png");
}
.main_visual .visual .desc {
  height: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main_visual .visual .text_01 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 16px;
}
.main_visual .visual .text_02 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.main_visual .visual .swiper-pagination {
  bottom: 30px;
  font-size: 0;
  line-height: 0;
}
.main_visual .visual .swiper-pagination-bullet {
  width: 52px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  opacity: 1;
}
.main_visual .visual .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1494px) {
  .main_visual .swiper-button-next {
    right: 27px;
    margin-right: 0;
  }
  .main_visual .swiper-button-prev {
    left: 27px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .main_visual {
    padding-top: 50px;
    margin-bottom: 18px;
  }
  .main_visual .visual .desc {
    height: 150px;
  }
  .main_visual .visual .swiper-slide {
    background-size: cover;
  }
  .main_visual .visual .swiper-slide.bn01 {
    background-image: url("../images/keyvisual_01_tb.png");
  }
  .main_visual .visual .swiper-slide.bn02 {
    background-image: url("../images/keyvisual_02_tb.png");
  }
  .main_visual .visual .text_01 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 25px;
  }
  .main_visual .visual .text_02 {
    font-size: 12px;
  }
  .main_visual .visual .swiper-pagination {
    bottom: 16px;
  }
  .main_visual .visual .swiper-pagination-bullet {
    width: 4px;
    border-radius: 100%;
  }
  .main_visual .swiper-button-next {
    margin-top: -13px;
    right: 27px;
    width: 13px;
    height: 27px;
    margin: 0;
    background: url("../images/bul_arrow_right_01_on.png") 0 0 / 13px 27px
      no-repeat;
  }
  .main_visual .swiper-button-next::after {
    display: none;
  }
  .main_visual .swiper-button-prev {
    margin-top: -13px;
    left: 27px;
    margin: 0;
    width: 13px;
    height: 27px;
    border: 0;
    background: url("../images/bul_arrow_left_01_on.png") 0 0 / 13px 27px
      no-repeat;
  }
  .main_visual .swiper-button-next.swiper-button-disabled {
    background: url("../images/bul_arrow_right_01_off.png") 0 0 / 13px 27px
      no-repeat;
  }
  .main_visual .swiper-button-prev.swiper-button-disabled {
    background: url("../images/bul_arrow_left_01_off.png") 0 0 / 13px 27px
      no-repeat;
  }
}
@media (max-width: 768px) {
  .header-container .account {
    gap: 10px;
  }
  .header-container .inner {
    padding: 0 15px;
  }
  .main_visual .visual .desc {
    height: 200px;
    padding: 0 30px;
  }
  .main_visual .visual .desc br {
    display: none;
  }
  .main_visual .swiper-button-prev,
  .main_visual .swiper-button-next {
    display: none;
  }
}
.school_grade {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
.school_grade button {
  color: #999;
  font-size: 20px;
  font-weight: 700;
  height: 29px;
  padding-bottom: 4px;
  padding: 0;
  position: relative;
}
.school_grade button[aria-pressed="true"] {
  color: #000;
}
.school_grade button[aria-pressed="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-bottom: 3px solid #000;
}
.book_category {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}
.book_category button {
  color: #2d3238;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  height: 60px;
  padding-bottom: 4px;
  background-color: #fff;
  border-radius: 105px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.book_category button[aria-pressed="true"] {
  color: #fff;
  background-color: #2d3238;
}
.main .text_notice {
  text-align: center;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.btn_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  z-index: 90;
  height: 56px;
  background: url("../images/btn_top.png") 0 0 / 56px no-repeat;
}
.main_content {
  background: url("../images/bg_body.png") center 213px no-repeat;
  min-height: calc(100vh - 745px);
}

@media (max-width: 1024px) {
  .main_content {
    min-height: calc(100vh - 463px);
  }
}
@media (max-width: 768px) {
  .body-container {
    margin-bottom: -335px;
  }
  .body-container .body-inner {
    padding-bottom: 335px;
  }
  .main_content {
    min-height: calc(100vh - 603px);
  }
}
.book_list {
  display: grid;
  max-width: 1200px;
  padding-bottom: 100px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 53px;
  grid-row-gap: 60px;
}
.book_list li {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
.book_list li .thumb {
  position: relative;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.book_list li .thumb .ico_ai {
  position: absolute;
  right: 20px;
  top: 0;
  width: 70px;
  height: 70px;
  background: url("../images/ico_ai.png") 0 0 / 70px no-repeat;
}
.book_list li .thumb .cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
}
.book_list li .thumb:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.book_list li .thumb:hover .cover,
.book_list li .thumb:has(a:focus) .cover {
  display: flex;
  opacity: 1;
}
.book_list li .thumb .cover a {
  width: 100%;
  height: 48px;
  display: block;
  text-align: center;
  border-radius: 45px;
  line-height: 48px;
  background: #f1f2f4;
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.book_list li .title {
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  display: block;
}
.book_list li .name {
  font-weight: 500;
  display: block;
}

.book_list li .thumb img {
  border-radius: 10px;
  border: 1px solid #e6e6e4;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1280px) {
  .book_list {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  .school_grade {
    gap: 30px;
    margin-bottom: 12px;
  }
  .school_grade button {
    font-size: 14px;
    height: 27px;
    padding-bottom: 3px;
  }
  .school_grade button[aria-pressed="true"]::after {
    bottom: 0;
  }
  .book_category {
    gap: 11px;
    margin-bottom: 14px;
  }
  .book_category button {
    font-size: 12px;
    width: auto;
    padding: 0 30px;
    height: 42px;
    background-color: #fff;
    border-radius: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .main .text_notice {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 14px;
  }
  .book_list {
    max-width: 574px;
    padding: 0 0 100px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 38px;
    grid-row-gap: 30px;
  }
  .book_list li .title {
    margin-bottom: 13px;
    font-size: 15px;
  }
  .book_list li .thumb {
    margin-bottom: 12px;
  }
  .book_list li .thumb .ico_ai {
    position: absolute;
    right: 15px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url("../images/ico_ai_tb.png") 0 0 / 50px no-repeat;
  }
  .book_list li .thumb .cover {
    padding: 0 19px;
    gap: 10px;
  }
  .book_list li .thumb .cover a {
    height: 30px;
    line-height: 30px;
    font-size: 9.6px;
    letter-spacing: -0.192px;
  }
  .footer-container .box + .box {
    margin: 0 0 0 123px;
  }
  .footer-container .ft-link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .book_list {
    gap: 15px;
    padding: 0 15px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .main .text_notice {
    padding: 0 15px;
  }
  .footer-container .inner {
    padding: 20px 20px 40px;
  }
  .footer-container .box {
    float: none;
  }
  .footer-container .box + .box {
    margin: 30px 0 0;
  }
  .footer-container .box > p strong,
  .footer-container .box > p {
    font-size: 12px;
    line-height: 17.38px;
  }
  .book_category {
    padding: 0 15px;
  }
  .book_category li {
    width: 100%;
  }
  .book_category button {
    padding: 0;
    width: 100%;
  }
  .header-container .account button {
    height: 30px;
    width: 80px;
    background-size: 80px 30px;
  }
  .btn_top {
    right: 20px;
    bottom: 20px;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}

.header .rtl {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header .btn_back {
  width: 147px;
  border-radius: 30px;
  padding-left: 16px;
  line-height: 34px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #000;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  background-position: right 16px top 11px;
  background-color: #fff;
  background-size: 14px;
  background-image: url("../images/ico_list.png");
  background-repeat: no-repeat;
}
.header .inner {
  height: 65px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  background: url("../images/logo02.png") 0 0 / 214px 25px no-repeat;
  width: 214px;
  height: 25px;
}
/* body */
.body {
  min-height: 100%;
}

@media screen and (max-width: 1024px) {
  .header .btn_back {
    width: 147px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
  }
}
.loading_page {
  background: url("../images/bg_loading.png") center 0 / cover no-repeat;
  width: 100%;
  height: 100vh;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading_page .contents {
  width: 718px;
  height: 299px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
}
.loading_page .Loading_bar {
  position: relative;
  width: 598px;
  margin: 0 auto;
  padding-top: 45px;
  color: #5a37f5;
  font-size: 24px;
  font-weight: 700;
}
.loading_page .Loading_bar .text {
  position: absolute;
  left: 0;
  top: 0;
}
.loading_page .Loading_bar .percent {
  position: absolute;
  right: 0;
  top: 0;
}
.loading_page .Loading_bar .bar {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #cfd8eb;
  overflow: hidden;
  height: 10px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.loading_page .Loading_bar .bar span {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #5a37f5;
  box-sizing: border-box;
}
.loading_page .text_01 {
  color: #1b2128;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.loading_page .text_02 {
  color: #48494c;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .loading_page .contents {
    width: 708px;
    height: 271px;
  }
  .loading_page .Loading_bar {
    font-size: 20px;
    padding-top: 39px;
  }
  .loading_page .Loading_bar .bar {
    margin-bottom: 20px;
  }
  .loading_page .text_01 {
    font-size: 18px;
  }
  .loading_page .text_02 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .loading_page .contents {
    width: auto;
    margin: 0 32px;
    padding: 0 25px;
    height: 271px;
  }
  .loading_page .Loading_bar {
    width: 100%;
    padding-top: 27px;
    font-size: 13px;
  }
  .loading_page .Loading_bar .bar {
    margin-bottom: 20px;
  }
  .loading_page .text_01 {
    font-size: 14px;
    padding: 0 11px;
  }
  .loading_page .text_02 {
    font-size: 12px;
    padding: 0 11px;
  }
}
.go-textbook {
  position: relative;
}
.go-textbook > button {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-right: 14px;
  background: url("../images/bul_drop_off.png") right 0 center / 8px 5px
    no-repeat;
}
.go-textbook ul {
  position: absolute;
  display: none;
  right: 0;
  top: 28px;
  height: 256px;
  overflow: auto;
  background-color: #313131;
  border-radius: 15px;
  padding: 14px 0;
}
.go-textbook.active ul {
  display: block;
}
.go-textbook ul a {
  padding: 0 20px;
  display: block;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.go-textbook ul a:hover {
  background: rgba(91, 91, 92, 0.3);
}
.go-textbook ul::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.go-textbook ul::-webkit-scrollbar-track {
  background: transparent;
}
.go-textbook ul::-webkit-scrollbar-thumb {
  background-color: rgba(78, 78, 78, 1);
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.go-textbook ul::-webkit-scrollbar-button {
  background: transparent;
  border: none;
  width: 12px;
  height: 12px;
}
.go-textbook ul::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" d="M12 8l6 6H6z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.go-textbook ul::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" d="M12 16l6-6H6z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* body */
.body .body-inner {
  min-height: 100vh;
  margin: 0 auto;
}
.gate-page {
  background: url("../images/bg_gate.png") center 0 / cover no-repeat;
  min-height: 715px;
  width: 100%;
  padding-top: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.gate-page hgroup {
  margin-bottom: 10px;
}
.gate-page hgroup h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 10px;
}
.gate-page hgroup p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.gate-page hgroup p br {
  display: none;
}
.gate-box {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.gate-box .link-list {
  min-width: 480px;
  position: relative;
}
.gate-box .slider {
  position: relative;
}
.gate-box .link-list .link {
  position: absolute;
  width: 230px;
  height: 70px;
}
.gate-box .link-list .link.item01 {
  left: 0;
  top: 0;
}
.gate-box .link-list .link.item02 {
  left: 250px;
  top: 0;
}
.gate-box .link-list .link.item03 {
  left: 0;
  top: 90px;
}
.gate-box .link-list .link.item04 {
  left: 250px;
  top: 90px;
}
.gate-box .link-list .link.item05 {
  left: 0;
  top: 180px;
}
.gate-box .link-list .link.item06 {
  left: 250px;
  top: 180px;
}
.gate-box .link-list .link > a {
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 20px;
  border: 1px solid #fff;
  padding-left: 70px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.gate-box .link-list .link > a .block {
  width: 100%;
  margin-left: 0;
}
.gate-box .link-list .link p {
  margin-top: 10px;
  text-align: right;
  padding-right: 12px;
}
.gate-box .link-list .link p a {
  overflow: hidden;
  color: #48494c;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.gate-box .link-list .link a span {
  color: #48494c;
  margin-left: 2px;
  font-weight: 300;
  font-size: 16px;
}
.gate-box .link-list .link a br {
  display: none;
}
.gate-box .link-list .link > a:hover {
  box-shadow: 0px 10px 14px 0px rgba(36, 26, 71, 0.1);
}
.gate-box .link-list .link a.aidt {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 29px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../images/ico_aidt.png");
}
.gate-box .link-list .link a.movie {
  background-size: 30px 29px;
  background-repeat: no-repeat;
  background-position: 29px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../images/ico_video.svg");
}
.gate-box .link-list .link a.guide {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 29px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../images/ico_down.svg");
}
.gate-box .link-list .link a.ai {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 29px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../images/ico_ai.svg");
}
.btn-box {
  display: flex;
}
.btn-box > a,
.btn-box .drop-box > button {
  width: 280px;
  height: 66px;
  margin: 0 10px;
  border-radius: 105px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 66px;
}
.btn-box .drop-box > button > span {
  display: inline-block;
  padding-right: 16px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 29px;
  background-image: url("../images/ico_open.svg");
}
.btn-box > a.active,
.btn-box .drop-box > button.active {
  background-color: #73767f;
}

.btn-box .drop-box.active > button > span {
  background-image: url("../images/ico_close.svg");
}
.btn-box > a {
  width: 280px;
  height: 66px;
  border-radius: 105px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 66px;
}

.btn-box .drop-box {
  position: relative;
  z-index: 2;
}
.btn-box .drop-box .drop-popup {
  position: absolute;
  display: none;
  left: 0;
  bottom: 74px;
  width: 100%;
  background-color: #313131;
  border-radius: 15px;
  padding: 14px 0;
}
.btn-box .drop-box .drop-popup h3 {
  display: none;
  color: #fff;
  font-size: 16px;
  padding: 4px 20px 5px;
  font-weight: 700;
}
.btn-box .drop-box.active .drop-popup {
  display: block;
}
.btn-box .drop-box .drop-popup button {
  display: none;
  position: absolute;
  right: 19px;
  top: 21px;
  width: 16px;
  height: 16px;
  background: url("../images/btn_close.png") 0 0 / 14px no-repeat;
}
.btn-box .drop-box ul {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.btn-box .drop-box ul::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.btn-box .drop-box ul::-webkit-scrollbar-track {
  background: transparent;
}
.btn-box .drop-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(78, 78, 78, 1);
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.btn-box .drop-box ul::-webkit-scrollbar-button {
  background: transparent;
  border: none;
  width: 12px;
  height: 12px;
}
.btn-box
  .drop-box
  ul::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" d="M12 8l6 6H6z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-box
  .drop-box
  ul::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" d="M12 16l6-6H6z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-box .drop-box ul a {
  padding: 0 40px;
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.btn-box .drop-box ul a:hover {
  background: rgba(91, 91, 92, 0.3);
}
.gate-box .slider .swiper .swiper-slide {
  width: 273px;
}
.gate-box .slider {
  width: 492px;
}
/* page styles */
.gate-page .ax-hidden {
  visibility: hidden;
  position: absolute;
}

/* carousel styles */
.gate-page .carousel {
  --carousel-height: 247px;
  --carousel-width: 520px;
  --carousel-item-width: 120px;
  --carousel-item-height: 150px;
  --carousel-ico-width: 40px;
  --carousel-ico-height: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gate-page .carousel {
    --carousel-height: 162px;
    --carousel-width: 340px;
    --carousel-item-width: 80px;
    --carousel-item-height: 98px;
    --carousel-ico-width: 28px;
    --carousel-ico-height: 28px;
  }
  .gate-box .slider {
    width: auto;
  }
}
.gate-page .carousel-container {
  align-items: center;
  display: flex;
  min-height: var(--carousel-height);
  margin: 0 auto;
  max-width: var(--carousel-width);
  position: relative;
}

.gate-page .carousel-item {
  height: var(--carousel-item-height);
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  width: var(--carousel-item-width);
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}

.gate-page .carousel-item img[data-index] {
  width: 100%;
  height: 100%;
}

.gate-page .carousel-item .ico_ai {
  position: absolute;
  right: 20px;
  top: 0;
  overflow: hidden;
  text-indent: -99px;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-size: 40px;
  background-image: url("../images/ico_ai_02.png");
  background-repeat: no-repeat;
}
.gate-page .carousel-item-1 {
  left: 30%;
  opacity: 0.9;
}

.gate-page .carousel-item-2 {
  width: calc(var(--carousel-item-width) * 1.6667);
  height: calc(var(--carousel-item-height) * 1.6667);
  opacity: 1;
  left: 50%;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.gate-page .carousel-item-2 .ico_ai {
  width: calc(var(--carousel-ico-width) * 1.75);
  height: calc(var(--carousel-ico-height) * 1.75);
  background-size: calc(var(--carousel-ico-width) * 1.75);
}
@media screen and (max-width: 768px) {
  .gate-page .carousel-item .ico_ai {
    right: 8px;
    width: 28px;
    height: 28px;
    background-size: 28px;
    background-image: url("../images/ico_ai_02_m.png");
  }
  .gate-page .carousel-item-2 {
    width: calc(var(--carousel-item-width) * 1.625);
    height: calc(var(--carousel-item-height) * 1.654);
  }
  .gate-page .carousel-item-2 .ico_ai {
    right: 13px;
    width: calc(var(--carousel-ico-width) * 1.607);
    height: calc(var(--carousel-ico-height) * 1.607);
    background-size: calc(var(--carousel-ico-width) * 1.607);
  }
}
.gate-page .carousel-item-3 {
  left: 70%;
  opacity: 0.9;
}

.gate-page .carousel-controls {
  display: flex;
  justify-content: center;
  padding: 29px 0 0;
}

/* carousel button styles */
.gate-page .carousel-control {
  width: 16px;
  height: 30px;
  position: absolute;
  top: 110px;
  border: 0;
}

/* previous button */
.gate-page .carousel-control-previous {
  left: 10px;
  right: auto;
  background-size: 16px 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/bul_arrow_left_01.svg");
}
.gate-page .carousel-control-next {
  right: 0;
  left: auto;
  background-size: 16px 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/bul_arrow_right_01.svg");
}

.gate-box .carousel-pagination {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.gate-box .carousel-pagination .pagination-button {
  width: 40px;
  margin: 0 5px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  opacity: 1;
}
.gate-box .carousel-pagination .pagination-button.active {
  background-color: rgba(0, 0, 0, 0.7);
}

.btn_student {
  display: flex;
  margin-bottom: 49px;
  justify-content: center;
}
.btn_student button {
  margin: 0 10px;
  white-space: nowrap;
  background-color: #fff;
  width: auto;
  padding: 0 18px;
  height: 36px;
  max-width: 240px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
/* 241211 게이트 로그인 -- start */
.gate-login {
  background-image: url(../images/bg_gate.png);
}
.gate-login .contents {
  padding: 177px 0 217px;
}
.gate-login .contents:after,
.gate-login .contents:before {
  display: none;
}
.gate-login .title-wrap .txt span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 8px;
}
.gate-login .contents .form-cont {
  margin-top: 16px;
}
.gate-login .contents .form-cont .form-box .input-item {
  padding: 0;
}
.gate-login .contents .form-cont .form-box .input-item input {
  height: 44px;
  padding: 0 12px;
}
.gate-login .contents .btn-wrap.login-btn {
  margin-top: 50px;
}
/* 241211 게이트 로그인 -- end */

@media screen and (max-width: 1200px) {
  .header .inner {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo {
    background: url("../images/logo02_tb.png") 0 0 / 170px 22px no-repeat;
    width: 170px;
    height: 22px;
  }
  .gate-page hgroup h2 {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 9px;
  }
  .gate-page {
    display: block;
    padding: 90px 0 50px;
    box-sizing: border-box;
  }
  .gate-page .carousel {
    margin-bottom: 40px;
  }
  .gate-box {
    display: block;
  }
  .gate-box .slider {
    margin: 0 auto;
  }
  .gate-page hgroup {
    margin-bottom: 19px;
  }

  .gate-page .carousel-controls {
    display: flex;
    justify-content: center;
  }
  .gate-box .link-list {
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 20px;
  }
  .gate-box .link-list .down {
    width: 100%;
  }
  .gate-box .link-list .link {
    height: auto;
    width: 100%;
  }
  .gate-box .link-list .link a {
    background-size: 28px !important;
    background-position: center 19px !important;
    padding: 59px 0 21px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    justify-content: center;
    height: 100px;
  }
  .gate-box .link-list .link > a .block {
    display: inline;
    margin-left: 2px;
    width: auto;
  }
  .gate-box .link-list li + .link {
    margin: 0;
  }

  .gate-box .link-list .link {
    position: relative;
  }
  .gate-box .link-list .link.item01,
  .gate-box .link-list .link.item02,
  .gate-box .link-list .link.item03,
  .gate-box .link-list .link.item04,
  .gate-box .link-list .link.item05,
  .gate-box .link-list .link.item06 {
    left: 0;
    top: 0;
  }
  .btn-box {
    justify-content: center;
  }
  .btn-box > a,
  .btn-box .drop-box > button {
    width: 260px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
  }
  .btn-box .drop-box > button > span {
    background-position: right 24px;
  }
  .go-textbook > button,
  .go-textbook ul a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .body {
    min-width: 320px;
  }
  .header .logo {
    background: url("../images/logo02_m.png") 0 0 / 139px 18px no-repeat;
    width: 139px;
    height: 18px;
    margin-bottom: 11px;
  }
  .header .inner {
    padding: 20px 20px 0;
    display: block;
    height: auto;
  }
  .header .rtl {
    gap: 10px;
  }
  .header .btn_back {
    width: 107px;
    height: 24px;
    padding-left: 14px;
    font-size: 10px;
    background-size: 12px;
    background-position: right 16px center;
    background-image: url("../images/ico_list_m.png");
    line-height: 22px;
  }
  .gate-page {
    padding: 90px 0 30px;
    background-size: 500%;
  }
  .go-textbook > button {
    font-size: 12px;
  }
  .gate-page .carousel {
    width: 340px;
    margin: 0 auto 30px;
    position: relative;
  }
  /* previous button */
  .gate-page .carousel-control-previous {
    background-size: 10px 18px;
  }
  .gate-page .carousel-control-next {
    background-size: 10px 18px;
  }
  .gate-box .link-list {
    padding: 0 20px;
    min-width: 100%;
  }
  .gate-box .link-list .link {
    position: relative;
  }
  .gate-box .link-list .box {
    gap: 10px;
  }
  .gate-box .link-list .box + .box {
    margin-top: 13px;
  }
  .gate-box .link-list .link a {
    background-size: 20px !important;
    background-position: center 10px !important;
    font-size: 14px;
    line-height: 14px;
    height: 78px;
    padding: 34px 0 10px;
  }
  .gate-box .link-list .link a br {
    display: block;
  }
  .gate-box .link-list .link a span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    margin-left: 0;
  }
  .gate-box .link-list .link > a .block {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .gate-box .link-list .link p {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 6px;
  }
  .gate-box .link-list .link p a {
    font-size: 12px;
    padding: 0;
    white-space: nowrap;
  }
  .btn-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    flex-direction: column;
  }
  .btn-box > a,
  .btn-box .drop-box > button {
    width: 100%;
    margin: 0;
  }
  .btn-box .drop-box {
    margin-top: 10px;
  }
  .btn-box .drop-box .drop-popup {
    width: 228px;
    left: 50%;
    margin-left: -114px;
    bottom: 60px;
  }
  .btn-box .drop-box ul a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    bottom: 59px;
  }
  .gate-page hgroup {
    margin-bottom: 0;
  }
  .gate-page hgroup h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .gate-page hgroup p {
    font-size: 12px;
    font-weight: 300;
    margin: 0 50px;
  }
  .gate-page hgroup p br {
    display: block;
  }
  .btn-box .drop-box .drop-popup h3 {
    display: block;
  }
  .btn-box .drop-box .drop-popup button {
    display: block;
  }
  .gate-page .carousel-controls {
    padding-top: 20px;
  }
  .gate-page .carousel-control {
    top: 72px;
  }
  .btn_student {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
  .btn_student button {
    margin-top: 9px;
    height: 25px;
    width: 156px;
    font-size: 10px;
    padding: 0;
  }

  /* 241211 게이트 로그인 모바일 -- start */
  .gate-login .contents {
    padding: 130px 0 180px;
  }
  .gate-login .title-wrap .txt span {
    font-size: 15px;
  }
  /* 241211 게이트 로그인 모바일 -- end */
}
.txt-info-box {
  margin: 26px 0 50px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.txt-info-box strong {
  color: #0065c5;
  font-weight: 700;
}
.txt-info-box br,
.txt-customer br {
  display: none;
}
.txt-info-box p:nth-child(3) {
  margin-top: 7px;
}
.customer-wrap {
  padding: 27px;
  background: #f1f1f1;
}
.txt-customer {
  color: #48494c;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.txt-customer a {
  color: #48494c;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-device-width: 768px) {
  .txt-customer a {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .txt-info-box {
    margin-bottom: 0;
  }
  .txt-customer {
    padding-bottom: 0;
  }
  .customer-wrap {
    padding: 27px 100px;
  }
}
@media screen and (max-width: 768px) {
  .txt-info-box {
    margin: 20px 30px 0;
  }
  .txt-info-box,
  .txt-customer {
    font-size: 12px;
  }
  .txt-info-box br,
  .txt-customer br {
    display: block;
  }
  .customer-wrap {
    padding: 25px 32px 24px;
  }
}

.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 530px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 105px;
  padding: 22px 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.toast p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.toast button {
  position: absolute;
  right: 40px;
  top: 22px;
  width: 22px;
  height: 22px;
  background: url("../images/btn_close_01.png") 0 0 / 22px no-repeat;
}

@media screen and (max-width: 1024px) {
  .toast {
    max-width: 520px;
    padding: 20px 90px 20px 40px;
  }
  .toast p {
    font-size: 16px;
  }
  .toast button {
    width: 20px;
    height: 20px;
    background: url("../images/btn_close_01.png") 0 0 / 20px no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .toast {
    left: 20px;
    right: 20px;
    top: 50%;
    max-width: none;
    width: auto;
    transform: translate(0, -50%);
    padding: 20px 60px 20px 40px;
  }
  .toast p {
    font-size: 12px;
  }
  .toast button {
    right: 20px;
    top: 14px;
  }
}

/* form popup css */
.msg-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.msg-popup .m {
  display: none;
}

@media screen and (max-width: 768px) {
  .msg-popup .m {
    display: block;
  }
}
.msg-body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 14px;
  z-index: 101;
}
.msg-body {
  width: calc(100% - 54px);
  max-width: 400px;
  text-align: center;
}
.msg-body .inner {
  padding: 20px 20px 40px;
}
.msg-body .inner .notice-icon {
  width: 50px;
  height: 50px;
  background: url(../images/notice-ic.png) no-repeat center / contain;
  margin: 0 auto;
}
.msg-body .inner .loading-icon {
  width: 52px;
  height: 52px;
  background: url(../images/loading-ic.png) no-repeat center / contain;
  margin: 0 auto;
}
.msg-body .inner .notice-title {
  display: block;
  font-size: 20px;
  margin-top: 23px;
}
.msg-body .inner .notice-txt {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2128;
  margin-top: 20px;
}
.msg-body .inner .popup-btn {
  width: 150px;
  height: 52px;
  border-radius: 50vh;
  background-color: #5938cc;
  font-size: 16px;
  color: #fbfcfe;
  margin-top: 20px;
}
.msg-body .inner .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/close-ic.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  .msg-body {
    width: 227px;
  }
  .msg-body .inner .popup-btn {
    width: 118px;
    height: 50px;
    border-radius: 54px;
    font-size: 16px;
  }
  .msg-body .inner {
    padding: 20px;
  }
  .msg-body .inner .notice-txt {
    margin-top: 16px;
    font-size: 14px;
  }
}

.helper-wrap {
  max-width: 1022px;
  margin: 45px auto 0;
  padding-bottom: 60px;
}
.helper-wrap .tab {
  border-bottom: 1px solid #dedede;
  display: flex;
  width: 100%;
}
.helper-wrap .tab li {
  width: 100%;
}
.helper-wrap .tab li button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  color: #b2b4bb;
  height: 58px;
  line-height: 54px;
  border: 0;
  border-bottom: 4px solid transparent;
  margin-bottom: -1px;
}
.helper-wrap .tab li button.active {
  color: #000;
  border-bottom: 4px solid #000;
}
.helper-wrap hgroup p {
  padding: 32px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20.27px;
  text-align: center;
}
.faq ul li {
  border-bottom: 1px solid #f7f8fd;
}
.inquiry-form {
  border: 0;
  margin-bottom: 60px;
}
.inquiry-form textarea {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  height: 180px;
  padding: 26px 42px 26px 42px;
  border-radius: 20px;
  border: 1px solid #dedede;
}
.inquiry-form .btn-wrap {
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.inquiry-form .btn-wrap button {
  width: 116px;
  height: 46px;
  border-radius: 105px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.inquiry-form .btn-wrap button[type="reset"] {
  background-color: #73767f;
}
.inquiry-form .btn-wrap button[type="submit"] {
  background-color: #000;
}
.faq ul li {
  border-bottom: 1px solid #dedede;
}
.faq ul li .a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
  color: #222;
  background-color: #f7f8fd;
  padding: 36px 42px;
  display: none;
}
.faq ul li .q button {
  width: 100%;
  padding-right: 28px;
  background: url("../images/bul_down_01.png") right 38px / 16px 9px no-repeat;
}
.faq ul li .q button span {
  background: url("../images/ico_q.png") 0 28px / 30px no-repeat;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.06px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  color: #222;
  padding: 30px 0 30px 42px;
}
.faq ul li.active .q button {
  background: url("../images/bul_up_01.png") right 38px / 16px 9px no-repeat;
  padding-right: 28px;
}
.faq ul li.active .q button span {
  height: auto;
  text-overflow: initial;
  white-space: wrap;
}
.faq ul li.active .a {
  display: block;
}
.my-inquiry h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  padding-bottom: 12px;
  border-bottom: 2px solid #222;
}
.my-inquiry h4 span {
  color: #2166e5;
}
.my-inquiry .inquiry-list li {
  border-bottom: 1px solid #dedede;
}
.my-inquiry .inquiry-list li .a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
  color: #222;
  background-color: #f7f8fd;
  padding: 28px;
  display: none;
}
.my-inquiry .inquiry-list li .a time {
  display: block;
  margin-top: 12px;
}
.my-inquiry .inquiry-list li .q {
  position: relative;
  padding: 28px 0;
}
.my-inquiry .inquiry-list li .q button {
  width: 100%;
  text-align: left;
  max-width: 100%;
  color: #222;
  margin-top: 6px;
}
.my-inquiry .inquiry-list li .q button .tit {
  padding-right: 28px;
  background: url("../images/bul_down_01.png") right 10px / 16px 9px no-repeat;
}
.my-inquiry .inquiry-list li.active .q button .tit {
  background: url("../images/bul_up_01.png") right 10px / 16px 9px no-repeat;
}
.my-inquiry .inquiry-list li.active .a {
  display: block;
}
.my-inquiry .inquiry-list li .q .box {
  display: flex;
  gap: 10px;
}
.my-inquiry .inquiry-list li .cate {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  color: #222;
}
.my-inquiry .inquiry-list li .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  color: #a6a6a6;
}

.my-inquiry .tit {
  min-height: 26px;
  word-break: break-all;
  display: block;
}
.my-inquiry .tit .in {
  display: flex;
  gap: 10px;
}
.my-inquiry .tit .ico {
  margin-left: 12px;
  min-width: 83px;
  line-height: 28px;
  text-align: center;
  height: 28px;
  border-radius: 20px;
  background-color: #5938cc;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.my-inquiry .tit .txt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
}
.my-inquiry .inquiry-list li.active .tit .txt {
  height: auto;
  text-overflow: initial;
  white-space: wrap;
}

.helper-wrap .m {
  display: none;
}

@media screen and (max-width: 768px) {
  .helper-wrap .m {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .helper-wrap {
    width: auto;
    margin: 24px 40px 0;
  }
  .my-inquiry .inquiry-list li .q {
    padding-top: 62px;
  }
  .my-inquiry .inquiry-list li.active .q {
    padding-top: 62px;
  }
  .my-inquiry .tit .ico {
    position: absolute;
    left: 0;
    top: 28px;
    margin-left: 0;
    min-width: 76px;
  }
}
@media screen and (max-width: 768px) {
  .helper-wrap {
    width: auto;
    margin: 28px 20px 0;
    padding-bottom: 40px;
  }
  .helper-wrap .tab li button {
    height: 38px;
    font-size: 18px;
    line-height: 34px;
  }
  .helper-wrap hgroup p {
    font-size: 12px;
    padding: 24px 0;
    line-height: 17.38px;
  }
  .faq ul li .q button span {
    font-size: 14px;
    line-height: 20.27px;
    padding: 24px 0 24px 28px;
    background: url("../images/ico_q_m.png") 0 24px / 22px no-repeat;
  }
  .faq ul li .a {
    padding: 24px 20px;
    font-size: 14px;
    line-height: 20.27px;
  }
  .inquiry-form {
    margin-bottom: 52px;
  }
  .inquiry-form textarea {
    padding: 24px;
    font-size: 14px;
    line-height: 20.27px;
  }
  .inquiry-form .btn-wrap {
    margin-top: 16px;
    gap: 10px;
  }
  .inquiry-form .btn-wrap button {
    width: 90px;
    height: 38px;
    font-size: 14px;
  }
  .my-inquiry h4 {
    font-size: 16px;
    line-height: 23.17px;
  }
  .my-inquiry .inquiry-list li .q {
    padding-top: 55px;
    padding-bottom: 24px;
  }
  .faq ul li .q button {
    background: url("../images/bul_down_01.png") right 30px / 16px 9px no-repeat;
    padding-right: 28px;
  }
  .faq ul li.active .q button {
    background: url("../images/bul_up_01.png") right 30px / 16px 9px no-repeat;
    padding-right: 28px;
  }
  .my-inquiry .tit .ico {
    top: 24px;
    min-width: 61px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .my-inquiry .inquiry-list li .cate {
    font-size: 12px;
    line-height: 17.38px;
  }
  .my-inquiry .inquiry-list li .date {
    font-size: 12px;
    line-height: 17.38px;
  }
  .my-inquiry .tit {
    min-height: 20px;
  }
  .my-inquiry .inquiry-list li .q button {
    line-height: 20px;
  }
  .my-inquiry .inquiry-list li .tit .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .my-inquiry .inquiry-list li.active .q {
    padding-top: 55px;
  }
  .my-inquiry .inquiry-list li .q button .tit {
    background: url("../images/bul_down_01.png") right 6px / 16px 9px no-repeat;
  }
  .my-inquiry .inquiry-list li.active .q button .tit {
    background: url("../images/bul_up_01.png") right 6px / 16px 9px no-repeat;
  }
  .my-inquiry .inquiry-list li .a {
    padding: 24px 20px;
    font-size: 14px;
    line-height: 20.27px;
  }
  .my-inquiry .inquiry-list li .a time {
    margin-top: 8px;
  }
}

/* form popup css */
.student-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.student-popup .m {
  display: none;
}

@media screen and (max-width: 768px) {
  .student-popup .m {
    display: block;
  }
}
.student-body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 14px;
  z-index: 101;
}
.student-body {
  width: calc(100% - 54px);
  max-width: 530px;
  text-align: center;
}
.student-body .inner {
  padding: 20px 20px 40px;
}
.student-body .scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 360px;
}
.student-body .scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.student-body .scroll::-webkit-scrollbar-track {
  background: transparent;
}
.student-body .scroll::-webkit-scrollbar-thumb {
  background-color: rgb(163, 163, 163);
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.student-body .scroll::-webkit-scrollbar-button {
  background: transparent;
  border: none;
  width: 12px;
  height: 12px;
}
.student-body
  .scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" d="M12 8l6 6H6z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.student-body
  .scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" d="M12 16l6-6H6z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.student-body .inner .popup-btn {
  width: 150px;
  height: 52px;
  border-radius: 50vh;
  background-color: #5938cc;
  font-size: 16px;
  color: #fbfcfe;
  margin-top: 20px;
}
.student-body .inner .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/close-ic.png) no-repeat center / contain;
}
.student-body .student-list table {
  width: 100%;
}
.student-body .student-list table thead th {
  background-color: #5938cc;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.17px;
  color: #fff;
  height: 40px;
}
.student-body .student-list table tbody td {
  height: 44px;
  padding: 8px 5px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 23.17px;
  border-bottom: 1px solid #ececec;
}
.student-body .student-list table thead th:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.student-body .student-list table thead th:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.student-body .student-list h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: left;
  color: #1b2128;
}
.student-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.student-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}
.student-list li:last-child {
  border-bottom: 0;
}
.student-list li span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.student-list li button {
  width: 150px;
  height: 40px;
  border-radius: 50vh;
  font-size: 16px;
  color: #fbfcfe;
  background-color: #5938cc;
}
@media screen and (max-width: 768px) {
  .student-body .inner .popup-btn {
    width: 118px;
    height: 50px;
    border-radius: 54px;
    font-size: 16px;
  }
  .student-body .inner {
    padding: 20px;
  }
  .student-body .inner .notice-txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .student-body .scroll {
    overflow: auto;
    max-height: 360px;
  }

  .student-body .student-list table {
    width: 488px;
  }
  .student-body .student-list table thead th {
    font-size: 14px;
    height: 32px;
  }
  .student-body .student-list table tbody td {
    height: 40px;
    font-size: 14px;
    line-height: 20.27px;
  }
  .student-list li {
    padding: 10px 0;
  }
  .student-list li span {
    font-size: 14px;
  }
  .student-list li button {
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
}
