@charset "UTF-8";
/* Made by Masstige */
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main-visual .item {
  position: relative;
}
.main-visual .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-visual .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 620px;
}
.main-visual .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.main-visual .txt-bx {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.main-visual .txt-bx .title {
  font-size: 3em;
  font-weight: bold;
}
.main-visual .txt-bx .text {
  margin-top: 0.5em;
  font-size: 1.375em;
  font-weight: 300;
  transition-delay: 300ms;
}
.main-visual .swiper-slide .txt-bx .title,
.main-visual .swiper-slide .txt-bx .text {
  transform: translateY(50px);
  opacity: 0;
  transition: 1000ms opacity, 1000ms transform;
}
.main-visual .swiper-slide-active .txt-bx .title,
.main-visual .swiper-slide-active .txt-bx .text {
  transform: translateY(0);
  opacity: 1;
}
@media all and (max-width: 768px) {
  .main-visual .img-bx::after {
    padding-bottom: 133.3333333333%;
  }
  .main-visual .txt-bx {
    font-size: 2.3vw;
  }
}
.main-visual .swiper-pagination {
  position: absolute;
  top: -75px;
  margin-left: 38px;
}
@media all and (max-width: 1024px) {
  .main-visual .swiper-pagination {
    top: -72px;
  }
}
.main-visual .swiper-pagination-bullet {
  margin: 5px 6px;
}
@media all and (max-width: 1024px) {
  .main-visual .swiper-pagination {
    bottom: 1.25rem;
  }
}
.main-visual .swiper-button {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 5rem;
  font-weight: 100;
  transition: 300ms color;
}
.main-visual .swiper-button:hover {
  color: #0055c4;
}
.main-visual .swiper-button--prev {
  left: 50%;
  margin-left: -900px;
}
.main-visual .swiper-button--next {
  right: 50%;
  margin-right: -900px;
}
@media all and (max-width: 1400px) {
  .main-visual .swiper-button {
    display: none;
  }
}
.main-visual .swiper-play {
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: -80px;
  font-size: 23px;
}
.main-visual .swiper-play .xi-pause {
  display: none;
}
.main-visual .swiper-play.on .xi-pause {
  display: inline-block;
}
.main-visual .swiper-play.on .xi-play {
  display: none;
}
.main-visual .swiper-control {
  position: relative;
  z-index: 20;
}
.main-visual .swiper-control.swiper-control--progress {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin-left: -8px;
  margin-right: -8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination {
  transform: none;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullets {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet {
  position: relative;
  display: block;
  margin: 0 5px;
  border-radius: 0;
  width: 88px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0055c4;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: progress 3s linear 0s 1;
  width: 100%;
}
.main-visual .swiper-control.swiper-control--progress-no {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125rem;
  z-index: 10;
}
.main-visual .swiper-control.swiper-control--progress-no .container {
  display: flex;
  align-items: center;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination {
  position: static;
  transform: none;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  color: #fff;
  font-weight: 700;
  margin-right: 1.875rem;
  padding-right: 0;
  position: relative;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::before {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::after {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #000;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active {
  color: #000;
  padding-right: 8.4375rem;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::before, .main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  display: block;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  animation: progress 5.1s linear 0s 1;
}

/* fontsize */
.common-text--80 {
  font-size: 5em;
  letter-spacing: -0.03em;
}
.common-text--70 {
  font-size: 4.375em;
  letter-spacing: -0.03em;
  line-height: 1.1428571429;
}
.common-text--54 {
  font-size: 3.375em;
  letter-spacing: -0.03em;
}
.common-text--50 {
  font-size: 3.125em;
  letter-spacing: -0.03em;
}
.common-text--42 {
  font-size: 2.625em;
  letter-spacing: -0.03em;
}
.common-text--40 {
  font-size: 2.5em;
  letter-spacing: -0.02em;
}
.common-text--36 {
  font-size: 2.25em;
  line-height: 1.1111111111;
}
.common-text--34 {
  font-size: 2.125em;
  letter-spacing: -0.04em;
}
.common-text--32 {
  font-size: 2em;
  letter-spacing: -0.03em;
}
.common-text--30 {
  font-size: 1.875em;
}
.common-text--28 {
  font-size: 1.75em;
  letter-spacing: -0.03em;
}
.common-text--26 {
  font-size: 1.625em;
}
.common-text--24 {
  font-size: 1.5em;
  letter-spacing: -0.04em;
}
.common-text--22 {
  font-size: 1.375em;
  letter-spacing: -0.03em;
}
.common-text--20 {
  font-size: 1.25em;
  line-height: 1.6666666667;
}
.common-text--18 {
  font-size: 1.125em;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
}
.common-text--16 {
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: -0.03em;
}
.common-text--15 {
  font-size: 0.9375em;
  letter-spacing: -0.03em;
}
.common-text--14 {
  font-size: 0.875em;
  letter-spacing: -0.03em;
}

/* fontcolor */
.font--main {
  color: #003375;
}
.font--sub {
  color: #0055c4;
}
.font--gray {
  color: #666;
}
.font--white {
  color: white;
}
.font--black {
  color: black;
}

/* common */
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}

.seperate {
  height: 3rem;
}

.necessary {
  color: red;
}

.background-main {
  background-color: #0055c4;
}

.border-bottom2 {
  border-bottom: 2px solid #0055c4;
}

/* nav */
.mypage-nav {
  margin-top: 4rem;
  display: inline-flex;
  width: 100%;
}
.mypage-nav .depth-2 {
  width: 100%;
  height: 60px;
}
.mypage-nav .depth-2 .link {
  display: flex;
  border: 1px solid #99bbe7;
  text-align: center;
  margin: 0 -1px -1px 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.mypage-nav .depth-2 .link.on {
  background-color: #0055c4;
  color: white;
}

/* S : 로그인페이지 */
.login-page .section1 .login_wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background-color: #fafafa;
  padding: 3rem;
}
.login-page .section1 .login_wrap .btn-type {
  background-color: #0055c4;
  color: white;
  width: 100%;
  border: none;
  outline: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.login-page .section1 .login_wrap .bar {
  position: relative;
}
.login-page .section1 .login_wrap .bar:after {
  content: "";
  right: -1px;
  height: 0.8em;
  top: 50%;
  margin-top: -0.4em;
  position: absolute;
  border-left: 1px solid #b3b3b3;
}
.login-page .section1 .login_wrap .input-label__txt {
  color: #666;
}

/* E : 로그인페이지 */
/* S : 개인정보동의 페이지 */
.agree-page .section1 .agree-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
  background-color: #fafafa;
}
.agree-page .section1 .agree-container input[type=checkbox] + label:before {
  background-color: white;
}
.agree-page .section1 .agree-container .clause_list li .textarea_box_border {
  background-color: white;
}

/* E : 개인정보동의 페이지 */
/* S : 개인회원가입 페이지 */
.sign-privacy-page .section1 .form_w {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
  background-color: #fafafa;
}
.sign-privacy-page .section1 .table-form-01 {
  background: none;
  border-top: none;
}
.sign-privacy-page .section1 .table-form-01 tr td {
  border-bottom: none;
}
.sign-privacy-page .section1 .table-form-01 tr th {
  font-weight: 500;
  border-bottom: none;
}
.sign-privacy-page .section1 .table-form-01 .table-btn-01 {
  background-color: #666666;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sign-privacy-page .section1 .table-form-01 .num {
  max-width: 100%;
}
.sign-privacy-page .section1 .table-form-01 .input_find {
  max-width: 100%;
}

/* E : 개인회원가입 페이지 */
/* S : 아이디/비밀번호 찾기 페이지 */
.search-page .search-wrapper {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.search-page .login_wrap {
  background-color: #fafafa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media all and (max-width: 576px) {
  .search-page .login_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.search-page .login_wrap .table-form-01 {
  background: none;
  border-top: none;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.search-page .login_wrap .table-form-01 .w_150 {
  width: 6.375rem;
}
.search-page .login_wrap .table-form-01 tr td {
  border-bottom: none;
  padding: 6px 10px;
}
@media all and (max-width: 576px) {
  .search-page .login_wrap .table-form-01 tr td {
    padding: 0;
  }
}
.search-page .login_wrap .table-form-01 tr th {
  font-weight: 500;
  border-bottom: none;
}

/* E : 아이디/비밀번호 찾기 페이지 */
/* S : 마이페이지 비밀번호 확인 */
.my-page .location-button li {
  border: 1px solid #99bbe7;
  max-width: 240px;
  width: 100%;
  text-align: center;
  margin: 0 -1px -1px 0;
}
.my-page .location-button li:hover {
  background-color: #0055c4;
  color: white;
}
.my-page .login_wrap {
  background-color: #fafafa;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.my-page .login_wrap .login-bg {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}
.my-page .type_e th {
  font-size: 1.125em;
  font-weight: 400;
  color: #222;
}
.my-page .type_e td {
  font-size: 1em;
  font-weight: 400;
  color: #666666;
  padding: 10px 5px;
}
.my-page .type_e .order-btn {
  background-color: #666;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.my-page .type_e .order-btn:hover {
  color: white;
  text-decoration: none !important;
}
.my-page .board-search-01 #searchForm {
  justify-content: center !important;
}
.my-page .button-area {
  display: flex;
  justify-content: flex-end;
}
.my-page .button-area ul {
  display: inline-flex;
}
.my-page .button-area ul .buttons a {
  display: block;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 46px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.my-page .button-area ul .buttons a:hover {
  background-color: #0055c4;
  color: white;
}
.my-page .board_view_btn_box a {
  display: block;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 46px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 -1px -1px 0;
}
.my-page .board_view_btn_box a:hover {
  background-color: #0055c4;
  color: white;
}

/* E : 마이페이지 비밀번호 확인 */
/* S : 마이페이지 회원정보 수정(개인) */
.my-correction-page .table-form-01 tr th,
.my-correction-page .table-form-01 tr td {
  border-bottom: none;
}
.my-correction-page .table-form-01 tr th {
  font-weight: 400;
}
.my-correction-page .table-form-01 tr td {
  padding: 8px 10px;
}
.my-correction-page .table-btn-01 {
  background-color: #666;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

/* E : 마이페이지 회원정보 수정(개인) */
/*# sourceMappingURL=member.css.map */