@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
.subscribe-popup, .alert-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5333333333);
  transition: 0.2s;
  z-index: 10000010;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  margin: 0;
}

* {
  box-sizing: border-box;
}

#content > .btnArea {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.content-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.header-wrap {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  height: 131px;
}
.header-wrap .content-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 47px;
}
.header-wrap .logo {
  position: relative;
  z-index: 2;
}
.header-wrap .mobile-gnb {
  display: none;
}
.header-wrap .draw-trigger {
  display: none;
}
.header-wrap .gnb {
  display: flex;
  align-items: center;
}
.header-wrap .gnb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrap .gnb > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 68px;
}
.header-wrap .gnb > ul li {
  transition: color 0.2s;
}
.header-wrap .gnb > ul li.active, .header-wrap .gnb > ul li:hover {
  color: #e91c24;
}
.header-wrap .gnb > ul li a {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  cursor: default;
}
.header-wrap .gnb > ul li a[href] {
  cursor: pointer;
}
.header-wrap .gnb .sub-gnb {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 131px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  max-height: 0;
  transition: max-height 0.5s, border-bottom-color 0.2s 0.4s;
  border-bottom: 0px solid transparent;
}
.header-wrap .gnb .sub-gnb.show {
  max-height: 200px;
  border: 1px #dcdcdc;
  transition: 0.5s;
}
.header-wrap .gnb .sub-gnb > ul {
  gap: 20px;
  justify-content: center;
  display: none;
  pointer-events: none;
  width: 100%;
  white-space: nowrap;
}
.header-wrap .gnb .sub-gnb > ul.show {
  display: flex;
  pointer-events: all;
}
.header-wrap .gnb .sub-gnb > ul > li {
  min-width: 150px;
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.header-wrap .gnb .sub-gnb > ul > li.more {
  color: #858585;
}
.header-wrap .gnb .sub-gnb > ul > li:hover {
  color: #e91c24;
}
.header-wrap .gnb .sub-gnb ul.depth3 {
  padding-top: 9px;
}
.header-wrap .gnb .sub-gnb ul.depth3 li a {
  line-height: 32px;
  color: #000;
}
.header-wrap .gnb .sub-gnb ul.depth3 li a:hover {
  color: #e91c24;
}
.header-wrap .gnb .search-trigger {
  margin-left: 70px;
}
.header-wrap .gnb .search-trigger a {
  cursor: pointer;
  margin-left: 20px;
}
.header-wrap .gnb .search-trigger a img {
  vertical-align: middle;
}
.header-wrap .sns-sites {
  padding-top: 5px;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-wrap .sns-sites ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.header-wrap .sns-sites ul li a {
  display: block;
}
.body-wrap .page-desc {
  padding: 80px 0;
}
.body-wrap .page-desc .page-title {
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 47px;
  color: #000;
  text-align: center;
}
.body-wrap .page-desc .page-summary {
  margin: 35px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #000;
}

.footer {
  background-color: #000;
  padding: 100px 0 90px 0;
}
.footer .content-wrap {
  display: flex;
}
.footer .navigation-bar {
  flex: 1;
  margin-left: 124px;
  margin-right: 77px;
  padding-top: 28px;
  font-size: 18px;
}
.footer .navigation-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .navigation-bar nav > ul {
  display: flex;
  justify-content: space-between;
}
.footer .navigation-bar nav > ul > li {
  color: #fff;
}
.footer .navigation-bar nav > ul ul {
  margin-top: 13px;
}
.footer .navigation-bar nav > ul ul li {
  color: #858585;
  line-height: 1;
}
.footer .navigation-bar nav > ul ul li:nth-child(n+2) {
  margin-top: 15px;
}
.footer .site-links {
  display: flex;
  flex-direction: column;
}
.footer .site-links .related-sites {
  flex: 1;
  display: flex;
  gap: 20px;
  padding-top: 6px;
}
.footer .site-links .related-sites select {
  width: 250px;
  height: 66px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #858585;
  background-color: #000;
  color: #fff;
  padding-left: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon_select.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.footer .site-links .related-sites select:focus {
  outline: none;
}
.footer .site-links .related-sites select option {
  line-height: 2;
}
.footer .site-links .newsletter p {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  margin: 0 0 20px;
}
.footer .site-links .newsletter p a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.footer .site-links .newsletter p img {
  height: 16px;
  margin-top: 2px;
  margin-right: 5px;
}
.footer .site-links .copyright {
  font-size: 14px;
  color: #808080;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer .site-links .copyright p {
  margin: 0;
  text-align: right;
}

.whole-search {
  position: fixed;
  z-index: 10000010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.whole-search.show {
  opacity: 1;
  pointer-events: all;
}
.whole-search .header-wrap .gnb > ul li a {
  color: #fff;
}
.whole-search .search-content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 113px;
}
.whole-search .search-content h1 {
  font-size: 60px;
  margin: 0;
  color: #fff;
}
.whole-search .search-content .search-word {
  display: flex;
  margin-top: 27px;
  margin-bottom: 45px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.whole-search .search-content .search-word input[type=text] {
  background-color: transparent;
  border: none;
  flex: 1;
  font-size: 25px;
  max-width: 100%;
  min-width: 10px;
  height: 33px;
  color: #fff;
}
.whole-search .search-content .search-word input[type=text]::placeholder {
  color: #fff;
}
.whole-search .search-content .search-word input[type=text]:focus {
  outline: none;
}
.whole-search .search-content p {
  margin: 0;
  white-space: pre;
  font-size: 16px;
  color: #b4b4b4;
}

body.pc #chatbase-bubble-window {
  bottom: calc(100px + 70px) !important;
}
body.pc #chatbase-bubble-button {
  right: 24px !important;
  bottom: 100px !important;
  z-index: 140 !important;
}

body.mobile #chatbase-bubble-window {
  bottom: calc(70px + 60px) !important;
}
body.mobile #chatbase-bubble-button {
  right: 14px !important;
  bottom: 70px !important;
  z-index: 140 !important;
  width: 44px !important;
  height: 44px !important;
}
body.mobile #chatbase-bubble-button img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1600px) {
  .content-wrap {
    padding: 0 20px;
  }
  .footer .content-wrap {
    gap: 40px;
  }
  .footer .navigation-bar {
    margin: 0;
  }
}
@media (max-width: 1350px) {
  .footer .content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .navigation-bar nav > ul {
    gap: 30px;
    justify-content: flex-end;
  }
  .footer .related-sites {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .whole-search .header-wrap .gnb {
    display: flex;
  }
  .whole-search .header-wrap .gnb ul {
    display: none;
  }
  .header-wrap {
    padding: 20px;
  }
  .header-wrap .content-wrap {
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .header-wrap .gnb {
    display: none;
  }
  .header-wrap .draw-trigger {
    display: block;
    position: relative;
    z-index: 110;
  }
  .header-wrap .draw-trigger .trigger {
    width: 30px;
    height: 30px;
    position: relative;
  }
  .header-wrap .draw-trigger .trigger span, .header-wrap .draw-trigger .trigger:before, .header-wrap .draw-trigger .trigger:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #454545;
    position: absolute;
    left: 0;
    transition: 0.2s 0.2s cubic-bezier(0.5, -0.5, 0.5, 1.5), transform 0.2s 0s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  }
  .header-wrap .draw-trigger .trigger:before {
    top: 0;
  }
  .header-wrap .draw-trigger .trigger span {
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
    transition: 0.2s 0.2s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  }
  .header-wrap .draw-trigger .trigger:after {
    bottom: 0;
  }
  .header-wrap .draw-trigger .trigger.active:before, .header-wrap .draw-trigger .trigger.active:after {
    transition: 0.2s cubic-bezier(0.5, -0.5, 0.5, 1.5), transform 0.2s 0.2s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  }
  .header-wrap .draw-trigger .trigger.active:before {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }
  .header-wrap .draw-trigger .trigger.active span {
    width: 0;
  }
  .header-wrap .draw-trigger .trigger.active:after {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(-45deg);
  }
  .header-wrap .mobile-gnb {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.2705882353);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .header-wrap .mobile-gnb.show {
    opacity: 1;
    pointer-events: all;
  }
  .header-wrap .mobile-gnb .search-box {
    margin-bottom: 20px;
  }
  .header-wrap .mobile-gnb .search-box a {
    display: block;
    text-align: right;
  }
  .header-wrap .mobile-gnb .gnb-box {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    padding: 100px 10px 10px 10px;
    display: flex;
    flex-direction: column;
  }
  .header-wrap .mobile-gnb .gnb-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
  }
  .header-wrap .mobile-gnb .gnb-box > ul {
    overflow: auto;
    flex: 1;
    padding-bottom: 10vh;
  }
  .header-wrap .mobile-gnb .gnb-box > ul > li {
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
  }
  .header-wrap .mobile-gnb .gnb-box > ul > li ul {
    padding-left: 20px;
  }
  .header-wrap .mobile-gnb .gnb-box > ul > li ul > li {
    font-weight: 400;
    color: #858585;
  }
  .header-wrap .mobile-gnb .gnb-box > ul > li ul > li li {
    font-weight: 300;
  }
  .header-wrap .mobile-gnb .mobile-sns-sites ul {
    display: flex;
    justify-content: space-between;
  }
  .header-wrap .sns-sites {
    display: none;
  }
  .footer .site-links {
    flex: 1;
    gap: 30px;
  }
  .footer .site-links .copyright {
    display: block;
  }
  .footer .site-links .copyright p {
    text-align: center;
  }
}
.alert-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-wrap.show {
  opacity: 1;
}
.alert-wrap.show .alert-box {
  transform: translateY(0px);
}
.alert-wrap .alert-box {
  width: 800px;
  max-width: 90vw;
  background-color: #fff;
  transition: 0.2s cubic-bezier(0.5, -0.2, 0.5, 2);
  transform: translateY(-50px);
  padding: 92px 40px 100px 40px;
  text-align: center;
  position: relative;
}
.alert-wrap .alert-box p {
  margin: 0;
}
.alert-wrap .alert-box .alert-title {
  font-size: 28px;
  font-weight: bold;
}
.alert-wrap .alert-box .alert-message {
  font-size: 16px;
  margin-top: 30px;
}
.alert-wrap .alert-box .close-btn {
  width: 300px;
  display: block;
  background: #000;
  margin: 46px auto 0;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.alert-wrap .alert-box .close-cross {
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.subscribe-popup div.mce_inline_error {
  width: 100%;
  background-color: #e21c24 !important;
  position: absolute;
  bottom: -40px;
}
.subscribe-popup.visible {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-popup.show {
  opacity: 1;
}
.subscribe-popup.show .popup-wrap {
  transform: translateY(0px);
}
.subscribe-popup .popup-wrap {
  width: 800px;
  max-width: 90vw;
  height: 90vh;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.2s cubic-bezier(0.5, -0.2, 0.5, 2);
  transform: translateY(-50px);
}
.subscribe-popup .popup-wrap .scroll-box {
  padding: 52px 0 50px 0;
  height: 100%;
  position: relative;
}
.subscribe-popup .popup-wrap form .icon {
  text-align: center;
}
.subscribe-popup .popup-wrap form h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 0;
}
.subscribe-popup .popup-wrap form .subscribe-message {
  margin-top: 40px;
  padding: 39px 50px;
  border: none;
  background-color: #f0f0f0;
}
.subscribe-popup .popup-wrap form .subscribe-message p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.subscribe-popup .popup-wrap form .indicates-required {
  font-size: 14px;
  color: #000;
}
.subscribe-popup .popup-wrap form .indicates-required span {
  color: #e21c24;
}
.subscribe-popup .popup-wrap form .input-box {
  padding: 46px 50px 42px 50px;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group {
  margin-top: 40px;
  position: relative;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group:nth-child(2) {
  margin-top: 26px;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group label {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group label span {
  color: #e21c24;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group input[type=text],
.subscribe-popup .popup-wrap form .input-box .mc-field-group input[type=email] {
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  margin-top: 15px;
  font-size: 16px;
  padding: 0 7px;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap p {
  margin: 0;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap .msg-2 {
  color: #666;
  margin-top: 32px;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap fieldset {
  padding: 0;
  border: none;
  margin: 17px 0 0;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap fieldset input[type=checkbox] {
  display: none;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap fieldset input[type=checkbox] + label {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap fieldset input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap fieldset input[type=checkbox]:checked + label:before {
  background-image: url("../images/icon_checkbox_checked.svg");
}
.subscribe-popup .popup-wrap form .clear {
  text-align: center;
}
.subscribe-popup .popup-wrap form .clear input[type=submit] {
  width: 300px;
  max-width: 70%;
  height: 50px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.subscribe-popup .popup-wrap form .clear .response {
  border: 1px solid #ddd;
  background-color: #fafafa;
  color: #444;
  padding: 10px;
  font-size: 14px;
  margin-top: 20px;
}
.subscribe-popup .popup-wrap .close-button {
  position: absolute;
  top: 0;
  right: -50px;
  padding: 0;
}

@media (max-width: 1000px) {
  .body-wrap .page-desc {
    padding: 12vw 2vw 14vw 2vw;
  }
  .body-wrap .page-desc .page-title {
    font-size: 6.5vw;
  }
  .body-wrap .page-desc .page-summary {
    margin: 9vw 0 0;
    font-size: 2.5vw;
  }
}
@media (max-width: 950px) {
  .subscribe-popup .popup-wrap .close-button {
    top: 10px;
    right: 10px;
    padding: 0;
    filter: brightness(0.5);
  }
  .subscribe-popup .popup-wrap .close-button img {
    width: 20px;
  }
}
@media (max-width: 850px) {
  .footer .navigation-bar {
    width: 100%;
  }
  .footer .navigation-bar nav > ul {
    justify-content: center;
    white-space: nowrap;
  }
  .whole-search .search-content {
    padding: 20px;
  }
  .whole-search .search-content p {
    white-space: normal;
  }
}
@media (max-width: 750px) {
  .footer .content-wrap {
    display: block;
  }
  .footer .logo {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .footer .navigation-bar {
    width: 100%;
  }
  .footer .navigation-bar nav > ul {
    flex-direction: column;
    padding-left: 20px;
  }
  .footer .navigation-bar nav > ul > li {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .subscribe-popup .popup-wrap form h2 {
    font-size: 20px;
  }
  .subscribe-popup .popup-wrap form .subscribe-message {
    padding: 20px 25px;
  }
  .subscribe-popup .popup-wrap form .subscribe-message p {
    font-size: 14px;
  }
  .subscribe-popup .popup-wrap form .indicates-required {
    font-size: 12px;
  }
  .subscribe-popup .popup-wrap form .input-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .subscribe-popup .popup-wrap form .input-box .mc-field-group label {
    font-size: 14px;
  }
  .subscribe-popup .popup-wrap form .input-box .mc-field-group.agreement-wrap {
    font-size: 14px;
  }
  .subscribe-popup .popup-wrap form .clear input[type=submit] {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .footer .site-links .related-sites {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 390px) or (max-height: 690px) {
  .chat-wrap {
    right: 0;
    bottom: 0;
    transition: 0.3s;
  }
  .chat-wrap.open {
    width: 100%;
    height: 100%;
  }
  .chat-wrap .chat-box {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    transition: none;
    z-index: 120;
  }
  .chat-wrap .chat-trigger {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 130;
  }
}

/*# sourceMappingURL=layout.css.map */
