@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --body: #000;
  --primary: #f54600;
  --red: #ff1515;
  --navy: #191d38;
  --gray: #666;
  --lightgray: #999;
  --dark: #333;
  --white: #fff;
  --green: #40b044;
  --line: #ddd;
  --bg: #f2f4f6;
  --bg-org: #ff8340;
  --radius: 12px;
  --max-width: 1200px;
  --font-size: 15px;
}
@media (max-width: 820.98px) {
  :root {
    --radius: 8px;
    --font-size: 14px;
  }
}

html,
body {
  font-size: var(--font-size);
  line-height: 1.4;
  color: var(--body);
}

body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
label,
li {
  margin: 0;
  padding: 0;
  font-family:
    "SUIT",
    "Outfit",
    -apple-system,
    sans-serif;
  outline: 0;
  letter-spacing: -0.02em;
}

ol,
ul {
  font-family:
    "SUIT",
    "Outfit",
    -apple-system,
    sans-serif;
  outline: 0;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
}
ol:has([class*="ck-"]),
ul:has([class*="ck-"]) {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

main a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

li:not([class*="ck-"]) {
  list-style: none;
}

address,
em {
  font-style: normal;
}

table {
  width: 100%;
}

textarea {
  resize: none;
  font-size: 1rem;
  outline: 0;
}

u {
  text-decoration-thickness: 1px;
  text-underline-position: under;
}

img {
  vertical-align: top;
  max-width: 100%;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: 0 !important;
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
}
button.no-style {
  background: none;
  line-height: 1;
  border: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.policy .policy-sect {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  font-weight: 800 !important;
}

.h2 {
  font-size: 36px !important;
}

.h3 {
  font-size: 28px !important;
}

.h4 {
  font-size: 22px !important;
}

.h5,
.policy .policy-sect {
  font-size: 18px !important;
}

.text-tit,
.join .list-chk.all-chk + ul li span + b,
.join .list-chk.all-chk + ul li span,
.form-wrap .form-group .form-label {
  font-size: 16px;
}

.text-sm {
  font-size: 14px !important;
}

.text-xsm {
  font-size: 12px !important;
}

.display01 {
  font-size: 4.8rem;
}

@media (max-width: 820.98px) {
  .display01 {
    font-size: 2.8571428571rem;
  }
  .h2 {
    font-size: 2rem !important;
  }
  .h3 {
    font-size: 1.7142857143rem !important;
  }
  .h4 {
    font-size: 1.2857142857rem !important;
  }
  .h5,
  .policy .policy-sect {
    font-size: 16px !important;
  }
  .text-tit,
  .join .list-chk.all-chk + ul li span + b,
  .join .list-chk.all-chk + ul li span,
  .form-wrap .form-group .form-label {
    font-size: 15px;
  }
  .text-sm {
    font-size: 13px !important;
  }
}
.text-base {
  font-size: 1rem !important;
}

.font-suit {
  font-family: "SUIT", sans-serif !important;
}

.font-eng,
.qna-wrap .qna-q .badge,
.qna-wrap .qna-a .badge,
.pager ul a {
  font-family: "Outfit", serif !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.text-body {
  color: var(--body) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: var(--gray) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-green {
  color: var(--green) !important;
}

.text-lightgray {
  color: var(--lightgray) !important;
}

.text-red {
  color: var(--red) !important;
}

.bg-body {
  background-color: var(--body) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

a.bg-primary,
a.bg-primary:hover,
a.bg-primary:focus,
a.bg-primary:active,
button.bg-primary,
button.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:active {
  background-color: var(--primary) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.bg-bright {
  background-color: var(--bright) !important;
}

.mt-spacing {
  margin-top: var(--spacing);
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 576px) {
  .scrollset::-webkit-scrollbar {
    width: 10px;
  }
  .scrollset::-webkit-scrollbar-track {
    border-left: 6px solid transparent;
    background: #fff;
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 0;
    border-left: 6px solid transparent;
    background: var(--line);
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }
}
@media (min-width: 821px) {
  .only-pc {
    display: block;
  }
  .only-mo {
    display: none !important;
  }
}
@media (max-width: 820.98px) {
  .only-pc {
    display: none !important;
  }
  .only-mo {
    display: block;
  }
  .m-100 {
    width: 100%;
  }
}
/* 
	컴포넌트 스타일
	:: icon
	:: Button ,badge
	:: Form
	:: box 
	:: list
	:: Modal 
	:: Swiper
	:: Menu
*/
[class^="icon-"] {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}
[class^="icon-"].revert {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[class^="icon-"].wh {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

[class*="icon-data"] {
  width: 16px;
  height: 16px;
}

[class*="icon-cs"] {
  width: 40px;
  height: 40px;
}
@media (max-width: 820.98px) {
  [class*="icon-cs"] {
    width: 24px;
    height: 24px;
  }
}

[class*="icon-downdata"] {
  width: 30px;
  height: 30px;
}
@media (max-width: 820.98px) {
  [class*="icon-downdata"] {
    width: 24px;
    height: 24px;
  }
}

.icon-arr {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/ico-board-select-arr.svg);
}
.icon-arr-more {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon-arr-more.svg);
}
.icon-arr-gray {
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ico-down-arr-gray.svg);
}
.icon-list {
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon-board-list.svg);
}
.icon-grid {
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon-board-grid.svg);
}
.icon-preview {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon-board-preview.svg);
}
.icon-shop {
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  background-image: url(../images/common/icon-shop.svg);
}
.icon-share {
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  background-image: url(../images/common/icon-share.svg);
}
.icon-download {
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-download.svg);
}
.icon-link {
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-link.svg);
}
.icon-cedumall {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon-cedumall.svg);
}
.icon-reset {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon-reset.svg);
}
.icon-close-sm {
  width: 18px;
  height: 18px;
  background-image: url(../images/common/ico-x.svg);
}
.icon-info {
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon-info.svg);
}
.icon-write {
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icon-write.svg);
}
.icon-alert {
  width: 28px;
  height: 28px;
  background-image: url(../images/common/icon-alert.svg);
}
.icon-arr-prev {
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icon-arr-prev.svg);
}
.icon-arr-next {
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icon-arr-next.svg);
}
.icon-srch {
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon-srch.svg);
}
.icon-notice {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon/icon-notice.svg);
}
.icon-comment {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon/icon-comment.svg);
}
.icon-data-mp3 {
  background-image: url(../images/common/icon/icon-data-mp3.svg);
}
.icon-data-comment {
  background-image: url(../images/common/icon/icon-data-comment.svg);
}
.icon-data-voca {
  background-image: url(../images/common/icon/icon-data-voca.svg);
}
.icon-data-table {
  background-image: url(../images/common/icon/icon-data-table.svg);
}
.icon-data-etc {
  background-image: url(../images/common/icon/icon-data-etc.svg);
}
.icon-data-ebook {
  background-image: url(../images/common/icon/icon-data-ebook.svg);
}
.icon-data-teacher {
  background-image: url(../images/common/icon/icon-data-teacher.svg);
}
.icon-downdata-mp3 {
  background-image: url(../images/common/icon/icon-downdata-mp3.svg);
}
.icon-downdata-comment {
  background-image: url(../images/common/icon/icon-downdata-comment.svg);
}
.icon-downdata-voca {
  background-image: url(../images/common/icon/icon-downdata-voca.svg);
}
.icon-downdata-table {
  background-image: url(../images/common/icon/icon-downdata-table.svg);
}
.icon-downdata-etc {
  background-image: url(../images/common/icon/icon-downdata-etc.svg);
}
.icon-downdata-ebook {
  background-image: url(../images/common/icon/icon-downdata-ebook.svg);
}
.icon-downdata-teacher {
  background-image: url(../images/common/icon/icon-downdata-teacher.svg);
}
.icon-cs-write {
  background-image: url(../images/common/icon/icon-cs-write.svg);
}
.icon-cs-list {
  background-image: url(../images/common/icon/icon-cs-list.svg);
}
.icon-cs-tel {
  background-image: url(../images/common/icon/icon-cs-tel.svg);
}

.img-thumb {
  position: relative;
}
.img-thumb::before {
  content: "";
  display: block;
  padding-top: 60% !important;
}
.img-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-radius {
  border-radius: var(--radius);
}

[class*="btn-sm"] {
  padding: 0.4rem 0.8rem !important;
  border-radius: 8px !important;
  font-size: 13px !important;
}

.btn {
  display: inline-block;
  line-height: 1;
  padding: 10px 24px;
  font-size: 15px;
  border: 1px solid var(--line);
  border-radius: 2em;
  font-weight: 500;
}
.btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.btn:has(i) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
}
.btn-inline {
  border: 0 !important;
  border-radius: 0;
  font-size: 1rem;
  padding: 0 !important;
  font-weight: 500;
}
.btn-sm-radius {
  border-radius: 2em !important;
  font-size: 14px !important;
}
.btn-sm-bg {
  border: transparent;
  background: var(--bg);
}
.btn-sm-outline {
  border: 1px solid var(--line);
}
.btn-md {
  padding: 0.7333333333rem 0 !important;
  min-width: 130px;
  height: 44px;
  line-height: normal;
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.btn-lg {
  padding: 0.8666666667rem 2rem !important;
  min-width: 130px;
  height: 48px;
  line-height: normal;
  font-size: 1.0666666667rem;
  font-weight: 700;
}
@media (min-width: 821px) {
  .btn-lg {
    min-width: 180px;
  }
}
.btn-lg [class^="icon"] {
  width: 16px;
  height: 16px;
}
.btn-detail {
  font-size: 14px;
  padding: 6px 15px;
  color: var(--gray);
}
.btn-icon-circle {
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
}
.btn.bg-primary {
  border-color: var(--primary);
  color: var(--white);
}
.btn.bg-navy {
  border-color: var(--navy);
  color: var(--white);
}
.btn-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 820.98px) {
  .btn-flex-wrap {
    gap: 8px;
    margin-top: 50px;
  }
}
@media (min-width: 821px) {
  .btn-flex-wrap {
    gap: 10px;
    margin-top: 80px;
  }
}

.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
}
.btn-more i {
  margin-left: 0.5em;
}

@media (max-width: 820.98px) {
  .mo-detail-btn,
  .store .store-map-wrap .btn-search-store,
  .searchbook .smart-search-wrap .btn-search-filter,
  .textbook-detail .detail-btn {
    display: block;
    position: relative;
    width: 100%;
    background-color: var(--navy);
    font-size: 15px;
    padding: 16px;
    line-height: 1;
    text-align: left;
    color: #fff;
    font-weight: 700;
    border-radius: var(--radius);
  }
  .mo-detail-btn::after,
  .store .store-map-wrap .btn-search-store::after,
  .searchbook .smart-search-wrap .btn-search-filter::after,
  .textbook-detail .detail-btn::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 16px;
    background: url(../images/common/ico-board-select-arr.svg) no-repeat center
      center/16px auto;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .mo-detail-btn.active::after,
  .store .store-map-wrap .active.btn-search-store::after,
  .searchbook .smart-search-wrap .active.btn-search-filter::after,
  .textbook-detail .active.detail-btn::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

.badge {
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 2em;
  background-color: rgba(15, 35, 46, 0.05);
  font-size: 14px;
  font-weight: 600;
}
.badge-primary {
  background-color: #ff8340;
  color: #fff;
}
.badge-orange {
  background-color: rgba(245, 70, 0, 0.08);
  color: var(--primary);
}
.badge-outline {
  background: none;
  border: 1px solid #fff;
}
.badge-outline.black {
  background: none;
  border: 1px solid var(--body);
}
@media (max-width: 820.98px) {
  .badge {
    font-size: 12px;
  }
  .badge-sm {
    font-size: 10px;
    padding: 5px;
  }
}

[class^="check-list-type"] li {
  line-height: 1;
}

.check-list-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.check-list-type1.gap-40 {
  gap: 40px;
}

.check-list-type2 li {
  padding: 10px 0;
}

.badge-chk {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid var(--line);
  font-weight: 400;
  color: var(--dark);
}
.badge-chk input {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.badge-chk:has(input:checked) {
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 600;
}

.list-chk {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.list-chk input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  min-width: 16px;
  height: 16px;
  cursor: pointer;
}
.list-chk::before {
  content: "";
  display: inline-block;
  min-width: 16px;
  height: 16px;
  border-radius: 2px;
  background: url(../images/common/check-mark.svg) no-repeat center
    center/contain;
}
.list-chk:has(input:checked)::before {
  background-image: url(../images/common/check-mark-on.svg);
}
@media (max-width: 820.98px) {
  .list-chk {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.bx {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.0666666667rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.bx-gray {
  background: rgba(15, 35, 46, 0.03);
  border-radius: var(--radius);
  padding: 40px;
}
@media (max-width: 820.98px) {
  .bx-gray {
    padding: 20px;
  }
}

.noresult[class*="bx"] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.list-dot > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.2;
}
.list-dot > li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.2666666667rem;
  height: 0.2666666667rem;
  border-radius: 50%;
  background-color: var(--body);
}
.list-dot > li + li {
  margin-top: 0.6666666667rem;
}

.list-dash > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.2;
}
.list-dash > li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.list-dash > li + li {
  margin-top: 0.6666666667rem;
}

.list-num {
  counter-reset: number 0;
}
.list-num > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-left: 1em;
  text-align: left;
}
.list-num > li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.list-num > li + li {
  margin-top: 8px;
}

.list-kr > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-left: 1em;
  text-align: left;
}
.list-kr > li::before {
  font-weight: 700;
}
.list-kr > li:nth-child(1)::before {
  content: "가. ";
}
.list-kr > li:nth-child(2)::before {
  content: "나. ";
}
.list-kr > li:nth-child(3)::before {
  content: "다. ";
}
.list-kr > li:nth-child(4)::before {
  content: "라. ";
}
.list-kr > li:nth-child(5)::before {
  content: "마. ";
}
.list-kr > li + li {
  margin-top: 8px;
}

.list-download li {
  padding: 0.7333333333rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.list-download li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-download li .icon-download {
  width: 1.2rem;
  height: 1.2rem;
}

.swiper-wrap {
  position: relative;
}

.swiper-next,
.swiper-prev {
  cursor: pointer !important;
  width: 1.8666666667rem;
  height: 1.8666666667rem;
  background: url(../images/ico-swiper-sm-next.svg) no-repeat 0 0 / contain;
}
.swiper-next::after,
.swiper-prev::after {
  display: none;
}
.swiper-next[class*="swiper-button"],
.swiper-prev[class*="swiper-button"] {
  top: calc(50% - 0.9333333333rem);
  margin-top: 0;
}

.swiper-next.swiper-button-next {
  right: 0;
}

.swiper-prev {
  background-image: url(../images/ico-swiper-sm-prev.svg);
}
.swiper-prev.swiper-button-prev {
  left: 0;
}

/* 스와이퍼 버전업 되면서 중복 아이콘 이미지 방지 처리 */
.swiper-next svg,
.swiper-prev svg,
.swiper-button-next svg,
.swiper-button-prev svg {
  display: none !important;
}

.swiper-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}
.swiper-control .swiper-next,
.swiper-control .swiper-prev {
  position: static;
  margin: 0;
}
.swiper-control-sm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-control-sm .swiper-next,
.swiper-control-sm .swiper-prev {
  width: 1.0666666667rem;
  height: 1.0666666667rem;
}
.swiper-control-sm .swiper-pagination {
  position: static;
  width: auto;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.swiper-control-sm .swiper-pagination-total {
  color: var(--gray);
}
.swiper-control-sm .swiper-pagination .bar {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: var(--line);
  width: 1px;
  height: 6px;
  margin-top: -4px;
}

.swiper-button-circle {
  width: 44px;
  height: 44px;
  background: url(../images/ico-swiper-next.svg) no-repeat 0 0 / contain;
}
.swiper-button-circle::after {
  display: none;
}
.swiper-button-circle.swiper-button-next {
  right: -88px;
}
.swiper-button-circle.swiper-button-prev {
  left: -88px;
  background-image: url(../images/ico-swiper-prev.svg);
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 820.98px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  border-radius: 2em;
  border: 1px solid var(--line);
  overflow: hidden;
}
.tab-menu li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 52px;
  text-wrap: nowrap;
}
.tab-menu li a {
  font-weight: 600;
  text-align: center;
  font-size: 1.0666666667rem;
  padding: 0 1rem;
  line-height: 52px;
  height: 100%;
  display: block;
}
.tab-menu li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 38.5%;
  background: rgba(0, 0, 0, 0.1);
}
.tab-menu li.active a {
  background: var(--primary);
  color: #fff;
  font-weight: 800;
}
.tab-menu li.active::after,
.tab-menu li.active + li::after {
  display: none;
}
@media (min-width: 821px) {
  .tab-menu {
    margin-bottom: 24px;
  }
}
@media (max-width: 820.98px) {
  .tab-menu {
    overflow-y: clip;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .tab-menu li {
    height: 48px;
  }
  .tab-menu li a {
    line-height: 48px;
  }
}

.tab-cate-wrap {
  position: relative;
  width: 100%;
}
.tab-cate-wrap::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  z-index: 0;
  background-color: var(--line);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.tab-cate {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 820.98px) {
  .tab-cate {
    overflow-y: clip;
    overflow-x: auto;
  }
}
.tab-cate li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tab-cate li a {
  white-space: nowrap;
  display: block;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: calc(var(--font-size) + 1px);
  color: var(--gray);
  border-bottom: 2px solid transparent;
  line-height: 1;
}
.tab-cate li.active a {
  color: var(--navy);
  border-color: var(--navy);
  font-weight: 700;
}
@media (max-width: 820.98px) {
  .tab-cate li a {
    padding: 16px 12px;
  }
}

.tab-sub-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.tab-sub-cate li a {
  display: block;
  padding: 12px 25px;
  font-weight: 500;
  border: 1px solid var(--line);
  border-radius: 2em;
  line-height: 1;
}
.tab-sub-cate li.active a {
  background: var(--navy);
  border-color: transparent;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 820.98px) {
  .tab-sub-cate li a {
    padding: 10px 12px;
    font-size: 13px;
  }
}

.tab-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.3333333333rem;
}
.tab-text li {
  font-size: 0.9333333333rem;
}
.tab-text li a {
  display: block;
  color: var(--gray);
  font-weight: 500;
}
.tab-text li.active {
  border-bottom: 2px solid var(--body);
}
.tab-text li.active a {
  color: var(--body);
  font-weight: 700;
}

.tab-flex-wrap {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
@media (min-width: 821px) {
  .tab-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 820.98px) {
  .tab-flex-wrap {
    margin-top: 20px;
  }
  .tab-flex-wrap p {
    margin-top: 16px;
  }
}

[class*="-layer-wrap"] {
  position: relative;
}

.template-layer {
  position: absolute;
}
.template-layer .btn-template-close {
  position: absolute;
  top: 1.0666666667rem;
  right: 1.0666666667rem;
}

.share-layer-wrap {
  position: relative;
  display: inline-block;
}
.share-layer-wrap .share-layer {
  position: absolute;
  z-index: 50;
  top: calc(100% + 10px);
  right: 0;
}
.share-layer-wrap .share-layer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5333333333rem;
}
.share-layer-wrap .share-layer ul button[class^="share-btn"] {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.share-layer-wrap .share-layer ul .share-btn-kakao {
  background-image: url(../images/common/share-btn-kakao.svg);
}
.share-layer-wrap .share-layer ul .share-btn-blog {
  background-image: url(../images/common/share-btn-blog.svg);
}
.share-layer-wrap .share-layer ul .share-btn-band {
  background-image: url(../images/common/share-btn-band.svg);
}
.share-layer-wrap .share-layer ul .share-btn-fb {
  background-image: url(../images/common/share-btn-fb.svg);
}
.share-layer-wrap .share-layer ul .share-btn-x {
  background-image: url(../images/common/share-btn-x.svg);
}
.share-layer-wrap .share-layer ul .share-btn-link {
  background-image: url(../images/common/share-btn-link.svg);
}
.share-layer-wrap .share-layer ul li:last-child {
  margin-left: 0.5333333333rem;
}
.share-layer-wrap .btn-template-close {
  position: static;
}

.bookinfo-layer {
  padding: 1.6rem;
  color: var(--gray);
  top: calc(100% + 10px);
  right: 0;
  z-index: 10;
}
.bookinfo-layer ul.info {
  margin-top: 8px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0666666667rem;
}

.policy {
  margin: 0 auto;
  word-break: keep-all;
}
.policy .mt-gap {
  margin-top: 8px;
}
.policy .layer-hd {
  margin-bottom: 60px !important;
}
.policy .policy-sect {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: var(--dark);
  line-height: 1.6;
}
.policy .policy-sect + .policy-sect {
  margin-top: 60px;
}
.policy .main-tit {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  border-bottom: 1px solid #000;
}
.policy .fz-md,
.policy dl {
  font-size: 15px;
}
.policy dl {
  margin-top: 40px;
}
.policy dl dt {
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: var(--radius);
  background: rgba(25, 29, 56, 0.05);
}
.policy dl dt.d-flex {
  gap: 4px;
}
.policy dl dd .box {
  margin-top: 8px;
  padding: 16px 20px;
  width: 100%;
  border-radius: 12px;
  background: rgba(15, 35, 46, 0.03);
}
.policy dl dd:not(:has(.box)) {
  padding-left: 1em;
}
.policy .list-num li > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.policy .list-dot li {
  line-height: 1.6;
}
.policy .list-dot li::before {
  top: 0.6em;
}
.policy .tb-wrap .tb th,
.policy .tb-wrap .tb td {
  padding: 12px 6px;
  border: 1px solid var(--line);
}
.policy .tb-wrap .tb th {
  background: rgba(25, 29, 56, 0.05);
  border-top: 2px solid #666;
}
.policy .tb-wrap .tb td:first-child,
.policy .tb-wrap .tb th:first-child {
  border-left: 0 !important;
}
.policy .tb-wrap .tb td:last-child,
.policy .tb-wrap .tb th:last-child {
  border-right: 0 !important;
}
.policy .tb-wrap .tb tr:last-child td {
  border-bottom: 1px solid #666;
}
.policy .tb-wrap .tb .bd-btm {
  border-bottom: 1px solid #666;
}
.policy .tb-wrap + * {
  margin-top: 1em;
}
@media (max-width: 820.98px) {
  .policy .main-tit {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .policy .fz-md,
  .policy dl {
    font-size: 14px;
  }
  .policy .tb-wrap {
    overflow-x: scroll;
  }
  .policy .tb-wrap .tb {
    min-width: 600px;
  }
}

.searchform,
header#hd .hd-top .top-search-wrap .top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 2em;
  padding: 5px 20px;
  max-width: 600px;
}
.searchform .search-input,
header#hd .hd-top .top-search-wrap .top-search .search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  height: 32px;
  font-size: 16px;
}
.searchform:has(.search-input:focus),
header#hd .hd-top .top-search-wrap .top-search:has(.search-input:focus) {
  border-color: var(--primary);
}
.searchform .btn-icon-search,
header#hd .hd-top .top-search-wrap .top-search .btn-icon-search {
  width: 24px;
  height: 24px;
  border: 0;
  font-size: 0;
  background: url(../images/common/hd-ico-search.svg) no-repeat 0 0 / contain;
}
@media (max-width: 820.98px) {
  .searchform .btn-icon-search,
  header#hd .hd-top .top-search-wrap .top-search .btn-icon-search {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
  .searchform .search-input,
  header#hd .hd-top .top-search-wrap .top-search .search-input {
    max-width: calc(100% - 16px) !important;
  }
}
@media (max-width: 344.98px) {
  .searchform .search-input,
  header#hd .hd-top .top-search-wrap .top-search .search-input {
    font-size: 11px;
  }
}

.common-popup .layer-cont {
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 821px) {
  .common-popup .layer-cont {
    max-width: 300px !important;
  }
}
.common-popup .layer-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  border: 0;
  color: var(--dark);
  font-size: 1.0666666667rem;
  height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common-popup .layer-footer label {
  cursor: pointer;
}
.common-popup .layer-footer label input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.common-popup .layer-footer > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.common-popup .layer-footer > div:nth-of-type(1) {
  border-right: 1px solid var(--line);
}
.common-popup .layer-footer > div > * {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 820.98px) {
  .common-popup .modal-footer {
    height: 34px;
  }
}

.main-popup .layer-body {
  overflow: hidden;
  padding: 32px;
  margin-top: 0;
  background: url(../images/info-popup-bg4.png) no-repeat center center/cover;
  min-height: 386px;
  word-break: keep-all;
}
.main-popup .layer-body h2 {
  margin-bottom: 8px;
  font-size: 24px;
}
.main-popup .layer-body .txt-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  line-height: 1;
}
.main-popup .layer-body .image {
  margin-top: 1.8666666667rem;
  text-align: right;
}
.main-popup .layer-body .icon-popup-arr {
  width: 16px;
  height: 16px;
  background: url(../images/icon-popup-arr.svg) no-repeat center center/contain;
}
.main-popup .layer-body:not(:has(img)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}
.main-popup .layer-body:not(:has(img)) .txt-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 820.98px) {
  .main-popup .modal-content {
    min-height: 276px;
  }
  .main-popup .modal-body {
    padding: 32px 0;
  }
  .main-popup .modal-body dt {
    font-size: 24px;
  }
  .main-popup .modal-body dd {
    font-size: 16px;
  }
}

.img-popup .layer-cont .layer-body img {
  width: 100%;
}

.info-popup .layer-cont .layer-body {
  position: relative;
  padding: 4rem;
  max-height: none;
  word-break: keep-all;
}
.info-popup .layer-cont .layer-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.info-popup .layer-cont .layer-body b {
  display: block;
  margin-bottom: 16px;
  font-size: 2.1333333333rem;
}
@media (max-width: 820.98px) {
  .info-popup .layer-cont .layer-body {
    padding: 30px 20px;
  }
  .info-popup .layer-cont .layer-body b {
    font-size: 24px;
  }
}
.info-popup.type1 {
  padding: 40px !important;
}
.info-popup.type1 .layer-cont {
  max-width: 640px !important;
}
.info-popup.type1 .layer-cont .layer-body::before {
  width: 100%;
  height: 100%;
  background: url(../images/info-popup-bg1.png) no-repeat center/cover;
}
.info-popup.type1 .layer-cont .layer-body .bx-list {
  margin: 3.2rem 0 2.6666666667rem;
}
.info-popup.type1 .layer-cont .layer-body .bx-list li {
  margin: 0 auto;
  padding: 2.1333333333rem;
  max-width: 400px;
  background: var(--white);
  border-radius: 12px;
  border: 2px solid rgba(255, 106, 56, 0.3);
}
.info-popup.type1 .layer-cont .layer-body .bx-list li dl dd {
  margin-top: 8px;
}
.info-popup.type1 .layer-cont .layer-body .bx-list li + li {
  margin-top: 16px;
}
@media (max-width: 820.98px) {
  .info-popup.type1 .layer-cont .layer-body .bx-list {
    margin: 24px 0;
  }
  .info-popup.type1 .layer-cont .layer-body .bx-list li {
    padding: 12px;
  }
}
.info-popup.type2 .layer-cont {
  max-width: 1024px !important;
}
.info-popup.type2 .layer-cont .layer-body::before {
  width: 100%;
  height: 100%;
  background: url(../images/info-popup-bg2.png) no-repeat center bottom/cover;
}
.info-popup.type2 .layer-cont .layer-body .bx-list {
  margin: 3.2rem 0 0;
}
.info-popup.type2 .layer-cont .layer-body .bx-list li {
  padding: 2.1333333333rem;
  background: var(--white);
  border-radius: 12px;
  border: 2px solid rgba(255, 106, 56, 0.3);
}
.info-popup.type2 .layer-cont .layer-body .bx-list li dl dd {
  margin-top: 8px;
}
.info-popup.type2 .layer-cont .layer-body .bx-list li + li {
  margin-top: 16px;
}

header#hd {
  position: sticky;
  top: -130px;
  background-color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 100;
}
header#hd h1 a {
  display: block;
  font-size: 0;
}
header#hd h1 a img {
  width: 170px;
}
header#hd .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header#hd .hd-bn {
  position: relative;
  height: 50px;
  background-color: rgba(15, 35, 46, 0.05);
}
header#hd .hd-bn .family {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
header#hd .hd-bn .family a {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 23px;
  font-size: 16px;
}
header#hd .hd-bn .family a span {
  position: relative;
  z-index: 3;
}
header#hd .hd-bn .family a.on::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  background: url(../images/common/hd-link-bg.svg) no-repeat center bottom/100%
    auto;
}
header#hd .hd-bn .text-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
header#hd .hd-bn .text-banner a > * {
  display: inline-block;
  vertical-align: middle;
}
header#hd .hd-bn .text-banner a img {
  height: 24px !important;
}
header#hd .hd-bn .text-banner a .hd-bn-ico {
  margin-right: 4px;
}
header#hd .hd-bn .text-banner u {
  display: inline-block;
  font-size: 15px;
  margin-left: 12px;
}
header#hd .hd-top {
  height: 80px;
}
header#hd .hd-top .top-search-wrap {
  margin-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}
header#hd .hd-top .top-search-wrap .top-search {
  width: 320px;
}
header#hd .hd-top .top-search-wrap .smart-search {
  margin-left: 24px;
}
header#hd .hd-top .top-search-wrap .smart-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--gray);
}
header#hd .hd-top .top-search-wrap .smart-search a::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/ico-smart-search.svg) no-repeat 0 0 / contain;
  margin-right: 6px;
}
header#hd .hd-top .top-search-wrap .smart-search a:hover {
  color: var(--primary);
}
header#hd .hd-top .top-member {
  margin-left: auto;
}
header#hd .hd-top .top-member a {
  margin-left: 24px;
  font-size: 16px;
  color: var(--dark);
  font-weight: 500;
}
header#hd .hd-top .top-member .badge {
  margin-left: 8px;
  padding: 5px 10px;
}
header#hd .hd-top .top-member:hover .name {
  border-bottom: 1px solid var(--body);
}
header#hd .hd-top .hd-top-mo {
  display: none;
}
@media (min-width: 821px) {
  header#hd .hd-gnb {
    height: 60px;
  }
}
header#hd .hd-gnb #gnb-pc {
  height: 60px;
}
header#hd .hd-gnb #gnb-pc > div {
  border-bottom: 1px solid var(--line);
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 {
  height: 60px;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb > li {
  height: 100%;
  position: relative;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb > li a {
  position: relative;
  display: block;
  line-height: 59px;
  padding: 0 34px;
  font-size: 20px;
  font-weight: 800;
  height: 100%;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb > li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 2px;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--body);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb > li a:hover::after {
  width: calc(100% - 68px);
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb ul {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb ul.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb ul > li a {
  white-space: nowrap;
  line-height: 52px;
  font-weight: 700;
  font-size: 18px;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb ul > li a::after {
  bottom: -4px;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .gnb ul[data-gnb="commmunity"] {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
header#hd .hd-gnb #gnb-pc .gnb-dep1:has(ul[data-gnb].active)::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 54px;
  background-color: #fff;
  border-bottom: 1px solid var(--line);
  opacity: 0.9;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .hd-side {
  margin-left: auto;
}
header#hd .hd-gnb #gnb-pc .gnb-dep1 .hd-side a {
  font-weight: 800;
  display: inline-block;
  margin-left: 32px;
}
header#hd [class^="btn-icon"] {
  display: block;
  font-size: 0;
  background-color: transparent;
}
header#hd .btn-icon-sitemap {
  width: 36px;
  height: 36px;
  margin-right: 34px;
  background: url(../images/common/ico-hd-menu.svg) no-repeat 0 0 / contain;
}
@media (min-width: 821px) {
  header#hd .btn-icon-sitemap.active {
    background-image: url(../images/common/ico-hd-menu-close.svg);
  }
}
@media (max-width: 820.98px) {
  header#hd {
    top: -40px;
  }
  header#hd h1 {
    margin-right: auto;
  }
  header#hd h1 a img {
    width: 120px;
  }
  header#hd .hd-bn {
    height: 40px;
  }
  header#hd .hd-bn > .contain {
    padding-left: 0;
    padding-right: 0;
  }
  header#hd .hd-bn .family {
    display: none;
  }
  header#hd .hd-bn .text-banner {
    margin-left: 0;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.4px;
  }
  header#hd .hd-bn .text-banner u {
    font-size: 12px;
    margin-left: 0.5em;
  }
  header#hd .hd-bn:not(:has(.text-banner)) {
    height: 0 !important;
  }
  header#hd .hd-top {
    height: 52px;
    border-bottom: 1px solid var(--line);
  }
  header#hd .hd-top .top-member,
  header#hd .hd-top .top-search-wrap .smart-search {
    display: none;
  }
  header#hd .hd-top .top-search-wrap {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    margin: 0;
    width: 100%;
    background-color: var(--bg);
    padding: 16px 20px;
    height: auto;
  }
  header#hd .hd-top .top-search-wrap .btn-icon-search {
    width: 24px !important;
    height: 24px !important;
    -webkit-filter: grayscale(1) brightness(0) !important;
    filter: grayscale(1) brightness(0) !important;
  }
  header#hd .hd-top .top-search-wrap.active {
    display: block;
  }
  header#hd .hd-top .hd-top-mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header#hd .hd-gnb #gnb-pc {
    display: none;
  }
  header#hd .btn-icon-search {
    width: 28px;
    height: 28px;
    background: url(../images/common/hd-ico-search.svg) no-repeat center
      center/24px 24px;
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0);
  }
  header#hd .btn-icon-sitemap {
    width: 28px;
    height: 28px;
    margin-right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 12px;
    background-image: url(../images/common/ico-hd-menu.svg);
  }
  header#hd .btn-icon-home {
    width: 28px;
    height: 28px;
    background-image: url(../images/common/ico-hd-home.svg);
  }
  header#hd:has(.top-search-wrap.active) .hd-top-mo .btn-icon-search {
    -webkit-filter: none !important;
    filter: none !important;
  }
}
@media (max-width: 344.98px) {
  header#hd .hd-bn .text-banner .rich-content {
    font-size: 10px;
  }
}
header#hd #gnb-sitemap {
  display: none;
  position: fixed;
  z-index: 99;
  background-color: #fff;
}
header#hd #gnb-sitemap .btn-icon-sitemap-close {
  width: 34px;
  height: 34px;
  z-index: 199;
  background-image: url(../images/common/ico-hd-menu-close.svg);
  background-size: cover;
}
header#hd #gnb-sitemap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 199;
  background-color: #fff;
}
header#hd #gnb-sitemap > div {
  width: 100%;
  position: relative;
}
header#hd #gnb-sitemap .sitemap-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#hd #gnb-sitemap .sitemap-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header#hd #gnb-sitemap .sitemap-content > div {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
header#hd #gnb-sitemap .sitemap-content > div.active {
  display: block;
}
@media (min-width: 821px) {
  header#hd #gnb-sitemap {
    position: absolute;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: var(--radius);
    border: 1px solid var(--line);
  }
  header#hd #gnb-sitemap .sitemap-hd,
  header#hd #gnb-sitemap .sitemap-tab,
  header#hd #gnb-sitemap .sitemap-ft {
    display: none;
  }
  header#hd #gnb-sitemap .btn-icon-sitemap-close {
    position: absolute;
    right: 0;
    top: 0;
  }
  header#hd #gnb-sitemap .sitemap-tab {
    padding: 20px 40px;
    gap: 48px;
  }
  header#hd #gnb-sitemap .sitemap-content {
    padding: 60px 30px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep1 > li {
    width: 25%;
    border-right: 1px solid var(--line);
    padding-left: 40px;
    padding-right: 40px;
  }
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li:nth-child(-n + 4) {
    padding-bottom: 40px;
  }
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li:nth-child(4n),
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li:last-child {
    border-right: 0;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep1 > li > a {
    display: block;
    font-size: 17px;
    font-weight: 800;
  }
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li
    > a:not(:first-child) {
    margin-top: 40px;
  }
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li
    > a
    img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 {
    padding-top: 6px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 li {
    margin-top: 16px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 a {
    font-size: 16px;
    color: var(--gray);
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 a:hover {
    color: var(--body);
  }
}
@media (max-width: 820.98px) {
  header#hd #gnb-sitemap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 100);
  }
  header#hd #gnb-sitemap .btn-icon-sitemap-close {
    width: 28px;
    height: 28px;
    margin-left: 12px;
  }
  header#hd #gnb-sitemap .sitemap-hd {
    height: 52px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header#hd #gnb-sitemap .sitemap-hd a {
    font-weight: 700;
    color: var(--dark);
  }
  header#hd #gnb-sitemap .sitemap-hd a + a {
    margin-left: 20px;
  }
  header#hd #gnb-sitemap .sitemap-hd .badge {
    margin-left: 4px;
    padding: 5px 10px;
  }
  header#hd #gnb-sitemap .sitemap-hd > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header#hd #gnb-sitemap .sitemap-tab {
    height: 48px;
    padding: 0 20px;
    gap: 28px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid var(--line);
  }
  header#hd #gnb-sitemap .sitemap-tab a {
    opacity: 0.4;
  }
  header#hd #gnb-sitemap .sitemap-tab a.on {
    opacity: 1;
    color: var(--primary);
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 120px;
    background-color: #191d38;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu a {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep1 {
    position: relative;
    z-index: 10;
    padding: 20px 0;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 48px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep1 > li > a {
    width: 140px;
    padding: 0 20px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    border-radius: 0 2em 2em 0;
  }
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li
    > a
    img {
    display: none;
  }
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li.on
    > a {
    background-color: var(--primary);
  }
  header#hd
    #gnb-sitemap
    .sitemap-content
    #sitemap-menu
    ul.menu-dep1
    > li.on
    ul.menu-dep2 {
    display: block;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 {
    display: none;
    position: absolute;
    top: 16px;
    left: 140px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 a {
    padding: 16px 18px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 ul {
    margin: 0 0 10px 18px;
  }
  header#hd #gnb-sitemap .sitemap-content #sitemap-menu ul.menu-dep2 ul a {
    padding: 8px 10px;
  }
  header#hd #gnb-sitemap .sitemap-ft {
    height: 48px;
    border-top: 1px solid var(--line);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  header#hd #gnb-sitemap .sitemap-ft a {
    font-weight: 600;
    line-height: 16px;
  }
  header#hd #gnb-sitemap .sitemap-ft a::before {
    content: "";
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-right: 5px;
  }
  header#hd #gnb-sitemap .sitemap-ft a.sitemap-link-my::before {
    background-image: url(../images/common/sitemap-ico-my.svg);
  }
  header#hd #gnb-sitemap .sitemap-ft a.sitemap-link-cs::before {
    background-image: url(../images/common/sitemap-ico-cs.svg);
  }
  header#hd #gnb-sitemap .sitemap-ft a.sitemap-link-family::before {
    background-image: url(../images/common/sitemap-ico-family.svg);
  }
}

footer#ft h1 a {
  display: block;
  line-height: 0;
}
footer#ft h1 img {
  width: 160px;
}
footer#ft > div:not(.layer-wrap) {
  border-top: 1px solid var(--line);
  font-size: 16px;
  color: var(--gray);
}
footer#ft .ft-link {
  padding: 1.3333333333rem 0;
}
footer#ft .ft-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5333333333rem;
}
footer#ft .ft-body {
  padding: 50px 0;
}
footer#ft .ft-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer#ft .ft-body > div:nth-of-type(1) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.6rem !important;
}
footer#ft .ft-family {
  position: relative;
}
footer#ft .ft-family button {
  position: relative;
  padding: 0 20px 0 0.5em;
  font-size: 15px;
}
footer#ft .ft-family button::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 1rem;
  height: 1rem;
  background: url(../images/common/ico-down-arr-gray.svg) no-repeat center
    center/contain;
}
footer#ft .ft-family button.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer#ft .ft-family ul {
  display: none;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  min-width: 100%;
  margin-top: 0.5em;
  font-size: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 1rem;
}
footer#ft .ft-family ul li + li {
  margin-top: 0.3em;
}
footer#ft .ft-family.active ul {
  display: block;
}
footer#ft .ft-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
footer#ft .ft-info p + p {
  margin-top: 0.6666666667rem;
}
footer#ft .ft-info p span {
  display: inline-block;
  position: relative;
}
footer#ft .ft-info .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6666666667rem;
}
footer#ft .ft-info .parts span:nth-child(n + 2) {
  padding-left: 0.6666666667rem;
}
footer#ft .ft-info .parts span:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 1px;
  height: 10px;
  background-color: var(--lightgray);
}
@media (min-width: 821px) {
  footer#ft .ft-info .parts span:last-child {
    padding-left: 0;
  }
  footer#ft .ft-info .parts span:last-child::before {
    display: none;
  }
}
@media (max-width: 820.98px) {
  footer#ft .ft-info .parts span:nth-child(3) {
    padding-left: 0;
  }
  footer#ft .ft-info .parts span:nth-child(3)::before {
    display: none;
  }
}
footer#ft .ft-info .copy {
  margin-top: 1.7333333333rem;
}
footer#ft .ft-sitemap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer#ft .ft-sitemap > ul > li {
  width: 148px;
}
footer#ft .ft-sitemap > ul > li > p {
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--body);
}
footer#ft .ft-sitemap > ul > li li {
  margin-top: 20px;
  font-weight: 500;
}
footer#ft .ft-sitemap > ul > li li:has(i[class^="icon-ft"]) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer#ft .ft-sns {
  display: none;
}
footer#ft i[class^="icon-ft"] {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer#ft i[class^="icon-ft"].icon-ft-yt {
  background-image: url(../images/common/ft-ico-youtube.svg);
}
footer#ft i[class^="icon-ft"].icon-ft-cafe {
  background-image: url(../images/common/ft-ico-cafe.svg);
}
footer#ft i[class^="icon-ft"].icon-ft-band {
  background-image: url(../images/common/ft-ico-band.svg);
}
footer#ft i[class^="icon-ft"].icon-ft-blog {
  background-image: url(../images/common/ft-ico-blog.svg);
}
footer#ft i[class^="icon-ft"].icon-ft-insta {
  background-image: url(../images/common/ft-ico-insta.svg);
}
@media (max-width: 820.98px) {
  footer#ft h1 img {
    width: 100px;
  }
  footer#ft > div {
    font-size: 12px;
  }
  footer#ft .ft-link {
    font-size: 13px;
    border-top: 0;
  }
  footer#ft .ft-link ul {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer#ft .ft-body {
    padding: 24px 0;
  }
  footer#ft .ft-body > div {
    display: block;
  }
  footer#ft .ft-sitemap {
    display: none;
  }
  footer#ft .ft-sns {
    background: rgba(15, 35, 46, 0.03);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer#ft .ft-sns > li i[class^="icon-ft"] {
    width: 24px;
    height: 24px;
    background-size: 20px auto;
  }
}
@media (max-width: 344.98px) {
  footer#ft .ft-link {
    font-size: 10px;
  }
}

body:has(#gnb-sitemap.active) .index-top .swiper-slide {
  pointer-events: none !important;
}
@media (max-width: 820.98px) {
  body:has(#gnb-sitemap.active) {
    overflow-y: hidden;
  }
}

.float-link {
  position: sticky;
  height: 1px;
  right: 30px;
  bottom: 30px;
  width: 48px;
  margin-left: auto;
  z-index: 20;
  margin-bottom: -30px;
}
.float-link > div {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.float-link a {
  display: block;
  margin-top: 0.6666666667rem;
}
@media (max-width: 820.98px) {
  .float-link {
    bottom: 20px;
    margin-bottom: -20px;
    right: 10px;
    width: 34px;
  }
}

#brand-all h1.h3 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}
#brand-all .brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#brand-all .brand-list dt a {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 12px;
  text-align: center;
}
#brand-all .brand-list dt a:hover {
  border-color: var(--primary);
}
#brand-all .brand-list dt a .brand-img {
  padding: 40px 0;
}
#brand-all .brand-list dt a .brand-img img {
  width: 130px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
#brand-all .brand-list dt a .btn-area {
  text-wrap: nowrap;
}
#brand-all .brand-list dd {
  padding-top: 16px;
}
#brand-all .brand-list dd .text-tit,
#brand-all .brand-list dd .join .list-chk.all-chk + ul li span + b,
.join .list-chk.all-chk + ul li #brand-all .brand-list dd span + b,
#brand-all .brand-list dd .join .list-chk.all-chk + ul li span,
.join .list-chk.all-chk + ul li #brand-all .brand-list dd span,
#brand-all .brand-list dd .form-wrap .form-group .form-label,
.form-wrap .form-group #brand-all .brand-list dd .form-label {
  font-weight: 700;
  margin-bottom: 4px;
}
@media (min-width: 821px) {
  #brand-all .layer-cont {
    max-width: 1080px;
  }
  #brand-all h1.h3 {
    font-size: 32px !important;
    margin-bottom: 40px;
  }
  #brand-all .brand-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    white-space: nowrap;
    margin-bottom: 25px;
  }
  #brand-all .brand-menu > *:not(.tab-menu) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #brand-all .brand-menu .cedumall {
    text-align: right;
  }
  #brand-all .brand-menu .cedumall .btn {
    height: 100%;
  }
  #brand-all .tab-menu {
    width: 100%;
    max-width: 520px;
    min-width: auto !important;
    margin: 0 auto;
  }
  #brand-all .brand-list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 60px;
  }
  #brand-all .brand-list dt a .btn-area .btn + .btn {
    margin-left: 4px;
  }
}
@media (max-width: 991.98px) {
  #brand-all .brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 820.98px) {
  #brand-all .tab-menu {
    margin-bottom: 10px;
  }
  #brand-all .cedumall {
    text-align: center;
  }
  #brand-all .cedumall .btn {
    height: 100%;
  }
  #brand-all .brand-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 16px;
  }
  #brand-all .brand-list dt {
    padding: 0;
  }
  #brand-all .brand-list dt .brand-img {
    padding: 32px;
  }
  #brand-all .brand-list dt .brand-img img {
    width: 78px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #brand-all .brand-list dt .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--line);
  }
  #brand-all .brand-list dt .btn-area .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 7px 0 !important;
  }
  #brand-all .brand-list dt .btn-area .btn i {
    width: 12px;
    height: 12px;
  }
  #brand-all .brand-list dt .btn-area .btn + .btn ::before {
    content: "";
    width: 1px;
    height: 10px;
    background: var(--line);
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
  }
  #brand-all .brand-list dd {
    padding-top: 8px;
    text-align: center;
  }
}
@media (max-width: 344.98px) {
  #brand-all .brand-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 821px) {
  body {
    min-width: 1024px;
  }
}
body .contain {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#ct {
  overflow-x: clip;
}
#ct:not(.index) {
  padding: 60px 0 80px;
}
@media (max-width: 820.98px) {
  #ct:not(.index) {
    padding: 50px 0;
  }
  #ct:not(.index).mypage {
    padding-top: 20px !important;
  }
}
#ct .contents {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#ct .contents + .contents {
  margin-top: 60px;
}
@media (min-width: 821px) {
  #ct .contents:has(.side-wrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667rem;
  }
  #ct .contents > .side-wrap {
    min-width: 200px;
    width: 200px;
  }
  #ct .contents > .side-wrap + .cont-wrap {
    max-width: calc(100% - 200px - 40px);
  }
  #ct .contents > .cont-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
#ct .contents .side-wrap h4 {
  font-weight: 800;
}
#ct .contents .side-wrap .sub-menu-wrap .sub-menu ul {
  white-space: nowrap;
  line-height: 1;
}
#ct .contents .side-wrap .sub-menu-wrap .sub-menu ul li.active a {
  color: var(--primary);
  font-weight: 700;
}
@media (min-width: 821px) {
  #ct .contents .side-wrap .sub-menu-wrap [class^="tab-menu"] {
    display: none;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu {
    padding-bottom: 20px;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul {
    padding-top: 20px;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul li + li {
    margin-top: 18px;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul.text-tit,
  #ct
    .contents
    .side-wrap
    .sub-menu-wrap
    .sub-menu
    .form-wrap
    .form-group
    ul.form-label,
  .form-wrap
    .form-group
    #ct
    .contents
    .side-wrap
    .sub-menu-wrap
    .sub-menu
    ul.form-label {
    font-weight: 800;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu + .sub-menu,
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul.text-tit li + li,
  #ct
    .contents
    .side-wrap
    .sub-menu-wrap
    .sub-menu
    .form-wrap
    .form-group
    ul.form-label
    li
    + li,
  .form-wrap
    .form-group
    #ct
    .contents
    .side-wrap
    .sub-menu-wrap
    .sub-menu
    ul.form-label
    li
    + li {
    border-top: 1px solid var(--line);
    padding-top: 20px;
  }
}
@media (max-width: 820.98px) {
  #ct .contents .side-wrap .sub-menu-wrap:has(.tab-menu),
  #ct
    .contents
    .side-wrap
    .sub-menu-wrap:has(
      .sub-menu ul.text-tit,
      .sub-menu .form-wrap .form-group ul.form-label,
      .form-wrap .form-group .sub-menu ul.form-label
    ) {
    margin-bottom: 30px;
  }
  #ct .contents .side-wrap .sub-menu-wrap .tab-menu {
    margin-bottom: 4px;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu {
    display: none;
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu h4 {
    display: none;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu.active {
    display: block;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: -1px;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul li {
    -ms-flex-negative: none;
    flex-shrink: none;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul li a {
    display: block;
    padding: 18px 0;
    font-weight: 700;
    opacity: 0.4;
    font-size: 15px;
    border-bottom: 2px solid transparent;
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul li.active a {
    opacity: 1;
    border-bottom-color: var(--primary);
  }
  #ct .contents .side-wrap .sub-menu-wrap .sub-menu ul li:last-child {
    padding-right: 24px;
  }
}
#ct .contents .side-wrap .sub-filter .filter-tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ct .contents .side-wrap .sub-filter .filter-tit-wrap h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#ct .contents .side-wrap .sub-filter > .filter-tit-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
#ct .contents .side-wrap .sub-filter .sub-filter-menu {
  padding: 20px 0;
}
#ct .contents .side-wrap .sub-filter .sub-filter-menu h4 {
  margin-bottom: 16px;
}
#ct .contents .side-wrap .sub-filter .sub-filter-menu h4 + ul {
  margin-bottom: 24px;
}
#ct .contents .side-wrap .sub-filter .sub-filter-menu + .sub-filter-menu {
  border-top: 1px solid var(--line);
}
@media (min-width: 821px) {
  #ct .contents .side-wrap .sub-filter .choice-cate {
    display: none;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu .btn-wrap,
  #ct .contents .side-wrap .sub-filter .sub-filter-menu .btn-filter-close {
    display: none !important;
  }
}
@media (max-width: 820.98px) {
  #ct .contents .side-wrap .sub-filter .filter-tit-wrap {
    padding-bottom: 16px;
  }
  #ct .contents .side-wrap .sub-filter .choice-cate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 16px;
  }
  #ct .contents .side-wrap .sub-filter .reset {
    display: none;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu {
    position: fixed;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu .filter-cont {
    position: absolute;
    z-index: 201;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(var(--vh, 1vh) * 100 * 0.75);
    min-height: calc(var(--vh, 1vh) * 100 * 0.3);
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    padding: 0 20px 40px 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    ul[class^="check-list"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    ul[class^="check-list"]
    li
    span {
    font-size: 15px;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu .filter-cont .text-tit,
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .join
    .list-chk.all-chk
    + ul
    li
    span
    + b,
  .join
    .list-chk.all-chk
    + ul
    li
    #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    span
    + b,
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .join
    .list-chk.all-chk
    + ul
    li
    span,
  .join
    .list-chk.all-chk
    + ul
    li
    #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    span,
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .form-wrap
    .form-group
    .form-label,
  .form-wrap
    .form-group
    #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .form-label {
    font-size: 16px !important;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .check-list-type2 {
    margin-right: -10px;
    padding-right: 10px;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .check-list-type2
    li {
    border-bottom: 1px solid #f2f4f6;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .check-list-type2
    .list-chk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .btn-filter-close {
    position: relative;
    font-size: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .btn-filter-close::before {
    content: "";
    background: var(--line);
    border-radius: 2px;
    display: inline-block;
    width: 40px;
    height: 4px;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .btn-filter-close.disabled {
    opacity: 0;
    pointer-events: none;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu .filter-cont .btn-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 8px;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .btn-wrap
    .btn {
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu
    .filter-cont
    .btn-wrap
    .btn:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu.active {
    z-index: 200;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 0s;
    transition: 0s;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu.active .filter-cont {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #ct
    .contents
    .side-wrap
    .sub-filter
    .sub-filter-menu.active
    .filter-cont.move {
    -webkit-transition: 0s !important;
    transition: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  #ct .contents .side-wrap .sub-filter .sub-filter-menu.active::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 200;
  }
}
@media (max-width: 820.98px) {
  #ct .contents > .side-wrap + .cont-wrap {
    padding-top: 20px;
  }
  #ct .contents > .side-wrap:has(.sub-filter) {
    position: sticky;
    top: 52px;
    padding-top: 20px;
    margin-top: -20px;
    background-color: #fff;
    z-index: 10;
  }
  #ct .contents > .side-wrap:has(.sub-filter-menu.active) {
    z-index: 120;
  }
  #ct .contents + .contents {
    margin-top: 32px;
  }
}

h2.h2 {
  font-weight: 800;
  line-height: 1;
  margin-bottom: 40px;
}

.title-wrap {
  padding-bottom: 1.6rem;
}
.title-wrap h3 {
  font-weight: 800;
  line-height: 1;
}
.title-wrap.btm-line {
  border-bottom: 2px solid var(--body);
  padding-bottom: 1.0666666667rem;
  margin-bottom: 1.3333333333rem;
}

.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.title-flex + [class*="bx"] {
  margin-top: 40px;
}

.layer-wrap {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.layer-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layer-wrap > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  max-height: 100%;
}
.layer-wrap > div > div {
  width: 100%;
}
.layer-wrap > div .layer-hd {
  margin-bottom: 32px;
}
.layer-wrap > div .layer-hd .title-wrap.btm-line {
  border-width: 3px;
  border-bottom-color: var(--line);
  margin-bottom: 0;
}
.layer-wrap > div .layer-body {
  max-height: 100%;
  overflow-y: auto;
}
.layer-wrap > div .layer-body .word-wrap {
  word-break: keep-all;
}
.layer-wrap.full {
  padding: 0;
}
.layer-wrap.full > div {
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  overflow-y: scroll;
}
.layer-wrap.full.active .btn-layer-close {
  position: fixed !important;
  top: 20px;
  right: 20px;
}
@media (min-width: 821px) {
  .layer-wrap {
    padding: 95px 40px;
  }
  .layer-wrap > div {
    max-width: 840px;
    padding: 40px;
  }
  .layer-wrap > div.layer-sm {
    max-width: 600px;
  }
  .layer-wrap .layer-body::-webkit-scrollbar {
    width: 10px;
  }
  .layer-wrap .layer-body::-webkit-scrollbar-track {
    border-left: 5px solid transparent;
    background: #fff;
    background-clip: padding-box;
    cursor: pointer;
  }
  .layer-wrap .layer-body::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 0;
    border-left: 5px solid transparent;
    background: #ddd;
    background-clip: padding-box;
    cursor: pointer;
  }
  .layer-wrap .layer-body::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }
}
@media (max-width: 820.98px) {
  .layer-wrap {
    padding: 80px 16px 16px 16px;
  }
  .layer-wrap > div {
    width: 100%;
    padding: 24px 8px;
  }
  .layer-wrap .layer-hd {
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .layer-wrap .layer-body {
    max-height: 100%;
    overflow-y: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.layer-wrap .btn-layer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 1.8666666667rem;
  height: 1.8666666667rem;
  font-size: 0;
  background: url(../images/common/ico-hd-menu-close.svg) no-repeat center
    center/contain;
  z-index: 1005;
}

@media (max-width: 820.98px) {
  body:has(.layer-wrap.active) {
    overflow-y: hidden;
  }
}

@media (max-width: 820.98px) {
  body:has(.sub-filter-menu.active) {
    overflow-y: hidden;
  }
}

[class^="board-"] .subject {
  font-weight: 700;
  max-width: 100%;
}
[class^="board-"] .subject i {
  margin-right: 4px;
  margin-top: -3px;
}

[class^="board-gallery"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class^="board-gallery"] a {
  display: block;
}
@media (min-width: 821px) {
  [class^="board-gallery"] {
    margin: 0 -10px;
    row-gap: 40px;
  }
  [class^="board-gallery"] li {
    padding: 0 10px;
    width: 33.3333333333%;
  }
}
@media (max-width: 820.98px) {
  [class^="board-gallery"] {
    margin: 0 -5px;
    row-gap: 20px;
  }
  [class^="board-gallery"] li {
    padding: 0 5px;
    width: 33.3333333333%;
  }
}
@media (max-width: 575.98px) {
  [class^="board-gallery"] li {
    width: 50%;
  }
}

.board-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.3333333333rem;
}
.board-hd .board-tot {
  margin-right: auto;
}
.board-hd .board-tot .h5,
.board-hd .board-tot .policy .policy-sect,
.policy .board-hd .board-tot .policy-sect {
  margin-right: 10px;
}
.board-hd .select-bx {
  position: relative;
}
.board-hd .select-bx .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-size: 1rem;
  cursor: pointer;
}
.board-hd .select-bx .select-btn.active .icon-arr {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.board-hd .select-bx .select-btn.active + .select-list {
  display: block;
}
.board-hd .select-bx .select-list {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc(100% + 3px);
  left: -5px;
  padding: 5px;
  width: calc(100% + 10px);
  border: 1px solid var(--line);
  background-color: #fff;
  border-radius: 8px;
  font-size: 1rem;
}
.board-hd .select-bx .select-list li {
  cursor: pointer;
}
.board-hd .select-bx .select-list li + li {
  margin-top: 5px;
}
@media (max-width: 820.98px) {
  .board-hd .select-bx:first-child {
    margin-right: auto;
  }
}
.board-list {
  border-top: 1px solid var(--body);
}
.board-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  border-bottom: 1px solid var(--line);
  padding: 1.3333333333rem 0;
}
.board-list li .subject {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-list li .date {
  color: var(--gray);
}
@media (min-width: 821px) {
  .board-list li .no {
    text-align: center;
    width: 4em;
  }
  .board-list li .subject {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 820.98px) {
  .board-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .board-list li .no {
    display: none;
  }
  .board-list li .subject {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .board-list li .date {
    margin-left: auto;
  }
}
.board-notice .cate .badge {
  text-align: center;
  width: calc(3em + 20px);
}
.board-faq li {
  display: block;
  padding: 0;
  white-space: wrap;
}
.board-faq li .badge-q {
  width: 2rem;
  height: 2rem;
  background-color: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
}
.board-faq li .faq-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  cursor: pointer;
  padding: 1.3333333333rem 0;
}
.board-faq li .faq-q .cate {
  font-weight: 700;
  width: 8em;
  text-align: center;
}
.board-faq li .faq-q::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-board-select-arr.svg) no-repeat center
    center/contain;
}
.board-faq li .faq-q.active::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.board-faq li .faq-a {
  display: none;
  padding: 40px;
  border-top: 1px solid var(--line);
  line-height: 1.5;
  background: rgba(15, 35, 46, 0.03);
}
.board-faq li .faq-a ul:not(.file-list),
.board-faq li .faq-a ol:not(.file-list) {
  display: list-item !important;
  margin: 0.8em 0 0.8em 2.2em !important;
}
.board-faq li .faq-a ul:not(.file-list) li,
.board-faq li .faq-a ol:not(.file-list) li {
  border: 0;
}
.board-faq li .faq-a.active {
  display: block;
}
.board-faq li .faq-a .download-file {
  margin-top: 1.6rem;
}
@media (min-width: 821px) {
  .board-faq li > * {
    font-size: 16px;
  }
  .board-faq li .faq-q .subject {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px;
  }
}
@media (max-width: 820.98px) {
  .board-faq li .faq-q {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .board-faq li .faq-q .cate {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .board-faq li .faq-q .subject {
    width: 100%;
  }
  .board-faq li .faq-q::after {
    top: 24px;
  }
  .board-faq li .faq-a {
    padding: 20px;
  }
  .board-faq li .faq-a ul:not(.file-list),
  .board-faq li .faq-a ol:not(.file-list) {
    margin: 0.8em 0 0.8em 1.5em !important;
  }
}
.board-store > p {
  padding: 6.6666666667rem 0;
}
.board-store li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.board-store .bi {
  border: 1px solid var(--line);
  width: 140px;
  height: 140px;
  padding: 20px;
  line-height: 100px;
  text-align: center;
}
.board-store .bi img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  overflow: contain;
}
.board-store .cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.board-store .cont .badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.board-store .cont .subject {
  margin: 0.6666666667rem 0 1.0666666667rem;
  font-weight: 700;
}
.board-store .price {
  color: var(--primary);
  white-space: nowrap;
  font-weight: 700;
  -ms-flex-item-align: center;
  align-self: center;
  width: 10em;
  text-align: right;
}
.board-store .price strong {
  font-size: 1.3333333333rem;
}
@media (max-width: 991.98px) {
  .board-store li > a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0;
  }
  .board-store .bi {
    width: 80px;
    height: 80px;
    padding: 10px;
    line-height: 60px;
  }
  .board-store .price {
    width: auto;
  }
}
.board-gallery-books a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.board-gallery-books .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 131%;
  border: 1px solid var(--line);
}
.board-gallery-books .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.board-gallery-books .subject {
  margin: 0.8rem 0 5px;
}
.board-gallery-books .badge-list {
  text-wrap: nowrap;
}
.board-gallery-books .author {
  color: var(--gray);
  font-size: 14px;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  height: 2.8em;
}
@media (min-width: 821px) {
  .board-gallery-books {
    row-gap: 20px;
  }
  .board-gallery-books li {
    width: 16.6666666667%;
  }
  .board-gallery-books .subject {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 820.98px) {
  .board-gallery-books {
    margin: 0 -8px;
    row-gap: 10px;
  }
  .board-gallery-books li {
    padding: 0 8px;
  }
  .board-gallery-books .subject {
    min-height: 42px;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
  }
}
.board-gallery-class a {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.board-gallery-class a .label {
  position: absolute;
  top: 16px;
  left: 5%;
  z-index: 5;
  padding: 0.5333333333rem 0.6666666667rem;
  width: 52px;
  border-radius: 2em;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background: var(--navy);
}
@media (min-width: 821px) {
  .board-gallery-class {
    row-gap: 20px;
  }
}
@media (max-width: 820.98px) {
  .board-gallery-class {
    row-gap: 10px;
  }
  .board-gallery-class li {
    width: 50%;
  }
  .board-gallery-class a .label {
    left: 4%;
    width: 42px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .board-gallery-class a .label {
    padding: 4px 8px;
    width: auto;
    top: 8px;
  }
}
@media (max-width: 344.98px) {
  .board-gallery-class li {
    width: 100%;
  }
}
.board-reply li,
.board-review li {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.board-reply li .user,
.board-review li .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.6666666667rem;
}
.board-reply li .stars,
.board-review li .stars {
  width: 65px;
  height: 10px;
  background: url(../images/common/ico-star5.svg) no-repeat 0 0 / auto 10px;
}
.board-reply li .stars::after,
.board-review li .stars::after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: url(../images/common/ico-star5-on.svg) no-repeat 0 0 / auto 10px;
}
.board-reply li .stars1::after,
.board-review li .stars1::after {
  width: calc(13px * 1);
}
.board-reply li .stars2::after,
.board-review li .stars2::after {
  width: calc(13px * 2);
}
.board-reply li .stars3::after,
.board-review li .stars3::after {
  width: calc(13px * 3);
}
.board-reply li .stars4::after,
.board-review li .stars4::after {
  width: calc(13px * 4);
}
.board-reply li .stars5::after,
.board-review li .stars5::after {
  width: calc(13px * 5);
}
.board-reply li .username,
.board-review li .username {
  color: var(--gray);
  position: relative;
  line-height: 1;
  font-size: 14px;
}
.board-reply li .username:not(:first-child),
.board-review li .username:not(:first-child) {
  margin-left: 1rem;
  padding-left: 1rem;
}
.board-reply li .username:not(:first-child)::before,
.board-review li .username:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 10px;
  background: var(--line);
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.board-reply li .date,
.board-review li .date {
  margin-left: auto;
  color: var(--gray);
  font-size: 13px;
}
.board-reply li .bookcate,
.board-review li .bookcate {
  font-weight: 700;
  color: var(--lightgray);
}
.board-reply li .bookname,
.board-review li .bookname {
  font-weight: 700;
  margin: 5px 0 10px;
}
.board-reply li .usercont .thumb,
.board-review li .usercont .thumb {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.board-reply li .usercont .thumb img,
.board-review li .usercont .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 821px) {
  .board-reply li .usercont,
  .board-review li .usercont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
  .board-reply li .usercont > div:first-child,
  .board-review li .usercont > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 820.98px) {
  .board-reply li .usercont .thumb,
  .board-reply li .usercont .useredit,
  .board-review li .usercont .thumb,
  .board-review li .usercont .useredit {
    margin-top: 20px;
  }
}
.board-reply li .moreview,
.board-review li .moreview {
  margin-top: 1.6666666667rem;
}
.board-reply li .moreview .btn-moreview,
.board-review li .moreview .btn-moreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.board-reply li .moreview .btn-moreview span:nth-of-type(2),
.board-review li .moreview .btn-moreview span:nth-of-type(2) {
  display: none;
}
.board-reply li .moreview .moreview-cont,
.board-review li .moreview .moreview-cont {
  display: none;
  margin-top: 8px;
}
.board-reply li .moreview .img-wrap,
.board-review li .moreview .img-wrap {
  margin-top: 1.6rem;
  max-width: 100%;
  overflow-x: auto;
}
.board-reply li .moreview .img-wrap .inner,
.board-review li .moreview .img-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.board-reply li .moreview .img-wrap .inner > div,
.board-review li .moreview .img-wrap .inner > div {
  min-width: 120px;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.board-reply li .moreview .img-wrap .inner > div img,
.board-review li .moreview .img-wrap .inner > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.board-reply li .moreview.active .btn-moreview span:nth-of-type(1),
.board-review li .moreview.active .btn-moreview span:nth-of-type(1) {
  display: none;
}
.board-reply li .moreview.active .btn-moreview span:nth-of-type(2),
.board-review li .moreview.active .btn-moreview span:nth-of-type(2) {
  display: block;
}
.board-reply li .moreview.active .btn-moreview i,
.board-review li .moreview.active .btn-moreview i {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.board-reply li .moreview.active .moreview-cont,
.board-review li .moreview.active .moreview-cont {
  display: block;
}
.board-reply li .bt-comment,
.board-review li .bt-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 1.6666666667rem;
  font-size: 13px;
  color: var(--gray);
}
.board-reply li.comment,
.board-review li.comment {
  padding: 32px;
  background: rgba(15, 35, 46, 0.03);
}
@media (max-width: 820.98px) {
  .board-reply li,
  .board-review li {
    padding: 20px 0;
  }
  .board-reply li.comment,
  .board-review li.comment {
    padding: 20px;
  }
}
.board-review .usercont .bookname + div {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
@media (max-width: 820.98px) {
  .board-review li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .board-review li .usercont .thumb {
    display: none;
  }
  .board-review li .useredit {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.board-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
}
.board-card a {
  display: block;
}
.board-card a .cont > p {
  margin-top: 10px;
}
.board-card a .subject {
  font-weight: 700;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
.board-card a .date {
  color: var(--gray);
  margin-top: 5px;
}
.board-card a .state {
  color: var(--primary);
}
.board-card a .img {
  margin-bottom: 1.3333333333rem;
  aspect-ratio: 1.266/1;
  border-radius: var(--radius);
  overflow: hidden;
}
.board-card a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.board-card a.closed .img,
.board-card a.all .img,
.board-card a.student .img,
.board-card a.teacher .img {
  position: relative;
}
.board-card a.closed .img::after,
.board-card a.all .img::after,
.board-card a.student .img::after,
.board-card a.teacher .img::after {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  border-radius: 2em;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.4);
}
.board-card a.closed .state,
.board-card a.all .state,
.board-card a.student .state,
.board-card a.teacher .state {
  color: var(--gray) !important;
}
.board-card a.closed .img::after {
  content: "종료";
}
.board-card a.all .img::after {
  content: "전체";
}
.board-card a.student .img::after {
  content: "학생";
}
.board-card a.teacher .img::after {
  content: "선생님";
}
@media (min-width: 821px) {
  .board-card {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .board-card li {
    width: calc(25% - 15px);
    margin-bottom: 48px;
  }
  .board-card li .text-xsm {
    font-size: 13px !important;
  }
}
@media (max-width: 820.98px) {
  .board-card {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .board-card li {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 20px;
  }
  .board-card li a.closed .img::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .board-card li {
    width: calc(50% - 5px);
  }
}
.board-event .img {
  aspect-ratio: 2.15/1 !important;
}
.board-event-list {
  margin-top: 24px;
}
@media (min-width: 821px) {
  .board-event-list li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 820.98px) {
  .board-event-list li {
    width: calc(50% - 13.3333333333px);
  }
}
@media (max-width: 575.98px) {
  .board-event-list li {
    width: 100% !important;
  }
}
.board-view-hd {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.board-view-hd .subject:not(:first-child) {
  margin-top: 1.3333333333rem;
}
.board-view-hd .view-hd-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
}
.board-view-hd .view-hd-info > p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.board-view-hd .date {
  color: var(--gray);
}
.board-view-hd .state {
  color: var(--primary);
  display: inline-block;
  position: relative;
  margin-left: 4px;
  padding-left: 8px;
}
.board-view-hd .state::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 10px;
  background-color: var(--line);
}
@media (max-width: 820.98px) {
  .board-view-hd {
    padding-bottom: 16px;
  }
  .board-view-hd .view-hd-info {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.board-view-contents {
  line-height: 1.6;
}
.board-view-contents .btn-wrap .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}
@media (min-width: 821px) {
  .board-view-contents > div {
    padding: 40px 0;
    font-size: 18px;
  }
}
@media (max-width: 820.98px) {
  .board-view-contents > div {
    padding: 24px 0;
    font-size: 15px;
  }
}
.board-view-nav {
  border-top: 1px solid var(--body);
  border-bottom: 1px solid var(--line);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.board-view-nav > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.board-view-nav > a .btn-inline {
  text-wrap: nowrap;
}
.board-view-nav > a:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 820.98px) {
  .board-view-nav > a {
    padding: 16px 0;
  }
  .board-view-nav > a span {
    display: none;
  }
}
.board-reply-wrap {
  margin-top: 64px;
  padding-bottom: 40px;
}
@media (max-width: 820.98px) {
  .board-reply-wrap {
    margin-top: 50px;
    padding-bottom: 10px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  gap: 24px;
}
.pager .pagerMoBtn,
.pager .txtPager,
.pager::before,
.pager::after {
  display: none;
}
.pager .pagerBtn {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(../images/common/ico-pager-prev.svg) no-repeat center/contain;
  opacity: 0.4;
  pointer-events: none;
}
.pager .pagerBtn.btnNext {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pager .pagerBtn.on {
  opacity: 1;
  pointer-events: auto;
}
.pager ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.pager ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 0;
  border-radius: 50px !important;
  font-size: 15px;
  color: var(--gray);
}
.pager ul a.active {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .pager ul a {
    width: 30px;
    height: 30px;
  }
}
.pager + .btn-wrap {
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .pager {
    margin-top: 40px;
  }
  .pager + .btn-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 344.98px) {
  .pager {
    gap: 8px;
  }
}

.tb {
  border-collapse: collapse;
}
.tb .tb-hd th {
  padding: 20px 0;
  border-bottom: 1px solid var(--body);
  font-weight: 800;
  text-align: center;
}
.tb-list tbody > tr {
  border-bottom: 1px solid var(--line);
}
.tb-list tbody > tr > * {
  padding: 20px 12px;
}
@media (max-width: 820.98px) {
  .tb .tb-hd {
    display: none;
  }
}

select {
  padding: 12px 16px;
  border: 1px solid var(--line);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/ico-board-select-arr.svg) no-repeat center
    right 20px/16px 16px;
}
select:-ms-expand {
  display: none;
}

input[type="text"],
input[type="date"],
input[type="password"],
input[type="number"] {
  border: 1px solid var(--line);
}
input[type="text"]:disabled,
input[type="text"].hasVal,
input[type="date"]:disabled,
input[type="date"].hasVal,
input[type="password"]:disabled,
input[type="password"].hasVal,
input[type="number"]:disabled,
input[type="number"].hasVal {
  background: rgba(15, 35, 46, 0.03);
}
input[type="text"]:disabled,
input[type="date"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled {
  color: var(--body);
}

.form-wrap {
  margin-top: 4.2rem;
}
.info-bx + .form-wrap {
  margin-top: 2.6666666667rem;
}
.form-wrap .required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2px;
}
.form-wrap .required::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(../images/common/icon-required.svg) no-repeat center/contain;
}
.form-wrap .form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.form-wrap .form-tit span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2px;
  font-size: 1rem;
  line-height: 1;
}
.form-wrap .form-tit span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(../images/common/icon-required.svg) no-repeat center/contain;
}
.form-wrap .form-sect:has(.info-bx) .form-tit {
  margin-bottom: 16px;
}
.form-wrap .form-sect .list-chk {
  font-size: calc(var(--font-size) + 1px);
}
@media (max-width: 820.98px) {
  .form-wrap .form-sect + .form-sect {
    margin-top: 50px;
  }
  .form-wrap .form-sect:not(:has(.info-bx)) .form-tit {
    margin-bottom: 20px;
  }
  .form-wrap .form-sect:has(.info-bx) .info-bx {
    margin-bottom: 20px;
  }
}
@media (min-width: 821px) {
  .form-wrap .form-sect + .form-sect {
    margin-top: 80px;
  }
  .form-wrap .form-sect:not(:has(.info-bx)) .form-tit {
    margin-bottom: 30px;
  }
  .form-wrap .form-sect:has(.info-bx) .info-bx {
    margin-bottom: 30px;
  }
}
.form-wrap .form-group .form-label {
  font-weight: 800;
  line-height: 1;
}
.form-wrap .form-group .form-control {
  padding: 14px 20px;
  width: 100%;
  border-radius: 500px;
}
.form-wrap .form-group .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .form-wrap .form-group .form-inline:has(.email-wrap) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.form-wrap .form-group .form-inline:has(.form-text) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-wrap .form-group .form-block {
  width: 100%;
}
.form-wrap .form-group .form-block > .form-control {
  display: block;
}
.form-wrap .form-group .form-block > .form-control + .form-control {
  margin-top: 8px;
}
.form-wrap .form-group .form-block > .form-inline + .form-inline {
  margin-top: 8px;
}
.form-wrap .form-group .btn {
  padding: 10px 24px;
  min-width: 120px;
  min-height: 44px;
  background: var(--navy);
  text-wrap: nowrap;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}
.form-wrap .form-group .btn.outline {
  border: 1px solid var(--navy);
  background-color: #fff;
  color: var(--navy);
}
.form-wrap .form-group .btn-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}
.form-wrap .form-group .btn-file input {
  display: none;
}
.form-wrap .form-group .email-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.form-wrap .form-group .email-wrap .form-control,
.form-wrap .form-group .email-wrap .form-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 820.98px) {
  .form-wrap .form-group .email-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-wrap .form-group .email-wrap .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-wrap .form-group .email-wrap + .btn {
    margin-left: auto;
  }
}
@media (max-width: 820.98px) and (max-width: 575.98px) {
  .form-wrap .form-group .email-wrap .form-select {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.form-wrap .form-group .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 40px 14px 20px;
  width: auto;
  min-width: 120px;
  border-radius: 500px;
  color: var(--body);
  -webkit-text-fill-color: var(--body);
}
.form-wrap .form-group .left-time {
  position: relative;
  width: 100%;
}
.form-wrap .form-group .left-time .time {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.form-wrap .form-group .datepicker {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 2em;
  overflow: hidden;
}
.form-wrap .form-group .datepicker input[type="date"] {
  text-align: left;
  width: calc(100% + 1rem);
  border: 0;
}
.form-wrap
  .form-group
  .datepicker
  input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: none;
  opacity: 0;
}
.form-wrap
  .form-group
  .datepicker
  input[type="date"]::-webkit-inner-spin-button,
.form-wrap
  .form-group
  .datepicker
  input[type="date"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrap
  .form-group
  .datepicker
  input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  padding-left: 10px;
}
.form-wrap .form-group .datepicker::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  background: url(../images/common/icon-calendar.svg);
  width: 16px;
  height: 16px;
  pointer-events: none;
}
@media (min-width: 821px) {
  .form-wrap .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .form-wrap .form-group .datepicker {
    max-width: 480px;
  }
  .form-wrap .form-group .datepicker input[type="date"] {
    max-width: calc(100% + 1rem);
  }
  .form-wrap .form-group + .form-group {
    margin-top: 24px;
  }
  .form-wrap .form-group .form-label {
    margin-top: 14px;
    width: 160px;
    min-width: 160px;
  }
  .form-wrap .form-group .form-label.mw-none {
    min-width: 0;
    width: auto;
  }
  .form-wrap .form-group .form-control {
    font-size: 15px;
    max-width: 480px;
  }
  .form-wrap .form-group .form-control.short {
    max-width: 240px;
  }
  .form-wrap .form-group .email-wrap,
  .form-wrap .form-group .left-time {
    max-width: 480px;
  }
  .form-wrap .form-group .form-select {
    max-width: 480px;
    font-size: 15px;
  }
  .form-wrap .form-group input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/common/icon-calendar.svg) no-repeat;
  }
}
@media (max-width: 820.98px) {
  .form-wrap .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px;
  }
  .form-wrap .form-group .datepicker input[type="date"] {
    height: 48px;
    text-align: left;
    line-height: 48px;
  }
  .form-wrap .form-group + .form-group {
    margin-top: 32px;
  }
  .form-wrap .form-group .form-label:has(.quest-wrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  }
  .form-wrap .form-group .form-control {
    font-size: 13px;
    padding: 14px !important;
  }
  .form-wrap .form-group .form-select {
    font-size: 13px;
    width: 100%;
  }
  .form-wrap .form-group .btn {
    padding: 10px 14px;
    min-width: 110px;
  }
  .form-wrap .form-group .time {
    right: 14px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 344.98px) {
  .form-wrap .form-group .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-wrap .familysite-wrap .familysite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
}
.form-wrap .familysite-wrap .familysite li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.form-wrap .familysite-wrap .familysite li i {
  display: block;
}
.form-wrap .familysite-wrap .familysite li i.cedulearn {
  background: url(../images/common/familysite-cedulearn.png) no-repeat
    center/contain;
}
.form-wrap .familysite-wrap .familysite li i.cedubook {
  background: url(../images/common/familysite-cedubook.png) no-repeat
    center/contain;
}
@media (max-width: 820.98px) {
  .form-wrap .familysite-wrap .familysite {
    padding-bottom: 20px;
  }
  .form-wrap .familysite-wrap .familysite li i {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 821px) {
  .form-wrap .familysite-wrap .familysite {
    padding-bottom: 30px;
  }
  .form-wrap .familysite-wrap .familysite li i {
    width: 80px;
    height: 80px;
  }
}
.form-wrap .form-text {
  width: 100%;
  line-height: 1.6;
  letter-spacing: -0.45px;
}
.form-wrap .form-text.mt-gap {
  margin-top: 8px;
}
@media (max-width: 820.98px) {
  .form-wrap .form-text {
    font-size: 14px;
  }
}
@media (min-width: 821px) {
  .form-wrap .form-text {
    font-size: 15px;
  }
}
.form-wrap .form-textarea {
  margin-top: 1.6rem;
  margin-bottom: 4rem;
  padding: 1.3333333333rem;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  line-height: 1.6;
}
.form-wrap .quest-wrap {
  position: relative;
  font-size: 0;
}
.form-wrap .quest-wrap .quest-btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon-quest-circle.svg) no-repeat
    center/contain;
}
.form-wrap .quest-wrap .quest-btn:hover + .quest-bx {
  display: block;
}
.form-wrap .quest-wrap .quest-bx {
  position: absolute;
  padding: 1.6rem;
  width: 250px;
  line-height: 1.6;
  letter-spacing: -0.42px;
  display: none;
}
.form-wrap .quest-wrap .quest-bx.active {
  display: block;
}
@media (min-width: 821px) {
  .form-wrap .quest-wrap .quest-btn {
    display: block;
    margin-top: 8px;
  }
  .form-wrap .quest-wrap .quest-bx {
    top: 28px;
  }
}
@media (max-width: 820.98px) {
  .form-wrap .quest-wrap {
    display: inline-block;
  }
  .form-wrap .quest-wrap .quest-btn {
    display: inline-block;
  }
  .form-wrap .quest-wrap .quest-bx {
    left: -50px;
  }
}

.info-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  color: var(--primary);
}
.info-bx.bg {
  padding: 1.3333333333rem;
  border-radius: 12px;
  background: rgba(245, 70, 0, 0.05);
}
.info-bx .icon-alert {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/mypage/icon-info.svg) no-repeat center/contain;
}

.form-layer .form-wrap {
  margin-top: 40px;
}
.form-layer .form-wrap:first-child {
  margin-top: 0;
}
.form-layer .form-wrap .form-tit {
  margin-bottom: 40px !important;
  border-bottom: 1px solid var(--body);
}
.form-layer .form-wrap .form-group {
  display: block;
}
.form-layer .form-wrap .form-group .form-label {
  margin-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-bottom: 16px;
}
.form-layer .form-wrap .form-group .form-control {
  max-width: none;
}
.form-layer .form-wrap .form-group .form-textarea {
  margin: 0;
}
.form-layer .btn-flex-wrap {
  margin-top: 40px !important;
}
@media (min-width: 821px) {
  .form-layer .layer-cont {
    padding: 60px;
  }
  .form-layer .form-group:has(.ml-auto) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
  .form-layer .form-group:has(.ml-auto) .form-label {
    margin-bottom: 0;
  }
  .form-layer .form-group + .form-group {
    margin-top: 40px;
  }
  .form-layer
    .form-group
    + .form-group:has(.form-select)
    .form-select
    + .form-select {
    margin-left: 8px;
  }
}
@media (max-width: 820.98px) {
  .form-layer .layer-cont {
    padding: 40px 20px;
  }
  .form-layer .form-wrap .form-group .ml-auto {
    width: 100%;
  }
  .form-layer .form-wrap .form-group .d-flex:has(.form-select) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.upload-file {
  margin-top: 1.3333333333rem;
}
.upload-file .file-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
}
.upload-file .file-list label {
  display: inline-block;
  padding: 8px 16px;
  background: #efefef;
  border-radius: 8px;
  font-weight: 500;
  text-wrap: nowrap;
  cursor: pointer;
}
.upload-file .file-list label input {
  display: none;
}
.upload-file .file-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.5333333333rem 1.0666666667rem 0.5333333333rem 2.6666666667rem;
  height: 3.2rem;
  background: #efefef url(../images/common/icon-file.svg) no-repeat left
    1.0666666667rem center/1.0666666667rem 1.0666666667rem;
  border-radius: 8px;
  font-weight: 500;
  text-wrap: nowrap;
}
.upload-file .file-list li span {
  max-width: 9.0666666667rem;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.6em;
  line-height: 1.6 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-file .file-list li .extension {
  font-weight: 500;
}
.upload-file .file-list li .icon-x {
  display: block;
  margin-left: 1.0666666667rem;
  min-width: 1.0666666667rem;
  height: 1.0666666667rem;
  background: #efefef url(../images/common/icon-file-delete.svg) no-repeat
    center/contain;
  cursor: pointer;
}
@media (max-width: 820.98px) {
  .upload-file:has(.thumb-list) {
    overflow-x: scroll;
  }
}
.upload-file + .form-group {
  margin-top: 40px;
}
.upload-file .thumb-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  min-width: 500px;
}
.upload-file .thumb-list label,
.upload-file .thumb-list li {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.upload-file .thumb-list label {
  background: rgba(0, 0, 0, 0.08) url(../images/common/icon-file-add.svg)
    no-repeat center/2.1333333333rem 2.1333333333rem;
  cursor: pointer;
}
.upload-file .thumb-list label input {
  display: none;
}
.upload-file .thumb-list li {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.upload-file .thumb-list li .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.upload-file .thumb-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.upload-file .thumb-list li .no-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08) url(../images/common/icon-file2.svg) no-repeat
    top 35% center/30% auto;
}
.upload-file .thumb-list li .no-thumb span {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 76%;
  font-size: 12px;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-file .thumb-list .icon-x {
  position: absolute;
  z-index: 1;
  top: 6%;
  right: 6%;
  display: block;
  margin-left: 1.0666666667rem;
  min-width: 1.0666666667rem;
  height: 1.0666666667rem;
  background: url(../images/common/icon-file-delete2.svg) no-repeat
    center/contain;
  cursor: pointer;
}
@media (max-width: 820.98px) {
  .upload-file .thumb-list {
    gap: 4px;
  }
  .upload-file .thumb-list label,
  .upload-file .thumb-list li {
    border-radius: 6px;
  }
}
@media (min-width: 821px) {
  .upload-file .thumb-list {
    gap: 8px;
  }
  .upload-file .thumb-list label,
  .upload-file .thumb-list li {
    border-radius: 12px;
  }
}

.download-file {
  padding-bottom: 0 !important;
}
.download-file .file-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
}
.download-file .file-list label {
  display: inline-block;
  padding: 8px 16px;
  background: #efefef;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  text-wrap: nowrap;
  cursor: pointer;
}
.download-file .file-list label input {
  display: none;
}
.download-file .file-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.5333333333rem 1.0666666667rem 0.5333333333rem 2.6666666667rem;
  width: 100%;
  height: 3.2rem;
  background: #fff url(../images/common/icon-file.svg) no-repeat left
    1.0666666667rem center/1.0666666667rem 1.0666666667rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  text-wrap: nowrap;
}
.download-file .file-list li > a span {
  max-width: 9.0666666667rem;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.6em;
  line-height: 1.6 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-file .file-list li > a .extension {
  font-weight: 500;
}
.download-file .file-list li > a .icon-download {
  display: block;
  margin-left: 1.0666666667rem;
}
@media (max-width: 820.98px) {
  .download-file:has(.thumb-list) {
    overflow-x: scroll;
  }
}
.download-file + .form-group {
  margin-top: 40px;
}
.download-file .thumb-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  min-width: 500px;
}
.download-file .thumb-list label,
.download-file .thumb-list li {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.download-file .thumb-list label {
  background: rgba(0, 0, 0, 0.08) url(../images/common/icon-file-add.svg)
    no-repeat center/2.1333333333rem 2.1333333333rem;
  cursor: pointer;
}
.download-file .thumb-list label input {
  display: none;
}
.download-file .thumb-list li {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.download-file .thumb-list li .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.download-file .thumb-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.download-file .thumb-list li .no-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08) url(../images/common/icon-file2.svg) no-repeat
    top 35% center/30% auto;
}
.download-file .thumb-list li .no-thumb span {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 76%;
  font-size: 12px;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-file .thumb-list .icon-x {
  position: absolute;
  z-index: 1;
  top: 6%;
  right: 6%;
  display: block;
  margin-left: 1.0666666667rem;
  min-width: 1.0666666667rem;
  height: 1.0666666667rem;
  background: url(../images/common/icon-file-delete2.svg) no-repeat
    center/contain;
  cursor: pointer;
}
@media (max-width: 820.98px) {
  .download-file .thumb-list {
    gap: 4px;
  }
  .download-file .thumb-list label,
  .download-file .thumb-list li {
    border-radius: 6px;
  }
}
@media (min-width: 821px) {
  .download-file .thumb-list {
    gap: 8px;
  }
  .download-file .thumb-list label,
  .download-file .thumb-list li {
    border-radius: 12px;
  }
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  border: 0;
}
.rate label {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon-rate-star-off.svg) no-repeat
    center/contain;
}
.rate input {
  display: none;
}
.rate input:checked + label,
.rate input:has(~ input:checked) + label {
  background: url(../images/common/icon-rate-star-on.svg) no-repeat
    center/contain;
}

.book-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}
.book-info-wrap .thumb {
  max-width: 66px;
  border: 1px solid var(--line);
}
.book-info-wrap .desc {
  text-align: left;
}
.book-info-wrap .desc .brand {
  display: block;
  margin-bottom: 5px;
  color: #999;
}

.list-radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--body);
}
.list-radio input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.list-radio::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/common/check-mark-circle_v2.svg) no-repeat center
    center/contain;
}
.list-radio:has(input:checked)::before {
  background-image: url(../images/common/check-mark-circle-on.svg);
}
.list-radio:has(input:disabled) {
  color: var(--lightgray) !important;
}
.list-radio:has(input:disabled)::before {
  background-image: url(../images/common/check-mark-circle_disabled.svg);
}
.list-radio:has(input:disabled:checked) {
  color: var(--lightgray) !important;
}
.list-radio:has(input:disabled:checked)::before {
  background-image: url(../images/common/check-mark-circle_disabled_on.svg);
}

.inqury-tb .inqury-cont {
  border-bottom: 1px solid var(--line);
}
.inqury-tb .inqury-cont .tit {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 1.5em;
  line-height: 1.5 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  text-align: left;
}
.inqury-tb .inqury-cont .date {
  font-size: 13px;
  color: var(--gray);
}
.inqury-tb .inqury-cont .state .badge {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
}
.inqury-tb .inqury-cont .delete {
  pointer-events: none;
}
.inqury-tb .inqury-cont .delete .btn {
  position: relative;
  z-index: 99;
  pointer-events: auto;
}
@media (max-width: 820.98px) {
  .inqury-tb .inqury-cont {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 8px;
  }
  .inqury-tb .inqury-cont td {
    display: inline-block;
  }
  .inqury-tb .inqury-cont .type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .inqury-tb .inqury-cont .tit {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 10px 0;
    width: 100%;
  }
  .inqury-tb .inqury-cont .date {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
  }
  .inqury-tb .inqury-cont .state {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .inqury-tb .inqury-cont .delete {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-left: auto;
  }
}
@media (min-width: 821px) {
  .inqury-tb .inqury-cont > *:nth-of-type(1) {
    width: 8.3333333333%;
  }
  .inqury-tb .inqury-cont > *:nth-of-type(2) {
    width: 13%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .inqury-tb .inqury-cont > *:nth-of-type(3) {
    padding-left: 16px;
    padding-right: 16px;
  }
  .inqury-tb .inqury-cont > *:nth-of-type(4) {
    width: 17.7083333333%;
  }
  .inqury-tb .inqury-cont > *:nth-of-type(5) {
    width: 17.7083333333%;
  }
  .inqury-tb .inqury-cont > *:nth-of-type(6) {
    width: 8.3333333333%;
  }
  .inqury-tb .inqury-cont td {
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
  }
  .inqury-tb .inqury-cont .tit {
    line-height: 1.9 !important;
  }
}

.qna-wrap .qna-book-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  padding: 10px 12px;
  border-radius: 6px;
  width: fit-content;
}
.qna-wrap .qna-book-thumb {
  width: 48px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
}
.qna-wrap .qna-book-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark, #222);
}
.qna-wrap .qna-q,
.qna-wrap .qna-a {
  display: none;
}
.qna-wrap .qna-q .badge,
.qna-wrap .qna-a .badge {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--primary);
  color: var(--white);
}
.qna-wrap .qna-q {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.qna-wrap .qna-q .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5px;
}
.qna-wrap .qna-q .subject {
  margin: 5px 0 10px;
}
.qna-wrap .qna-q .detail {
  font-size: 15px;
}
.qna-wrap .qna-a {
  padding-top: 20px;
}
.qna-wrap .qna-a p {
  font-size: 15px;
}
.qna-wrap.active td {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(15, 35, 46, 0.03);
}
.qna-wrap.active .qna-q,
.qna-wrap.active .qna-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 820.98px) {
  .qna-wrap.active td {
    padding: 16px;
  }
  .qna-wrap.active .qna-q,
  .qna-wrap.active .qna-a {
    gap: 16px;
  }
}

body:has(main.index):not(.is-scroll) header#hd {
  background-color: transparent;
}
body:has(main.index):not(.is-scroll) header#hd h1 img {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
}
body:has(main.index):not(.is-scroll) header#hd .hd-bn {
  background: transparent url(../images/common/hd-link-bg-index.png) no-repeat
    center bottom/auto 100% !important;
}
body:has(main.index):not(.is-scroll) header#hd .hd-bn .family a.on {
  color: #fff;
}
body:has(main.index):not(.is-scroll) header#hd .hd-bn .family a.on::before {
  background: transparent !important;
}
@media (max-width: 1239.98px) {
  body:has(main.index):not(.is-scroll) header#hd .hd-bn {
    background: transparent url(../images/common/hd-link-bg-index2.png)
      no-repeat left bottom/auto 100% !important;
  }
}
body:has(main.index):not(.is-scroll) header#hd .hd-top a {
  color: #fff;
}
body:has(main.index):not(.is-scroll)
  header#hd
  .hd-top
  .top-search-wrap
  .top-search {
  background-color: #fff;
  border-color: transparent;
}
body:has(main.index):not(.is-scroll)
  header#hd
  .hd-top
  .top-search-wrap
  .smart-search
  a {
  color: #fff;
}
body:has(main.index):not(.is-scroll)
  header#hd
  .hd-top
  .top-search-wrap
  .smart-search
  a::before {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
}
body:has(main.index):not(.is-scroll) header#hd .hd-top .top-member .badge {
  border-color: #fff;
}
body:has(main.index):not(.is-scroll) header#hd .hd-top .top-member:hover .name {
  border-bottom: 1px solid var(--white);
}
body:has(main.index):not(.is-scroll) header#hd .hd-gnb #gnb-pc > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body:has(main.index):not(.is-scroll) header#hd .hd-gnb #gnb-pc > div a {
  color: #fff;
}
body:has(main.index):not(.is-scroll)
  header#hd
  .hd-gnb
  #gnb-pc
  .gnb-dep1
  .gnb
  > li
  a::after {
  background-color: var(--white);
}
body:has(main.index):not(.is-scroll)
  header#hd
  .hd-gnb
  #gnb-pc
  .gnb-dep1:has(ul[data-gnb].active)::before {
  display: none !important;
}
body:has(main.index):not(.is-scroll) header#hd .hd-gnb #gnb-pc .gnb-dep2 {
  background-color: transparent;
}
body:has(main.index):not(.is-scroll) header#hd .btn-icon-sitemap {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media (max-width: 820.98px) {
  body:has(main.index):not(.is-scroll) header#hd [class^="btn-icon"] {
    -webkit-filter: grayscale(1) brightness(100);
    filter: grayscale(1) brightness(100);
  }
  body:has(main.index):not(.is-scroll) header#hd .btn-icon-sitemap {
    background-image: url(../images/common/ico-hd-menu-on.svg);
  }
  body:has(main.index):not(.is-scroll) header#hd:has(.top-search-wrap.active) {
    background-color: #fff;
  }
  body:has(main.index):not(.is-scroll)
    header#hd:has(.top-search-wrap.active)
    h1
    img,
  body:has(main.index):not(.is-scroll)
    header#hd:has(.top-search-wrap.active)
    .hd-top-mo
    .btn-icon-search {
    -webkit-filter: none !important;
    filter: none !important;
  }
  body:has(main.index):not(.is-scroll)
    header#hd:has(.top-search-wrap.active)
    .btn-icon-sitemap {
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0);
  }
}

@media (min-width: 821px) {
  main.index {
    font-size: 18px;
  }
}
main.index .contain {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
main.index .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}
main.index .title-wrap h2 {
  font-size: 36px !important;
  line-height: 1;
  font-family: "Outfit", serif;
  text-transform: uppercase;
}
@media (min-width: 821px) {
  main.index .title-wrap .cate-nav .tab-text {
    gap: 28px;
  }
  main.index .title-wrap .cate-nav .tab-text li {
    font-size: 18px;
  }
}
@media (max-width: 820.98px) {
  main.index .title-wrap {
    margin-bottom: 24px;
  }
  main.index .title-wrap h2 {
    font-size: 20px !important;
  }
  main.index .title-wrap .cate-nav .tab-text {
    gap: 20px;
  }
}
main.index section {
  position: relative;
  padding-top: 80px;
}
main.index section.bg {
  margin-top: 80px;
  padding-bottom: 80px;
  background: rgba(15, 35, 46, 0.03);
}
main.index section:last-child {
  padding-bottom: 80px;
}
main.index section .book-tit {
  font-weight: 800;
}
@media (max-width: 820.98px) {
  main.index section {
    padding-top: 50px;
    overflow-x: clip;
  }
  main.index section.bg {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  main.index section:last-child {
    padding-bottom: 50px;
  }
}
main.index section.index-top {
  margin-top: -190px;
  padding-top: 0;
  color: #fff;
}
main.index section.index-top .toptextbookSwiper {
  border-radius: 0 !important;
}
@media (min-width: 821px) {
  main.index section.index-top .swiper-slide {
    height: 800px;
    padding: 190px 0 0 0;
  }
  main.index section.index-top .swiper-slide .contain {
    height: 610px;
  }
  main.index section.index-top .swiper-slide .cont {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 820.98px) {
  main.index section.index-top .swiper-slide {
    height: 620px;
    padding: 52px 0 0 0;
  }
}
main.index section.index-top .swiper-button-next,
main.index section.index-top .swiper-button-prev {
  width: 72px;
  height: 72px;
  background: url(../images/main/top-swiper-next.svg) no-repeat center
    center/contain;
}
main.index section.index-top .swiper-button-next::after,
main.index section.index-top .swiper-button-prev::after {
  display: none;
}
main.index section.index-top .swiper-button-next {
  right: 50px;
}
main.index section.index-top .swiper-button-prev {
  background-image: url(../images/main/top-swiper-prev.svg);
  left: 50px;
}
main.index section.index-top .swiper-pagination {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 28px;
  line-height: 0;
  z-index: 11;
}
main.index section.index-top .swiper-skip {
  position: absolute;
  bottom: 28px;
  right: calc(50% - 50vw);
  z-index: 10;
}
main.index section.index-top .swiper-skip ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.index section.index-top .swiper-skip li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.7;
  padding: 5px 16px;
  border-bottom: 2px solid transparent;
}
main.index section.index-top .swiper-skip li a.on {
  opacity: 1;
  font-weight: 700;
  border-color: #fff;
}
main.index section.index-top .swiper-skip li a:hover {
  opacity: 1;
}
@media (min-width: 1240px) {
  main.index section.index-top .swiper-skip {
    right: calc(50% - 600px);
  }
}
@media (max-width: 1439.98px) and (min-width: 821px) {
  main.index section.index-top .swiper-button-next {
    right: 0px;
  }
  main.index section.index-top .swiper-button-prev {
    left: 0px;
  }
  main.index section.index-top .swiper-slide .cont {
    padding-left: 60px;
  }
}
@media (max-width: 820.98px) {
  main.index section.index-top {
    margin-top: -52px;
  }
  main.index section.index-top [class^="swiper-button-"] {
    display: none;
  }
  main.index section.index-top .swiper-pagination {
    left: auto;
    right: 20px;
    bottom: 33px;
    -webkit-transform: none;
    transform: none;
  }
  main.index section.index-top .swiper-skip {
    bottom: 20px;
    right: auto;
    left: 20px;
  }
  main.index section.index-top .swiper-skip li a {
    font-size: 1rem;
    padding: 5px 10px;
  }
}
main.index section.index-quick {
  padding-top: 60px;
}
main.index section.index-quick ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.index section.index-quick ul li a {
  display: block;
  min-width: 80px;
  text-align: center;
}
main.index section.index-quick ul li a p {
  font-weight: 700;
  margin-top: 23px;
  letter-spacing: -0.54px;
  white-space: nowrap;
}
main.index section.index-quick ul li a:hover {
  color: var(--primary);
}
@media (max-width: 820.98px) {
  main.index section.index-quick {
    padding-top: 30px;
  }
  main.index section.index-quick ul {
    width: 303px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px;
  }
  main.index section.index-quick ul li a {
    width: 60px;
    min-width: auto;
  }
  main.index section.index-quick ul li a img {
    width: 30px;
    margin: 15px;
  }
  main.index section.index-quick ul li a p {
    margin-top: 0;
  }
}
main.index section.index-notice .noticeSwiper {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
  height: 60px;
}
main.index section.index-notice .noticeSwiper .swiper-slide {
  height: 100%;
}
main.index section.index-notice .noticeSwiper .swiper-slide a {
  position: relative;
  display: block;
  padding: 18px;
  font-weight: 500;
}
main.index section.index-notice .noticeSwiper .swiper-slide a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  margin-top: -2px;
  margin-right: 8px;
  background: url(../images/main/ico-notice.svg) no-repeat 0 0 / contain;
}
main.index section.index-notice .noticeSwiper .swiper-prev,
main.index section.index-notice .noticeSwiper .swiper-next {
  position: absolute;
  z-index: 5;
  top: calc(50% - 14px);
}
main.index section.index-notice .noticeSwiper .swiper-prev {
  left: 20px;
}
main.index section.index-notice .noticeSwiper .swiper-next {
  right: 20px;
}
@media (max-width: 820.98px) {
  main.index section.index-notice .noticeSwiper {
    height: 44px;
  }
  main.index section.index-notice .noticeSwiper .swiper-slide a {
    padding: 12px 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  main.index section.index-notice .noticeSwiper .swiper-prev,
  main.index section.index-notice .noticeSwiper .swiper-next {
    display: none;
  }
}
main.index section.index-best .best-detail dl dt {
  display: block;
  border: 1px solid var(--line);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-best .best-detail dl dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-best .swiper-wrap .bestSwiper .swiper-slide {
  height: auto;
}
main.index section.index-best .swiper-wrap .bestSwiper .swiper-slide dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.index section.index-best .swiper-wrap .bestSwiper .swiper-slide dl dt {
  height: 100%;
  border: 1px solid var(--line);
}
main.index section.index-best .swiper-wrap .bestSwiper .swiper-slide dl dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-best .swiper-wrap .bestSwiper .swiper-slide dl dd {
  margin-top: auto;
}
main.index section.index-best .icon-arr-more {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-arr-more.svg);
}
@media (min-width: 821px) {
  main.index section.index-best .best-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.index section.index-best .best-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  main.index section.index-best .best-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.index section.index-best .best-detail dl dt {
    width: 240px;
    height: 320px;
    margin-right: 40px;
  }
  main.index section.index-best .best-detail dl dd {
    padding-top: 60px;
    width: 210px;
    word-break: keep-all;
  }
  main.index section.index-best .best-detail dl dd .book-tit {
    margin-bottom: 18px;
    font-size: 20px;
  }
  main.index section.index-best .best-detail dl dd .btn-more {
    margin-top: 28px;
  }
  main.index section.index-best .swiper-wrap {
    width: 478px;
    overflow: hidden;
  }
  main.index section.index-best .swiper-wrap .bestSwiper {
    width: 644px;
    margin-left: -166px;
  }
  main.index section.index-best .swiper-wrap .bestSwiper .swiper-slide-active {
    opacity: 0;
    pointer-events: none;
  }
  main.index
    section.index-best
    .swiper-wrap
    .bestSwiper
    .swiper-slide
    .book-tit {
    font-size: 15px !important;
    margin-bottom: 8px;
    padding: 12px 0 8px;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
    max-height: 3.6em !important;
    height: 3.6em !important;
  }
  main.index
    section.index-best
    .swiper-wrap
    .bestSwiper
    .swiper-slide
    .btn-more {
    display: none;
  }
  main.index section.index-best .pagination-wrap {
    position: absolute;
    bottom: 60px;
    left: 280px;
    width: 240px;
    max-width: calc(100% - 320px);
    margin-top: 70px;
    z-index: 10;
  }
  main.index
    section.index-best
    .pagination-wrap
    .swiper-pagination-progressbar {
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
  }
  main.index
    section.index-best
    .pagination-wrap
    .swiper-pagination-progressbar-fill {
    background-color: var(--body);
  }
}
@media (min-width: 1240px) {
  main.index section.index-best .best-detail dl dt {
    margin-right: 80px;
  }
  main.index section.index-best .pagination-wrap {
    left: 320px;
    max-width: calc(100% - 320px);
  }
}
@media (max-width: 820.98px) {
  main.index section.index-best .best-detail,
  main.index section.index-best .pagination-wrap {
    display: none;
  }
  main.index section.index-best .bestSwiper {
    overflow: visible;
  }
  main.index section.index-best .bestSwiper .btn-more {
    display: none;
  }
  main.index section.index-best .book-tit {
    height: 2.8em !important;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
    margin: 12px 8px;
  }
}
main.index section.index-newbook .newbookSwiper .swiper-slide {
  height: auto;
}
main.index section.index-newbook .newbookSwiper .swiper-slide dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.index section.index-newbook .newbookSwiper .swiper-slide dl dt {
  height: 100%;
  border: 1px solid var(--line);
}
main.index section.index-newbook .newbookSwiper .swiper-slide dl dt a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-newbook .newbookSwiper .swiper-slide dl dt a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-newbook .newbookSwiper .swiper-slide dl dd {
  margin-top: auto;
}
@media (min-width: 821px) {
  main.index section.index-newbook .newbookSwiper .book-tit {
    font-size: 15px !important;
    padding: 12px 0 8px;
    margin-bottom: 8px;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
    max-height: 3.6em !important;
    height: 3.6em !important;
  }
}
@media (max-width: 820.98px) {
  main.index section.index-newbook .newbookSwiper {
    overflow: visible;
  }
  main.index section.index-newbook .newbookSwiper .book-tit {
    height: 2.8em !important;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
    margin: 12px 8px;
  }
}
main.index section.index-video .videoSwiper {
  overflow: visible;
}
main.index section.index-video .videoSwiper .swiper-slide {
  height: auto !important;
}
main.index section.index-video .vod-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg);
  border-radius: var(--radius);
  overflow: hidden;
}
main.index section.index-video .vod-frame .vod-cont {
  width: 286px;
  padding: 40px;
}
main.index section.index-video .vod-frame .vod-cont .tit {
  font-size: 1.4666666667rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.66px;
  height: 4.5em;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  main.index section.index-video .vod-frame .vod-cont .tit {
    min-height: 42px;
  }
}
main.index section.index-video .vod-frame .vod-cont .book .img {
  position: relative;
  margin-top: 12px;
}
main.index section.index-video .vod-frame .vod-cont .book .img::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 90px;
  height: 10px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (max-width: 991.98px) {
  main.index section.index-video .vod-frame .vod-cont .book .img {
    width: 48px;
    height: 64px;
    border: 1px solid var(--line);
  }
}
main.index section.index-video .vod-frame .vod-cont .book img {
  width: 90px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-video .vod-frame .vod-play {
  width: 711px;
  position: relative;
}
main.index section.index-video .vod-frame .vod-play > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main.index section.index-video .vod-frame .vod-play .thumb {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
main.index section.index-video .vod-frame .vod-play .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-video .vod-frame .vod-play .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  background: url(../images/ico-mov-play.svg) no-repeat center center/contain;
}
main.index section.index-video .vod-frame .vod-play iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
main.index section.index-video .vod-frame .vod-play.play .thumb {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
main.index section.index-video .vod-frame .vod-play.play iframe {
  opacity: 1;
  pointer-events: a;
  z-index: 5;
}
@media (max-width: 820.98px) {
  main.index section.index-video .vod-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  main.index section.index-video .vod-frame .vod-cont {
    width: 100%;
    padding: 25px 20px;
  }
  main.index section.index-video .vod-frame .vod-cont .tit {
    font-size: 15px;
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
    margin-bottom: 1rem;
  }
  main.index section.index-video .vod-frame .vod-cont .tit br {
    display: none;
  }
  main.index section.index-video .vod-frame .vod-cont .book .img::after {
    width: 48px;
    height: 5px;
  }
  main.index section.index-video .vod-frame .vod-cont .book .img img {
    width: 48px;
    height: 64px;
  }
  main.index section.index-video .vod-frame .vod-play {
    margin-top: auto;
    width: 100%;
  }
  main.index section.index-video .vod-frame .vod-play .thumb::after {
    width: 36px;
    height: 36px;
  }
}
main.index section.index-ebook {
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  main.index section.index-ebook {
    padding-bottom: 50px;
  }
}
main.index section.index-ebook .ebook-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.index section.index-ebook .ebook-frame > div {
  position: relative;
}
main.index section.index-ebook .ebook-frame [class*="ebookSwiper"] {
  border-radius: var(--radius);
}
main.index
  section.index-ebook
  .ebook-frame
  [class*="ebookSwiper"]
  .swiper-slide {
  color: #fff;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 {
  height: 480px;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-slide {
  position: relative;
  background: #ff6a38;
}
main.index
  section.index-ebook
  .ebook-frame
  .ebookSwiper1
  .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/main/ebook-banner-bg.png) no-repeat bottom
    right/cover;
  pointer-events: none;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-slide dl {
  padding: 40px;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-slide dl dt {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-slide dl dd {
  font-weight: 500;
  line-height: 1.6;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-slide .img {
  position: absolute;
  bottom: 75px;
  right: 75px;
  border: 0.3333333333rem solid #2f2f2f;
  border-radius: 0.3333333333rem;
}
main.index
  section.index-ebook
  .ebook-frame
  .ebookSwiper1
  .swiper-slide
  .img
  img {
  width: 145px;
  height: 194px;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-control {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  z-index: 10;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 {
  height: 210px;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2.ebookSwiper2-1 {
  margin-bottom: 20px;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 a {
  display: block;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 dl {
  padding: 30px;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 dt {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 .img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 3px solid #2f2f2f;
  border-radius: 0.3333333333rem;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 .img img {
  width: 72px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 .img::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 0.6666666667rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
main.index section.index-ebook .ebook-frame .ebookSwiper2 .swiper-control {
  display: none;
}
main.index section.index-ebook .ebook-frame .swiper-pagination-fraction {
  width: auto;
  left: 20px;
  bottom: 20px;
  padding: 5px 6px;
  font-size: 0.8666666667rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2em;
}
main.index section.index-ebook .ebook-frame .swiper-pagination-fraction span {
  display: inline-block;
}
main.index
  section.index-ebook
  .ebook-frame
  .swiper-pagination-fraction
  span:not(.bar) {
  font-weight: 600;
  font-family: "Outfit", serif;
  width: 1em;
}
main.index
  section.index-ebook
  .ebook-frame
  .swiper-pagination-fraction
  span.bar {
  font-weight: 300;
  opacity: 0.4;
}
main.index
  section.index-ebook
  .ebook-frame
  .ebook-swiper-right
  .swiper-control {
  padding-top: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 821px) {
  main.index section.index-ebook .ebook-frame .ebook-swiper-left {
    width: 66.1%;
  }
  main.index section.index-ebook .ebook-frame .ebook-swiper-right {
    width: 32.25%;
  }
}
@media (max-width: 820.98px) {
  main.index section.index-ebook .ebook-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper1,
  main.index section.index-ebook .ebook-frame .ebookSwiper2 {
    width: 100%;
    height: 200px;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper1 dl,
  main.index section.index-ebook .ebook-frame .ebookSwiper2 dl {
    padding: 20px !important;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper1 dt,
  main.index section.index-ebook .ebook-frame .ebookSwiper2 dt {
    font-size: 1rem !important;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper1 dd,
  main.index section.index-ebook .ebook-frame .ebookSwiper2 dd {
    font-size: 13px !important;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper1 .swiper-control,
  main.index section.index-ebook .ebook-frame .ebookSwiper2 .swiper-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    bottom: 20px;
    right: auto;
    left: 80px;
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  main.index
    section.index-ebook
    .ebook-frame
    .ebookSwiper1
    .swiper-slide::before {
    background: url(../images/main/ebook-banner-bg.png) no-repeat right
      bottom/contain;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper1 .img {
    bottom: 30px !important;
    right: 30px !important;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper1 .img img {
    width: 55px !important;
    height: 75px !important;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper2 {
    width: 100%;
    height: 120px;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper2.ebookSwiper2-1 {
    margin-bottom: 12px;
  }
  main.index section.index-ebook .ebook-frame .ebookSwiper2 .img img {
    width: 46px !important;
    height: 62px !important;
  }
  main.index
    section.index-ebook
    .ebook-frame
    .ebook-swiper-right
    > .swiper-control {
    display: none;
  }
}

.mypage .profile {
  position: relative;
  width: 100%;
  height: 200px;
  background: var(--primary) url(../images/mypage/profile-bg.png) no-repeat
    center/auto 100%;
  border-radius: var(--radius);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage .profile .name {
  font-weight: 800;
  line-height: 1;
}
.mypage .profile .badge {
  padding: 0.3333333333rem 0.6666666667rem;
  border: 1px solid #fff;
  font-size: 0.9333333333rem;
}
@media (max-width: 820.98px) {
  .mypage .profile {
    gap: 16px;
    margin-bottom: 20px;
    height: 104px;
    background: var(--primary) url(../images/mypage/profile-bg.png) no-repeat
      center/auto 136%;
  }
}
@media (min-width: 821px) {
  .mypage .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 52px;
  }
}
.mypage .withdraw .list-dot {
  margin-bottom: 3.2rem;
}
.mypage .withdraw .list-dot > li::before {
  top: 0.4em !important;
  width: 4px !important;
  height: 4px !important;
  background: var(--gray);
}
@media (min-width: 821px) {
  .mypage .withdraw .form-group + .form-group {
    margin-top: 16px;
  }
}
.mypage .mypost-hd {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--body);
}
.mypage .mypost-hd .title-flex {
  margin-bottom: 24px;
}
.mypage .mypost-hd .tab-sub-cate li {
  text-align: center;
}
@media (min-width: 821px) {
  .mypage .mypost-hd .tab-sub-cate li {
    min-width: 120px;
  }
}
@media (max-width: 820.98px) {
  .mypage .mypost-hd .tab-sub-cate li {
    min-width: 80px;
  }
}
.mypage .mymaterial-tb tbody tr {
  border-bottom: 1px solid var(--line);
}
.mypage .mymaterial-tb tbody .data-list {
  gap: 8px;
}
.mypage .mymaterial-tb tbody .data-list .btn {
  text-wrap: nowrap;
  cursor: default;
}
.mypage .mymaterial-tb tbody .data-list .btn .icon-srch {
  margin-left: 8px;
}
.mypage .mymaterial-tb tbody .data-list .btn:has(.icon-srch) {
  cursor: pointer;
}
.mypage .mymaterial-tb tbody .data-list li:has(.btn-view) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
}
.mypage .mymaterial-tb tbody .icon-download {
  width: 18px;
  height: 18px;
}
@media (max-width: 820.98px) {
  .mypage .mymaterial-tb tbody tr {
    position: relative;
    display: block;
    padding: 20px 0;
    width: 100%;
  }
  .mypage .mymaterial-tb tbody tr td {
    display: block;
  }
  .mypage .mymaterial-tb tbody .type {
    display: none;
  }
  .mypage .mymaterial-tb tbody .book-info-wrap {
    margin-bottom: 16px;
  }
  .mypage .mymaterial-tb tbody .book-info-wrap .badge {
    margin-bottom: 10px;
  }
  .mypage .mymaterial-tb tbody .data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mypage .mymaterial-tb tbody .data-list-wrap {
    width: 100%;
  }
  .mypage .mymaterial-tb tbody .download {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media (min-width: 821px) {
  .mypage .mymaterial-tb tbody tr > *:nth-of-type(1) {
    width: 8.3333333333%;
  }
  .mypage .mymaterial-tb tbody tr > *:nth-of-type(2) {
    padding-left: 16px;
    padding-right: 16px;
    width: 47.9166666667%;
  }
  .mypage .mymaterial-tb tbody tr > *:nth-of-type(3) {
    width: 16.6666666667%;
  }
  .mypage .mymaterial-tb tbody tr td {
    padding: 20px 0;
    text-align: center;
  }
  .mypage .mymaterial-tb tbody .data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.join {
  padding: 100px 0 !important;
}
@media (max-width: 820.98px) {
  .join {
    padding: 50px 0 !important;
  }
}
.join .layer-xs {
  max-width: 370px;
}
.join .btn-wrap:has(.btn-check) {
  margin-top: 16px;
}
.join .btn-wrap .btn-check {
  min-width: 73px;
}
.join .d-ineline-block {
  display: inline-block;
}
.join .btn-showCont {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 4px 8px;
  height: 26px;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray);
  border-radius: 4px;
  border: 1px solid var(--lightgray);
}
.join .btn-showCont span {
  text-decoration: none !important;
}
.join .btn-showCont i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 344.98px) {
  .join .btn-showCont i {
    display: none;
  }
}
.join .check-list-type2 span {
  line-height: 1.3 !important;
}
.join .check-list-type2 label:has(.bt-wrap) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.join .check-list-type2 label:has(.bt-wrap) .bt-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: 20px;
}
.join .contents-sm {
  max-width: 960px !important;
}
.join .contents-sm .form-wrap {
  width: 100%;
}
.join .narrow {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
.join .narrow .form-block:has(.all-chk) {
  width: auto;
  margin: 0 auto;
}
.join .form-wrap {
  margin: 0 auto;
}
.join .form-wrap .form-group {
  margin-top: 30px;
}
.join .form-wrap .tit {
  margin-bottom: 20px;
}
.join .form-wrap .tit + p {
  line-height: 1.6;
}
.join .form-wrap .list-wrap {
  margin-top: 60px;
}
.join .form-wrap .btn-flex-wrap {
  margin-top: 60px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.join .form-wrap .btn-flex-wrap.w-100 .btn {
  width: 100%;
}
.join .form-wrap .btn-flex-wrap + .form-text {
  margin-top: 16px;
}
.join .form-wrap .check-wrap {
  margin-top: 60px;
}
.join .form-wrap div:has(.link-wrap) {
  margin-top: 20px;
}
@media (max-width: 820.98px) {
  .join .form-wrap {
    word-break: keep-all;
  }
  .join .form-wrap .check-wrap,
  .join .form-wrap .list-wrap,
  .join .form-wrap .btn-flex-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .join .form-wrap .btn-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.join .list-chk {
  gap: 8px;
  font-size: 15px;
}
.join .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  margin-left: auto;
  font-size: 15px;
}
.join .link-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
}
.join .link-wrap li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.join .find-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  margin-top: 20px;
}
.join .find-wrap span {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--gray);
}
.join .list-chk.all-chk {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-align: left;
}
.join .list-chk.all-chk::before {
  width: 20px;
  height: 20px;
}
.join .list-chk.all-chk + ul {
  margin: 10px auto 0;
  padding-left: 20px;
  text-align: left;
}
.join .list-chk.all-chk + ul li {
  padding: 0;
}
.join .list-chk.all-chk + ul li + li {
  margin-top: 8px;
}
.join .list-chk.all-chk + ul li:nth-of-type(1) span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.join .list-chk.all-chk + ul li span + b {
  padding-left: 4px;
}
.join .sect + .sect {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.join .sect + .sect > .form-group:first-child {
  margin-top: 0;
}
.join .sect .step-num {
  display: block;
  margin-bottom: 4px;
  font-size: 1.3333333333rem;
}
.join .sect .form-group2 {
  margin: 0;
  display: block;
}
.join .sect .form-group2 .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.join .sect .form-group2 .form-control {
  display: block;
}
.join .sect .bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
  margin-top: 30px;
  padding: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(15, 35, 46, 0.03);
  line-height: 1.5;
}
.join .step0 .familysite-wrap {
  margin: 60px 0 30px;
}
.join .step0 .familysite-wrap .familysite {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join .step0 .list-dot {
  display: inline-block;
  margin: 20px auto 16px;
  width: auto;
}
.join .step0 .form-block {
  display: inline-block;
}
.join .step1 .txt {
  font-size: 1.0666666667rem;
}
.join .step1 .form-group {
  margin: 30px 0;
}
@media (max-width: 820.98px) {
  .join .step1 .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 821px) {
  .join .step1 .form-control {
    max-width: 360px;
  }
}
.join .step2 .form-group {
  margin-top: 20px;
}
.join .step2 .form-group.mt-0 {
  margin-top: 0;
}
.join .step2 .pw-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}
.join .step2 .pw-wrap .form-group {
  width: 100%;
}
@media (max-width: 820.98px) {
  .join .step2 .pw-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 820.98px) {
  .join .step2 .check-list-type2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
@media (min-width: 821px) {
  .join .step2 .check-list-type2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
  }
  .join .step2 .check-list-type2 li b {
    line-height: 1;
  }
}

.toptextbookSwiper {
  border-radius: var(--radius);
  overflow: hidden;
}
.toptextbookSwiper .swiper-slide {
  height: 480px;
  color: #fff;
}
.toptextbookSwiper .swiper-slide .contain {
  position: relative;
  height: 100%;
}
.toptextbookSwiper .swiper-slide .cont {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.toptextbookSwiper .swiper-slide .cont > p,
.toptextbookSwiper .swiper-slide .cont dt,
.toptextbookSwiper .swiper-slide .cont dd {
  opacity: 0;
}
.toptextbookSwiper .swiper-slide .cont .rich-content > p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
}
.toptextbookSwiper .swiper-slide .cont .rich-content > p:nth-of-type(2) {
  margin-top: 24px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
}
.toptextbookSwiper .swiper-slide .cont .rich-content > p:nth-of-type(3) {
  margin-top: 44px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}
.toptextbookSwiper .swiper-slide .img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  height: 420px;
}
.toptextbookSwiper .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 821px) {
  .toptextbookSwiper .swiper-slide .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 80px;
  }
  .toptextbookSwiper .swiper-slide .cont > p,
  .toptextbookSwiper .swiper-slide .cont dt,
  .toptextbookSwiper .swiper-slide .cont dd {
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
  }
}
@media (max-width: 991.98px) {
  .toptextbookSwiper .swiper-slide .img {
    height: 60%;
  }
}
@media (max-width: 820.98px) {
  .toptextbookSwiper .swiper-slide {
    height: 540px;
  }
  .toptextbookSwiper .swiper-slide .cont {
    padding: 40px;
  }
  .toptextbookSwiper .swiper-slide .cont > p,
  .toptextbookSwiper .swiper-slide .cont dt,
  .toptextbookSwiper .swiper-slide .cont dd {
    -webkit-transform: translateX(15vw);
    transform: translateX(15vw);
  }
  .toptextbookSwiper .swiper-slide .cont .rich-content > p {
    font-size: 13px !important;
  }
  .toptextbookSwiper .swiper-slide .cont .rich-content > p:nth-of-type(1) {
    margin: 0 !important;
    font-size: 16px !important;
  }
  .toptextbookSwiper .swiper-slide .cont .rich-content > p:nth-of-type(2) {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    font-size: 28px !important;
  }
  .toptextbookSwiper .swiper-slide .cont .rich-content > p:nth-of-type(2) + p {
    margin-top: 16px !important;
  }
  .toptextbookSwiper .swiper-slide .img {
    top: auto;
    bottom: 30px;
    -webkit-transform: none;
    transform: none;
    height: 50%;
  }
}
@media (max-width: 575.98px) {
  .toptextbookSwiper .swiper-slide .cont {
    padding: 40px 20px;
  }
  .toptextbookSwiper .swiper-slide .img {
    height: 45%;
  }
}
@media (max-width: 450px) {
  .toptextbookSwiper .swiper-slide .img {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.toptextbookSwiper .swiper-slide-active .cont > p,
.toptextbookSwiper .swiper-slide-active .cont dt,
.toptextbookSwiper .swiper-slide-active .cont dd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  opacity: 1 !important;
}
.toptextbookSwiper .swiper-slide-active .cont dt {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.toptextbookSwiper .swiper-slide-active .cont dd {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.data-sect dt {
  font-weight: 600;
  text-wrap: nowrap;
  margin-bottom: 16px;
}
.data-sect dd:has(.moreview) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.data-sect dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.data-sect dd ul:has([class^="icon"]),
.data-sect dd ul:has(i > img) {
  row-gap: 5px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.data-sect .moreview {
  font-size: 13px;
  color: var(--gray);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-wrap: nowrap;
}

.board-textbook .btn-liked {
  margin-left: auto;
}
.board-textbook .badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (max-width: 344.98px) {
  .board-textbook .badge-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .board-textbook .badge-list .badge {
    text-wrap: nowrap;
  }
}
.board-textbook .thumb-sect {
  text-align: center;
}
.board-textbook .thumb-sect .thumb {
  width: 160px;
  margin: 0 auto;
  border: 1px solid #eaeaea;
}
.board-textbook .thumb-sect .btn-preview {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray);
  margin-top: 10px;
}
.board-textbook .thumb-sect .btn-preview:hover {
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 820.98px) {
  .board-textbook .thumb-sect .btn-preview {
    font-size: 15px !important;
  }
  .board-textbook .thumb-sect .btn-preview i {
    width: 18px;
    height: 18px;
  }
}
.board-textbook .cont-sect .tit {
  display: block;
  margin-top: 0.8rem;
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 820.98px) {
  .board-textbook .cont-sect .tit {
    font-size: 16px;
  }
}
.board-textbook .cont-sect .desc {
  margin-top: 8px;
  color: var(--gray);
}
.board-textbook .data-sect dl + dl {
  margin-top: 20px;
}

.textbook-list > ul > li {
  position: relative;
  border-bottom: 1px solid var(--line);
}
.textbook-list > ul > li .thumb-sect .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 821px) {
  .textbook-list > ul > li {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: row dense;
    grid-template-columns: 160px 1fr 130px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 48px 0 48px 20px;
  }
  .textbook-list > ul > li .thumb-sect {
    grid-row: span 2;
  }
  .textbook-list > ul > li .thumb-sect .thumb {
    min-height: 212px;
    height: 212px;
  }
  .textbook-list > ul > li .data-sect {
    grid-column: 2;
    margin-top: 28px;
  }
  .textbook-list > ul > li .btn-sect {
    width: 130px;
    grid-row: span 2;
  }
  .textbook-list > ul > li .btn-sect .btn-liked {
    display: block;
  }
  .textbook-list > ul > li .tb-btn-wrap {
    margin-top: 35px;
  }
  .textbook-list > ul > li .tb-btn-wrap > *:not(:first-child) {
    margin-top: 5px;
  }
  .textbook-list > ul > li .btn-preview {
    margin-top: 20px;
  }
}
@media (max-width: 820.98px) {
  .textbook-list > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0;
    gap: 20px;
  }
  .textbook-list > ul > li .thumb-sect .thumb {
    width: 105px;
    min-height: 139px;
    height: 139px;
  }
  .textbook-list > ul > li .cont-sect {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .textbook-list > ul > li .data-sect {
    width: 100%;
    padding-bottom: 8px;
  }
  .textbook-list > ul > li .data-sect dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .textbook-list > ul > li .data-sect dl dt {
    width: 5em;
  }
  .textbook-list > ul > li .data-sect dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .textbook-list > ul > li .data-sect .moreview {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .textbook-list > ul > li .btn-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .textbook-list > ul > li .btn-sect .btn {
    margin-right: 4px;
  }
  .textbook-list > ul > li .btn-sect .btn-liked {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .textbook-list > ul > li .share-layer {
    right: auto;
    left: -136px;
  }
}
.textbook-data > ul > li .data-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.textbook-data > ul > li .data-type li {
  word-break: keep-all;
  text-align: center;
}
@media (min-width: 821px) {
  .textbook-data > ul > li {
    grid-template-columns: 160px 1fr;
  }
  .textbook-data > ul > li .data-sect {
    grid-column: auto;
    margin-top: 48px;
  }
  .textbook-data > ul > li .data-type {
    gap: 12px;
  }
  .textbook-data > ul > li .data-type li {
    width: 52px;
  }
  .textbook-data > ul > li .data-type li button {
    font-size: 13px;
  }
  .textbook-data > ul > li .data-type li span.data-ico {
    display: block;
    margin-bottom: 5px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    padding: 12px;
    width: 52px;
    height: 52px;
  }
  .textbook-data > ul > li .data-type li span.data-ico [class^="icon-data"],
  .textbook-data > ul > li .data-type li span.data-ico i > img {
    width: 26px !important;
    height: 26px !important;
  }
}
@media (max-width: 820.98px) {
  .textbook-data > ul > li {
    padding: 20px 0;
  }
  .textbook-data > ul > li .data-sect {
    padding-bottom: 0;
  }
  .textbook-data > ul > li .data-type {
    gap: 4px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .textbook-data > ul > li .data-type li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(16.6666666667% - 3px);
    min-width: 78px;
    padding: 10px 0;
    letter-spacing: -0.5px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
  }
  .textbook-data > ul > li .data-type li button {
    font-size: 10px;
  }
  .textbook-data > ul > li .data-type li span.data-ico {
    display: block;
    margin-bottom: 5px;
  }
  .textbook-data > ul > li .data-type li span.data-ico [class^="icon-data"],
  .textbook-data > ul > li .data-type li span.data-ico i > img {
    width: 16px !important;
    height: 16px !important;
  }
}
.textbook-grid {
  margin-top: 20px;
}
.textbook-grid > ul {
  display: grid;
  gap: 20px;
}
@media (min-width: 821px) {
  .textbook-grid > ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 820.98px) {
  .textbook-grid > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .textbook-grid > ul {
    grid-template-columns: 1fr;
  }
}
.textbook-grid > ul > li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.textbook-grid > ul > li > div {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.textbook-grid > ul > li .thumb-sect {
  margin-bottom: 24px;
}
.textbook-grid > ul > li .thumb-sect .thumb {
  width: 142px;
}
.textbook-grid > ul > li .badge-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
  padding-right: 30px;
  min-height: 30px;
}
.textbook-grid > ul > li .badge-list .btn-liked {
  position: absolute;
  top: 0;
  right: 0;
}
.textbook-grid > ul > li .data-sect {
  margin-top: 16px;
  margin-bottom: 24px;
}
.textbook-grid > ul > li .data-sect span {
  color: var(--line);
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.textbook-grid > ul > li .btn-sect {
  margin-top: auto;
  padding: 0;
  border-top: 1px solid var(--line);
}
.textbook-grid > ul > li .btn-sect .tb-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textbook-grid > ul > li .btn-sect .tb-btn-wrap .btn {
  border: 0;
  border-radius: 0;
  padding: 13px;
  font-weight: 700;
}
.textbook-grid > ul > li .btn-sect .tb-btn-wrap > * {
  width: 50%;
}
.textbook-grid > ul > li .btn-sect .tb-btn-wrap > * .btn {
  width: 100%;
}
.textbook-grid > ul > li .btn-sect .tb-btn-wrap > *:not(:first-child) {
  border-left: 1px solid var(--line);
}
@media (max-width: 820.98px) {
  .textbook-grid > ul > li {
    padding-top: 20px;
  }
  .textbook-grid > ul > li .badge-list {
    min-height: 28px;
  }
  .textbook-grid > ul > li .btn-sect .btn {
    padding: 12px;
  }
}

.btn-liked {
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff url(../images/common/icon-heart.svg) no-repeat center/contain;
}
.btn-liked.active {
  background-image: url(../images/common/icon-heart-active.svg);
}

.btn-list-style:not(.active) {
  -webkit-filter: invert(99%) sepia(0%) saturate(781%) hue-rotate(315deg)
    brightness(86%) contrast(86%);
  filter: invert(99%) sepia(0%) saturate(781%) hue-rotate(315deg)
    brightness(86%) contrast(86%);
}

.textbook-detail .detail-main .btns {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.textbook-detail .detail-main .swiper-control {
  margin-top: 16px;
}
.textbook-detail .detail-main dl dt .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.textbook-detail .detail-main dl .tit {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 1.3333333333rem;
  margin-bottom: 0.6666666667rem;
}
.textbook-detail .detail-main dl .book-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  gap: 1.3333333333rem;
  margin: 30px 0;
}
.textbook-detail .detail-main dl .book-price div {
  position: relative;
}
.textbook-detail .detail-main dl .book-price span {
  color: var(--lightgray);
}
.textbook-detail .detail-main dl .book-price p {
  margin-top: 4px;
}
.textbook-detail .detail-main dl .book-price strong {
  font-family: "Outfit", serif !important;
}
.textbook-detail .detail-main dl .book-price div + div {
  padding-left: 1.3333333333rem;
}
.textbook-detail .detail-main dl .book-price div + div::before {
  content: "";
  width: 1px;
  height: 1.6rem;
  position: absolute;
  background-color: var(--line);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.textbook-detail .detail-main dl .book-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.textbook-detail .detail-main dl .book-info > p {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
.textbook-detail .detail-main dl .book-info > span {
  position: relative;
  color: var(--gray);
  padding-left: 8px;
  text-wrap: nowrap;
}
.textbook-detail .detail-main dl .book-info > span::before {
  content: "";
  width: 1px;
  height: 0.6666666667rem;
  position: absolute;
  background-color: var(--line);
  left: 0;
  top: 4px;
}
.textbook-detail .detail-main dl .book-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.textbook-detail .detail-main dl dd {
  position: relative;
}
.textbook-detail .detail-main dl dd .btn-liked {
  position: absolute;
  right: 0;
  top: 0;
}
.textbook-detail .detail-best .sect-cont {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 20px 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
}
.textbook-detail .detail-best .best-cont-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  margin-top: 20px;
}
.textbook-detail .detail-best .best-cont-list li {
  margin-bottom: 20px;
}
.textbook-detail .detail-best .best-cont-list a.thumb {
  position: relative;
  display: block;
  padding-top: 56.2%;
  width: 100%;
  height: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.textbook-detail .detail-best .best-cont-list a.thumb:not(:has(img))::after {
  content: "준비중입니다.";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--gray);
}
.textbook-detail .detail-best .best-cont-list a.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.textbook-detail .detail-best .best-cont-list a.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5333333333rem;
}
.textbook-detail .detail-best .best-cont-list a.title p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  font-size: 14px;
}
.textbook-detail .detail-data .sect-cont {
  border-radius: var(--radius);
  background-color: rgba(0, 0, 0, 0.03);
}
.textbook-detail .detail-cont .tab-cate-wrap {
  position: sticky;
  top: 60px;
  background-color: #fff;
  z-index: 10;
}
.textbook-detail .detail-cont .tab-cate-wrap ~ div {
  padding-top: 80px;
}
.textbook-detail .detail-cont .tab-cate-wrap .tab-cate {
  padding-left: 20px;
  padding-right: 20px;
}
.textbook-detail .detail-cont h4 {
  margin-bottom: 38px;
}
.textbook-detail .detail-cont .list-block {
  position: relative;
  overflow: hidden;
}
.textbook-detail .detail-cont .btn-openview {
  display: none;
  margin-top: 16px;
}
.textbook-detail .detail-cont .btn-openview span::before {
  content: "펼치기";
}
.textbook-detail .detail-cont .noresult {
  padding: 70px 40px;
  text-align: center;
}
.textbook-detail .detail-cont > div:has(.tab-sub-cate) h4 {
  margin-bottom: 0;
}
.textbook-detail .detail-cont > div:has(.tab-sub-cate) .tab-sub-cate {
  margin-top: 22px;
}
.textbook-detail .detail-cont > div:nth-child(n + 4) {
  margin-top: 80px;
  border-top: 1px solid var(--line);
}
.textbook-detail .detail-cont > div > div.active .list-block {
  max-height: none;
}
.textbook-detail .detail-cont > div > div.active .list-block::after {
  display: none;
}
.textbook-detail .detail-cont > div > div.active .btn-openview span::before {
  content: "접기";
}
.textbook-detail .detail-cont > div > div.active .btn-openview i {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.textbook-detail .detail-cont .bookdata-bx {
  margin-top: 40px;
}
.textbook-detail .detail-cont .bookspecial-bx {
  max-width: 960px;
  margin: 0 auto;
}
.textbook-detail .detail-cont .bookspecial-bx > div + div {
  margin-top: 80px;
}
.textbook-detail .detail-cont .bookspecial-bx iframe {
  max-width: 100%;
  aspect-ratio: 1.8/1;
}
.textbook-detail .detail-cont .bookidx-bx .list-block {
  max-height: calc((1em + 16px) * 10);
  overflow: hidden;
}
.textbook-detail .detail-cont .bookidx-bx .list-block ul li {
  font-size: calc(var(--font-size) + 1px);
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 821px) {
  .textbook-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .textbook-detail > section:nth-child(n + 3) {
    width: 100%;
    margin-top: 60px;
  }
  .textbook-detail > section .detail-btn {
    display: none !important;
  }
  .textbook-detail > section h3.h4 {
    margin-bottom: 22px;
    line-height: 1;
  }
  .textbook-detail .detail-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .textbook-detail .detail-main dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .textbook-detail .detail-main dl dt {
    width: 240px;
    min-width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .textbook-detail .detail-main dl dt .bookSwiper {
    width: 100%;
  }
  .textbook-detail .detail-main dl dt .bookSwiper .swiper-wrapper {
    height: 320px;
  }
  .textbook-detail .detail-main dl .book-event {
    gap: 16px;
  }
  .textbook-detail .detail-main dl .book-event > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .textbook-detail .detail-main dl .btn-wrap {
    text-align: left;
  }
  .textbook-detail .detail-main dl .btn-wrap .btn {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .textbook-detail .detail-best {
    width: 285px;
    height: 400px;
    margin-left: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .textbook-detail .detail-best .tab-text {
    margin-top: 14px;
  }
  .textbook-detail .detail-data .data-sect {
    padding: 26px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .textbook-detail .detail-data .data-sect > dl {
    width: 50%;
    padding: 0 40px;
  }
  .textbook-detail .detail-data .data-sect > dl:nth-child(2) {
    border-left: 1px solid var(--line);
  }
}
@media (max-width: 1239.98px) {
  .textbook-detail .detail-main dl .book-info {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .textbook-detail .detail-main dl .book-info > p {
    width: 100%;
  }
  .textbook-detail .detail-main dl .book-info > p + span {
    padding-left: 0;
  }
  .textbook-detail .detail-main dl .book-info > p + span::before {
    display: none;
  }
}
@media (max-width: 820.98px) {
  .textbook-detail > section .sect-cont,
  .textbook-detail > section .sect-cont h3 {
    display: none !important;
  }
  .textbook-detail > section:nth-child(n + 3) {
    margin-top: 12px;
  }
  .textbook-detail > section .detail-btn {
    display: block;
  }
  .textbook-detail > section.active .sect-cont {
    display: block !important;
  }
  .textbook-detail .detail-main {
    margin-bottom: 50px;
  }
  .textbook-detail .detail-main dl .bookSwiper {
    width: 240px;
    margin: 0 auto;
  }
  .textbook-detail .detail-main dl dd {
    margin-top: 32px;
  }
  .textbook-detail .detail-main dl .book-price {
    margin: 20px 0;
  }
  .textbook-detail .detail-main dl .book-info {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .textbook-detail .detail-main dl .book-event {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
  }
  .textbook-detail .detail-main dl .book-event > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .textbook-detail .detail-main dl .book-event > div:first-child span {
    display: block;
    padding: 2px 0;
  }
  .textbook-detail .detail-main .share-layer {
    right: auto;
    left: 0%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .textbook-detail .detail-best.active .sect-cont {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .textbook-detail .detail-best.active .sect-cont ul {
    padding-right: 10px;
  }
  .textbook-detail .detail-data .sect-cont {
    padding: 0 20px;
  }
  .textbook-detail .detail-data .sect-cont dl {
    padding: 20px 0;
  }
  .textbook-detail .detail-data .sect-cont dl:nth-child(2) {
    border-top: 1px solid var(--line);
  }
  .textbook-detail .detail-cont {
    margin-top: 34px !important;
  }
  .textbook-detail .detail-cont h4 {
    margin-bottom: 24px;
  }
  .textbook-detail .detail-cont .tab-cate-wrap {
    top: 52px;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    overflow: visible;
  }
  .textbook-detail .detail-cont .tab-cate-wrap ~ div {
    padding-top: 50px;
  }
  .textbook-detail .detail-cont .tab-cate-wrap > div:nth-child(n + 4) {
    margin-top: 50px;
  }
  .textbook-detail .detail-cont .noresult {
    padding: 40px;
  }
  .textbook-detail .detail-cont .bookdata-bx {
    margin-top: 32px;
  }
  .textbook-detail .detail-cont .bookspecial-bx {
    max-width: 960px;
    margin: 0 auto;
  }
  .textbook-detail .detail-cont .bookspecial-bx > div + div {
    margin-top: 30px;
  }
}

.quick-menu-wrap {
  position: fixed;
  z-index: 50;
  top: 220px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(calc(100% - 22px));
  transform: translateX(calc(100% - 22px));
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.quick-menu-wrap .btn-quick-open {
  position: relative;
  background: var(--navy);
  border-radius: var(--radius) 0 0 var(--radius);
  width: 22px;
  height: 52px;
  font-size: 0;
}
.quick-menu-wrap .btn-quick-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: url(../images/book/ico-arr-qmenu.svg) no-repeat center center/14px
    auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.quick-menu-wrap .btn-quick-open.active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.quick-menu-wrap .quick-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  border-radius: var(--radius) 0 0 var(--radius);
  padding: 40px 22px;
}
.quick-menu-wrap .quick-menu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.quick-menu-wrap .quick-menu .text-primary {
  font-weight: 800;
  font-size: 11px;
  line-height: 1;
}
.quick-menu-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 820.98px) {
  .quick-menu-wrap {
    top: 116px;
  }
  .quick-menu-wrap .quick-menu {
    padding: 20px 10px;
  }
}

.float-banner {
  position: fixed;
  z-index: 30;
  bottom: 50px;
  left: 30px;
}
.float-banner .bn-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 10px;
  line-height: 1;
}
@media (max-width: 820.98px) {
  .float-banner {
    display: none !important;
  }
}

#storeInfoPop .tab-flex-wrap {
  border-bottom-width: 2px;
}

#dataTypePop .data-type-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}
#dataTypePop .data-type-list li button {
  width: 100%;
  height: 100%;
  padding: 33px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
#dataTypePop .data-type-list li button i {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
#dataTypePop .data-type-list li button span {
  font-size: 13px;
}
#dataTypePop .data-type-list li button:hover {
  background-color: var(--primary);
}
#dataTypePop .data-type-list li button:hover i {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#dataTypePop .data-type-list li button:hover span {
  color: #fff;
}
@media (max-width: 820.98px) {
  #dataTypePop .data-type-list {
    grid-template-columns: repeat(3, 1fr);
  }
  #dataTypePop .data-type-list li button {
    padding: 20px 10px;
  }
  #dataTypePop .data-type-list li button span {
    font-size: 12px;
    word-break: keep-all;
  }
}

#classInfoPop .class-info-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
#classInfoPop .class-info-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
#classInfoPop .class-info-list li a img {
  max-height: 20px;
}
@media (max-width: 820.98px) {
  #classInfoPop .class-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #classInfoPop .class-info-list li a {
    padding: 14px;
  }
  #classInfoPop .class-info-list li a span {
    font-size: 12px;
    word-break: keep-all;
  }
}

.datacenter .datacenter-cont-frame {
  margin-top: 0 !important;
}
@media (min-width: 821px) {
  .datacenter .datacenter-cont-frame {
    display: grid !important;
    grid-template-columns: 200px 100%;
    row-gap: 0px !important;
  }
  .datacenter .datacenter-cont-frame .side-wrap {
    grid-row: span 2;
  }
  .datacenter .datacenter-cont-frame .cont-wrap.snd {
    grid-column: 2;
    width: calc(100% - 200px - 40px);
  }
}
@media (max-width: 820.98px) {
  .datacenter .datacenter-cont-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .datacenter .datacenter-cont-frame .cont-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .datacenter .datacenter-cont-frame .side-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .datacenter .datacenter-cont-frame .cont-wrap.snd {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px;
  }
}
.datacenter .data-brand-list {
  position: relative;
  padding: 0 35px;
  margin: 28px 0 40px;
  width: 100%;
}
.datacenter .data-brand-list .swiper-slide {
  width: 80px;
  height: 80px;
}
.datacenter .data-brand-list .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.datacenter .data-brand-list .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
}
.datacenter .data-brand-list .swiper-slide a.active {
  border-color: var(--primary);
  background: rgba(245, 70, 0, 0.08);
  color: var(--primary);
}
@media (max-width: 820.98px) {
  .datacenter .data-brand-list {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .datacenter .data-brand-list .brandSwiper {
    overflow: visible;
  }
  .datacenter .data-brand-list [class*="swiper-button"] {
    display: none;
  }
  .datacenter .data-brand-list .swiper-slide {
    width: 64px;
    height: 64px;
  }
  .datacenter .data-brand-list .swiper-slide a {
    width: 64px;
    height: 64px;
    padding: 8px;
  }
}
.datacenter .bx-gray {
  padding: 24px;
  margin-bottom: 48px;
}
@media (max-width: 820.98px) {
  .datacenter .bx-gray {
    padding: 20px;
    margin-bottom: 36px;
  }
}
.datacenter .data-type-bx .check-list-type1 {
  row-gap: 20px;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  width: 100%;
}
.datacenter .data-type-bx .check-list-type1 li:nth-of-type(1) {
  position: relative;
  padding-right: 28px;
}
.datacenter .data-type-bx .check-list-type1 li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 1px;
  height: 1rem;
  background: #aaa;
}
@media (min-width: 1240px) {
  .datacenter .data-type-bx .check-list-type1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 821px) {
  .datacenter .data-search-bx {
    padding: 40px;
  }
  .datacenter .data-search-bx .searchform,
  .datacenter .data-search-bx header#hd .hd-top .top-search-wrap .top-search,
  header#hd .hd-top .top-search-wrap .datacenter .data-search-bx .top-search {
    max-width: 640px;
    padding: 9px 20px;
  }
}
@media (max-width: 820.98px) {
  .datacenter .textbook-list > ul > li .thumb-sect .thumb {
    width: 50px !important;
    min-height: 66px !important;
    height: 66px !important;
  }
}
@media (max-width: 820.98px) {
  .datacenter .cont-wrap {
    padding-top: 0 !important;
  }
}

#downloadAgreePop .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
#downloadAgreePop .h5,
#downloadAgreePop .policy .policy-sect,
.policy #downloadAgreePop .policy-sect {
  line-height: 1.6;
}
#downloadAgreePop .layer-body > div {
  margin-top: 32px;
  text-align: center;
}
#downloadAgreePop .list-chk {
  cursor: pointer;
}
@media (max-width: 820.98px) {
  #downloadAgreePop .h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #downloadAgreePop .layer-body {
    padding: 8px;
  }
  #downloadAgreePop div.h5,
  #downloadAgreePop .policy div.policy-sect,
  .policy #downloadAgreePop div.policy-sect {
    text-align: left;
  }
  #downloadAgreePop .list-chk {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-wrap: nowrap;
  }
}

#downloadSelectPop .download-select {
  margin-top: 10px !important;
}
#downloadSelectPop .download-select .form-inline {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#downloadSelectPop .download-select select {
  max-width: 200px !important;
}
#downloadSelectPop .download-select .btn {
  height: auto !important;
}
@media (max-width: 820.98px) {
  #downloadSelectPop .layer-cont {
    padding-top: 14px !important;
    padding-bottom: 32px !important;
  }
}

#searchSchool p + p {
  margin-top: 4px;
}
#searchSchool .form-wrap {
  margin: 16px auto 0;
  max-width: 376px;
}
#searchSchool .tb-list {
  margin-top: 24px;
}
#searchSchool .tb-list tr:nth-of-type(1) {
  border-top: 1px solid var(--line);
}
#searchSchool .tb-list tr td {
  padding: 16px 0;
}
#searchSchool .tb-list tr td .btn {
  text-wrap: nowrap;
}
#searchSchool .pager {
  width: 100%;
  overflow: hidden;
}

.eventSwiper .swiper-slide a {
  position: relative;
  display: block;
  background: var(--bg);
  border-radius: var(--radius);
  overflow: hidden;
  height: 180px;
  overflow: hidden;
}
.eventSwiper .swiper-slide a .cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.eventSwiper .swiper-slide a .tit {
  position: relative;
  z-index: 2;
  font-size: 22px;
  margin: 8px 0 16px;
  width: 65%;
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
.eventSwiper .swiper-slide a .img {
  position: relative;
  z-index: 1;
  height: 100%;
}
.eventSwiper .swiper-slide a .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
}
@media (max-width: 820.98px) {
  .eventSwiper .swiper-slide a {
    height: 220px;
  }
  .eventSwiper .swiper-slide a .cont {
    padding: 10px 20px;
  }
  .eventSwiper .swiper-slide a .tit {
    font-size: 1rem;
    margin: 5px 0 12px;
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .eventSwiper .swiper-slide a {
    height: 120px;
  }
}

.event-swiper-wrap {
  position: relative;
}
.event-swiper-wrap .swiper-pagination {
  position: static;
  line-height: 0;
  margin-top: 24px;
}
.event-swiper-wrap .swiper-pagination-bullet {
  background: var(--bg) !important;
  opacity: 1;
  width: 7px;
  height: 7px;
}
.event-swiper-wrap .swiper-pagination-bullet-active {
  background: var(--navy) !important;
}
.event-swiper-wrap .swiper-button-circle {
  top: calc(50% - 15px);
}
@media (max-width: 820.98px) {
  .event-swiper-wrap .swiper-pagination {
    margin-top: 20px;
  }
  .event-swiper-wrap [class^="swiper-button-"] {
    display: none;
  }
}
.event .tab-menu {
  margin: 60px 0 24px;
}
@media (max-width: 820.98px) {
  .event .tab-menu {
    margin: 50px 0 20px;
  }
}
.event-float-bn {
  position: fixed;
  z-index: 50;
  bottom: 0;
  -webkit-transform: translateY(61.2%);
  transform: translateY(61.2%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  max-width: 1200px;
}
.event-float-bn a {
  display: block;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.event-float-bn .default {
  position: absolute;
  top: 0;
  right: 0;
}
.event-float-bn .expend {
  pointer-events: none;
  opacity: 0;
}
.event-float-bn:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.event-float-bn:hover .default {
  opacity: 0;
  pointer-events: none;
}
.event-float-bn:hover .expend {
  opacity: 1;
  pointer-events: all;
}
.event-float-bn .btn-event-close {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 16px;
  z-index: 5;
}
@media (max-width: 820.98px) {
  .event-float-bn {
    display: none;
  }
}

.cs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.cs-wrap > div:not(.cs-center) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-wrap [class*="icon-cs"] {
  margin-left: auto;
  display: block;
}
.cs-wrap .cs-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-wrap .cs-center > dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-wrap .cs-center > dl:last-child {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid var(--line);
}
@media (min-width: 992px) {
  .cs-wrap {
    height: 200px;
  }
  .cs-wrap > div {
    padding: 30px;
  }
  .cs-wrap .btn > span,
  .cs-wrap dd {
    font-size: 18px;
    font-weight: 800;
    word-break: keep-all;
  }
  .cs-wrap .cs-center {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .cs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .cs-wrap > div {
    padding: 16px;
    height: 120px !important;
  }
  .cs-wrap .icon-arr-next {
    width: 14px;
    height: 14px;
  }
  .cs-wrap .btn > span,
  .cs-wrap dd {
    font-size: 15px;
    font-weight: 800;
  }
  .cs-wrap .cs-center {
    width: 100%;
  }
  .cs-wrap .cs-center > dl:last-child {
    padding-left: 16px !important;
    margin-left: 16px !important;
  }
}
@media (max-width: 344.98px) {
  .cs-wrap .cs-center {
    display: block;
    height: auto !important;
  }
  .cs-wrap .cs-center > dl {
    height: auto;
    gap: 8px;
  }
  .cs-wrap .cs-center > dl:last-child {
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 0 !important;
    margin-left: 0 !important;
    border: 0;
    border-top: 1px solid var(--line);
  }
}

.community-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.community-main section {
  width: 100%;
}
.community-main section + section {
  margin-top: 48px;
}
.community-main section .btm-line {
  border-width: 1px !important;
}
.community-main section .bbs-list li {
  padding: 6px 0;
}
.community-main section .bbs-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.community-main section .bbs-list a > span {
  width: 4.5em;
  white-space: nowrap;
  text-align: center;
}
.community-main section .bbs-list a > p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.community-main section .board-card {
  border-bottom: 0;
}
.community-main section .board-card li {
  margin-bottom: 0 !important;
}
@media (max-width: 820.98px) {
  .community-main section .board-card li:last-of-type {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .community-main section .board-card li:last-of-type {
    display: block;
  }
}
.community-main section .board-event {
  margin-top: 0;
}
@media (min-width: 992px) {
  .community-main section.comm-notice,
  .community-main section.comm-faq {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991.98px) {
  .community-main section .board-card li:nth-child(-n + 2) {
    margin-bottom: 20px !important;
  }
}
.community .data-search-bx + [class^="tab"] {
  margin-top: 24px;
}
.community .board:has(.board-list) {
  margin-top: 18px;
}

.searchbook .smart-search-wrap h5 {
  position: relative;
  line-height: 1;
  margin-bottom: 1rem;
}
.searchbook .smart-search-wrap h5.required::after {
  content: "";
  position: absolute;
  margin-left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: var(--primary);
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type1"]:checked)
  ~ .checked1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type1"]:checked)
  ~ .checked1::before {
  left: 15px;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type1"]:checked)
  ~ .checked1
  label {
  border-radius: 6px;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type2"]:checked)
  ~ .checked2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type2"]:checked)
  ~ .checked2::before {
  left: 65px;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type2"]:checked)
  ~ .checked2
  label {
  border-radius: 6px;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type3"]:checked)
  ~ .checked3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type3"]:checked)
  ~ .checked3::before {
  left: 115px;
}
.searchbook
  .smart-search-wrap
  .search-part
  .check-depth1:has(input[id="type3"]:checked)
  ~ .checked3
  label {
  border-radius: 6px;
}
.searchbook .smart-search-wrap .search-part .check-depth2 {
  position: relative;
  display: none;
  margin-top: 18px;
  padding: 12px;
  background-color: #f3f4f5;
  border-radius: 0.8rem;
}
.searchbook .smart-search-wrap .search-part .check-depth2::before {
  content: "";
  position: absolute;
  top: -13px;
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid #f3f4f5;
}
.searchbook .smart-search-wrap .btn-wrap {
  margin-top: 20px !important;
}
@media (min-width: 821px) {
  .searchbook .smart-search-wrap .btn-search-filter {
    display: none;
  }
  .searchbook .smart-search-wrap .search-filter {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background-color: #fff;
    padding: 40px;
  }
  .searchbook .smart-search-wrap .search-part {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 24px;
  }
  .searchbook .smart-search-wrap .search-part > div {
    padding-right: 40px;
  }
}
@media (max-width: 820.98px) {
  .searchbook .smart-search-wrap {
    position: sticky;
    top: 50px;
    z-index: 8;
    padding: 20px 0px 0 0;
    margin-top: -20px;
    background-color: #fff;
  }
  .searchbook .smart-search-wrap h4 {
    display: none;
  }
  .searchbook .smart-search-wrap .search-filter-wrap {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    max-height: calc(var(--vh, 1vh) * 100 - 50px - 50px - 40px);
    border-radius: var(--radius);
    border: 1px solid var(--line);
    overflow-y: scroll;
  }
  .searchbook .smart-search-wrap .search-filter-wrap.active {
    display: block;
  }
  .searchbook .smart-search-wrap .search-filter-wrap .btn-wrap {
    margin: 16px 0 32px !important;
  }
  .searchbook .smart-search-wrap .search-part {
    padding: 16px;
  }
  .searchbook .smart-search-wrap .search-part > div + div {
    margin-top: 32px;
  }
  .searchbook
    .smart-search-wrap
    .search-part
    .check-depth1:has(input[id="type2"]:checked)
    ~ .checked2::before {
    left: 60px;
  }
  .searchbook
    .smart-search-wrap
    .search-part
    .check-depth1:has(input[id="type3"]:checked)
    ~ .checked3::before {
    left: 110px;
  }
}
.searchbook .search-result {
  margin-top: 50px;
  padding: 50px 0;
  border: 1px solid var(--line);
  border-width: 1px 0;
}
.searchbook .search-result .board-hd {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .searchbook .search-result {
    padding: 30px 0;
    margin-top: 0;
    border-top: 0;
  }
}
.searchbook .board-gallery-books .subject {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 1.4 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
}
.searchbook .board-gallery-books .badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.curriculum {
  background: rgba(15, 35, 46, 0.03);
}
.curriculum .contain {
  padding: 0;
  width: 1200px !important;
  overflow: auto;
  background-color: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 0;
  max-height: calc(100vh - 59px - 40px);
}
.curriculum .contain + .contain {
  margin-top: 40px;
}
.curriculum .curriculum-wrap {
  padding: 40px;
}
.curriculum .curriculum-table {
  table-layout: fixed;
  text-align: center;
  cursor: url(../images/curriculum/cursor.png), auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 0.76;
}
.curriculum .curriculum-table.table-hd {
  position: sticky;
  top: 0px;
  z-index: 5;
  background-color: #fff;
}
.curriculum .curriculum-table img {
  max-width: none;
}
.curriculum .curriculum-table,
.curriculum .curriculum-table * {
  border-collapse: collapse;
}
.curriculum .curriculum-table thead th {
  line-height: 1;
  font-size: 24px;
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
}
.curriculum .curriculum-table thead th:first-child {
  background-color: #fff;
}
.curriculum .curriculum-table thead th.th1 {
  background-color: #ff7d55;
  border-radius: 18px 0 0 0;
}
.curriculum .curriculum-table thead th.th2 {
  background-color: #ff9c4b;
  border-radius: 0 18px 0 0;
}
.curriculum .curriculum-table thead th.th3 {
  background-color: rgba(255, 125, 85, 0.1019607843);
  font-size: 22px;
  font-weight: 700;
  padding: 22px;
  color: var(--body);
}
.curriculum .curriculum-table thead th.th4 {
  background-color: #ff5b5b;
  border-radius: 18px 18px 0 0;
}
.curriculum .curriculum-table tbody tr > * {
  border: 1px solid #fff;
}
.curriculum .curriculum-table tbody tr:first-child th {
  border-radius: 18px 0 0 0;
}
.curriculum .curriculum-table tbody tr:last-child th {
  border-radius: 0 0 0 18px;
}
.curriculum .curriculum-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.75px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
}
.curriculum .curriculum-table tbody th.tb1 {
  background: #9fa4ca;
}
.curriculum .curriculum-table tbody th.tb2 {
  background: #72779d;
}
.curriculum .curriculum-table tbody th.tb3 {
  background: #555a7c;
}
.curriculum .curriculum-table tbody th.tb4 {
  background: #3a3f5e;
}
.curriculum .curriculum-table tbody th.tb5 {
  background: #282c49;
}
.curriculum .curriculum-table tbody th.tb6 {
  background: #191d38;
}
.curriculum .curriculum-table tbody td {
  overflow: visible;
  vertical-align: top;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.03);
}
.curriculum .curriculum-table tbody td:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.curriculum .curriculum-table tbody td a {
  display: block;
  padding: 1px 0;
  margin-left: 1px;
}
.curriculum .curriculum-table tbody td [data-left="50"] {
  margin-left: 50%;
}
@media (min-width: 821px) {
  .curriculum .curriculum-table {
    width: 1600px;
  }
  .curriculum .curriculum-table img {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@media (max-width: 820.98px) {
  .curriculum .contain {
    max-width: 100% !important;
    max-height: calc(var(--vh, 1vh) * 100 - 52px - 40px);
  }
  .curriculum .curriculum-wrap {
    padding: 20px;
  }
  .curriculum .curriculum-table {
    width: 1683px;
    zoom: 0.5;
  }
  .curriculum .curriculum-table.kakao th,
  .curriculum .curriculum-table.kakao td {
    font-size: 0.76em !important;
  }
}

.totalsearch .tab-menu {
  margin-bottom: 0;
}
.totalsearch .result-sect .title-wrap.btm-line {
  margin-bottom: 0 !important;
  border-width: 1px !important;
}
.totalsearch .result-sect .title-wrap.btm-line + .board-list {
  border-top: 0;
}
.totalsearch .result-sect + section {
  margin-top: 48px;
}
.totalsearch .result-sect .board:has(.board-card) {
  margin-top: 48px;
}

.totalsearch .noresult,
.searchbook .noresult {
  height: 540px;
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 821px) {
  .store .contents.store-cont {
    display: grid !important;
    grid-template-columns: 408px 1fr;
  }
  .store .contents.store-cont .cont-wrap {
    max-width: none !important;
  }
  .store .contents.store-cont .side-wrap {
    width: 408px !important;
    grid-row: 1 / span 2;
  }
  .store .contents.store-cont .store-info {
    grid-column: 2 / span 1;
    width: 100%;
  }
  .store .contents.store-cont .store-list {
    grid-column: 2 / span 1;
    min-height: 510px;
  }
}
@media (max-width: 820.98px) {
  .store .contents.store-cont {
    margin-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store .contents.store-cont > div {
    width: 100%;
  }
  .store .contents.store-cont .store-info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 0 !important;
  }
  .store .contents.store-cont .side-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .store .contents.store-cont .store-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.store .store-search {
  margin-top: 0 !important;
}
.store .store-search .form-control {
  border-radius: var(--radius);
  padding: 0.8rem 1.0666666667rem;
}
.store .store-search .search-btn-wrap {
  margin-top: 12px;
}
.store .store-search .icon-srch {
  width: 22px;
  height: 22px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.store .store-map-wrap {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.store .store-map-wrap .store-map {
  position: relative;
  display: inline-block;
}
.store .store-map-wrap p {
  position: absolute;
  font-size: 12px;
  pointer-events: none;
  color: var(--gray);
  font-weight: 500;
}
.store .store-map-wrap p.on,
.store .store-map-wrap p.active {
  color: var(--white);
  font-weight: 700;
}
.store .store-map-wrap p.mapseoul {
  top: 139px;
  left: 81px;
}
.store .store-map-wrap p.mapgg {
  top: 159px;
  left: 119px;
}
.store .store-map-wrap p.mapic {
  top: 136px;
  left: 45px;
}
.store .store-map-wrap p.mapgw {
  top: 109px;
  left: 219px;
}
.store .store-map-wrap p.mapcb {
  top: 239px;
  left: 156px;
}
.store .store-map-wrap p.mapcn {
  top: 279px;
  left: 69px;
}
.store .store-map-wrap p.mapsj {
  top: 273px;
  left: 107px;
}
.store .store-map-wrap p.mapdj {
  top: 299px;
  left: 120px;
}
.store .store-map-wrap p.mapgb {
  top: 299px;
  left: 259px;
}
.store .store-map-wrap p.mapdg {
  top: 364px;
  left: 249px;
}
.store .store-map-wrap p.mapjb {
  top: 379px;
  left: 99px;
}
.store .store-map-wrap p.mapjn {
  top: 479px;
  left: 89px;
}
.store .store-map-wrap p.mapgj {
  top: 449px;
  left: 69px;
}
.store .store-map-wrap p.mapgn {
  top: 426px;
  left: 219px;
}
.store .store-map-wrap p.mapbs {
  top: 442px;
  left: 302px;
}
.store .store-map-wrap p.mapus {
  top: 398px;
  left: 316px;
}
.store .store-map-wrap p.mapjj {
  top: 599px;
  left: 69px;
}
.store .store-map-wrap .btn-search-store {
  display: none;
}
.store #storemap path {
  cursor: pointer;
}
.store #storemap path:hover,
.store #storemap path.on,
.store #storemap path.active {
  fill: var(--navy);
}
@media (max-width: 820.98px) {
  .store .search-btn-wrap {
    margin-top: 8px;
    text-align: right;
  }
  .store .store-map-wrap {
    margin: 50px 0 30px;
  }
  .store .store-map-wrap .btn-search-store {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .store .store-map-wrap .store-map {
    display: none;
  }
  .store .store-map-wrap.active {
    padding: 70px 20px 20px 20px;
  }
  .store .store-map-wrap.active .btn-search-store {
    position: absolute;
  }
  .store .store-map-wrap.active .store-map {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .store .cs-wrap {
    margin: 24px 0;
  }
  .store .cs-wrap .cs-center {
    width: calc(66.6666666667% - 8px);
  }
}
@media (max-width: 991.98px) {
  .store .cs-wrap {
    margin: 20px 0 50px;
  }
}

.store-tb .type .badge {
  width: calc(3em + 20px);
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
}
.store-tb .district {
  text-align: center;
  font-weight: 700;
}
.store-tb dl dt {
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 820.98px) {
  .store-tb colgroup {
    display: none;
  }
  .store-tb tbody {
    display: block;
    border-top: 1px solid var(--body);
  }
  .store-tb tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    gap: 12px;
  }
  .store-tb tbody tr > * {
    padding: 0;
  }
  .store-tb td:last-child {
    width: 100%;
  }
  .store-tb dl a.text-primary {
    display: block;
    text-align: right;
  }
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: clip;
}
.error .contain {
  width: 100%;
}
.error h1 {
  margin-bottom: 24px;
  line-height: 1.3;
}
.error b {
  display: block;
  margin-bottom: 16px;
  font-size: 32px;
}
.error p {
  line-height: 1.6;
}
.error .bt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .error {
    background: url(../images/error/error-bg-m.jpg) no-repeat center/100% auto !important;
  }
}
@media (max-width: 820.98px) {
  .error {
    background: url(../images/error/error-bg-m.jpg) no-repeat center/100% auto;
  }
  .error h1 {
    font-size: 54px;
    letter-spacing: -1.62px;
  }
  .error b {
    font-size: 18px;
  }
  .error .bt-wrap {
    gap: 8px;
    margin-top: 56px;
  }
}
@media (min-width: 821px) {
  .error {
    background: url(../images/error/error-bg.jpg) no-repeat bottom center/auto
      100%;
  }
  .error h1 {
    font-size: 80px;
    letter-spacing: -2.4px;
  }
  .error b {
    font-size: 32px;
  }
  .error .bt-wrap {
    gap: 10px;
    margin-top: 48px;
  }
}

.check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: clip;
}
.check::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/info-popup-bg3.png) no-repeat bottom center/cover;
}
.check .contain {
  width: 100%;
}
.check b {
  display: block;
  margin-bottom: 16px;
  font-size: 2.1333333333rem;
}
.check .bx-list {
  margin: 3.2rem 0 2.6666666667rem;
}
.check .bx-list li {
  margin: 0 auto;
  padding: 2.1333333333rem;
  max-width: 400px;
  background: var(--white);
  border-radius: 12px;
}
.check .bx-list li dl dd {
  margin-top: 8px;
}
.check .bx-list li + li {
  margin-top: 16px;
}
@media (max-width: 820.98px) {
  .check::before {
    background: url(../images/info-popup-bg1.png) no-repeat bottom center/cover;
  }
}
