@charset "UTF-8";
/* ==============================

  Mixins

============================== */
/* ==============================

  기본 폰트 셋팅

============================== */
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSans-Thin.eot");
  src: url("../font/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("../font/NotoSans-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSans-Light.eot");
  src: url("../font/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("../font/NotoSans-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSans-Regular.eot");
  src: url("../font/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSans-Medium.eot");
  src: url("../font/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSans-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSans-Bold.eot");
  src: url("../font/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gmarket Sans";
  src: url("../font/GmarketSansTTFLight.ttf");
  src: url("../font/GmarketSansTTFLight.ttf?#iefix") format("truetype");
  src: url("../font/GmarketSansLight.otf") format("opentype");
  font-style: light;
  font-weight: 300;
}
@font-face {
  font-family: "Gmarket Sans";
  src: url("../font/GmarketSansTTFMedium.ttf");
  src: url("../font/GmarketSansTTFMedium.ttf?#iefix") format("truetype");
  src: url("../font/GmarketSansMedium.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Gmarket Sans";
  src: url("../font/GmarketSansTTFBold.ttf");
  src: url("../font/GmarketSansTTFBold.ttf?#iefix") format("truetype");
  src: url("../font/GmarketSansBold.otf") format("opentype");
  font-style: bold;
  font-weight: 600;
}
@font-face {
  font-family: "Mapo Backpacking";
  src: url("../font/MapoBackpacking.ttf");
  src: url("../font/MapoBackpacking.ttf?#iefix") format("truetype");
  src: url("../font/MapoBackpacking.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SEBANG Gothic";
  src: url("../font/SEBANG Gothic OTF.otf");
  src: url("../font/SEBANG Gothic OTF.otf?#iefix") format("embedded-opentype"), url("../font/SEBANG Gothic OTF.otf") format("OTF");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SEBANG Gothic";
  src: url("../font/SEBANG Gothic OTF Bold.otf");
  src: url("../font/SEBANG Gothic OTF Bold.otf?#iefix") format("embedded-opentype"), url("../font/SEBANG Gothic OTF Bold.otf") format("OTF");
  font-style: normal;
  font-weight: 700;
}
.u-hidden {
  overflow: hidden;
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-display-none {
  display: none !important;
}

@media screen and (min-width: 961px) {
  .u-display-none\@desktop {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .u-display-none\@mobile {
    display: none !important;
  }
}
.u-global-width {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

b {
  font-weight: bold !important;
}

/* ==============================

  유틸 색상

============================== */
.u-point-color-1 {
  color: #0086eb !important;
}

.u-point-color-2 {
  color: #007edd !important;
}

.u-point-color-3 {
  color: #ceeaff !important;
}

.u-blue-color {
  color: #4e73df !important;
}

.u-green-color {
  color: #1cc88a !important;
}

.u-red-color {
  color: #ed1520 !important;
}

.u-blue-bg {
  background: #4e73df !important;
  color: #fff !important;
}

.u-green-bg {
  background: #1cc88a !important;
  color: #fff !important;
}

.u-red-bg {
  background: #ed1520 !important;
  color: #fff !important;
}

/* ==============================

  팝업

============================== */
.u-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 120px;
  left: 20px;
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  .u-popup {
    top: 5rem !important;
    left: 0.9375rem !important;
    right: 0.9375rem;
    margin: 0 auto;
  }
}
.u-popup__image {
  max-width: 100%;
}
.u-popup__controls {
  padding: 0.25rem 0.5rem;
  background: #000;
  line-height: 1;
}
.u-popup__controls label, .u-popup__controls button {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
.u-popup__controls input[type=checkbox], .u-popup__controls label {
  display: inline-block;
  vertical-align: middle;
}
.u-popup__controls button {
  background: transparent;
}
.u-popup__control-item {
  float: left;
}
.u-popup__control-item--right {
  float: right;
}

/* ==============================

  유틸 버튼

============================== */
.u-button-box {
  margin: 3.125rem -0.5rem 0;
  text-align: center;
}
.u-button-box--sm {
  margin: 1.25rem -0.25rem 0;
}
@media screen and (max-width: 960px) {
  .u-button-box {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
  }
}
.u-button-box__btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 10.454em;
  height: 2.909em;
  margin: 0.5rem;
  padding: 0 0.5em;
  border-radius: 0.181em;
  background: #1b1b1b;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2.909em;
  letter-spacing: -0.04em;
}
.u-button-box__btn--sm {
  min-width: 7.222223em;
  height: 2.444445em;
  margin: 0.25rem;
  font-size: 1.125rem;
  line-height: 2.444445em;
}
@media screen and (max-width: 960px) {
  .u-button-box__btn {
    font-size: 0.9375rem;
  }
}
.u-button-box__btn--color {
  background: #007edd;
}
.u-button-box__btn--color:disabled {
  background: #81c9ff;
}
.u-button-box__btn--secondary {
  background: #888;
}

.u-button-box-2 {
  margin: 3.125rem -0.5rem 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .u-button-box-2 {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
  }
}
.u-button-box-2__btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 10.454em;
  height: 2.909em;
  margin: 0.5rem;
  padding: 0 0.5em;
  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(242, 242, 242) 100%);
  border: 1px solid #bfbfbf;
  border-radius: 0.181em;
  line-height: calc(2.909em - 2px);
  color: #707070;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  box-shadow: 2px 2px 2px 0px rgba(210, 210, 210, 0.5);
}
@media screen and (max-width: 960px) {
  .u-button-box-2__btn {
    width: 100%;
    min-width: auto;
    font-size: 0.9375rem;
  }
}
.u-button-box-2__btn--color {
  color: #007edd;
}

/* ==============================

  버튼 로딩 애니메이션

============================== */
@keyframes loading-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-spin-animation {
  display: inline-block;
  vertical-align: top;
  animation: loading-spin 3s linear infinite;
  cursor: no-drop;
}

/* ==============================

  유틸 리스트

============================== */
.u-dot-list__item {
  position: relative;
  margin: 0.25em 0;
  padding-left: 0.625em;
  color: #000;
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .u-dot-list__item {
    font-size: 0.875rem;
  }
}
.u-dot-list__item::before {
  content: "";
  position: absolute;
  top: 0.625em;
  left: 0;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #007edd;
}

.u-list__item {
  margin: 0.25em 0;
  color: #000;
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .u-list__item {
    font-size: 0.875rem;
  }
}

/* ==============================

  테이블

============================== */
.u-table-scroll-box {
  overflow-x: auto;
}
.u-table-scroll-box__table {
  width: 960px;
}

.u-table {
  table-layout: fixed;
  width: 100%;
  min-width: 910px;
  border: 2px solid #cde6f8;
}
.u-table th, .u-table td {
  vertical-align: middle;
  text-align: center;
}
.u-table th {
  padding: 0.46875em 0;
  border: 1px solid #fff;
  background: #cde6f8;
  color: #1f4763;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.u-table td {
  padding: 0.678571em 0.25em;
  border: 1px solid #d2d2d2;
  border-top: 0;
  color: #1b1b1b;
  font-size: 0.875rem;
  word-break: break-word;
}
.u-table__btn {
  background: transparent;
  border-bottom: 1px solid #007edd;
  color: #007edd;
  font-weight: 700;
}
.u-table__empty {
  padding: 5rem 0;
  text-align: center;
}

/* ==============================

  폼 테이블

============================== */
.u-form-table {
  width: 100%;
  border-top: 2px solid #007edd;
  font-size: 1rem;
}
.u-form-table__col--title {
  width: 11.875rem;
}
@media screen and (max-width: 960px) {
  .u-form-table__col--title {
    width: 8rem;
  }
}
.u-form-table th, .u-form-table td {
  vertical-align: middle;
  padding: 0.833em 0 0.833em 1.111em;
  border-bottom: 1px solid #e5e5e5;
  color: #1b1b1b;
  font-size: 1.125em;
  letter-spacing: -0.04em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .u-form-table th, .u-form-table td {
    padding: 1em 0 1em 1em;
    font-size: 0.9375em;
  }
}
.u-form-table th {
  font-weight: 500;
}
.u-form-table__help {
  margin-top: 0.375rem;
  color: #626262;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .u-form-table__help {
    font-size: 0.75em;
  }
}

/* ==============================

  폼 컬럼

============================== */
.u-form-columns {
  margin: -0.25rem;
}
.u-form-columns::after {
  content: "";
  display: table;
  clear: both;
}
.u-form-columns__column {
  float: left;
  width: 100%;
  max-width: 18.75rem;
  margin: 0.25rem;
}
@media screen and (max-width: 960px) {
  .u-form-columns__column {
    width: 100%;
  }
}

/* ==============================

  폼 입력란 스타일

============================== */
.u-form-input {
  width: 100%;
  max-width: 18.75rem;
  height: 2.222em;
  padding: 0 0.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff;
  font-size: 1.125rem;
  line-height: 2.222em;
  box-shadow: 2px 2px 2px 0px rgba(160, 160, 160, 0.3) inset;
}
@media screen and (max-width: 960px) {
  .u-form-input {
    font-size: 0.9375rem;
  }
}
.u-form-input::-moz-placeholder {
  font-size: 1rem;
}
.u-form-input::placeholder {
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .u-form-input::-moz-placeholder {
    font-size: 0.9375rem;
  }
  .u-form-input::placeholder {
    font-size: 0.9375rem;
  }
}
.u-form-input--full-size {
  max-width: 100%;
}
.u-form-input--required {
  padding-right: 1em;
  background-image: url("../img/common/ico_star@2x.png");
  background-repeat: no-repeat;
  background-position: right 0.25em top 0.25em;
  background-size: 0.5em;
}

.u-form-required {
  display: inline-block;
  vertical-align: top;
  width: 0.5625rem;
  height: 0.5625rem;
  margin-left: 1rem;
  background-image: url("../img/common/ico_star@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.u-form-textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  box-shadow: 2px 2px 2px 0px rgba(160, 160, 160, 0.3) inset;
  resize: vertical;
}
.u-form-textarea--no-resize {
  resize: none;
}
@media screen and (max-width: 960px) {
  .u-form-textarea {
    font-size: 0.9375rem;
  }
}
.u-form-textarea::-moz-placeholder {
  font-size: 1rem;
}
.u-form-textarea::placeholder {
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .u-form-textarea::-moz-placeholder {
    font-size: 0.9375rem;
  }
  .u-form-textarea::placeholder {
    font-size: 0.9375rem;
  }
}

/* ==============================

  폼 박스

============================== */
.u-form-box {
  padding-bottom: 1.111em;
  border-bottom: 1px solid #e5e5e5;
}
.u-form-box__title {
  padding: 0.833em 1.111em;
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .u-form-box__title {
    padding: 1em;
    font-size: 0.9375rem;
  }
}
.u-form-box__content {
  padding: 0 1.111em;
}
@media screen and (max-width: 960px) {
  .u-form-box__content {
    padding: 0 1em;
  }
}
.u-form-box__pre-box {
  height: 13.125rem;
  padding: 1em;
  border: 1px solid #bbb;
  color: #1b1b1b;
  font-size: 0.875rem;
  line-height: 1.5;
  overflow: auto;
}
@media screen and (max-width: 960px) {
  .u-form-box__pre-box {
    height: 10rem;
  }
}
.u-form-box__agree {
  padding: 1.111em 1.111em 0;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .u-form-box__agree {
    padding: 1em 1em 0;
    font-size: 0.875rem;
  }
}

/* ==============================

  탭 메뉴

============================== */
.u-tab {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 960px) {
  .u-tab {
    margin-bottom: 1.5rem;
  }
}
.u-tab__list {
  margin: -0.3125rem;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 960px) {
  .u-tab__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.u-tab__item {
  float: left;
  width: 20%;
  padding: 0.3125rem;
}
@media screen and (max-width: 960px) {
  .u-tab__item {
    flex-basis: 33.333334%;
    float: none;
    width: auto;
  }
}
.u-tab__selector {
  display: block;
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid #007edd;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  color: #007edd;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .u-tab__selector {
    padding: 0.678572em;
    font-size: 0.875rem;
  }
}
.u-tab__selector.is-active {
  background: #007edd;
  color: #fff;
}
.u-tab__selector--all {
  background: #dfeffa;
  border-color: #dfeffa;
  color: #97bad2;
}
.u-tab__selector--all.is-active {
  background: #007edd;
  color: #fff;
}

/* ==============================

  모달 팝업

============================== */
.u-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
}
.u-modal__inner-box {
  position: relative;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 18px 0px rgba(82, 82, 82, 0.4);
}
.u-modal__inner-box--md {
  max-width: 720px;
}
.u-modal__inner-box--sm {
  max-width: 360px;
}
.u-modal__inner {
  overflow: auto;
}
.u-modal__title {
  padding: 0.5em 1.25rem;
  background: #007edd;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.u-modal__container {
  padding: 1.25em 1.25rem;
  background: #fff;
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.u-modal__desc {
  margin: 0.125em 0;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.u-modal__desc--list {
  padding-left: 0.5em;
}
.u-modal__desc--list::before {
  content: "-";
  float: left;
  margin: 0 -0.5em;
}
.u-modal__help {
  color: #7d7d7d;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.u-modal__content {
  margin: 1rem 0;
}
.u-modal__content-title {
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
.u-modal__close {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  width: 1.5em;
  height: 1.5em;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
.u-modal__close i {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
}
.u-modal__close i::before {
  width: auto;
}

/* ==============================

  기본 스타일 셋팅

============================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}
html.is-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 359px) {
  html {
    font-size: 87.5%;
  }
}
body {
  position: relative;
  background: #fff;
  color: #1b1b1b;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  min-width: 350px;
  overflow-x: auto;
}

/* ==============================

  헤더

============================== */
.header {
  position: relative;
  background: #fff;
  z-index: 7500;
  border-bottom: 1px solid rgb(212, 212, 212);
}
.header--multiply {
  box-shadow: 0px 5px 15px 0px rgba(210, 210, 210, 0.6);
}
@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    z-index: 7500;
    top: 0;
    left: 0;
    right: 0;
  }
}

.nav {
  position: relative;
  height: 100px;
}
@media screen and (max-width: 960px) {
  .nav {
    height: 4.0625rem;
  }
}
.nav__logo {
  float: left;
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .nav__logo {
    float: none;
    margin-top: 0;
  }
}
.nav__menu-box {
  float: right;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .nav__menu-box {
    float: none;
    position: fixed;
    z-index: 7500;
    top: 0;
    right: -100%;
    width: 30%;
    min-width: 15em;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease-in-out;
  }
  .nav__menu-box.is-active {
    right: 0;
  }
}

@media screen and (max-width: 960px) {
  .overlay {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}

.logo-link__bg {
  width: 10.8125rem;
  height: 3.25rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .logo-link__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.9375rem;
    width: 7.5rem;
    height: 2.25rem;
    margin: auto 0;
  }
}

.member-menu {
  margin-top: 0.75rem;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .member-menu {
    height: 4.0625rem;
    margin-top: 0;
    padding-top: 1.15625rem;
    padding-left: 0.9375rem;
    text-align: left;
  }
}
.member-menu__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0.714em;
  padding-left: 0.714em;
  color: #959595;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .member-menu__item {
    vertical-align: top;
    min-width: 3.75rem;
    margin-left: 0;
    padding-left: 0;
    background: #535353;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
  }
}
.member-menu__item.is-color {
  color: #0086eb;
}
@media screen and (max-width: 960px) {
  .member-menu__item.is-color {
    color: #fff;
    background: #0086eb;
  }
}
@media screen and (min-width: 961px) {
  .member-menu__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #959595;
  }
  .member-menu__item:first-child::before {
    display: none;
  }
}
.member-menu__item a {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .member-menu__item a {
    width: 100%;
    height: 100%;
    padding: 0.5em;
  }
}

.menu {
  margin-top: 1.5rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 50%;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .menu {
    margin-top: 0;
    border-top: 1px solid #dcdcdc;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.menu__item {
  padding: 0 1em;
  height: 100%;
  margin-left: -0.3em;
  min-width: 8em;
  text-align: center;
  color: #1b1b1b;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .menu__item {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1rem;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .menu__item .menu_sub_wrap {
    background-color: transparent;
    color: #fff;
  }
  .menu__item .menu_sub_wrap li:hover {
    background-color: rgb(243, 243, 243);
  }
}
.menu__item.is-active {
  color: #0086eb;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .menu__item.is-active {
    background: #0086eb;
    color: #fff;
  }
  .menu__item.is-active .menu_sub_wrap {
    background-color: transparent;
    color: #fff;
  }
  .menu__item.is-active .menu_sub_wrap li a {
    color: #fff;
  }
  .menu__item.is-active .menu_sub_wrap li:hover {
    background-color: #0074cc;
  }
  .menu__item.is-active .menu_sub_wrap li:hover a {
    color: #fff;
  }
}
.menu__link {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .menu__link {
    width: 100%;
    padding: 1em 0.9375rem;
    pointer-events: none;
  }
}

.menu_sub_wrap {
  box-shadow: 0px 5px 15px 0px rgba(210, 210, 210, 0.6);
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  font-weight: 500;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .menu_sub_wrap {
    box-shadow: 0px 5px 15px 0px transparent;
    position: relative;
    height: 0;
    top: 0%;
  }
}

.menu_sub {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .menu_sub {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.menu_sub li {
  padding: 0.5em;
  font-size: 0.9em;
  color: #2d2d2d;
}
.menu_sub li:hover a {
  color: #007edd;
}

.menu_sub_wrap.on {
  transition: all 0.3s;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  height: 3.375rem;
  margin: auto 0;
  padding: 0.9375rem;
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #535353;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 1.875rem;
  height: 1.5rem;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -0.125rem;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 1.875rem;
  height: 0.25rem;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 0.25rem;
  background-color: #535353;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -0.625rem;
}

.hamburger-inner:after {
  bottom: -0.625rem;
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active {
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

/* ==============================

  푸터

============================== */
.footer {
  min-height: 8.125rem;
  background: #eee;
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 1.25rem 0.9375rem;
  }
}

.footer-box-1 {
  float: left;
  margin-top: 2.375rem;
}
@media screen and (max-width: 960px) {
  .footer-box-1 {
    float: none;
    margin-top: 0;
  }
}

.footer-logo {
  width: 9.875rem;
  height: 3.125rem;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .footer-logo {
    width: 6.875rem;
    height: 2.1875rem;
    margin: 0 auto;
  }
}

.footer-box-2 {
  float: left;
  margin-top: 3.125rem;
  margin-left: 4.625rem;
}
@media (max-width: 1140px) {
  .footer-box-2 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .footer-box-2 {
    float: none;
    margin: 0.5rem 0 1rem;
    text-align: center;
  }
}

.footer-info {
  margin-bottom: 0.625rem;
  line-height: 1;
}
.footer-info__item {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.642em;
  padding-left: 0.642em;
  position: relative;
  color: #7d7d7d;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .footer-info__item {
    font-size: 0.75rem;
  }
}
.footer-info__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #7d7d7d;
}
.footer-info__item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-info__item:first-child::before {
  display: none;
}
.footer-info__item h3 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 700;
}
.footer-info__item p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.footer-info__btn-modal {
  background: transparent;
  color: inherit;
}

.footer-box-3 {
  float: left;
  margin: 1.75rem 0 0 2.5rem;
}
@media (max-width: 1140px) {
  .footer-box-3 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .footer-box-3 {
    float: none;
    margin: 0 0 1.25rem;
  }
}

.footer-banner-zoom {
  width: 226px;
  height: 74px;
  background: url("../img/common/banner_kakao.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 960px) {
  .footer-banner-zoom {
    width: 176px;
    height: 60px;
    margin: 0 auto;
    background-image: url("../img/common/banner_kakao.png");
  }
}

.footer-box-4 {
  float: right;
  margin-top: 2.25rem;
}
@media screen and (max-width: 960px) {
  .footer-box-4 {
    float: none;
    margin-top: 0;
  }
}

.footer-sns {
  margin-bottom: 1.25rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .footer-sns {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
.footer-sns__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625em;
}

.sns-link {
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.sns-link--homepage {
  background-image: url("../img/common/ico_sns_homepage@2x.png");
}
.sns-link--naverblog {
  background-image: url("../img/common/ico_sns_naverblog@2x.png");
}
.sns-link--facebook {
  background-image: url("../img/common/ico_sns_facebook@2x.png");
}
.sns-link--instagram {
  background-image: url("../img/common/ico_sns_instagram@2x.png");
}
.sns-link--youtube {
  background-image: url("../img/common/ico_sns_youtube@2x.png");
}

.copyright {
  color: #7d7d7d;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 960px) {
  .copyright {
    text-align: center;
  }
}

.footerWrap.neo {
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #7a7a7a;
}
@media screen and (max-width: 500px) {
  .footerWrap.neo {
    font-size: 13px;
  }
}
.footerWrap.neo .footerBox1.neo {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footerWrap.neo .footerBox1.neo .footerLogoWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.7em;
}
.footerWrap.neo .footerBox1.neo .footerLogoWrap .footerLogo img {
  height: 4em;
  width: auto;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .footerWrap.neo .footerBox1.neo .footerLogoWrap .footerLogo img {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.footerWrap.neo .footerBox1.neo .footerDetailWrap {
  font-size: 0.85em;
  margin-bottom: 0.7em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footerWrap.neo .footerBox1.neo .footerDetailWrap .footerDetail {
  display: flex;
  flex-wrap: wrap;
}
.footerWrap.neo .footerBox1.neo .footerDetailWrap .footerDetail .fdItemWrap .fdItem.cblue {
  color: #00a6e6;
}
.footerWrap.neo .footerBox1.neo .footerInfoWrap {
  font-size: 0.85em;
}
.footerWrap.neo .footerBox1.neo .footerInfoWrap .footerInfo {
  cursor: pointer;
}
.footerWrap.neo .footerBox2.neo {
  padding: 0.5rem 0;
  text-align: right;
}
@media screen and (max-width: 1120px) {
  .footerWrap.neo .footerBox2.neo {
    text-align: center;
  }
}
.footerWrap.neo .footerBox2.neo .footerZoomWrap {
  width: auto;
  display: inline-flex;
}
.footerWrap.neo .footerBox2.neo .footerSelectWrap {
  margin: 0.5em 0;
}
.footerWrap.neo .footerBox2.neo .footerSNSWrap {
  margin: 0.5em 0;
}
.footerWrap.neo .footerBox2.neo .footerCopyrightWrap {
  margin: 0.5em 0;
  font-size: 0.85em;
}

/* ==============================

  메인 페이지

============================== */
.main-container {
  padding: 5rem 0;
  background: #0088bb;
}
@media screen and (max-width: 960px) {
  .main-container {
    padding: 6.125rem 0 4.0625rem;
  }
}

.main-view-box {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .main-view-box {
    display: block;
    padding: 0 0.9375rem;
  }
}
.main-view-box__item {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .main-view-box__item {
    display: block;
  }
}

.visual {
  position: relative;
  text-align: center;
}
.visual__image {
  max-width: 100%;
}
.visual__image--default {
  margin-top: -2.5rem;
}
@media screen and (max-width: 960px) {
  .visual__image--default {
    margin-top: 0;
  }
}

.main-utils {
  width: 28.125rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 960px) {
  .main-utils {
    display: table;
    width: 100%;
    max-width: 24.375rem;
    margin: 2.625rem auto 0;
    padding-left: 0;
  }
}

.main-banner-list__item {
  max-width: 24.375rem;
  min-height: 9.375rem;
  border-radius: 0.5625rem;
  background: #fff;
  overflow: hidden;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .main-banner-list__item {
    min-height: auto;
    margin-top: 0.9375rem;
  }
}
.main-banner-list__item:first-child {
  margin-top: 0;
}
.main-banner-list__item img {
  max-width: 100%;
}

.main-survey {
  max-width: 24.375rem;
  min-height: 9.375rem;
  border-radius: 0.5625rem;
  background: #fff;
  overflow: hidden;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .main-survey {
    min-height: auto;
    margin-top: 0.9375rem;
  }
}

.main-survey-link img {
  max-width: 100%;
}

/* ==============================

  서브 페이지

============================== */
.sub-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 6.25rem 0;
}
@media screen and (max-width: 960px) {
  .sub-container {
    display: block;
    margin: 0;
    padding: 4.0625rem 0;
  }
}
.sub-container__item {
  display: table-cell;
  vertical-align: top;
}
.sub-container__item--lnb {
  width: 14.375rem;
}
@media screen and (max-width: 960px) {
  .sub-container__item--lnb {
    width: auto;
  }
}
.sub-container__item--view {
  padding-left: 3.75rem;
}
@media screen and (max-width: 960px) {
  .sub-container__item {
    display: block;
    padding-left: 0;
  }
}

/* ==============================

  서브 LNB

============================== */
@media screen and (min-width: 961px) {
  .lnb.is-single-menu::after {
    content: "";
    display: block;
    border-bottom: 6px solid #007edd;
  }
}
.lnb__title {
  position: relative;
  min-height: 4.285em;
  padding: 0.642em 1.125rem;
  background: #f5f8fb;
  color: #007edd;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
@media screen and (min-width: 961px) {
  .lnb__title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #fff;
  }
  .lnb__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 18px solid #007edd;
  }
}
@media screen and (max-width: 960px) {
  .lnb__title {
    min-height: auto;
    padding: 0.90625em 2rem;
    color: #fff;
    background: #007edd;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
  }
}
.lnb__title.is-active i {
  transform: rotate(-180deg);
}
.lnb__title i {
  display: none;
}
@media screen and (max-width: 960px) {
  .lnb__title i {
    display: block;
    position: absolute;
    top: 2.3125em;
    right: 0.9375rem;
    font-size: 0.5em;
    transition: transform 0.3s ease;
  }
  .lnb__title i::before {
    width: auto;
  }
}
.lnb__en-title {
  display: block;
  margin-bottom: 1em;
  color: #a0a0a0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .lnb__en-title {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .lnb__nav {
    display: none;
    position: absolute;
    z-index: 2500;
    top: auto;
    left: 0;
    right: 0;
  }
  .lnb__nav.is-active {
    display: block;
  }
}
.lnb__item {
  background: #dfeffa;
  color: #97bad2;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .lnb__item {
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
  }
}
.lnb__item.is-active {
  background: #007edd;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .lnb__item.is-active {
    background: #dfeffa;
    color: #007edd;
  }
}
.lnb__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.111em 2.5rem 1.111em 1.25rem;
}
@media screen and (max-width: 960px) {
  .lnb__item a {
    padding: 0.90625em 2rem;
  }
}
.lnb__item a i {
  position: absolute;
  top: 1.916em;
  right: 1.25rem;
  font-size: 0.666em;
}
@media screen and (max-width: 960px) {
  .lnb__item a i {
    display: none;
  }
}

/* ==============================

  서브 LNB 배너

============================== */
@media screen and (min-width: 961px) {
  .lnb-banner {
    margin-top: 2rem;
  }
}
.lnb-banner__image {
  max-width: 100%;
}

/* ==============================

  서브 View

============================== */
@media screen and (max-width: 960px) {
  .view {
    padding: 2rem 0.9375rem 0;
  }
}
.view__title-box {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .view__title-box {
    margin-bottom: 1.25rem;
  }
}
.view__title {
  margin-bottom: 0.294118em;
  color: #1b1b1b;
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.294;
}
@media screen and (max-width: 960px) {
  .view__title {
    font-size: 1.375rem;
    line-height: 1.454;
  }
}
.view__highlight {
  position: relative;
}
.view__highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0.1em;
  height: 0.529em;
  background: #ceeaff;
}
.view__desc {
  margin: 0.125em 0;
  color: #1b1b1b;
  font-size: 1.125rem;
  letter-spacing: -0.04em;
}
.view__desc--list {
  padding-left: 0.5em;
}
.view__desc--list::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #1b1b1b;
  float: left;
  margin: 0.75rem -0.5em;
}
@media screen and (max-width: 960px) {
  .view__desc--list::before {
    width: 0.125rem;
    height: 0.125rem;
    margin-top: 0.625rem;
  }
}
.view__desc--list::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .view__desc {
    font-size: 0.875rem;
  }
}
.view__help {
  color: #7d7d7d;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}

.view-section {
  margin-top: 3.75rem;
}
@media screen and (max-width: 960px) {
  .view-section {
    margin-top: 2.1875rem;
  }
}
.view-section:first-child {
  margin-top: 0;
}
.view-section__title {
  margin-bottom: 0.615em;
  padding-left: 1.4em;
  color: #007edd;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  .view-section__title {
    font-size: 1.0625rem;
  }
}
.view-section__title::after {
  content: "";
  display: table;
  clear: both;
}
.view-section__title i {
  float: left;
  margin: 0 -1.4em;
  color: #444a4d;
  font-size: 1em;
}

/* ==============================

  참가안내

============================== */
.process-icons {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .process-icons {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 0;
  }
}
.process-icons__item {
  float: left;
  position: relative;
  width: 20%;
  min-height: 9.333em;
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.333;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .process-icons__item {
    float: none;
    width: 33.333334%;
    margin: 0.5em 0;
    font-size: 0.875rem;
  }
}
.process-icons__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #d2d2d2;
}
.process-icons__item:first-child::before {
  display: none;
}
.process-icons__item:first-child .process-icons__arrow-box::before, .process-icons__item:first-child .process-icons__arrow-box::after {
  display: none;
}
.process-icons__arrow-box {
  position: relative;
  min-height: inherit;
}
.process-icons__arrow-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-top: 0.611111em solid transparent;
  border-bottom: 0.611111em solid transparent;
  border-left: 0.777778em solid #d2d2d2;
}
.process-icons__arrow-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-top: 0.555556em solid transparent;
  border-bottom: 0.555556em solid transparent;
  border-left: 0.666667em solid #fff;
}
.process-icons__icon {
  position: relative;
  display: table;
  width: 100%;
  height: 6.666em;
  text-align: center;
}
.process-icons__icon i {
  display: table-cell;
  vertical-align: middle;
  color: #9bc6e6;
  font-size: 4em;
  line-height: 1;
}
.process-icons__icon i::before {
  width: auto;
}
.process-icons__icon--login i {
  font-size: 3.777em;
}
.process-icons__icon--mentor i {
  font-size: 4.222em;
}
.process-icons__icon--time i {
  font-size: 4em;
}
.process-icons__icon--application i {
  font-size: 4.166em;
}
.process-icons__icon--video i {
  font-size: 3.888em;
}

.info-table {
  width: 100%;
}
.info-table__col--title {
  width: 9.375rem;
}
@media screen and (max-width: 960px) {
  .info-table__col--title {
    width: 7rem;
  }
}
.info-table th, .info-table td {
  vertical-align: top;
  padding: 0.555em 0.888em;
  color: #1b1b1b;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .info-table th, .info-table td {
    font-size: 0.875rem;
  }
}
.info-table th {
  position: relative;
  padding-left: 1.777em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.info-table th::before {
  content: "";
  position: absolute;
  top: 1.111em;
  left: 0.888em;
  width: 0.277778em;
  height: 0.277778em;
  background: #007edd;
}
.info-table td {
  letter-spacing: -0.04em;
}

.apply-process {
  margin-bottom: 0.555em;
}
.apply-process__item {
  display: inline-block;
}
.apply-process__item i {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0.538em;
  font-size: 0.722em;
  line-height: 1;
}

.apply-help__item {
  color: #626262;
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1.375;
}
@media screen and (max-width: 960px) {
  .apply-help__item {
    font-size: 0.75rem;
  }
}

.notice-box {
  margin-top: 1.25rem;
  padding: 5px;
  background: #66b2eb;
  background: linear-gradient(to right, #66b2eb 0%, #6689eb 100%);
}
@media screen and (max-width: 960px) {
  .notice-box {
    max-width: none;
    margin-top: 0.5rem;
    padding: 3px;
  }
}
.notice-box__inner {
  background: #fff;
}
@media screen and (min-width: 961px) {
  .notice-box__inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 180px;
    padding: 1.75rem;
  }
  .notice-box__inner--sm {
    padding: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .notice-box__inner {
    padding: 0.9375rem 1.25rem;
  }
}
@media screen and (min-width: 961px) {
  .notice-box__item {
    display: table-cell;
    vertical-align: middle;
  }
}
.notice-box__item--title {
  position: relative;
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .notice-box__item--title {
    width: auto !important;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.notice-box__item--title::before, .notice-box__item--title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin: auto 0;
}
@media screen and (max-width: 960px) {
  .notice-box__item--title::before, .notice-box__item--title::after {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
  }
}
.notice-box__item--title::before {
  right: 1px;
  background: #dcecf8;
}
@media screen and (max-width: 960px) {
  .notice-box__item--title::before {
    bottom: 1px;
  }
}
.notice-box__item--title::after {
  right: 0;
  background: #b4d6f1;
}
@media screen and (max-width: 960px) {
  .notice-box__item--title::after {
    bottom: 0;
  }
}
.notice-box__item--title-sm {
  width: 15%;
}
.notice-box__item--content {
  padding-left: 5%;
}
@media screen and (max-width: 960px) {
  .notice-box__item--content {
    padding-left: 0 !important;
  }
}
.notice-box__item--content-sm {
  padding-left: 4%;
}
.notice-box__title {
  color: #c8c8c8;
  font-size: 1.125rem;
  letter-spacing: 0.29em;
}
@media screen and (max-width: 960px) {
  .notice-box__title {
    font-size: 0.875rem;
  }
}
.notice-box__desc {
  color: #505050;
  font-size: 1.125rem;
  letter-spacing: -0.06em;
  line-height: 1.44;
}
@media screen and (max-width: 1200px) {
  .notice-box__desc {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1050px) {
  .notice-box__desc {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) {
  .notice-box__desc {
    font-size: 0.9375rem;
  }
}

.notice-box.widthFree {
  width: auto;
  max-width: none;
}

.notice-box-list__item {
  padding-left: 0.5em;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.notice-box-list__item::before {
  content: "";
  display: inline-block;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #1b1b1b;
  float: left;
  margin: 0.625rem -0.5em 0;
}
.notice-box-list__item::after {
  content: "";
  display: table;
  clear: both;
}

/* ==============================

  멘토/특강

============================== */
.date-sort {
  margin-right: -0.375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .date-sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.75rem;
  }
}
.date-sort__item {
  float: left;
  height: 2.666667em;
  margin-right: 0.375rem;
  font-size: 1.125rem;
  line-height: 2.666667em;
}
@media screen and (max-width: 960px) {
  .date-sort__item {
    float: none;
    font-size: 0.9375rem;
  }
}
.date-sort__item--order-1 {
  float: right;
}
@media screen and (max-width: 960px) {
  .date-sort__item--order-1 {
    float: none;
    width: 100%;
    margin-bottom: 0.375rem;
  }
}
.date-sort__item--order-2 {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (max-width: 960px) {
  .date-sort__item--order-2 {
    width: auto;
    max-width: none;
    flex-basis: calc(100% - 4em - 0.75rem);
  }
}
@media screen and (max-width: 960px) {
  .date-sort__item--order-3 {
    flex-basis: 4em;
  }
}
.date-sort__input-box {
  position: relative;
  padding-right: 3em;
  border: 2px solid #c9c9c9;
  border-radius: 2px;
  line-height: 1;
}
.date-sort__input-box i {
  position: absolute;
  top: 0.354em;
  right: 0.416em;
  color: #535353;
  font-size: 1.333em;
  cursor: pointer;
}
.date-sort__input-box i::before {
  width: auto;
}
.date-sort__input {
  width: 100%;
  height: 100%;
  padding: 0 0.555em;
  border: 0;
  color: #1b1b1b;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.date-sort__input::-moz-placeholder {
  color: #7d7d7d;
}
.date-sort__input::placeholder {
  color: #7d7d7d;
}
.date-sort__btn {
  display: inline-block;
  vertical-align: top;
  min-width: 3em;
  height: 100%;
  padding: 0 0.555em;
  border-radius: 2px;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .date-sort__btn {
    min-width: auto;
    width: 100%;
  }
}
.date-sort__btn--search {
  background: #007edd;
  color: #fff;
}
.date-sort__btn--reset {
  background: #707070;
  color: #fff;
}

.category-sort {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 960px) {
  .category-sort {
    margin-bottom: 1.5rem;
  }
}
.category-sort__btn-toggle {
  display: block;
  width: 100%;
  height: 2.666667em;
  background: #007edd;
  border-radius: 2px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 2.666667em;
  text-align: center;
}
.category-sort__list {
  margin: -0.3125rem;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 960px) {
  .category-sort__list {
    display: none;
    padding-top: 1.5rem;
  }
  .category-sort__list.is-active {
    display: flex;
    flex-wrap: wrap;
  }
}
.category-sort__item {
  float: left;
  padding: 0.3125rem;
}
.category-sort__checkbox {
  display: none;
}
.category-sort__checkbox:checked + .category-sort__selector {
  background: #007edd;
  color: #fff;
}
.category-sort__radio {
  display: none;
}
.category-sort__radio:checked + .category-sort__selector {
  background: #007edd;
  color: #fff;
}
.category-sort__selector {
  display: block;
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid #007edd;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  color: #007edd;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .category-sort__selector {
    padding: 0.678572em;
    font-size: 0.875rem;
  }
}
.category-sort__selector.is-active {
  background: #007edd;
  color: #fff;
}
.category-sort__selector--all {
  background: #dfeffa;
  border-color: #dfeffa;
  color: #97bad2;
}
.category-sort__selector--all.is-active {
  background: #007edd;
  color: #fff;
}

.app-table-box {
  border-radius: 2px;
  overflow: hidden;
}

.app-table-scroll {
  overflow-x: auto;
}

.app-table {
  table-layout: fixed;
  width: 100%;
  min-width: 910px;
  border: 2px solid #cde6f8;
}
@media screen and (max-width: 960px) {
  .app-table {
    display: block;
    min-width: auto;
    border: 0;
  }
}
@media screen and (max-width: 960px) {
  .app-table thead {
    display: none;
  }
}
.app-table th, .app-table td {
  vertical-align: middle;
  text-align: center;
}
.app-table th {
  padding: 0.46875em 0;
  border: 1px solid #fff;
  background: #cde6f8;
  color: #1f4763;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 960px) {
  .app-table tbody {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .app-table tr {
    display: block;
    margin: 0.625rem 0;
    border: 2px solid #cde6f8;
    border-radius: 2px;
  }
}
.app-table td {
  padding: 0.678571em 0.25em;
  border: 1px solid #d2d2d2;
  border-top: 0;
  color: #1b1b1b;
  font-size: 0.875rem;
  word-break: break-word;
}
@media screen and (max-width: 960px) {
  .app-table td {
    display: block;
    position: relative;
    padding: 0.25em 0 0.25em 40%;
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .app-table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .app-table td:last-child::before {
    border-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .app-table td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #cde6f8;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 960px) {
  .app-table td::after {
    content: attr(data-label);
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: 40%;
    color: #1f4763;
  }
}
@media screen and (max-width: 960px) {
  .app-table td.is-empty {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .app-table td.is-empty::before, .app-table td.is-empty::after {
    display: none;
  }
}
.app-table__btn {
  background: transparent;
  border-bottom: 1px solid #007edd;
  color: #007edd;
  font-weight: 700;
}
.app-table__empty {
  padding: 5rem 0;
  text-align: center;
}

.time-table-box {
  margin-top: 1rem;
}

.time-table tr.is-disabled td, .time-table tr.is-disabled .time-table__current {
  color: #a0a0a0;
}
.time-table__th--stock {
  color: #28a745 !important;
}
.time-table__th--stock-waiting {
  color: #dc3545 !important;
}
.time-table__capacity {
  padding: 0 0.25em;
  font-weight: 700;
}
.time-table__current--stock {
  color: #28a745;
}
.time-table__current--stock-waiting {
  color: #dc3545;
}

/* ==============================

  멘토와의 1:1 상담

============================== */
.mentor-qna-list {
  margin: -2.5rem 0 0 -1.25rem;
}
@media screen and (max-width: 960px) {
  .mentor-qna-list {
    margin: 0;
  }
}
.mentor-qna-list__item {
  float: left;
  width: 33.333334%;
  padding: 2.5rem 0 0 1.25rem;
}
.mentor-qna-list__item:nth-child(3n+1) {
  clear: both;
}
@media screen and (max-width: 960px) {
  .mentor-qna-list__item {
    float: none;
    width: 100%;
    padding: 0;
    margin: 1.25rem 0;
  }
}
.mentor-qna-list__title-box {
  position: relative;
  padding: 1.875rem 1.25rem 1.5rem;
  margin-bottom: 0.25rem;
  border-top-right-radius: 3.375rem;
  background-color: #326cc3;
}
@media screen and (max-width: 960px) {
  .mentor-qna-list__title-box {
    padding: 0.875rem 0.75rem 0.625rem;
    border-top-right-radius: 1.375rem;
  }
}
.mentor-qna-list__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Gmarket Sans", sans-serif;
  font-size: 2.1875rem;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .mentor-qna-list__title {
    font-size: 1.125rem;
  }
}
.mentor-qna-list__icon {
  position: absolute;
  right: 0.4375rem;
  bottom: 0;
  color: #fff;
  font-size: 4.0625rem;
  line-height: 1;
  opacity: 0.08;
}
@media screen and (max-width: 960px) {
  .mentor-qna-list__icon {
    font-size: 2.0625rem;
  }
}
.mentor-qna-list__content-box {
  padding: 1.25rem 1.5rem 1.875rem;
  background: #f2f2f2;
}
@media screen and (max-width: 960px) {
  .mentor-qna-list__content-box {
    padding: 1rem 1rem 1.5rem;
  }
}
.mentor-qna-list__button-box {
  margin-top: 2.125rem;
}
@media screen and (max-width: 960px) {
  .mentor-qna-list__button-box {
    margin-top: 1.5rem;
  }
}
.mentor-qna-list__btn {
  display: block;
  max-width: 208px;
  margin: 0 auto;
  padding: 0.5rem;
  background: #222;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
}

.mentor-qna-summary__title, .mentor-qna-summary__content {
  float: left;
  padding: 0.4375rem 0;
  font-size: 1.0625rem;
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .mentor-qna-summary__title, .mentor-qna-summary__content {
    padding: 0.25rem 0;
    font-size: 0.875rem;
  }
}
.mentor-qna-summary__title {
  width: 38%;
  color: #333;
  font-weight: 700;
  clear: both;
}
.mentor-qna-summary__title--full-width {
  width: 100%;
}
.mentor-qna-summary__content {
  width: 62%;
  color: #555;
  font-weight: 400;
}
.mentor-qna-summary__content--full-width {
  width: 100%;
  padding: 0;
}
.mentor-qna-summary__content--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mentor-qna-summary__content--textarea {
  min-height: 7em;
}
@media screen and (max-width: 960px) {
  .mentor-qna-summary__content--textarea {
    min-height: auto;
  }
}

/* ==============================

  멘토와의 1:1 상담 상세

============================== */
.mentor-qna-view {
  display: table;
  width: 100%;
  background: #f2f2f2;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view {
    display: block;
    background: none;
  }
}
.mentor-qna-view__title-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 290px;
  padding: 0.625rem 1.25rem;
  border-top-right-radius: 3.375rem;
  background-color: #326cc3;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view__title-box {
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
    padding: 0.875rem 0.75rem 0.625rem;
    border-top-right-radius: 1.375rem;
  }
}
.mentor-qna-view__category {
  margin-bottom: 0.375rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.mentor-qna-view__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Gmarket Sans", sans-serif;
  font-size: 2.1875rem;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view__title {
    font-size: 1.125rem;
  }
}
.mentor-qna-view__icon {
  position: absolute;
  right: 0.4375rem;
  bottom: 0;
  color: #fff;
  font-size: 4.0625rem;
  line-height: 1;
  opacity: 0.08;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view__icon {
    font-size: 2.0625rem;
  }
}
.mentor-qna-view__content-box {
  display: table-cell;
  vertical-align: middle;
  padding: 0.625rem 2.5rem;
  background: #f2f2f2;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view__content-box {
    display: block;
    width: 100%;
    padding: 1rem 1rem 1.5rem;
  }
}

.mentor-qna-view-table {
  table-layout: fixed;
  width: 100%;
}
.mentor-qna-view-table__col-title {
  width: 84px;
}
.mentor-qna-view-table__col-title2 {
  width: 150px;
}
.mentor-qna-view-table th, .mentor-qna-view-table td {
  vertical-align: top;
  font-size: 1.0625rem;
  letter-spacing: -0.04em;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view-table th, .mentor-qna-view-table td {
    padding: 0.25rem 0;
    font-size: 0.875rem;
  }
}
.mentor-qna-view-table th {
  color: #333;
  font-weight: 700;
}
.mentor-qna-view-table td {
  color: #555;
  font-weight: 400;
}
.mentor-qna-view-table--detail th, .mentor-qna-view-table--detail td {
  padding: 0.25rem 0;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view-table--detail {
    display: block;
    width: 100%;
  }
  .mentor-qna-view-table--detail tbody, .mentor-qna-view-table--detail tr, .mentor-qna-view-table--detail th, .mentor-qna-view-table--detail td {
    display: block;
    width: 100%;
  }
}

.mentor-qna-view-detail {
  margin-bottom: 2.5rem;
  padding: 2.125rem 1.5rem;
}
@media screen and (max-width: 960px) {
  .mentor-qna-view-detail {
    margin-bottom: 1.5rem;
    padding: 1rem 1rem 1.5rem;
  }
}

/* ==============================

  로그인

============================== */
.login-page {
  display: block;
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .login-page {
    padding: 2rem 0.9375rem 0;
  }
}
.login-page__title-box {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 960px) {
  .login-page__title-box {
    margin-bottom: 2.5rem;
  }
}
.login-page__title {
  margin-bottom: 1.375rem;
  color: #007edd;
  font-size: 2.125rem;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .login-page__title {
    margin-bottom: 0.75rem;
    font-size: 1.375rem;
    line-height: 1.454;
    text-align: center;
  }
}
.login-page__desc {
  color: #1b1b1b;
  font-size: 1rem;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .login-page__desc {
    font-size: 0.875rem;
  }
}
.login-page__desc::before {
  content: "";
  display: block;
  width: 2rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  border-top: 2px solid #007edd;
}
@media screen and (max-width: 960px) {
  .login-page__desc::before {
    border-top-width: 1px;
  }
}

.login-tab__item {
  float: left;
  width: 50%;
}
.login-tab__link {
  display: block;
  padding: 1em 1rem;
  color: #959595;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .login-tab__link {
    font-size: 1rem;
  }
}
.login-tab__link strong {
  font-weight: 500;
}
.login-tab__link.is-active {
  background: #f5f5f5;
  color: #007edd;
}

.login-form-wrapper {
  padding: 5rem 0.9375rem 3.75rem;
  background: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .login-form-wrapper {
    padding: 2.1875rem 0.9375rem;
  }
}

.login-form__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 33.125rem;
  margin: 0 auto;
}
.login-form__inner-item {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .login-form__inner-item {
    display: block;
  }
}
.login-form__inner-item--col-2 {
  width: 8.125rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 960px) {
  .login-form__inner-item--col-2 {
    width: auto;
    margin-top: 1.25rem;
    padding-left: 0;
  }
}
.login-form__table {
  width: 100%;
}
.login-form__table th, .login-form__table td {
  padding: 0.5rem 0;
  letter-spacing: -0.04em;
  text-align: left;
}
.login-form__table th {
  color: #707070;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .login-form__table th {
    font-size: 1rem;
  }
}
.login-form__col--title {
  width: 6.25rem;
}
@media screen and (max-width: 960px) {
  .login-form__col--title {
    width: 5rem;
  }
}
.login-form__btn {
  width: 100%;
  height: 5.9375rem;
  background: #007edd;
  border-radius: 2px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .login-form__btn {
    height: 2.8125em;
    font-size: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .login-help-box {
    max-width: 33.125rem;
    margin: 3.125rem auto 0;
    padding-top: 2.1875em;
    border-top: 2px solid #007edd;
  }
}
@media screen and (max-width: 960px) {
  .login-help-box {
    margin-top: 1.875rem;
  }
}

.login-help {
  display: table;
  margin: 0 auto;
}
.login-help__item {
  margin: 0.3125em 0;
  padding-left: 0.5em;
  color: #1b1b1b;
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .login-help__item {
    font-size: 0.75rem;
  }
}
.login-help__item::before {
  content: "-";
  float: left;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.login-help__item::after {
  content: "";
  display: table;
  clear: both;
}

/* ==============================

  게시판 목록

============================== */
.board-list {
  table-layout: fixed;
  width: 100%;
}
.board-list__col--number {
  width: 5.625rem;
}
@media screen and (max-width: 960px) {
  .board-list__col--number {
    width: 3.625rem;
  }
}
.board-list__col--writer {
  width: 7.875rem;
}
@media screen and (max-width: 960px) {
  .board-list__col--writer {
    width: 5.875rem;
  }
}
.board-list__col--date {
  width: 8.5rem;
}
@media screen and (max-width: 960px) {
  .board-list__col--date {
    width: 6.5rem;
  }
}
.board-list th, .board-list td {
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}
.board-list th {
  padding: 0.5625em 0;
  background: #f7f7f7;
  border-top: 2px solid #007edd;
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 960px) {
  .board-list th {
    font-size: 0.875rem;
  }
}
.board-list td {
  padding: 0.678em 0;
  background: #fff;
  color: #1b1b1b;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
}
.board-list__empty {
  height: 10rem;
  text-align: center;
}
.board-list__link {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.board-list__link:hover {
  text-decoration: underline;
}
.board-list__link--reply {
  font-weight: 700;
}
.board-list__link .icon-reply {
  color: #a0a0a0;
  font-size: 1.142em;
}
.board-list__icons i {
  display: inline-block;
  vertical-align: middle;
  width: 1.6em;
  height: 1.6em;
  margin: 0 0.2em;
  border-radius: 2px;
  background: #cde6f8;
  color: #6489a5;
  font-size: 0.714em;
  line-height: 1.6em;
  text-align: center;
}
.board-list__btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.125rem;
  padding: 5px 10px;
  border-radius: 2px;
  background: #1b1b1b;
  color: #fff;
  font-weight: 700;
}
.board-list__btn--color {
  background: #007edd;
}
.board-list__btn--secondary {
  background: #888;
}

/* ==============================

  게시판 검색

============================== */
.board-search {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .board-search {
    display: flex;
    justify-content: space-between;
  }
}
.board-search__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 2.75em;
  margin: 0 0.125em;
  border: 1px solid #c9c9c9;
  color: #1b1b1b;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .board-search__item {
    height: 2.5em;
  }
}
.board-search__item--select-box {
  width: 8.75rem;
}
@media screen and (max-width: 960px) {
  .board-search__item--select-box {
    width: 35%;
  }
}
.board-search__item--input-box {
  width: 18.75rem;
  padding-right: 2.5em;
}
@media screen and (max-width: 960px) {
  .board-search__item--input-box {
    width: 65%;
  }
}
.board-search__form-input {
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: 0;
  background: #fff;
}
.board-search__form-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5em;
  height: 100%;
  background: transparent;
  font-size: 1em;
}
.board-search__form-btn i {
  color: #535353;
  font-size: 1.285em;
  line-height: 1;
}

/* ==============================

  게시판 페이지네이션

============================== */
.page-nav {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page-nav {
    margin-top: 1.5rem;
  }
}
.page-nav__page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25em;
  width: 2em;
  height: 2em;
  color: #707070;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  line-height: 2em;
}
.page-nav__page--current {
  color: #000;
  font-weight: 500;
}
.page-nav__page i {
  display: inline-block;
  vertical-align: top;
  color: #959595;
  font-size: 0.642857em;
}

/* ==============================

  게시판 상세

============================== */
.board-view__title {
  padding: 0.666em 1.25rem;
  color: #1b1b1b;
  background: #f7f7f7;
  border-top: 2px solid #007edd;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 960px) {
  .board-view__title {
    padding: 0.5em 1rem;
    font-size: 1rem;
  }
}

.board-info {
  padding: 1em 1.25rem;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .board-info {
    padding: 0.5em 1rem;
  }
}
.board-info__list {
  text-align: right;
  line-height: 1;
}
.board-info__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 1.428em;
  color: #1b1b1b;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  line-height: 1;
}
.board-info h4, .board-info p {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.board-info p {
  position: relative;
  margin-left: 0.714em;
  padding-left: 0.714em;
}
.board-info p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #1b1b1b;
}
.board-info p:first-child::before {
  display: none;
}

.board-content {
  padding: 2.5rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .board-content {
    padding: 2rem 1rem;
  }
}
.board-content img {
  max-width: 100%;
}

.board-file {
  padding: 1rem 1.25rem;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .board-file {
    padding: 1rem 1rem;
  }
}
.board-file__title {
  margin-bottom: 0.714em;
  color: #7d7d7d;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.board-file__item {
  position: relative;
  margin: 0.25em 0;
  padding-left: 1.5em;
  color: #1b1b1b;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  word-break: break-word;
}
@media screen and (max-width: 960px) {
  .board-file__item {
    font-size: 0.8125rem;
  }
}
.board-file__item::after {
  content: "";
  display: table;
  clear: both;
}
.board-file__item i {
  float: left;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.board-file__link:hover {
  text-decoration: underline;
}

.board-button {
  margin-top: 0.625rem;
}

.board-button-list {
  margin: 0 -0.125rem;
}
.board-button-list--left {
  float: left;
}
.board-button-list--right {
  float: right;
}
.board-button-list__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.125rem;
  line-height: 1;
}
.board-button-list__btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 3.571em;
  height: 2.571em;
  padding: 0 1em;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #1b1b1b;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: calc(2.571em - 2px);
  text-align: center;
  cursor: pointer;
}
.board-button-list__btn--style-1 {
  background: #707070;
  color: #fff;
}
.board-button-list__btn--style-2 {
  background: #e5e5e5;
}
.board-button-list__btn--style-3 {
  background: #007edd;
  color: #fff;
}
.board-button-list__btn--style-3:disabled {
  background: #81c9ff;
}
.board-button-list__btn--style-4 {
  background: #fff;
  border: 1px solid #e5e5e5;
}

/* ==============================

  게시판 쓰기

============================== */
.board-write__item {
  margin-top: 0.625rem;
}
.board-write__item:first-child {
  margin-top: 0;
}

.board-attach-files__item {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.board-attach-files__title {
  display: table-cell;
  vertical-align: middle;
  width: 6.25rem;
}
.board-attach-files__content {
  display: table-cell;
  vertical-align: middle;
}

.video-section__title {
  padding-bottom: 0.333em;
  border-bottom: 2px solid #a5c2d8;
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .video-section__title {
    font-size: 1rem;
  }
}
.video-section__total {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5em;
  font-size: 0.777em;
  font-weight: 300;
}

/* ==============================

  영상 게시판 목록

============================== */
.video-list__item {
  float: left;
  width: 50%;
  padding: 1.25rem 0;
}
@media screen and (min-width: 961px) {
  .video-list__item:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 960px) {
  .video-list__item {
    float: none;
    width: auto;
    padding: 0.78125rem 0;
  }
}
.video-list__item--empty {
  width: 100%;
  padding: 5rem 0;
  text-align: center;
}
.video-list__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.video-list__inner-item {
  display: table-cell;
  vertical-align: middle;
}
.video-list__inner-item--thumb {
  width: 12.5rem;
}
@media screen and (max-width: 960px) {
  .video-list__inner-item--thumb {
    width: 40%;
  }
}
.video-list__inner-item--thumb img {
  width: 100%;
  border: 2px solid #b5b5b5;
}
.video-list__inner-item--content {
  padding: 0 1em;
  color: #1b1b1b;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.5em;
}
.video-list__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-list__source {
  margin-top: 1em;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .video-list__source {
    margin-top: 0.5em;
    font-size: 0.75rem;
  }
}

/* ==============================

  갤러리 게시판 목록

============================== */
.gallery-list {
  margin: -0.5rem;
}
.gallery-list__item {
  float: left;
  width: 25%;
  padding: 0.5rem;
}
@media screen and (min-width: 961px) {
  .gallery-list__item:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 960px) {
  .gallery-list__item {
    width: 50%;
  }
  .gallery-list__item:nth-child(2n+1) {
    clear: both;
  }
}
.gallery-list__item--empty {
  width: 100%;
  padding: 5rem 0;
  text-align: center;
}
.gallery-list__thumb img {
  max-width: 100%;
}
.gallery-list__title {
  margin-top: 0.5rem;
  color: #1b1b1b;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mentorWrap {
  width: 100%;
  padding: 0 0 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mentorWrap {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .mentorWrap {
    font-size: 14px;
  }
}
.mentorWrap .header_text {
  padding-top: 2em;
  text-align: center;
  font-family: "Gmarket Sans", sans-serif;
}
.mentorWrap .header_text .main_title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.85px;
}
.mentorWrap .header_text .sub_title {
  font-size: 1.2em;
  font-weight: 700;
}
.mentorWrap .mentorSubWrap {
  width: 900px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 430px;
  gap: 2em 0;
  padding: 1.5em 2em 2em;
}
@media screen and (max-width: 1203px) {
  .mentorWrap .mentorSubWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .mentorWrap .mentorSubWrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mentorWrap .mentorSubWrap img {
  width: 286px;
  height: 429px;
}
.mentorWrap .mentorSubWrap .mentor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mentorWrap .mentorSubWrap .mentor .imgWrap {
  width: 90%;
}
.mentorWrap .mentorSubWrap .mentor .imgWrap img {
  width: 100%;
  height: 150px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.mentorWrap .mentorSubWrap .mentor .linkWrap {
  background-color: #0087bb;
  display: flex;
  width: 95%;
  min-height: 50px;
  font-size: 1em;
  color: #fefefe;
  padding: 0 1em;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.mentorWrap .mentorSubWrap .mentor .linkWrap .linkTitle {
  padding-top: 0.2em;
  font-size: 1.2em;
  font-weight: 400;
  font-family: "Gmarket Sans", sans-serif;
  letter-spacing: -0.55px;
}
.mentorWrap .mentorSubWrap .mentor .linkWrap .linkGo {
  padding: 0.2em 0.8em 0em;
  border-radius: 1rem;
  background-color: #02668d;
  font-size: 0.9em;
  font-weight: 600;
  font-family: "Gmarket Sans", sans-serif;
}
.mentorWrap .mentorSubWrap .mentor .detailWrap {
  width: 90%;
  font-size: 1em;
  padding: 0.7em;
  overflow: hidden;
  background-color: #fff;
  height: calc(100% - 220px);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.mentorWrap .mentorSubWrap .mentor .detailWrap .detailTitle {
  font-weight: 400;
  font-family: "Gmarket Sans", sans-serif;
}
.mentorWrap .mentorSubWrap .mentor .detailWrap .detailTitle .sort1 {
  font-size: 1.08em;
  color: #acacac;
  letter-spacing: -0.85px;
}
.mentorWrap .mentorSubWrap .mentor .detailWrap .detailTitle .sort2 {
  color: #0087bb;
  font-size: 1em;
  letter-spacing: -0.85px;
}
.mentorWrap .mentorSubWrap .mentor .detailWrap .detailTitle .sortMain {
  color: #212121;
  font-weight: 400;
  font-size: 1.3em;
  letter-spacing: -0.85px;
}
.mentorWrap .mentorSubWrap .mentor .detailWrap .detailContext {
  margin-top: 0.5em;
  position: relative;
}
@media screen and (max-width: 1203px) {
  .mentorWrap .mentorSubWrap .mentor .detailWrap .detailContext {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .mentorWrap .mentorSubWrap .mentor .detailWrap .detailContext {
    margin-top: 1.5em;
  }
}
.mentorWrap .mentorSubWrap .mentor .detailWrap .detailContext p {
  font-size: 1em;
  font-weight: 400;
  font-family: "Mapo Backpacking", sans-serif;
  letter-spacing: -0.75px;
  line-height: 1.2;
  color: #232020;
}
@media screen and (max-width: 651px) {
  .mentorWrap .u-text-center {
    padding: 0.13em;
  }
  .mentorWrap .u-text-center img {
    width: 229px;
    height: 343px;
  }
}
@media screen and (max-width: 540px) {
  .mentorWrap .u-text-center {
    padding: 0.13em;
  }
  .mentorWrap .u-text-center img {
    width: 183px;
    height: 274px;
  }
}
@media screen and (max-width: 430px) {
  .mentorWrap .u-text-center {
    padding-bottom: 1em;
  }
  .mentorWrap .u-text-center img {
    width: 145px;
    height: 219px;
  }
}

.mentorWrap:nth-child(2n) {
  background-color: #f1f1f1;
  color: #0087bb;
}

.mentorWrap:nth-child(2n-1) {
  background-color: #0087bb;
  color: #ffffff;
}

.text_view .txtnum {
  text-align: right;
  font-size: 0.9em;
}
.text_view #counter {
  color: rgb(255, 77, 77);
}


.mentorWrap:nth-child(2n-1) .linkWrap {
 background-color: #4da9cd !important;
}

.mentorWrap:nth-child(2n-1) .sort2 {
	color: #2886ab !important;
}

.mentorWrap:nth-child(2n-1) .linkGo {
	background-color: #2886ab !important;
}






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