@charset "utf-8";

html,
body {
  height: 100%;
}

body {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  overflow-x: hidden !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
fieldset,
p,
button,
address,
table,
tbody,
tfoot,
thead,
th,
tr,
td,
video,
tt,
header,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
hgroup,
menu,
main,
nav,
section,
summary,
mark,
time {
  box-sizing: border-box;
}

input,
button,
textarea,
select {
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
}

/*-webkit-appearance: none*/

button,
textarea {
  -webkit-appearance: none;
}

img,
fieldset,
iframe {
  border: 0 none;
}

li {
  list-style: none;
}

img,
input,
select,
button,
textarea {
  vertical-align: middle;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

em,
address,
optgroup {
  font-style: normal;
}

label,
button {
  cursor: pointer;
}

label {
  position: relative;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
}

a {
  box-sizing: border-box;
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

hr {
  display: none;
}

pre {
  font-family: "Pretendard", sans-serif;
  line-height: 1.5;
  white-space: pre-wrap;
  box-sizing: border-box;
}

legend,
caption {
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

p {
  text-align: left;
  font-weight: 400;
  word-break: keep-all;
}

table {
  width: 100%;
  font-weight: 400;
  border-spacing: 0;
}

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.hidden {
  overflow: hidden;
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

input,
textarea {
  padding: 0 15px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ddd;
}

input.warn,
input.warn:focus,
select.warn,
select.warn:focus {
  border: 1px solid #ff5454;
  box-shadow: 0px 0px 5px rgba(255, 84, 84, 0.3);
}

select:focus,
input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #297de4;
  box-shadow: 0px 0px 5px rgba(50, 140, 252, 0.3);
}

input::placeholder,
textarea::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

textarea {
  width: 100%;
  padding: 15px;
  line-height: 1.5;
  resize: none;
  color: #333;
}

select {
  padding: 0 30px 0 15px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ddd;
  background: #fff url(/imgs/common/select_arw.svg) right 10px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none;
}

.checkbox input[type="checkbox"] + label,
.radio input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
}

.checkbox input[type="checkbox"] + label:before,
.radio input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/imgs/common/checkbox_off.svg);
}

.radio input[type="radio"] + label:before {
  background: url(/imgs/common/radio_off.svg);
}

.checkbox input[type="checkbox"]:checked + label:before {
  background: url(/imgs/common/checkbox_on.svg);
}

.radio input[type="radio"]:checked + label:before {
  background: url(/imgs/common/radio_on.svg);
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  color: #acacac;
}

.checkbox input[type="checkbox"]:disabled + label:before {
  background: url(/imgs/common/checkbox_disabled.svg);
}

.radio input[type="radio"]:disabled + label:before {
  background: url(/imgs/common/radio_disabled.svg);
}

/* size classes */

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 2px;
  font-weight: 500;
  transition: all 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.size-xs {
  min-width: 80px;
  height: 32px;
}

.size-s {
  min-width: 90px;
  height: 36px;
}

.size-m {
  min-width: 120px;
  height: 42px;
}

.size-l {
  min-width: 120px;
  height: 48px;
}

.btn.size-xs,
.btn.size-s {
  padding: 0 15px;
}

.btn.size-m,
.btn.size-l {
  padding: 0 20px;
}

.btn.type01 {
  border: 0;
  background: #297de4;
  color: #fff;
}

.btn.type01:hover {
  background: #1a68c9;
}

.btn.type02 {
  border: 0;
  background: #77d756;
  color: #fff;
}

.btn.type02:hover {
  background: #57c531;
}

.btn.type03 {
  border: 0;
  background: #e1eeff;
  color: #297de4;
}

.btn.type03:hover {
  background: #cbe2ff;
}

/* .btn.type04 {
    border: 0;
    background: #E4F7DD;
    color: #77D756;
}

.btn.type04:hover {
    background: #d6f1cd;
} */

.btn.type04 {
  border: 1px solid #77d756;
  background: #fff;
  color: #77d756;
}

.btn.type04:hover {
  border: 1px solid #57c531;
  color: #57c531;
}

.btn.line {
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  font-weight: 400;
}

.btn.line:hover {
  border: 1px solid #666;
  color: #222;
}

.btn.disabled {
  border: 0 !important;
  background: #eee !important;
  color: #999 !important;
  cursor: default;
}

.btn.btn-add,
.btn.btn-del {
  display: flex;
  align-items: center;
}

.btn.btn-add:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/imgs/common/ico_plus.svg) no-repeat center top;
  background-size: cover;
}

.btn.btn-del:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/imgs/common/ico_close_sm.svg) no-repeat center top;
}

table {
  border-top: 2px solid #171717;
}

table .alignCenter {
  text-align: center;
}

table .alignLeft {
  text-align: left;
  padding: 8px 15px;
}

table thead th {
  padding: 10px 5px;
  border-right: 1px solid #fff;
  background: #e6effa;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  word-break: keep-all;
  line-height: 1.2;
}

table thead th:last-of-type {
  border-right: 0;
}

table tbody tr {
  border-bottom: 1px solid #ddd;
}

table tbody tr td {
  padding: 8px 5px;
  border-right: 1px solid #ddd;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}

table tbody tr td:last-of-type {
  border-right: 0;
}

table.list-table tbody tr td {
  padding: 8px 5px;
}

table.list-table tbody tr td.alignLeft {
  padding: 8px 20px;
}

table.list-table tbody tr td a.btn {
  width: fit-content;
  margin: 0 auto;
}

.mo-table {
  display: none;
  border-top: 2px solid #171717;
}

.mo-table > li {
  padding: 12px 5px;
  border-bottom: 1px solid #ddd;
}

.mo-table > li .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.mo-table > li .row:last-of-type {
  margin-bottom: 0;
}

.mo-table > li .row span {
  display: flex;
  align-items: center;
  margin: 2px 0;
}

.mo-table > li .row span:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #ddd;
  margin: 0 8px;
}

.mo-table > li .row span > a {
  text-decoration: underline;
}

.mo-table > li .row span i {
  margin-right: 5px;
  color: #999;
}

@media (max-width: 768px) {
  table.pc-table {
    display: none;
  }

  .mo-table {
    display: block;
  }
}

.fix-thead {
  position: sticky;
  top: 0;
}

/* skip navigation */

#skipNavi {
  position: absolute;
  top: 0;
  height: 0px;
  width: 100%;
  z-index: 1000;
}

#skipNavi a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

#skipNavi a:focus,
#skipNavi a:active {
  display: block;
  top: 0;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  background: #021b87;
}

#contentWrap {
  min-height: calc(100vh - 365px);
}

#contentSection {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 110px;
}

article.con-container {
  background: #f6f8f9;
  padding: 30px 30px 40px 30px;
  border-top: 2px solid #1a4478;
}

.page-consulting-ref article.con-container {
  background: #fff;
  padding: 0;
  border-top: 0;
}

h3.page-title {
  padding: 50px 0 40px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 1440px) {
  #contentSection {
    width: 100%;
    padding: 30px 20px 80px 20px;
  }
}

@media (max-width: 1200px) {
  h3.page-title {
    padding: 40px 0 35px 0;
    font-size: 26px;
  }
  article.con-container {
    padding: 30px 20px 40px 20px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h3.page-title {
    padding: 30px 0;
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  #contentSection {
    width: 100%;
    padding: 20px 15px 60px 15px;
  }
  h3.page-title {
    padding: 20px 0;
    font-size: 20px;
  }
  article.con-container {
    padding: 20px 10px 30px 10px;
  }
}

/* layout */

header {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

header > .container {
  position: relative;
  z-index: 6;
  max-width: 1440px;
  width: 100%;
  height: 95px;
  margin: 0 auto;
}

header .container h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .container h1 a {
  display: block;
  height: 40px;
}

header .container h1 a > img {
  height: 100%;
}

header .container .profile_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

header .container .profile_wrap .profile_btnWrap,
header .container .profile_wrap .profile_btnWrap > a {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 15px;
  line-height: 1.2;
}

header .container .profile_wrap .profile_btnWrap > a:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 12px;
  background: #ccc;
}

header
  .container
  .profile_wrap
  .profile_btnWrap
  > a[class^="button_"]:not(.button_mypage):before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

header .container .profile_wrap .profile_btnWrap > a.button_logIn:before {
  background: url(/imgs/common/ico_login.svg) center center no-repeat;
  background-size: contain;
}

header .container .profile_wrap .profile_btnWrap > a.button_join:before {
  background: url(/imgs/common/ico_join.svg) center center no-repeat;
  background-size: contain;
}

header .container .profile_wrap .profile_btnWrap > a.button_logOut:before {
  background: url(/imgs/common/ico_logout.svg) center center no-repeat;
  background-size: contain;
}

/* header .container .profile_wrap .profile_btnWrap a.button_mypage:before {
    background: url(/imgs/common/ico_user.svg) center center no-repeat;
    background-size: contain;
} */

header .container .profile_wrap .time-wrap {
  margin-right: 20px;
}

header .container .profile_wrap .time-wrap > div {
  display: flex;
  align-items: center;
}

header .container .profile_wrap .time-wrap .time {
  display: flex;
  align-items: center;
  font-weight: 700;
}

header .container .profile_wrap .time-wrap .time:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: url(/imgs/common/ico_time_blue.svg) center center no-repeat;
}

header .container .profile_wrap .time-wrap .btn {
  min-width: 65px;
  margin-left: 8px;
}

header .noti-container {
  position: relative;
  margin-right: 15px;
}

header .noti-container .btn-noti {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/imgs/common/ico_noti.svg") center center no-repeat;
}

header .noti-container .btn-noti.on::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -2px;
  display: block;
  width: 9px;
  height: 9px;
  background: #ff6363;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: notiAni 1.8s ease-in-out infinite;
}

@keyframes notiAni {
  0% {
    background: #fd3a3a;
    transform: rotateY(0);
  }
  50% {
    background: #980a0a;
  }
  100% {
    background: #fd3a3a;
    transform: rotateY(360deg);
  }
}

header .noti-container .noti-wrap {
  display: none;
  position: absolute;
  width: 480px;
  top: 33px;
  right: -40px;
  background: #f7f8f9;
  border-radius: 6px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

header .noti-container .noti-wrap.on {
  display: block;
}

header .noti-container .noti-wrap::before {
  content: "";
  position: absolute;
  right: 40px;
  top: -6px;
  z-index: -1;
  transform: rotate(45deg);
  display: block;
  background: #f7f8f9;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header .noti-container .noti-wrap p.tit {
  position: relative;
  padding: 20px 20px 5px 20px;
  font-size: 18px;
  font-weight: 700;
}

header .noti-container .noti-wrap .noti-close {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/imgs/common/ico_close_sm.svg") center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  font-size: 0;
}

header .noti-container .noti-wrap .noti-list {
  max-height: 300px;
  padding: 0 20px 10px 20px;
  overflow-y: auto;
}

header .noti-container .noti-wrap .noti-list li {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.15s;
}

header .noti-container .noti-wrap .noti-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

header .noti-container .noti-wrap .noti-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

header .noti-container .noti-wrap .noti-list li dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

header .noti-container .noti-wrap .noti-list li dl dt {
  padding: 5px 10px 6px 10px;
  border-radius: 12px;
  font-size: 13px;
}

header .noti-container .noti-wrap .noti-list li dl dt.type01 {
  background: #f3f0d5;
  color: #b3a62f;
}

header .noti-container .noti-wrap .noti-list li dl dt.type02 {
  background: #dceeff;
  color: #107fe7;
}

header .noti-container .noti-wrap .noti-list li dl dt.type03 {
  background: #e5f6dd;
  color: #54c121;
}

header .noti-container .noti-wrap .noti-list li.fail dl dd {
  color: #f53434;
}

header .noti-container .noti-wrap .noti-list li .date {
  color: #888;
  font-weight: 300;
}

header .container .profile_wrap .profile_btnWrap .entry-teacher {
  position: relative;
  display: flex;
  align-items: center;
}

header .container .profile_wrap .profile_btnWrap .entry-teacher::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 12px;
  background: #ccc;
}

/* header .container .profile_wrap .profile_btnWrap .entry-teacher a.button_teacher:before {
    background: url(/imgs/common/ico_settings.svg) center center no-repeat;
    background-size: contain;
} */

header .container .profile_wrap .profile_btnWrap .entry-teacher .float-menu.on {
  display: block;
}

header .container .profile_wrap .profile_btnWrap .entry-teacher .float-menu {
  display: none;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(calc(-50% - 12px));
  border-radius: 6px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
}

header
  .container
  .profile_wrap
  .profile_btnWrap
  .entry-teacher
  .float-menu::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -6px;
  z-index: -1;
  transform: rotate(45deg);
  display: block;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
}

header .container .profile_wrap .profile_btnWrap .entry-teacher .float-menu ul {
  width: 140px;
  padding: 18px 10px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}

header
  .container
  .profile_wrap
  .profile_btnWrap
  .entry-teacher
  .float-menu
  ul
  > li
  > a {
  font-size: 15px;
  transition: all 0.2s;
}

header
  .container
  .profile_wrap
  .profile_btnWrap
  .entry-teacher
  .float-menu
  ul
  > li:hover
  > a {
  color: #297de4;
}

header
  .container
  .profile_wrap
  .profile_btnWrap
  .entry-teacher
  .float-menu
  ul
  > li:not(:last-of-type) {
  margin-bottom: 10px;
}

header nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

header nav:before {
  content: "";
  display: block;
  width: calc(100vw - 17px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ddd;
}

header nav .gnb_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

header nav .gnb_wrap > li {
  margin: 0 150px 0 0;
}

header nav .gnb_wrap > li:last-of-type {
  margin-right: 0;
}

header nav .gnb_wrap > li h2 {
  font-size: 20px;
  font-weight: 700;
}

header nav .gnb_wrap > li .gnb_sub_wrap {
  position: absolute;
  left: 50%;
  top: 52px;
  width: 100vw;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 3px 9px 20px 0 rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  z-index: 1;
}

/* header nav .gnb_wrap>li .gnb_sub_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 220%;
    max-height: 380px;
    top: 0;
    left: 0;
    z-index: -1;
} */

header nav .gnb_wrap > li .gnb_sub_wrap .container {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

header nav .gnb_wrap > li .gnb_sub_wrap .container .h2_title {
  flex-shrink: 0;
  width: 260px;
  padding: 40px 0px;
  color: #297de4;
  font-size: 24px;
  font-weight: 700;
  box-sizing: border-box;
}

header nav .gnb_wrap > li .gnb_sub_wrap .container .h2_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(((100vw - 1440px) / 2) + 260px);
  height: 100%;
  background: #eef6ff;
  z-index: -1;
}

header nav .gnb_wrap > li .gnb_sub_wrap .container .gnb_sub_content {
  display: flex;
}

header nav .gnb_wrap > li .gnb_sub_wrap .container .gnb_sub_content > li {
  /* padding: 40px 0 40px 4.68vw; */
  padding: 40px 0 40px 3.8vw;
}

/* header nav .gnb_wrap>li .gnb_sub_wrap .container .gnb_sub_content>li:first-child {
    margin-left: 15px;
} */

header nav .gnb_wrap > li .gnb_sub_wrap .container .gnb_sub_content > li h3 {
  font-size: 18px;
}

header nav .gnb_wrap > li .gnb_sub_wrap .container .gnb_sub_content > li h3 a {
  font-weight: 700;
}

header
  nav
  .gnb_wrap
  > li
  .gnb_sub_wrap
  .container
  .gnb_sub_content
  > li
  h3
  a:hover {
  color: #297de4;
}

header
  nav
  .gnb_wrap
  > li
  .gnb_sub_wrap
  .container
  .gnb_sub_content
  > li
  .gnb_third_content {
  margin-top: 10px;
}

header
  nav
  .gnb_wrap
  > li
  .gnb_sub_wrap
  .container
  .gnb_sub_content
  > li
  .gnb_third_content
  > li {
  display: flex;
  flex-direction: column;
}

header
  nav
  .gnb_wrap
  > li
  .gnb_sub_wrap
  .container
  .gnb_sub_content
  > li
  .gnb_third_content
  > li
  h4
  a {
  color: #a3a2a2;
  line-height: 1.8;
}

header
  nav
  .gnb_wrap
  > li
  .gnb_sub_wrap
  .container
  .gnb_sub_content
  > li
  .gnb_third_content
  > li
  h4
  a:hover {
  font-weight: 500;
  color: #297de4;
}

header nav .gnb_wrap > li.active h2 a {
  color: #297de4;
}

header nav .button_megaMenu {
  display: block;
  width: 52px;
  height: 52px;
  background: #297de4;
  font-size: 0;
}

header nav .button_megaMenu span {
  display: block;
  position: relative;
  width: 26px;
  height: 3px;
  margin: 25px auto 0;
  background: #fff;
}

header nav .button_megaMenu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 26px;
  height: 3px;
  background: #fff;
}

header nav .button_megaMenu span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 26px;
  height: 3px;
  background: #fff;
}

header .sideBar_wrap {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 31, 62, 0.9);
  z-index: 9;
  overflow-y: auto;
}

header .sideBar_wrap aside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
  max-height: 1050px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0px;
}

header .sideBar_wrap aside .siteMap_title {
  padding-left: 15px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}

header .sideBar_wrap aside .profile_btnWrap {
  display: none;
}

header .sideBar_wrap aside .button_sideBar_close {
  position: absolute;
  right: 0;
  top: 90px;
  width: 52px;
  height: 52px;
}

header .sideBar_wrap aside .megaMenu_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
}

header .sideBar_wrap aside .megaMenu_wrap > li {
  width: calc(50% - 30px);
  margin: 0 15px;
}

/* header .sideBar_wrap aside .megaMenu_wrap>li:not(:last-of-type):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 45px 0;
} */

header .sideBar_wrap aside .megaMenu_wrap > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 45px 0;
}

header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_title {
  margin-bottom: 25px;
  color: #eee;
  font-size: 26px;
  font-weight: 700;
}

header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_wrap {
  display: flex;
  height: calc(100% - 142px);
}

header
  .sideBar_wrap
  aside
  .megaMenu_wrap
  > li
  .siteMap_sub_wrap
  > li:not(:last-of-type) {
  margin-right: 38px;
}

header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_wrap > li h3 {
  color: #ddd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  word-break: keep-all;
}

header
  .sideBar_wrap
  aside
  .megaMenu_wrap
  > li
  .siteMap_sub_wrap
  > li
  h3
  a:hover {
  color: #fff;
}

header
  .sideBar_wrap
  aside
  .megaMenu_wrap
  > li
  .siteMap_sub_wrap
  > li
  .siteMap_third_content {
  margin-top: 5px;
}

header
  .sideBar_wrap
  aside
  .megaMenu_wrap
  > li
  .siteMap_sub_wrap
  > li
  .siteMap_third_content
  > li
  h4
  a {
  color: #ccc;
  line-height: 1.8;
  transition: all 0.1s ease;
  font-weight: 300;
  word-break: keep-all;
}

header
  .sideBar_wrap
  aside
  .megaMenu_wrap
  > li
  .siteMap_sub_wrap
  > li
  .siteMap_third_content
  > li
  h4
  a:hover {
  color: #fff;
}

@media (max-width: 1440px) {
  header > .container {
    width: 100%;
  }

  header nav .gnb_wrap > li {
    margin: 0 50px;
  }

  header .container .profile_wrap {
    right: 20px;
  }

  header nav .gnb_wrap > li .gnb_sub_wrap .container .h2_title {
    padding: 40px 0px 40px 30px;
  }

  header nav .gnb_wrap > li .gnb_sub_wrap .container .h2_title:before {
    width: 260px;
  }
}

@media (max-width: 1200px) {
  header > .container {
    height: 80px;
  }

  header nav .gnb_wrap {
    display: none;
  }

  header nav:before {
    display: none;
  }

  header .container .profile_wrap {
    right: 60px;
  }

  header .container .profile_wrap .profile_btnWrap {
    display: none;
  }

  header .container .profile_wrap .time-wrap {
    width: 60px;
    margin-right: 0;
  }

  header .noti-container {
    margin: 0 0 0 15px;
  }

  header nav .button_megaMenu {
    position: absolute;
    right: 0;
    top: -66px;
    background: transparent;
  }

  header nav .button_megaMenu span,
  header nav .button_megaMenu span:before,
  header nav .button_megaMenu span:after {
    background: #555;
    height: 2px;
  }

  header .sideBar_wrap aside .siteMap_title {
    display: none;
  }

  header .sideBar_wrap aside .button_sideBar_close {
    width: 40px;
    top: 66px;
    right: 15px;
  }

  header .sideBar_wrap aside .profile_btnWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
    font-size: 15px;
  }

  header .sideBar_wrap aside .profile_btnWrap .button_logIn,
  header .sideBar_wrap aside .profile_btnWrap .button_logOut {
    display: inline-block;
    height: 32px;
    padding: 0 20px;
    margin-right: 8px;
    background: #fff;
    border-radius: 16px;
    font-weight: 500;
    line-height: 32px;
  }

  header .sideBar_wrap aside .profile_btnWrap .button_join,
  header .sideBar_wrap aside .profile_btnWrap .button_mypage {
    display: inline-block;
    height: 32px;
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
  }

  header .sideBar_wrap aside .megaMenu_wrap {
    max-height: 80vh;
    margin-top: 30px;
    overflow-y: auto;
  }

  header .sideBar_wrap aside .megaMenu_wrap::-webkit-scrollbar {
    width: 8px;
  }

  header .sideBar_wrap aside .megaMenu_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    background-clip: padding-box;
    border: 2px solid transparent;
    box-sizing: content-box;
  }

  header .sideBar_wrap aside .megaMenu_wrap::-webkit-scrollbar-track {
    background-color: transparent;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li {
    width: calc(100% - 30px);
  }

  header .sideBar_wrap {
    overflow-y: hidden;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li:last-of-type::after {
    display: none;
  }

  header .sideBar_wrap aside {
    padding: 70px 0px;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_wrap {
    height: auto;
  }
}

@media (max-width: 768px) {
  header > .container {
    height: 60px;
  }

  header .container h1 a {
    height: 32px;
  }

  header nav .button_megaMenu {
    top: -56px;
  }
}

@media (max-width: 640px) {
  header .sideBar_wrap aside .profile_btnWrap {
    padding: 0 35px;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li:not(:last-of-type):after {
    margin: 30px 0;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_title {
    font-size: 22px;
    padding: 0 20px;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_wrap {
    flex-direction: column;
    padding: 0 20px;
  }

  header
    .sideBar_wrap
    aside
    .megaMenu_wrap
    > li
    .siteMap_sub_wrap
    > li:not(:last-of-type) {
    margin: 0 0 20px 0;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_wrap > li h3 {
    font-size: 17px;
  }

  header .sideBar_wrap aside .megaMenu_wrap > li .siteMap_sub_wrap > li h4 {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  header .container h1 a {
    height: 28px;
  }

  header .container .profile_wrap {
    left: 15px;
  }

  header .container .profile_wrap .time-wrap > div {
    flex-direction: column;
    align-items: flex-start;
  }

  header .container .profile_wrap .time-wrap > div .btn {
    min-width: auto;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0;
    background: transparent;
    line-height: 1;
    text-decoration: underline;
  }

  header .container .profile_wrap .time-wrap .time {
    font-size: 14px;
  }

  header .container .profile_wrap .time-wrap > div .btn:hover {
    background: transparent;
    color: #297de4;
    font-size: 14px;
  }

  header .noti-container .noti-wrap {
    left: -75px;
    right: unset;
    width: calc(100vw - 20px);
  }

  header .noti-container .noti-wrap::before {
    left: 77px;
  }

  header .noti-container .noti-wrap p.tit {
    padding: 15px 20px 5px 20px;
    font-size: 16px;
  }

  header .noti-container .noti-wrap .noti-list {
    padding: 0 15px 10px 15px;
  }

  header .noti-container .noti-wrap .noti-list li {
    padding: 12px 15px;
  }

  header .noti-container .noti-wrap .noti-list li a {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  header .sideBar_wrap aside {
    padding: 40px 0px;
  }

  header .sideBar_wrap aside .button_sideBar_close {
    top: 36px;
  }

  header .sideBar_wrap aside .megaMenu_wrap {
    max-height: 75vh;
  }
}

footer {
  position: relative;
  z-index: 5;
}

footer .footer_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
}

footer .footer_link_wrap .link_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 64px;
  font-weight: 500;
  transition: all 0.2s ease;
}

footer .footer_link_wrap .link_wrap:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/imgs/common/arw_up.svg) center center no-repeat;
  margin-top: -3px;
  margin-left: 8px;
}

footer .footer_link_wrap .link_wrap.active:after {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}

footer .footer_link_wrap .link_wrap .link_list {
  display: none;
  position: absolute;
  top: -150px;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

footer .footer_link_wrap .link_wrap .link_list::-webkit-scrollbar {
  width: 8px;
}

footer .footer_link_wrap .link_wrap .link_list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: content-box;
}

footer .footer_link_wrap .link_wrap .link_list::-webkit-scrollbar-track {
  background-color: transparent;
}

footer .footer_link_wrap .link_wrap .link_list > li {
  padding: 10px 24px;
  border-bottom: 1px solid #999;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

footer .footer_link_wrap .link_wrap .link_list > li:last-of-type {
  border-bottom: 0;
}

footer .footer_content {
  padding: 40px 20px;
  background: #2a3442;
}

footer .footer_content .container {
  max-width: 1440px;
  margin: 0 auto;
}

footer .footer_content .container ul {
  display: flex;
}

footer .footer_content .container ul > li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #818890;
}

footer .footer_content .container ul > li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #5f6977;
}

footer .footer_content .container .info {
  margin: 10px 0;
  color: #9ca3ac;
  line-height: 1.4;
}

footer .footer_content .container .txt_copyright {
  color: #5f6977;
  font-size: 14px;
}

@media (max-width: 1440px) {
  footer .footer_link_wrap .link_wrap {
    width: calc(100% / 3);
  }
}

@media (max-width: 1200px) {
  footer .footer_banner_wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  footer .footer_content .container ul > li {
    font-size: 14px;
  }

  footer .footer_content .container .info {
    font-size: 15px;
  }

  footer .footer_content .container .txt_copyright {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  footer .footer_link_wrap .link_wrap {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

/* 서브배너 */

.banner-section .page_title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 170px;
  background: url(/imgs/common/sub_visual.png) center center no-repeat;
  background-size: cover;
}

.banner-section .page_title_wrap h2.page_title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.banner-section .location_wrap {
  background: #297de4;
}

.banner-section .location_wrap .location_inner {
  display: flex;
  align-items: center;
  width: 1440px;
  margin: 0 auto;
}

.banner-section .location_wrap .location_inner .location_home {
  width: 60px;
  height: 60px;
  background: #fff url(/imgs/common/ico_home.svg) center center no-repeat;
  color: transparent;
  font-size: 0;
}

.banner-section .location_wrap .location_inner .location_list {
  display: flex;
}

.banner-section .location_wrap .location_inner .location_list > li {
  position: relative;
}

.banner-section .location_wrap .location_inner .location_list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 60px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-section .location_wrap .location_inner .location_list > li > a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url(/imgs/common/arw_location_down.svg) center center no-repeat;
  transition: all 0.3s;
}

.banner-section
  .location_wrap
  .location_inner
  .location_list
  > li.active
  > a:after {
  transform: rotate(180deg);
}

.banner-section
  .location_wrap
  .location_inner
  .location_list
  > li
  .selectedContent {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}

.banner-section
  .location_wrap
  .location_inner
  .location_list
  > li
  .selectedContent
  > li {
  padding: 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.1s;
}

.banner-section
  .location_wrap
  .location_inner
  .location_list
  > li
  .selectedContent
  > li:last-of-type {
  border-bottom: 0;
}

.banner-section
  .location_wrap
  .location_inner
  .location_list
  > li
  .selectedContent
  > li:hover {
  color: #297de4;
}

.banner-section
  .location_wrap
  .location_inner
  .location_list
  > li
  .selectedContent
  > li.on {
  background: #ebf4ff;
  color: #297de4;
  font-weight: 700;
}

.banner-section
  .location_wrap
  .location_inner
  .location_list
  > li
  .selectedContent
  > li
  > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .banner-section .location_wrap .location_inner {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .banner-section .page_title_wrap {
    height: 180px;
  }

  .banner-section .page_title_wrap h2.page_title {
    font-size: 32px;
  }

  .banner-section .location_wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-section .page_title_wrap {
    height: 150px;
  }

  .banner-section .page_title_wrap h2.page_title {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .banner-section .page_title_wrap {
    height: 110px;
  }

  .banner-section .page_title_wrap h2.page_title {
    font-size: 22px;
  }
}

/* popup */

.popup-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
}

.popup-wrap .dim-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.popup-wrap .popup {
  width: calc(100% - 30px);
  min-width: 300px;
  max-width: 1440px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px 36px;
  background: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.popup-wrap .popup .header {
  margin-bottom: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
}

.popup-wrap .popup > .btn-close {
  position: absolute;
  top: 35px;
  right: 40px;
}

.popup-wrap .popup .btn-wrap {
  margin: 30px 0 0 0;
}

/* 프린트 팝업 */

.print-wrap {
  padding: 50px;
  font-size: 12px;
}

.print-wrap .popup {
  width: 210mm;
  min-height: 297mm;
  position: relative;
  margin: 0 auto;
  padding: 45px 40px 40px 40px;
  border: 1px solid #ddd;
  border-radius: 0;
}

.print-wrap .popup .header {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

@page {
  size: A4;
  margin: 0;
  padding: 0;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #contentSection {
    margin: 0;
    padding: 0;
  }
  .print-wrap {
    padding: 0;
  }
  .print-wrap .popup {
    border: 0;
  }
}

/* step-list 단계표시 */
.step-list {
  width: 100%;
  display: flex;
  justify-content: center;
}

.step-list .step {
  width: 90px;
  margin-right: 25px;
  text-align: center;
}

.step-list .step:last-child {
  margin-right: 0;
}

.step-list .step > span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0px auto 12px auto;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  color: #999;
  line-height: 40px;
}

.step-list .step > span::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 20px;
  left: 100%;
}

.step-list .step:last-child > span::after {
  display: none;
}

.step-list .step > p {
  text-align: center;
  color: #999;
  line-height: 1.3;
}

.step-list .active > span {
  background: #297de4;
  color: #fff;
  font-weight: 700;
}

.step-list .active > p {
  color: #297de4;
  font-weight: 700;
}

.step-list .completed > span {
  background: #297de4 url(/imgs/common/step_check.svg) center center no-repeat;
  font-size: 0;
  color: transparent;
  font-weight: 700;
}

.step-list .completed > span::after {
  background: #297de4;
}

/* tab-menu */
.tab-menu {
  display: flex;
  width: 100%;
}

.tab-menu > li {
  width: 190px;
  height: 52px;
  margin-right: 1px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  background-color: #e8eef3;
  font-weight: 500;
  color: #194478;
  line-height: 52px;
}

.tab-menu > li:last-of-type {
  margin-right: 0;
}

.tab-menu > li.current {
  background-color: #1a4478;
  font-weight: 600;
  color: #fff;
}

.tab-menu > li a {
  display: block;
  width: 100%;
  height: 100%;
}

.tab-menu > li button {
  color: #194478;
}

.tab-menu > li.current button {
  color: #fff;
}

.popup .tab-menu {
  overflow-x: auto;
}

.popup .tab-menu > li {
  padding: 0 10px;
  white-space: nowrap;
}

/* page navigation */

.page-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.page-navigation li {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  line-height: 26px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
}

.page-navigation li.page {
  border: 0;
  line-height: 30px;
}

.page-navigation li a {
  display: block;
}

.page-navigation .prev {
  margin-right: 12px;
}

.page-navigation .next {
  margin-left: 8px;
}

.page-navigation .page-on {
  background-color: #297de4;
  color: #fff;
}

/* txt-box */

ul.txt-box {
  padding: 30px 40px;
  border-radius: 12px;
  border: 1px solid #ddd;
}

ul.txt-box > li {
  margin-bottom: 6px;
  line-height: 1.4;
  padding-left: 0.9em;
  text-indent: -0.9em;
}

ul.txt-box > li:last-of-type {
  margin-bottom: 0;
}

ul.txt-box > li:not(.no-mark):before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -4px 8px 0 0;
  background: #297de4;
  border-radius: 50%;
  vertical-align: middle;
}

ul.txt-box > li span:not(.sub-txt) {
  color: #ef5d5d;
  font-weight: 700;
}

ul.txt-box > li span.sub-txt {
  color: #888;
}

ul.txt-box ~ ul.tab-menu {
  margin-top: 40px;
}

/* scroll */
.scroll::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(66, 66, 66, 0.25);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  background-clip: padding-box;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

@media all and (max-width: 1024px) {
  /* step-list 단계표시 */
  .step-list .step {
    width: 76px;
    margin-right: 20px;
  }

  .step-list .step > span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }

  .step-list .step > span::after {
    width: 60px;
    top: 19px;
  }

  /* txt-box */
  ul.txt-box {
    padding: 25px 30px;
  }
}

@media (max-width: 768px) {
  /* popup */
  .popup-wrap .popup {
    padding: 30px;
  }

  .popup-wrap .popup .header {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .popup-wrap .popup > .btn-close {
    top: 30px;
    right: 30px;
  }

  /* tab-menu */
  .tab-menu > li {
    width: 165px;
    height: 44px;
    line-height: 44px;
  }

  /* page navigation */
  .page-navigation li {
    width: 26px;
    height: 26px;
    line-height: 22px;
  }

  .page-navigation li.page {
    line-height: 26px;
  }

  .page-navigation .prev {
    margin-right: 9px;
  }

  .page-navigation .next {
    margin-left: 5px;
  }

  /* txt-box */
  ul.txt-box {
    padding: 20px 25px;
  }
}

@media all and (max-width: 500px) {
  /* popup */
  .popup-wrap .popup {
    width: calc(100% - 10px);
    padding: 25px 20px;
  }

  .popup-wrap .popup > .btn-close {
    top: 25px;
    right: 20px;
  }

  .popup-wrap .popup .header {
    font-size: 20px;
  }

  /* step-list 회원가입 단계표시 */
  .step-list .step {
    margin-right: 15px;
  }

  .step-list .step > span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .step-list .step > span::after {
    width: 50px;
    top: 16px;
  }

  .step-list .step > p {
    font-size: 14px;
  }

  /* tab-menu */
  .tab-menu > li {
    width: 100%;
  }

  /* txt-box */
  ul.txt-box {
    padding: 20px;
  }
}

/* loading */

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
}

.loading-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid transparent;
  border-color: transparent #fff transparent #fff;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-wrap:hover .loading,
.loading-wrap .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  letter-spacing: 0.2em;
}

.loading-wrap .des {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

/* 준비중 */
.prepare-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}

.prepare-wrap p.txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.prepare-wrap p.txt::before {
  content: "";
  display: block;
  width: 360px;
  height: 270px;
  max-width: 100%;
  margin: 0 auto 70px auto;
  background: url("/imgs/common/img_prepare.svg") center center no-repeat;
  background-size: contain;
}
