@charset "UTF-8";
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../fonts/NanumSquareNeoTTF-bRg.eot);
  src: url(../fonts/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareNeoTTF-bRg.woff) format("woff"), url(../fonts/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}
/* reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, button, abbr, address, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "NanumSquareNeo", "맑은 고딕", "Malgun Gothic", Dotum, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: var(--gray-666);
}
@media (max-width: 992px) {
  body, html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

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

address {
  font-style: normal;
}

button {
  cursor: pointer;
  background-color: transparent;
}

caption:not(.none), hr {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  background: 0 0;
  font-size: 0;
  color: transparent;
  line-height: 0;
  text-indent: 100%;
  clip: rect(0, 0, 0, 0);
}

pre {
  word-break: break-all;
  white-space: pre-line;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  border: none;
  user-select: none;
  width: 100%;
}

em, i {
  font-style: normal;
}

/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=password], input[type=submit], input[type=image], button {
  -webkit-appearance: none;
  appearance: none;
}

/*select style*/
select {
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none; /* 화살표 없애기 공통*/
  background-image: url("../img/ico_arrow_select1.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 8px;
  background-color: #fff;
  cursor: pointer;
}

select::-ms-expand {
  display: none; /* 화살표 없애기 for IE10, 11*/
}

textarea {
  resize: none;
}

/* font */
/* flex row */
/* scrollbar */
/* border */
/*** text colors ***/
:root {
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --gray-000: #000000;
  --gray-1f: #1f1f1f;
  --gray-111: #111111;
  --gray-333: #333333;
  --gray-345: #384250;
  --gray-456: #465160;
  --gray-666: #61677B;
  --gray-999: #999999;
  --gray-bbb: #bbbbbb;
  --gray-ccc: #cccccc;
  --gray-ddd: #dddddd;
  --gray-eee: #eeeeee;
  --gray-888: #888888;
  --gray-999: #999999;
  --bg-e7: #e7f2ff;
  --bg-ea: #eaf9ff;
  --bg-f0: #f0f6fb;
  --bg-f6: #f6f6f6;
  --bg-f8: #f8f8f8;
  --bg-f9: #f9f9f9;
  --bg-ff: white;
  --red: #FF5151;
  --blue: #3A76FF;
  --green: #00A995;
  --yellow: #FFC700;
  --purple: #ad89ff;
  --darker: #003983;
  --basic: #EAEDEF;
  --lightgray: #F6FAFF;
  --gray: #C8D2DF;
  --white: #ffffff;
  --line: #A3AABE;
  --lightline: #e9f3ef;
}

.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
}
.header .dim {
  display: none;
  position: absolute;
  z-index: 10;
  top: 86px;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  border-top: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.header .header-inner {
  max-width: 1200px;
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.header .header-inner .logo-main {
  width: 255px;
  height: 50px;
  font-size: 0;
  background-image: url(../images/common/topLogo.png?v=2);
  background-size: 100%;
  filter: brightness(0) invert(1);
}
.header .header-inner .allmenuBtn {
  display: none;
}
.header .header-inner .navbar {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: flex-start;
  gap: 0;
  width: 780px;
}
.header .header-inner .navbar .subnav .subnavbtn {
  position: relative;
  display: block;
  width: 130px;
  height: 86px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.header .header-inner .navbar .subnav .subnavbtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 0;
  height: 2px;
  background-color: var(--green);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header .header-inner .navbar .subnav .subnavbtn.active::after {
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.header .header-inner .navbar .subnav .subnav-content {
  display: none;
  position: absolute;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s;
  min-width: 130px;
}
.header .header-inner .navbar .subnav:hover .subnav-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 54px;
  opacity: 1;
  background-color: #fff;
  transition: all 0.2s;
}
.header .header-inner .navbar .subnav:hover .subnav-content a {
  display: block;
  padding: 0 5px;
}
.header .header-inner .navbar .subnav:hover .subnav-content a:hover {
  color: var(--green);
}
.header .header-inner .navbar .subnav:last-child .subnav-content {
  right: 0;
}
.header.bgWhite {
  background-color: #fff;
  transition: all 0.2s;
}
.header.bgWhite .header-inner .logo-main {
  filter: none;
}
.header.bgWhite .dim {
  display: block;
  opacity: 1;
  transition: all 0.2s;
}
.header.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 0;
  transition: all 0.2s;
  border-bottom: 1px solid #ddd;
}
.header.sticky .header-inner .logo-main {
  filter: none;
}
.header.sticky .header-inner .navbar .subnav .subnavbtn {
  color: black;
  line-height: 50px;
}
.header.sticky .header-inner .navbar .subnav .subnav-content a {
  color: black;
}

.innerWrap {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.innerWrap h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
}

footer {
  background-color: #EDEEF5;
  padding-top: 2rem;
}
footer .innerWrap .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding-bottom: 1.5rem;
  font-size: 1rem;
}
footer .innerWrap .footer-inner .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
footer .innerWrap .footer-inner .footer-menu a {
  display: block;
  color: #000;
  font-weight: 700;
}
footer .innerWrap .footer-inner .csGroup {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}
footer .innerWrap .footer-inner .csGroup .phone-number {
  background-image: url(../images/common/ico_phone.png);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5rem;
  padding-left: 1.25rem;
}
footer .innerWrap .footer-inner .csGroup .email {
  background-image: url(../images/common/ico_email.png);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5rem;
  padding-left: 1.25rem;
}
footer .innerWrap .footer-inner .companyInfo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
}
footer .innerWrap .footer-inner .companyInfo strong {
  font-size: 1rem;
}
footer .innerWrap .footer-inner .footer-logo {
  font-size: 0;
  width: 11.625rem;
  height: 3rem;
  background-image: url(../images/common/logo-kook.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
footer .copyright {
  height: 64px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 1200px) {
  footer {
    padding: 2rem 1rem 0 1rem;
  }
}
@media (max-width: 576px) {
  footer .innerWrap .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  footer .innerWrap .footer-inner .companyInfo {
    padding-left: 0.5rem;
  }
  footer .innerWrap .footer-inner .footer-logo {
    width: 8rem;
    height: 2.5rem;
    margin-left: 0.5rem;
  }
}

.overlay {
  display: none;
}

.quickMenu {
  position: fixed;
  z-index: 999;
  right: 3rem;
  top: 15rem;
  width: 80px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.quickMenu .title {
  width: 100%;
  height: 60px;
  background-color: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.quickMenu .link {
  padding: 0 1rem;
}
.quickMenu .link li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--gray-ddd);
}
.quickMenu .link li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
  padding: 1rem 0;
}
.quickMenu .link li a::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
}
.quickMenu .link li a.guide::before {
  background-image: url(../images/common/ico_speeker.png);
  background-size: 100%;
}
.quickMenu .link li a.request::before {
  background-image: url(../images/common/ico_pencil.png);
  background-size: 100%;
}
.quickMenu .link li a.review::before {
  background-image: url(../images/common/ico_review.png);
  background-size: 100%;
}
.quickMenu .link li a.inquiry::before {
  background-image: url(../images/common/ico_inquiry.png);
  background-size: 100%;
}
@media (max-width: 1200px) {
  .quickMenu {
    display: none;
  }
}

.mainPage .header .navbar .subnav .subnavbtn {
  color: white;
}
.mainPage .header .navbar .subnav .subnav-content a {
  color: white;
}
.mainPage .header.bgWhite .navbar .subnav .subnavbtn {
  color: black;
}
.mainPage .header.bgWhite .navbar .subnav .subnav-content a {
  color: black;
}

.subPage .header {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.subPage .header .header-inner .logo-main {
  filter: none;
}
.subPage .container {
  padding: 86px 0;
}
@media (max-width: 576px) {
  .subPage .container {
    padding-top: 57px;
  }
}

@media (max-width: 1200px) {
  .innerWrap {
    max-width: 100%;
    padding: 1rem;
  }
  .header .header-inner {
    padding-left: 1rem;
  }
}
@media (max-width: 992px) {
  .innerWrap {
    padding: 1rem;
  }
  .header {
    position: fixed;
  }
  .header .header-inner {
    min-height: 56px;
    padding: 0 1rem;
  }
  .header .header-inner .logo-main {
    width: 160px;
    height: 35px;
  }
  .header .header-inner .navbar {
    display: none;
  }
  .header .header-inner .allmenuBtn {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    border-radius: 50%;
    background-image: url(../images/common/ico_menu.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    background-color: rgb(255, 255, 255);
  }
  .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    padding-top: 5rem;
  }
  .overlay .closeBtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    background-image: url(../images/common/ico_close.png);
    background-size: 100%;
  }
  .overlay .overlay-content {
    position: relative;
    width: 100%;
  }
  .overlay .overlay-content .allMenu .mainMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    height: 4.5rem;
    font-size: 18px;
    font-weight: 700;
    color: #61677B;
    padding: 1.5rem 2rem;
  }
  .overlay .overlay-content .allMenu .mainMenu .icon {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/common/ico_plus.png);
    background-size: 100%;
    transition: all 0.2s;
  }
  .overlay .overlay-content .allMenu .mainMenu.active {
    color: var(--green);
  }
  .overlay .overlay-content .allMenu .mainMenu.active .icon {
    background-image: url(../images/common/ico_minus.png);
    transition: all 0.2s;
  }
  .overlay .overlay-content .allMenu .subMenuBox {
    display: none;
    background-color: #F0F1F3;
    padding: 1.5rem 2.5rem;
    border-top: 1px solid #ccc;
  }
  .overlay .overlay-content .allMenu .subMenuBox a {
    display: block;
    line-height: 2rem;
    font-weight: 700;
  }
}
.visual-wrap {
  background-color: black;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}
.visual-wrap .swiperVisual {
  aspect-ratio: 16/5;
}
.visual-wrap .swiperVisual .visual01 {
  background-image: url(../images/main/visual01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
}
.visual-wrap .swiperVisual .visual02 {
  background-image: url(../images/main/visual02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
}
.visual-wrap .swiperVisual .visual03 {
  background-image: url(../images/main/visual01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
}
.visual-wrap .swiperVisual .innerWrap {
  width: 1200px;
  height: 100%;
}
.visual-wrap .swiperVisual .sloganBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transform: translateY(-50%);
}
.visual-wrap .swiperVisual .sloganBox p {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  line-height: 1.4;
}
.visual-wrap .swiperVisual .sloganBox p:nth-child(1) {
  font-size: 2rem;
}
.visual-wrap .swiperVisual .sloganBox p:nth-child(2) {
  font-size: 3rem;
}
.visual-wrap .swiperVisual .sloganBox p:nth-child(2) .green {
  color: var(--green);
}
.visual-wrap .swiperVisual .sloganBox p:nth-child(2) .yellow {
  color: var(--yellow);
}
.visual-wrap .swiperVisual .sloganBox p:nth-child(3) {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .visual-wrap .swiperVisual .innerWrap {
    width: 100%;
  }
  .visual-wrap .swiperVisual .sloganBox {
    left: 1rem;
  }
}
@media (max-width: 576px) {
  .visual-wrap .swiperVisual {
    aspect-ratio: 1/1;
  }
  .visual-wrap .swiperVisual .visual01 {
    background-size: auto 100%;
  }
  .visual-wrap .swiperVisual .visual02 {
    background-size: auto 100%;
  }
  .visual-wrap .swiperVisual .visual03 {
    background-size: auto 100%;
  }
  .visual-wrap .swiperVisual .sloganBox {
    left: 1rem;
    top: 70%;
    transform: none;
    gap: 0.5rem;
  }
  .visual-wrap .swiperVisual .sloganBox p:nth-child(1) {
    font-size: 1rem;
  }
  .visual-wrap .swiperVisual .sloganBox p:nth-child(2) {
    font-size: 1.5rem;
  }
  .visual-wrap .swiperVisual .sloganBox p:nth-child(3) {
    font-size: 0.875rem;
  }
}

.main {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 50px 0;
}
.main .galleryWrap {
  position: relative;
  margin: 0 -2.5rem;
}
.main .galleryWrap h2 {
  text-align: center;
}
.main .galleryWrap .swiper {
  position: unset;
  margin: 0 2.5rem;
}
@media (max-width: 576px) {
  .main .galleryWrap {
    margin: 0;
  }
  .main .galleryWrap .swiper {
    position: relative;
    margin: 0;
  }
  .main .galleryWrap .swiper .swiper-button-prev, .main .galleryWrap .swiper .swiper-button-next {
    filter: unset;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.main .loginGroup {
  display: flex;
  justify-content: left;
  align-items: stretch;
  gap: 2rem;
}
.main .loginGroup .DdayBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  flex: 1;
  background-color: var(--green);
  border-radius: 1.25rem;
  padding: 1.25rem 0.75rem;
}
.main .loginGroup .DdayBox p {
  font-size: 1.125rem;
  font-weight: 400;
  color: white;
}
.main .loginGroup .DdayBox p.date {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}
.main .loginGroup .DdayBox .state {
  font-size: 0.875rem;
  font-weight: 700;
  color: #00A995;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .main .loginGroup .DdayBox p {
    font-size: 1rem;
    font-weight: 400;
    color: white;
  }
  .main .loginGroup .DdayBox p.date {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .main .loginGroup .DdayBox p.date {
    font-size: 1.5rem;
  }
}
.main .loginGroup .stepBox {
  display: flex;
  justify-content: left;
  align-items: stretch;
  gap: 1rem;
}
.main .loginGroup .stepBox .step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  width: 120px;
  height: 100%;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.main .loginGroup .stepBox .step::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.main .loginGroup .stepBox .step.st01::before {
  background-image: url(../images/main/ico-step01.png);
}
.main .loginGroup .stepBox .step.st02::before {
  background-image: url(../images/main/ico-step02.png);
}
.main .loginGroup .stepBox .step.st03::before {
  background-image: url(../images/main/ico-step03.png);
}
.main .loginGroup .stepBox .step.st04::before {
  background-image: url(../images/main/ico-step04.png);
}
@media (min-width: 577px) and (max-width: 1200px) {
  .main .loginGroup .stepBox {
    flex-wrap: wrap;
  }
  .main .loginGroup .stepBox .step {
    flex-direction: row;
    width: calc(50% - 0.5rem);
    height: 57px;
  }
  .main .loginGroup .stepBox .step::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 576px) {
  .main .loginGroup .stepBox {
    width: 100%;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .main .loginGroup .stepBox .step {
    width: calc(50% - 0.75rem);
    height: 120px;
  }
}
.main .loginGroup .loginBox {
  flex: 1;
  background-color: #F5F6F9;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.main .loginGroup .loginBox .form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 108px;
}
.main .loginGroup .loginBox .form input {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0.25rem;
  width: 100%;
  min-width: 180px;
  height: 36px;
  padding: 0.75rem;
}
.main .loginGroup .loginBox .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 80px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--green);
  border-radius: 1.25rem;
}
.main .loginGroup .loginBox .joinLink {
  margin-top: 0.75rem;
}
.main .loginGroup .loginBox .joinLink a {
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
}
.main .loginGroup .loginBox .joinLink a + a {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid #ccc;
}
.main .loginGroup .loginBox .userBox {
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
}
.main .loginGroup .loginBox .userBox p {
  line-height: 1.8;
  font-size: 1rem;
  flex: 1;
  white-space: nowrap;
}
.main .loginGroup .loginBox .userBox p strong {
  color: #00A995;
  font-weight: 700;
  display: block;
}
.main .loginGroup .loginBox .userBox > button {
  width: 100px;
  height: 100px;
  font-size: 1rem;
  font-weight: 700;
  color: #00A995;
  border-width: 1px;
  border-style: solid;
  border-color: #00A995;
  background-color: #fff;
  border-radius: 1.25rem;
}
.main .loginGroup .loginBox .userBox.logined {
  flex-direction: column;
  align-items: flex-start;
}
.main .loginGroup .loginBox .userBox.logined p {
  width: 100%;
  text-align: center;
}
.main .loginGroup .loginBox .userBox.logined .btnArea {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.main .loginGroup .loginBox .userBox.logined .btnArea button {
  flex: 1;
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  color: #00A995;
  border-width: 1px;
  border-style: solid;
  border-color: #00A995;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .main .loginGroup .loginBox {
    padding: 1rem;
  }
  .main .loginGroup .loginBox .joinLink {
    margin-top: 6px;
  }
}
@media (max-width: 992px) {
  .main .loginGroup .loginBox .userBox {
    height: auto;
  }
  .main .loginGroup .loginBox .userBox p strong {
    display: inline-block;
  }
  .main .loginGroup .loginBox .userBox button {
    width: 100px;
    height: 3rem;
  }
}
@media (max-width: 576px) {
  .main .loginGroup .loginBox {
    margin: 0 -1.5rem;
    padding: 1.25rem;
    border-radius: 0;
  }
  .main .loginGroup .loginBox .form {
    gap: 1rem;
    padding: 0;
  }
  .main .loginGroup .loginBox .form input {
    width: 100%;
    height: 3.3rem;
    border-radius: 1rem;
  }
  .main .loginGroup .loginBox .form button {
    position: relative;
    width: 100%;
    height: 4rem;
    border-radius: 1rem;
  }
  .main .loginGroup .loginBox .joinLink {
    text-align: center;
    margin-top: 1rem;
  }
  .main .loginGroup .loginBox .userBox {
    padding: 0 1rem;
  }
}
@media (max-width: 1200px) {
  .main .loginGroup {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .main .loginGroup {
    gap: 1rem;
  }
  .main .loginGroup .DdayBox {
    width: calc(40% - 0.5rem);
  }
  .main .loginGroup .stepBox {
    width: calc(60% - 0.5rem);
  }
  .main .loginGroup .loginBox {
    width: 100%;
    padding: 1rem;
  }
  .main .loginGroup .loginBox .form {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0.75rem;
    flex-direction: row;
  }
  .main .loginGroup .loginBox .form button {
    height: 36px;
    border-radius: 0.5rem;
  }
}
@media (max-width: 577px) {
  .main .loginGroup {
    flex-direction: column-reverse;
  }
}
.main .communityGroup {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 3rem;
}
.main .communityGroup .btnMore {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/common/ico_more.png);
  background-size: 100%;
}
.main .communityGroup .groupLeft {
  position: relative;
  width: calc(60% - 1.5rem);
}
.main .communityGroup .groupLeft .reviewWrap {
  display: flex;
  justify-content: left;
  align-items: top;
  gap: 1rem;
  flex-wrap: wrap;
}
.main .communityGroup .groupLeft .reviewWrap li {
  position: relative;
  width: calc(50% - 0.5rem);
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.main .communityGroup .groupLeft .reviewWrap li .prize {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00A995;
}
.main .communityGroup .groupLeft .reviewWrap li .prize::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.main .communityGroup .groupLeft .reviewWrap li .prize.grand::after {
  background-image: url(../images/common/ico_prizeGrand.png);
}
.main .communityGroup .groupLeft .reviewWrap li .prize.gold::after {
  background-image: url(../images/common/ico_prizeGold.png);
}
.main .communityGroup .groupLeft .reviewWrap li .prize.silver::after {
  background-image: url(../images/common/ico_prizeSilver.png);
}
.main .communityGroup .groupLeft .reviewWrap li .prize.bronze::after {
  background-image: url(../images/common/ico_prizeBronze.png);
}
.main .communityGroup .groupLeft .reviewWrap li .prize.green::after {
  background-image: url(../images/common/ico_prizeGreen.png);
}
.main .communityGroup .groupLeft .reviewWrap li p {
  font-size: 0.875rem;
}
.main .communityGroup .groupLeft .reviewWrap li p.subject {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .communityGroup .groupLeft .reviewWrap li p + p {
  margin-top: 1.5rem;
}
.main .communityGroup .groupRight {
  position: relative;
  width: calc(40% - 1.5rem);
}
.main .communityGroup .groupRight .notice {
  border-top: 2px solid #000;
}
.main .communityGroup .groupRight .notice li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 0.875rem 0;
}
.main .communityGroup .groupRight .notice li span {
  color: #A3AABE;
  font-size: 0.875rem;
  font-weight: 100;
}
@media (max-width: 768px) {
  .main .communityGroup {
    flex-direction: column;
  }
  .main .communityGroup .groupLeft, .main .communityGroup .groupRight {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main .communityGroup .groupLeft {
    width: 100%;
  }
  .main .communityGroup .groupLeft .reviewWrap {
    flex-direction: column;
  }
  .main .communityGroup .groupLeft .reviewWrap li {
    width: 100%;
  }
  .main .communityGroup .groupRight {
    width: 100%;
  }
  .main .communityGroup .groupRight .notice li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media (max-width: 1200px) {
  .main {
    padding: 1.5rem;
    gap: 4rem;
  }
}
@media (max-width: 567px) {
  .main {
    padding: 0 1.5rem 1.5rem 1.5rem;
    gap: 3rem;
  }
}

.swiperGallery .swiper-slide {
  height: auto;
  border-radius: 1.25rem;
  overflow: hidden;
}

.subTitleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 8rem;
  background-color: #F3F4F5;
}
.subTitleBox h2 {
  font-size: 2.625rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 567px) {
  .subTitleBox {
    height: 5rem;
  }
  .subTitleBox h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
}

.subTabContainer .tabMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  background-color: #fff;
  border-bottom: 1px solid #D1D5E0;
  position: sticky;
  top: 87px;
  z-index: 9;
}
.subTabContainer .tabMenu li {
  position: relative;
}
.subTabContainer .tabMenu li a {
  content: "";
  display: block;
  line-height: 4rem;
  font-weight: 700;
}
.subTabContainer .tabMenu li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--red);
  transition: all 0.2s;
}
.subTabContainer .tabMenu li .active {
  color: var(--red);
}
.subTabContainer .tabMenu li .active::after {
  width: 100%;
  transition: all 0.2s;
}
.subTabContainer .tabContents {
  display: block;
}
.subTabContainer .tabContents.active {
  display: block;
}
.subTabContainer .tabContents .subBanner {
  position: relative;
  aspect-ratio: 6/1;
  background-repeat: no-repeat;
  background-size: cover;
}
.subTabContainer .tabContents .subBanner.banner01 {
  background-image: url(../images/contents/subBanner01.png);
}
.subTabContainer .tabContents .subBanner.banner02 {
  background-image: url(../images/contents/subBanner02.png);
}
.subTabContainer .tabContents .subBanner.banner03 {
  background-image: url(../images/contents/subBanner03.png);
}
.subTabContainer .tabContents .subBanner.banner04 {
  background-image: url(../images/contents/subBanner04.png);
}
.subTabContainer .tabContents .subBanner.banner05 {
  background-image: url(../images/contents/subBanner05.png);
}
.subTabContainer .tabContents .subBanner.banner06 {
  background-image: url(../images/contents/subBanner06.png);
}
.subTabContainer .tabContents .subBanner .innerWrap {
  height: 100%;
}
.subTabContainer .tabContents .subBanner .slogan {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.subTabContainer .tabContents .subBanner .slogan p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
.subTabContainer .tabContents .subBanner .slogan p strong {
  font-size: 2.25rem;
  font-weight: 700;
}
.subTabContainer .tabContents .subBanner .slogan p + p {
  margin-top: 1rem;
}
.subTabContainer .tabContents .subBanner::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 992px) {
  .subTabContainer {
    margin-top: 0;
  }
  .subTabContainer .tabMenu {
    gap: 1.5rem;
    top: 57px;
  }
  .subTabContainer .tabContents .subBanner {
    aspect-ratio: 4/1;
  }
  .subTabContainer .tabContents .subBanner .innerWrap {
    padding: 1rem;
  }
  .subTabContainer .tabContents .subBanner .slogan p {
    font-size: 0.875rem;
  }
  .subTabContainer .tabContents .subBanner .slogan p strong {
    font-size: 1.5rem;
  }
  .subTabContainer .tabContents .subBanner .slogan p + p {
    margin-top: 0.5rem;
  }
}
@media (max-width: 567px) {
  .subTabContainer {
    margin-top: 0;
  }
  .subTabContainer .tabMenu {
    gap: 1.5rem;
  }
  .subTabContainer .tabContents .subBanner {
    aspect-ratio: 2/1;
  }
  .subTabContainer .tabContents .subBanner .innerWrap {
    padding: 1rem;
  }
  .subTabContainer .tabContents .subBanner .slogan p {
    font-size: 0.875rem;
  }
  .subTabContainer .tabContents .subBanner .slogan p strong {
    font-size: 1.5rem;
  }
}

.bottom-quick {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-top: 5rem;
}
.bottom-quick a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  color: var(--green);
}
.bottom-quick a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}
.bottom-quick a.receipt::before {
  background-image: url(../images/common/ico_pencil_mint.png);
}
.bottom-quick a.list::before {
  background-image: url(../images/common/ico_prize.png);
}
.bottom-quick a.location::before {
  background-image: url(../images/common/ico_location.png);
}
@media (max-width: 567px) {
  .bottom-quick {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
  }
  .bottom-quick a {
    width: 100%;
  }
}

/*대회안내-시행요강*/
.guideList dl {
  border-bottom: 1px dashed #D1D5E0;
  padding: 3rem 0;
}
.guideList dl dt {
  position: relative;
}
.guideList dl dt h3 {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.guideList dl dt h3 .number {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.325rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 2rem;
  background-color: var(--green);
  text-align: center;
}
.guideList dl dt .script {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #777;
}
.guideList dl dd {
  padding: 1rem 0 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.guideList dl dd p {
  position: relative;
  padding-left: 1rem;
  line-height: 1.4;
}
.guideList dl dd p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--green);
  border-radius: 50%;
}
.guideList dl dd p strong {
  font-size: 1rem;
  color: var(--green);
  display: block;
}
.guideList dl dd .subText {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.guideList dl dd .subText::before {
  content: "-";
  position: relative;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  background-color: transparent;
  border-radius: 0;
}
.guideList dl dd.guideCont {
  flex-direction: row;
  align-items: flex-end;
  gap: 3rem;
}
.guideList dl dd.guideCont .guideImg {
  width: 40%;
}
.guideList dl dd.guideCont .guideImg img {
  width: auto;
  max-width: 100%;
}
.guideList dl dd.guideCont p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.guideList dl dd.guideCont p strong {
  color: #000;
}
.guideList dl:last-child {
  border: 0;
}
@media (max-width: 567px) {
  .guideList dl {
    padding: 1rem 0;
  }
  .guideList dl dt h3 {
    font-size: 1.25rem;
    gap: 0.75rem;
  }
  .guideList dl dt h3 .number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .guideList dl dd {
    padding: 1rem;
  }
  .guideList dl dd.guideCont {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .guideList dl dd.guideCont .guideImg {
    width: 100%;
  }
}

.src-area {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0;
  margin: 1.5rem 0;
}
.src-area input[type=text] {
  width: 15rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  padding-right: 2.5rem;
  padding-left: 1rem;
}
.src-area button {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/common/ico-src.png);
  background-size: 100%;
}

.board-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.board-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
}

.board-list li:hover {
  background-color: #F3F4F5;
}
.board-list li:hover .title {
  text-decoration: underline;
}

.board-list li > a {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
  width: calc(100% - 5.75rem);
  color: #000;
}

.board-list li > a > span.title {
  display: block;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-list li > span {
  font-size: 0.875rem;
  width: 5.75rem;
}

.bllt {
  display: block;
  height: 1rem;
  border-radius: 0.5rem;
  padding: 0.125rem 0.5rem;
}

.bllt.up {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #ff0000;
}

@media (max-width: 567px) {
  .src-area {
    margin: 1rem 0;
  }
  .src-area input[type=text] {
    width: 100%;
  }
  .board-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .board-list li a {
    width: 100%;
  }
}
.detail-view {
  margin-top: 3rem;
}
.detail-view .title {
  position: relative;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #3a3a4a;
  font-weight: 700;
  border-bottom: 2px solid #44465c;
}
.detail-view .post-info {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 1rem;
  background-color: #F3F4F5;
  border-bottom: 1px solid #e1e3e6;
  padding: 1.5rem 1rem;
}
.detail-view .post-info .attachment {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: underline;
}
.detail-view .post-info .attachment a {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
}
.detail-view .post-info .attachment a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/ico-file.png);
  background-size: 100%;
}
.detail-view .post-info p {
  font-size: 0.875rem;
}
.detail-view .post-content {
  padding: 2rem;
  line-height: 1.6;
  border-bottom: 1px solid #e1e3e6;
  margin-bottom: 1rem;
}
@media (max-width: 567px) {
  .detail-view .post-info {
    flex-wrap: wrap;
    justify-content: left;
    padding: 1rem;
  }
  .detail-view .post-info .attachment {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    transform: none;
  }
}

.post-navigator {
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  margin-top: 80px;
}

.post-navigator li {
  position: relative;
  padding: 24px 0 22px 93px;
}

.post-navigator li:first-child {
  border-bottom: 1px solid #e1e3e6;
}

.post-navigator li strong {
  position: absolute;
  top: 23px;
  left: 11px;
  font-weight: 400;
}

.post-navigator li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #3a3a4a;
  padding-right: 10px;
}

/*회원가입*/
.form-table {
  border-top: 2px solid #232323;
  border-bottom: 1px solid #ddd;
  padding: 3rem 12rem;
  margin-top: 3rem;
}
.form-table .form-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.form-table .form-row:not(:last-child) {
  padding-bottom: 20px;
}
.form-table .form-row .form-head {
  display: table-cell;
  width: 11.25rem;
  font-weight: 700;
  color: #232323;
  vertical-align: middle;
}
.form-table .form-row .form-cell {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.form-table .form-row .form-cell .form-group {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.25rem;
}
.form-table .form-row .form-cell .form-group input {
  flex: 1;
}
.form-table .form-row .form-cell .form-group + .form-group {
  margin-top: 0.5rem;
}
.form-table .form-row .form-cell .form-desc {
  margin-top: 0.875rem;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .form-table {
    padding: 3rem 6rem;
  }
}
@media (max-width: 567px) {
  .form-table {
    padding: 1rem 0;
  }
  .form-table .form-row .form-head {
    width: 6rem;
    font-size: 0.875rem;
  }
}

.agree-input {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 0;
}
.agree-input .guide-link {
  display: inline-block;
  color: #232323;
  text-indent: 0;
  text-decoration: none;
  border-bottom: 1px solid #232323;
}

.login_wrap {
  position: relative;
  margin: 0 auto;
  width: 400px;
  font-size: 1rem;
}
.login_wrap ul {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.login_wrap ul::before {
  content: "";
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: url(../images/contents/icon_login.png) center center no-repeat #f5f5f5;
  margin-bottom: 2rem;
}
.login_wrap ul li {
  width: 100%;
}
.login_wrap .agree-input {
  justify-content: space-between;
}
.login_wrap .btn-group-c {
  margin-bottom: 1rem;
}
.login_wrap .btn-group-c button {
  width: 100% !important;
}

.policyWrap {
  max-height: 24rem;
  overflow-y: auto;
  text-align: left;
}
.policyWrap h2 {
  font-size: 1rem;
  margin: 2rem 0 1rem;
}
.policyWrap p {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.policyWrap li {
  margin-bottom: 0.5rem;
}

/**page**/
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.paging a {
  display: block;
  min-width: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}
.paging a:hover, .paging a.active {
  color: var(--green);
  font-weight: 700;
  border-bottom: 1px solid var(--green);
}
.paging a.pageNav {
  width: auto;
  height: 17px;
}
.paging a.pageNav img {
  width: auto;
  height: 100%;
}

.reviewWrite {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
}
.reviewWrite h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.reviewWrite textarea {
  height: 10rem;
}
.reviewWrite .agreeBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media (max-width: 1200px) {
  .reviewWrite {
    gap: 1rem;
    padding: 0;
  }
}

.reviewList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 0;
}
.reviewList dl {
  border: solid 1px #ddd;
  border-radius: 1.25rem;
  padding: 1rem;
}
.reviewList dl dt {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--green);
  border-bottom: 1px dashed #ddd;
  padding: 1rem;
}
.reviewList dl dd {
  padding: 1rem;
  line-height: 1.4;
  font-size: 0.875rem;
}
.reviewList dl:hover, .reviewList dl.active {
  border-color: var(--green);
}
@media (max-width: 1200px) {
  .reviewList {
    gap: 1rem;
    padding: 2rem 0;
  }
  .reviewList dl {
    padding: 0;
  }
}

/* 리스트 겔러리 영역 (grid) */
.youtubeArea {
  aspect-ratio: 1.77/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 3rem;
  background-color: #e1e3e6;
}

.gallListArea {
  margin-top: 3rem;
}
.gallListArea ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1.5rem;
  column-gap: 2%;
}
.gallListArea ul li {
  width: 32%;
}
.gallListArea ul li dt .img {
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
}
.gallListArea ul li dt .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.gallListArea ul li dt .img:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallListArea ul li dd.title {
  display: block;
  width: 100%;
  line-height: 1.6;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
}
.gallListArea ul li dd.date {
  display: block;
  width: 100%;
  line-height: 1.6;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #999;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
}
@media (max-width: 567px) {
  .gallListArea ul {
    flex-direction: column;
    gap: 1rem;
  }
  .gallListArea ul li {
    width: 100%;
  }
}

.methodStep {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0;
  padding: 2rem 0;
}
.methodStep a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--green);
  border-radius: 1.25rem;
  width: calc(25% - 2rem);
  font-weight: 700;
  color: #000;
  padding: 1rem 0;
}
.methodStep a::before {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.methodStep .step01::before {
  background-image: url(../images/contents/step01.png);
}
.methodStep .step02::before {
  background-image: url(../images/contents/step02.png);
}
.methodStep .step03::before {
  background-image: url(../images/contents/step03.png);
}
.methodStep .step04::before {
  background-image: url(../images/contents/step04.png);
}
.methodStep span {
  display: block;
  width: 3rem;
  text-align: center;
}
.methodStep span img {
  width: auto;
}
@media (max-width: 567px) {
  .methodStep {
    padding: 0 0 2rem 0;
  }
  .methodStep a {
    padding: 0.5rem;
    flex-direction: column;
    gap: 0.5rem;
    width: calc(25% - 0.75rem);
    font-size: 0.75rem;
  }
  .methodStep a::before {
    width: 2rem;
    height: 2rem;
  }
  .methodStep span {
    width: 1rem;
  }
  .methodStep span img {
    width: 100%;
  }
}

.locationWrap {
  padding: 2rem 0;
}
.locationWrap h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.locationWrap ul {
  margin-top: 2rem;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.locationWrap ul li {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #ddd;
}
.locationWrap ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  color: #000;
  font-weight: 700;
}
.locationWrap ul li a:after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(../images/common/selectbg.png);
  background-size: 100%;
  transition: all 0.2s;
}
.locationWrap ul li a.active::after {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.locationWrap ul li .locationGroup {
  display: none;
}
.locationWrap ul li .locationGroup .mapArea {
  height: 400px;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  overflow: hidden;
  background-image: url(../images/contents/map.png);
  margin-bottom: 2rem;
}
.locationWrap ul li .locationGroup dl {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 2rem;
  padding: 0.5rem 0;
}
.locationWrap ul li .locationGroup dl dt {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #000;
  width: 10rem;
}
.locationWrap ul li .locationGroup dl dt::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}
.locationWrap ul li .locationGroup dl dd {
  font-size: 0.875rem;
  line-height: 1.6;
}
.locationWrap ul li .locationGroup dl.address dt:before {
  background-image: url(../images/contents/icon_adr.png);
}
.locationWrap ul li .locationGroup dl.phone dt:before {
  background-image: url(../images/contents/icon_phone.png);
}
.locationWrap ul li .locationGroup dl.bus dt:before {
  background-image: url(../images/contents/icon_bus.png);
}
.locationWrap ul li .locationGroup dl.subway dt:before {
  background-image: url(../images/contents/icon_subway.png);
}
@media (max-width: 567px) {
  .locationWrap ul li .locationGroup dl {
    display: block;
  }
  .locationWrap ul li .locationGroup dl dt {
    width: 100%;
  }
  .locationWrap ul li .locationGroup dl dd {
    padding: 1rem 0 0 2rem;
  }
}

.userInfo {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 5rem;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 1.25rem;
  margin: 2rem 0;
}
.userInfo .info {
  width: calc(100% - 188px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.userInfo .info dl {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2rem;
}
.userInfo .info dl dt {
  position: relative;
  width: 20%;
  padding-left: 1rem;
  color: #000;
  font-weight: 700;
}
.userInfo .info dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--green);
  border-radius: 50%;
}
.userInfo .info dl dd {
  width: 80%;
}
.userInfo .info dl dd span {
  color: var(--red);
  font-weight: 700;
}
.userInfo .userPhoto {
  width: 260px;
}
.userInfo .userPhoto button {
  width: 100%;
}
@media (max-width: 567px) {
  .userInfo {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin: 0;
  }
  .userInfo .info {
    width: 100%;
  }
  .userInfo .info dl {
    gap: 1rem;
  }
  .userInfo .info dl dt {
    width: 40%;
  }
  .userInfo .info dl dd {
    width: 60%;
  }
}

.identification {
  text-align: center;
}
.identification img {
  width: 70%;
}
@media (max-width: 567px) {
  .identification img {
    width: 100%;
  }
}

/*--------버튼정의----------*/
button[class*=btn] {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  color: transparent;
  border-radius: 0.25rem;
  line-height: 1;
  transition: 0.2s all ease-out;
}

button[class*=btn]:hover {
  filter: brightness(0.7);
}

button[class*=btn]:disabled {
  background-color: #ddd;
  color: #a7a7a7;
}

.btn-color1 {
  background: var(--green) !important;
  color: #fff !important;
}

.btn-color2 {
  background: var(--line) !important;
  color: #fff !important;
  border-color: var(--line) !important;
}

.btn-color3 {
  background: var(--gray-666) !important;
  color: #fff !important;
}

.btn-size1 {
  padding: 0.75rem 1.5rem;
}

.btn-size2 {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.btn-size3 {
  padding: 1rem 2rem;
}

.btn-text {
  display: inline-block;
  color: #232323;
  text-indent: 0;
  text-decoration: none;
  border-bottom: 1px solid #232323;
}

.btn-group-c {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.btn-group-r {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0.5rem;
}

.btn-group-l {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
}

/*--------아이콘버튼 정의----------*/
button[class*=ico] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  transition: 0.2s all ease-out;
  border: 0;
  font-size: 0;
}

button[class*=ico]:hover {
  filter: grayscale(20%);
}

button[class*=ico]:disabled {
  filter: opacity(0);
}

/** 입력박스 **/
input {
  width: 100%;
  height: 2.5rem;
  background: #fff;
  border: solid 1px #d2d2d2;
  outline: medium;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding: 0 1rem;
  border-radius: 0.25rem;
}

input:focus {
  border: 1px solid #aaa;
  color: #666;
  background: #fff;
}

input:disabled {
  background: #ebe9e9;
}

input:-ms-clear {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-clear-button {
  display: none;
}

::placeholder {
  color: #aaa;
  font-size: 1rem;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1rem;
}

::-ms-input-placeholder {
  color: #aaa;
  font-size: 1rem;
}

input:-moz-read-only {
  background: #ebe9e9;
  border: 0;
}

input:read-only {
  border: solid 1px #d2d2d2;
  background: #eee;
}

.select {
  width: 100%;
  height: 2.5rem;
  background: #fff;
  border: solid 1px #d2d2d2;
  outline: medium;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding: 0 1.5rem 0 0.5rem;
  border-radius: 0.25rem;
  background-image: url(../images/common/selectbg.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right 0.5rem;
}
.select:disabled {
  color: var(--line);
}

.inputBox {
  border: solid 1px var(--line);
  border-radius: 1.25rem;
  background-color: var(--lightgray);
  padding: 0 0.75rem;
  width: 100%;
  min-width: 30px;
  height: 38px;
  font-family: "Pretendard-Regular";
}
.inputBox.src {
  background-image: url(../images/icon/ico-search.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.textarea {
  border: solid 1px var(--line);
  border-radius: 1.25rem;
  background-color: var(--lightgray);
  min-height: 3rem;
  width: 100%;
  padding: 1rem;
  font-family: "Pretendard-Regular";
}

/* 기존 input창 디자인 없애기 */
.file_wrap input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

/* 업로드 인풋창 커스텀 */
.file_wrap .file_name {
  display: inline-block;
  width: 180px;
  background-color: var(--lightgray);
  padding: 0.5rem;
  border: solid 1px var(--line);
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

/* 업로드 버튼 커스텀 */
.file_wrap label {
  display: inline-block;
  height: 32px;
  width: 100px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background-color: #32d583;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 10.25rem;
}

/*체그&라디오*/
.input_rdo,
.input_chk {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.25rem;
}

.input_rdo input,
.input_chk input {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  opacity: 0;
}

.input_rdo span,
.input_chk span {
  margin-right: 40px;
}

.input_rdo i {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.input_chk i {
  position: relative;
  width: 24px;
  height: 24px;
}

.input_rdo i:before,
.input_chk i:before {
  content: "";
  display: block;
}

.input_rdo i:after,
.input_chk i:after {
  position: absolute;
  content: "";
  display: block;
}

.input_rdo i:before {
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: #F6FAFF;
  border: solid 1px #E2EAF5;
  border-radius: 8px;
}

.input_chk i:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F6FAFF;
  border: solid 1px #E2EAF5;
  border-radius: 6px;
}

.input_rdo i:before {
  background: #F6FAFF;
  border: solid 1px #E2EAF5;
  border-radius: 100%;
}

.input_chk input + i:after {
  width: 11px;
  height: 6px;
  top: 7px;
  left: 7px;
  border-left: 2px solid #E2EAF5;
  border-bottom: 2px solid #E2EAF5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.input_rdo input + i:after {
  width: 18px;
  height: 18px;
  top: 10px;
  left: 10px;
  background-color: #E2EAF5;
  border-radius: 100%;
}

.input_chk input:checked + i:before,
.input_rdo input:checked + i:before {
  background: #fff;
  border: solid 1px var(--green);
}

.input_chk input:checked + i:after {
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
}

.input_rdo input:checked + i:after {
  background-color: var(--green);
}

.input_rdo input:disabled + i,
.input_chk input:disabled + i {
  cursor: default;
}

.input_chk input:disabled + i:before,
.input_chk input:disabled:checked + i:before {
  opacity: 0.4;
  background-color: #ddd;
}

.input_rdo input:disabled + i:before,
.input_rdo input:disabled:checked + i:before {
  opacity: 0.4;
}

.input_rdo input:disabled + i:after,
.input_rdo input:disabled:checked + i:after {
  opacity: 0.4;
}

/*메인 슬라이드*/
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev::after {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-image: url(../images/common/ico_back.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-button-next::after {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-image: url(../images/common/ico_next.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-button-prev, .swiper-button-next {
  filter: brightness(0.8) invert(1);
  top: 50%;
  margin-top: 0.655rem;
}

/*인포테이블*/
.infoTable {
  width: 100%;
}

.infoTable tr {
  border-bottom: 1px solid #D1D5E0;
}

.infoTable th, .infoTable td {
  border-left: 1px solid #D1D5E0;
  white-space: nowrap;
}

.infoTable th:first-child, .infoTable td:first-child {
  border-left: 0;
}

.infoTable th {
  color: var(--green);
  font-weight: 700;
  padding: 1rem;
  background: #E6F7F5;
}

.infoTable td {
  position: relative;
  padding: 15px;
  text-align: center;
}

.infoTable tr:hover {
  background: #E6F7F5;
}

.infoTable td.sTitle {
  background-color: #F3F4F5;
  color: #333;
  font-weight: 600;
}

.scrollWrap {
  width: 100%;
  overflow-x: auto;
}

/*모달팝업*/
.modal-bg {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-height: 100%;
  max-width: 1200px;
}
.modal .modal-head {
  border-bottom: 1px solid #ddd;
  padding: 2rem;
}
.modal .modal-head h1 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
.modal .modal-body {
  padding: 2rem;
}
.modal .modal-footer {
  padding: 2rem;
}
@media (max-width: 567px) {
  .modal .modal-head, .modal .modal-body, .modal .modal-footer {
    padding: 1rem;
  }
}

#closeBtn {
  margin-top: 10px;
  cursor: pointer;
}/*# sourceMappingURL=all.css.map */