@charset "UTF-8";
/* Common */
body {
  background: #000;
  font-size: 14px;
  font-family: "Pretendard", sans-serif;
  line-height: 1.4;
}
body .container {
  overflow: hidden;
}
body .inner {
  width: 1000px;
  margin: 0 auto;
}
body .tab__content {
  display: none;
}
body .tab__content.active {
  display: block;
}
body .m__show {
  display: none;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  background: #000;
}
.header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .inner .header__navigation {
  display: flex;
  align-items: center;
  gap: 54px;
}
.header .inner .header__navigation ul {
  display: flex;
  align-items: center;
  gap: 54px;
}
.header .inner .header__navigation ul li {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.header .inner .header__navigation ul li > a {
  transition: 0.3s ease-in-out;
}
.header .inner .header__navigation ul li > a:hover {
  color: #dbbf68;
}
.header .inner .header__navigation .link_apply {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.header .inner .header__navigation .link_apply:hover {
  background-color: #dbbf68;
  border-color: #dbbf68;
  color: #fff;
}
.header .inner .btn__toggle--gnb {
  display: none;
}
.header .inner .pop {
  position: absolute;
  top: 65px;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  background: #000;
  border: 1px solid #dbbf68;
  border-top-width: 6px;
  border-radius: 6px;
  box-shadow: 4px 4px 39.8px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.header .inner .pop p {
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 500;
}

/* Footer */
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.footer .inner h2 img {
  display: block;
  width: 116px;
}
.footer .inner p {
  font-size: 14px;
  font-weight: 400;
  color: #dbbf68;
}

/* =================== 함께 만드는 무한대의 가능성 =================== */
.section1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  background: url("../../assets/images/img_bg_section1.png") no-repeat center center/cover;
}
.section1__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section1__title p {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 600;
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}
.section1__visual {
  position: relative;
  height: 451px;
}
.section1__visual .visual__1 {
  position: absolute;
  top: -94px;
  left: 50%;
  width: 912px;
  margin-left: -462px;
}
.section1__visual .visual__2 {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -354px;
  width: 118px;
}
.section1__visual .visual__3 {
  position: absolute;
  top: 113px;
  left: 50%;
  margin-left: -473px;
  width: 133px;
}
.section1__visual .visual__4 {
  position: absolute;
  top: 134px;
  left: 50%;
  margin-left: -449px;
  width: 177px;
}
.section1__visual .visual__5 {
  position: absolute;
  top: 173px;
  left: 50%;
  margin-left: -492px;
  width: 497px;
}
.section1__visual .visual__6 {
  position: absolute;
  top: 68px;
  left: 50%;
  margin-left: 100px;
  width: 387px;
}
.section1__visual .visual__7 {
  position: absolute;
  top: -117px;
  left: 50%;
  margin-left: 171px;
  width: 424px;
}
.section1__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.section1__bottom--info {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 134px);
  display: none;
  justify-content: center;
  align-items: center;
  width: 268px;
  height: 90px;
  margin: 0 auto;
  background: #000;
  border: 1px solid #dbbf68;
  border-top-width: 12px;
  border-radius: 6px;
  box-shadow: 4px 4px 39.8px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.section1__bottom--info p {
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
}
.section1__bottom .btn__support {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 223px;
  height: 54px;
  background: #dbbf68;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  z-index: 100;
}
.section1__bottom .btn__down {
  bottom: -57px;
}

.btn__down {
  position: absolute;
  bottom: 57px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

/* =================== 카드 =================== */
.section2 {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100vh;
  background: url("../../assets/images/img_bg_section2.png") no-repeat center center/auto 100%;
}
.section2:after {
  content: "";
  position: absolute;
  bottom: -193px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 584px;
  background: linear-gradient(180deg, rgba(9, 6, 5, 0) 17.07%, rgba(9, 6, 5, 0.145321) 29.41%, rgba(9, 6, 5, 0.45) 42.56%, #000 64.36%);
}
.section2 .inner {
  position: relative;
  z-index: 2;
  gap: 55px;
}
.section2__title {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .card {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  display: flex;
  gap: 11px;
}
.section2 .card__wrap {
  perspective: 1100px;
}
.section2 .card__wrap:hover .card__item {
  transform: rotateY(180deg);
}
.section2 .card__item {
  position: relative;
  width: 326px;
  height: 374px;
  transition: 0.5s;
  transform-style: preserve-3d;
}
.section2 .card__item--front {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid transparent;
  background-image: linear-gradient(160.12deg, #fff7e2 -30.58%, #ffebb8 -3.11%, #b38751 28.63%, #5f462b 58.93%, #130d09 86.87%), linear-gradient(to bottom right, #fff, #5e4027);
  background-clip: padding-box, border-box;
  background-origin: border-box;
}
.section2 .card__item--front p {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
}
.section2 .card__item--front p span {
  font-weight: 800;
  color: #e8cfa6;
}
.section2 .card__item--back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 45.5px 36px;
  border-radius: 12px;
  border: 1px solid transparent;
  background-image: linear-gradient(157.58deg, #fff7e2 9.35%, #ffebb8 38.8%, #dbbf68 73.44%, #5f4b2b 103.74%, #130d09 181.03%), linear-gradient(to bottom right, #fff, #5e4027);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.section2 .card__item--back h3 {
  font-size: 26px;
  font-weight: bold;
  color: #77551c;
}
.section2 .card__item--back h3 span {
  font-weight: 800;
  color: #473929;
}
.section2 .card__item--back p {
  font-size: 21px;
  font-weight: 700;
  color: #473929;
  line-height: 1.6;
}

/* =================== 채용 안내 =================== */
.section3 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section3:before {
  content: "";
  position: absolute;
  top: 863px;
  left: 50%;
  width: 1765px;
  height: 1765px;
  margin-left: 381px;
  background: rgba(208, 181, 135, 0.8392156863);
  filter: blur(300px);
  border-radius: 1765px;
}
.section3:after {
  content: "";
  position: absolute;
  top: 572px;
  right: 50%;
  width: 1765px;
  height: 1765px;
  margin-right: 381px;
  background: rgba(161, 116, 65, 0.8980392157);
  filter: blur(300px);
  border-radius: 1765px;
}
.section3 .inner {
  position: relative;
  padding: 125px 0 172px;
  z-index: 2;
}
.section3__title {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.section3__article img {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2509803922);
}
.section3__article p {
  margin-top: 18px;
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  font-weight: 600;
}
.section3 .btn__watch--video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 94px;
  margin-top: 28px;
  background: linear-gradient(90deg, #ddc27f 0%, #c4b99a 51.44%, #adb1b4 100%);
  border-radius: 8px;
  font-size: 24;
  font-weight: 700;
  color: #000;
}
.section3__method {
  margin-top: 114px;
}
.section3__method--tab {
  display: flex;
  margin-bottom: 20px;
}
.section3__method--tab .tab__button {
  position: relative;
  flex: 1 1 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
  font-size: 21px;
  font-weight: 600;
  background: linear-gradient(180deg, #ffffff 10.08%, #909bb4 127.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section3__method--tab .tab__button.active {
  background: linear-gradient(0.2deg, #9b612b -57.59%, #dbbf68 81.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.section3__method--tab .tab__button.active:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #dbbf68;
}
.section3__method--content dl {
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #adb1b4;
}
.section3__method--content dl dt {
  position: relative;
  flex: 0 0 auto;
  width: 184px;
  padding-left: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section3__method--content dl dt:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 3px;
  height: 18px;
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
}
.section3__method--content dl dd ul li {
  position: relative;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
}
.section3__method--content dl dd ul li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
}
.section3__method--content dl dd p {
  margin-top: 12px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #b4b4b4;
}
.section3 .process {
  display: flex;
  gap: 38px;
}
.section3 .process__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.section3 .process__item:before {
  content: "";
  position: absolute;
  top: 38px;
  right: -21px;
  width: 7px;
  height: 14px;
  background: url("../../assets/images/icon_right_b1.svg") no-repeat center center;
}
.section3 .process__item:last-child:before {
  display: none;
}
.section3 .process__item p {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

/* =================== 9월 채용행사 일정 안내 =================== */
.section4 {
  position: relative;
  z-index: 3;
}
.section4 .inner {
  position: relative;
  padding: 172px 0 274px;
  z-index: 2;
}
.section4:before {
  content: "";
  position: absolute;
  top: -149px;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #000, transparent);
}
.section4:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -50vw;
  z-index: 1;
  width: 200vw;
  height: 1900px;
  background: radial-gradient(#6a748c, transparent 50%);
}
.section4__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-bottom: 100px;
}
.section4__title p {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

.event {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 6px;
  width: 100%;
}
.event__item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 73px;
  margin-bottom: 4px;
  background: #000;
  border-top: 5px solid #fff;
  border-radius: 0 0 6px 6px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.event__item.row2 {
  grid-column: auto/span 2;
}
.event__item--content {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  text-align: center;
}
.event__item--content.coffee .event__item--place {
  height: 72px;
}
.event__item--content.coffee .event__item--place:hover {
  height: 148px;
}
.event__item--content.coffee .event__item--place:hover .back {
  opacity: 1;
}
.event__item--place {
  overflow: hidden;
  position: relative;
  flex: 1 1 0;
  min-width: 196.4px;
  height: 148px;
  border-radius: 6px;
}
.event__item--place.view-mo {
  display: none;
}
.event__item--place .front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 10.08%, #909bb4 127.82%);
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.event__item--place .front.main {
  background: linear-gradient(180deg, #FFF 10.08%, #E2CFA3 127.82%);
}
.event__item--place .front small {
  font-size: 18px;
  font-weight: 500;
}
.event__item--place .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 17px;
  background: linear-gradient(90deg, #ddc27f 0%, #c4b99a 51.44%, #adb1b4 100%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.event__item--place .back h4 {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 800;
  color: #000;
  text-align: left;
}
.event__item--place .back ul li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.event__item--place .back ul li.location img {
  top: 5px;
  transform: translateY(0);
}
.event__item--place .back ul li.location span {
  display: block;
}
.event__item--place .back ul li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.event__item--place .back ul li + li {
  margin-top: 7px;
}
.event__item--place:hover .back {
  opacity: 1;
}

.presentation {
  margin-top: 45px;
  padding: 38px 90px 43px;
  background: linear-gradient(299.71deg, #010417 23.98%, #5e617c 90.31%);
  border: 1px solid #fff;
  border-radius: 12px;
  transition: background 0.3s ease-in-out;
}
.presentation h3 {
  margin-bottom: 22px;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s ease-in-out;
}
.presentation p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.presentation button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 57px;
  margin: 28px auto 0;
  background: linear-gradient(90deg, #ddc27f 0%, #c4b99a 51.44%, #adb1b4 100%);
  border-radius: 6px;
  box-shadow: 4px 4px 17.5px 0px rgba(0, 0, 0, 0.1294117647);
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
.presentation:hover {
  background: linear-gradient(157.58deg, #fff7e2 9.35%, #ffebb8 38.8%, #dbbf68 73.44%, #5f4b2b 103.74%, #130d09 181.03%);
  border: none;
}
.presentation:hover h3 {
  border-bottom-color: #7d5835;
  background: linear-gradient(165.92deg, #ffebb8 -76.52%, #b38451 12.17%, #130d09 124.33%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.presentation:hover p {
  color: #000;
}
.presentation:hover button {
  background: linear-gradient(299.71deg, #010417 23.98%, #5e617c 90.31%);
  color: #fff;
}

/* =================== 사업부 소개 =================== */
.section5 {
  padding: 135px 0 172px;
  background: url("../../assets/images/img_bg_section5_1.png") no-repeat center top -67px/auto 750px;
}
.section5__title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.division {
  display: flex;
  gap: 12px;
}
.division__item {
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  width: calc(50% - 6px);
  height: 326px;
  border-radius: 16px;
}
.division__item:nth-child(1) {
  background: url("../../assets/images/img_division1.png") no-repeat center center/cover;
}
.division__item:nth-child(1) h3 {
  color: #ddc281;
}
.division__item:nth-child(2) {
  background: url("../../assets/images/img_division2.png") no-repeat center center/cover;
}
.division__item:nth-child(2) h3 {
  color: #b6bbe3;
}
.division__item .front {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.division__item .front p {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.division__item .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 51px 46px 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.division__item .back h3 {
  font-size: 28px;
  font-weight: 700;
}
.division__item .back p {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  word-break: keep-all;
}
.division__item:hover .front {
  opacity: 0;
}
.division__item:hover .back {
  opacity: 1;
}

/* =================== 풍산그룹 복리후생 =================== */
.section6 {
  position: relative;
}
.section6 .inner {
  position: relative;
  padding: 172px 0 413px;
  z-index: 2;
}
.section6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: radial-gradient(#6a748c, transparent 50%);
  transform: translateY(-50%);
}
.section6__title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.welfare {
  display: flex;
  gap: 12px;
}
.welfare__item {
  position: relative;
  flex: 1 1 0;
  padding: 44px 40px;
  background: linear-gradient(164.13deg, #ffffff 34.05%, #909bb4 96.71%);
  border-radius: 12px;
  transition: background 0.2s ease-in-out;
}
.welfare__item:nth-child(1):before {
  content: "";
  position: absolute;
  bottom: 36px;
  right: 29px;
  width: 153px;
  height: 150px;
  background: url("../../assets/images/img_welfare1.svg") no-repeat center center;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.welfare__item:nth-child(2):before {
  content: "";
  position: absolute;
  bottom: 45px;
  right: 29px;
  width: 147px;
  height: 153px;
  background: url("../../assets/images/img_welfare2.svg") no-repeat center center;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.welfare__item:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: 43px;
  right: 29px;
  width: 152px;
  height: 144px;
  background: url("../../assets/images/img_welfare3.svg") no-repeat center center;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.welfare__item h3 {
  margin-bottom: 62px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
.welfare__item ul {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.2s ease-in-out;
}
.welfare__item ul li {
  position: relative;
  padding-left: 12px;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
.welfare__item ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 2px;
}
.welfare__item:hover {
  background: linear-gradient(157.58deg, #fff7e2 9.35%, #ffebb8 38.8%, #dbbf68 73.44%, #5f4b2b 103.74%, #130d09 181.03%);
}
.welfare__item:hover:nth-child(1):before, .welfare__item:hover:nth-child(2):before, .welfare__item:hover:nth-child(3):before {
  opacity: 0;
}
.welfare__item:hover ul {
  opacity: 1;
  transform: translateY(0);
}

/* =================== FAQ =================== */
.section7 .inner {
  padding: 172px 0 190px;
}
.section7__title {
  margin-bottom: 28px;
}
.section7__title img {
  display: block;
  margin: 0 auto 50px;
}
.section7__title p {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3764705882);
  font-size: 32px;
  font-weight: 700;
  color: #dbbf68;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.faq__item--title {
  position: relative;
  padding: 19px 21px;
  background: linear-gradient(90deg, #ddc27f 0%, #c4b99a 51.44%, #adb1b4 100%);
  font-size: 24px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
.faq__item--title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  z-index: 2;
  width: 17px;
  height: 8px;
  margin-top: -4px;
  background: url("../../assets/images/icon_up_b1.svg") no-repeat center center;
  transform: rotate(180deg);
}
.faq__item--content {
  display: none;
  padding: 37px 21px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.faq__item.active .faq__item--title:before {
  transform: rotate(0deg);
}
.faq__item.active .faq__item--content {
  display: block;
}

.modal__presentation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.modal__presentation.active {
  display: block;
}
.modal__presentation .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.modal__presentation .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 900px;
  max-height: calc(100dvh - 64px);
  padding: 90px 50px;
  background: linear-gradient(180deg, #ffffff 10.08%, #c7a965 127.82%);
  border-radius: 10px;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.modal__presentation .btn__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: url("../../assets/images/icon_close2.svg") no-repeat center center/20px 20px;
  text-indent: -9999em;
}
.modal__presentation .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 51px;
  text-align: center;
}
.modal__presentation .top h2 {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(180deg, #ffebb8 -49.23%, #b38451 19.73%, #130d09 106.94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal__presentation .top p {
  font-size: 21px;
  font-weight: 600;
  background: linear-gradient(-180deg, #010417 23.98%, #5e617c 90.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal__presentation .top .link_preRegist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 57px;
  background: linear-gradient(90deg, #ddc27f 0%, #c4b99a 51.44%, #adb1b4 100%);
  border-radius: 57px;
  box-shadow: 4px 4px 17.5px 0px rgba(0, 0, 0, 0.1294117647);
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.modal__presentation .middle {
  display: flex;
  height: 157px;
  margin-bottom: 51px;
  padding: 27px 0;
  background: linear-gradient(299.71deg, #010417 23.98%, #5e617c 90.31%);
  border-radius: 10px;
}
.modal__presentation .middle dl {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.modal__presentation .middle dl + dl {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.modal__presentation .middle dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #dbbf68;
}
.modal__presentation .middle dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.modal__presentation .bottom {
  padding: 10px 26px;
}
.modal__presentation .bottom dl {
  display: flex;
}
.modal__presentation .bottom dl + dl {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.modal__presentation .bottom dl dt {
  flex: 0 0 auto;
  width: 85px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
.modal__presentation .bottom dl dd {
  padding-left: 10px;
}
.modal__presentation .bottom dl dd ul li {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
.modal__presentation .bottom dl dd ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 2px;
}
.modal__presentation .bottom dl dd .gift__list {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.view-mo {
  display: none;
}

.view-pc {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .view-mo {
    display: block;
  }
  .view-pc {
    display: none;
  }
  /* Common */
  body .inner {
    width: 100%;
  }
  body .pc__show {
    display: none;
  }
  body .m__show {
    display: block;
  }
  body .tmp_m {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 390px;
    margin-left: -195px;
    opacity: 0.5;
    pointer-events: none;
  }
  /* Header */
  .header {
    height: 60px;
  }
  .header .inner {
    padding: 0 21px;
  }
  .header .inner .header__navigation {
    display: none;
  }
  .header .inner .header__navigation.active {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.6);
  }
  .header .inner .header__navigation ul {
    display: block;
    padding: 8px 20px 32px;
    background: #000;
  }
  .header .inner .header__navigation ul li {
    display: flex;
    align-items: center;
    height: 85px;
    font-size: 18px;
  }
  .header .inner .header__navigation ul li + li {
    border-top: 1px solid #5f462b;
  }
  .header .inner .header__navigation .link_apply {
    display: none;
  }
  .header .inner .btn__toggle--gnb {
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    z-index: 2;
    width: 28px;
    height: 23px;
    background: url("../../assets/images/icon_menu1.svg") no-repeat center center;
    text-indent: -9999em;
    transform: translateY(-50%);
  }
  .header .inner .btn__toggle--gnb.active {
    background-image: url("../../assets/images/icon_close1.svg");
  }
  .header .inner .pop {
    display: none;
  }
  /* Container */
  .section1 {
    padding: 157px 0 115px;
    background-size: 600px auto;
    background-position: center 360px;
  }
  .section1 .section1__title {
    gap: 15px;
  }
  .section1 .section1__title img {
    width: 274px;
  }
  .section1 .section1__title p {
    margin-top: 17px;
    font-size: 20px;
  }
  .section1__visual {
    height: 343px;
  }
  .section1__visual .visual__1 {
    top: 19px;
    width: 442px;
    margin-left: -225px;
  }
  .section1__visual .visual__2 {
    top: 50px;
    margin-left: -207px;
    width: 93px;
  }
  .section1__visual .visual__3 {
    top: 128px;
    margin-left: -230px;
    width: 86px;
  }
  .section1__visual .visual__4 {
    top: 138px;
    margin-left: -217px;
    width: 118px;
  }
  .section1__visual .visual__5 {
    top: 162px;
    margin-left: -226px;
    width: 270px;
  }
  .section1__visual .visual__6 {
    top: 122px;
    margin-left: 28px;
    width: 198px;
  }
  .section1__visual .visual__7 {
    top: -4px;
    margin-left: 62px;
    width: 230px;
  }
  .section1__bottom--info {
    display: none;
  }
  .section1__bottom .btn__support {
    margin-top: 0;
  }
  .section1__bottom .btn__down {
    bottom: -32px;
  }
  .section2 {
    padding: 100px 0;
  }
  .section2:after {
    bottom: -60px;
    height: 206px;
  }
  .section2 .inner {
    gap: 30px;
  }
  .section2 .card {
    flex-direction: column;
    left: calc(50% - 160px);
  }
  .section2 .card__item {
    height: 120px;
    width: 320px;
  }
  .section2 .card__item--front {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 34px;
  }
  .section2 .card__item--front img {
    width: 86px;
  }
  .section2 .card__item--front p {
    margin-left: 18px;
    font-size: 20px;
    text-align: left;
  }
  .section2 .card__item--back {
    padding: 20px;
  }
  .section2 .card__item--back h3 {
    font-size: 16px;
  }
  .section2 .card__item--back h3 br {
    display: none;
  }
  .section2 .card__item--back p {
    font-size: 13px;
  }
  .section2 .card__item--back p br {
    display: none;
  }
  .section3 .inner {
    padding: 98px 0 68px;
  }
  .section3:before {
    top: 600px;
    left: 70%;
    width: 400px;
    height: 400px;
    margin-left: 0;
    filter: blur(100px);
    border-radius: 200px;
  }
  .section3:after {
    top: 400px;
    right: 60%;
    width: 400px;
    height: 400px;
    margin-right: 0;
    filter: blur(100px);
    border-radius: 200px;
  }
  .section3__title {
    margin-bottom: 35px;
  }
  .section3__title img {
    display: block;
    height: 30px;
  }
  .section3__article--scroll {
    overflow: auto;
    height: 540px;
    padding: 0 32px;
  }
  .section3__article--scroll img {
    width: 700px;
  }
  .section3__article--scroll::-webkit-scrollbar {
    display: none;
  }
  .section3__article p {
    margin-top: 13px;
    padding: 0 32px;
    font-size: 14px;
  }
  .section3 .btn__watch--video {
    width: calc(100vw - 64px);
    height: 54px;
    margin: 28px auto 0;
    font-size: 16px;
  }
  .section3__method {
    margin-top: 112px;
    padding: 0 32px;
  }
  .section3__method--tab {
    margin-bottom: 5px;
  }
  .section3__method--tab .tab__button {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .section3__method--content dl {
    display: block;
    padding: 20px 0;
  }
  .section3__method--content dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section3__method--content dl dd ul {
    padding-left: 10px;
  }
  .section3__method--content dl dd ul li {
    font-size: 16px;
  }
  .section3__method--content dl dd ul li:before {
    top: 12px;
  }
  .section3__method--content dl dd p {
    padding-left: 19px;
    font-size: 14px;
  }
  .section3 .process {
    flex-wrap: wrap;
    gap: 6vw;
  }
  .section3 .process__item {
    width: 22vw;
  }
  .section3 .process__item:before {
    top: 10vw;
    right: -4vw;
  }
  .section3 .process__item img {
    width: 100%;
  }
  .section3 .process__item p {
    margin-top: 5px;
    padding-left: 0;
    font-size: 16px;
  }
  .section4 {
    background: linear-gradient(to bottom, transparent, #6a748c, transparent);
  }
  .section4 .inner {
    padding-bottom: 0 !important;
  }
  .section4:after {
    display: none;
  }
  .section4__title {
    margin-bottom: 50px;
    gap: 35px;
  }
  .section4__title img {
    height: 30px;
  }
  .section4__title p {
    font-size: 18px;
    text-align: center;
  }
  .section4 .inner {
    padding: 68px 32px 100px;
  }
  .section4 .event {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 6px;
  }
  .section4 .event__item.mainP {
    grid-column: 2/3 !important;
    grid-row: 4/span 2;
  }
  .section4 .event__item.mainP .event__item--place {
    height: 334px !important;
  }
  .section4 .event__item.mainP .event__item--place .back {
    height: 100% !important;
  }
  .section4 .event__item h3 {
    height: 51px;
    margin-bottom: 2px;
    font-size: 18px;
    border-width: 3px;
  }
  .section4 .event__item--content {
    gap: 9px;
  }
  .section4 .event__item--content.coffee .event__item--place {
    height: 60px;
  }
  .section4 .event__item--place {
    overflow: visible;
    min-width: 50%;
    height: 60px;
  }
  .section4 .event__item--place.view-mo {
    display: block;
  }
  .section4 .event__item--place .front {
    border-radius: 6px;
    font-size: 18px;
  }
  .section4 .event__item--place .back {
    height: 129px;
    padding: 0 12px;
    border-radius: 6px;
    pointer-events: none;
  }
  .section4 .event__item--place .back h4 {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .section4 .event__item--place .back ul li {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .section4 .event__item--place .back ul li span {
    display: block;
  }
  .section4 .event__item--place .back ul li img {
    top: 3px;
    transform: none;
  }
  .section4 .event__item--place:only-child {
    height: 129px;
  }
  .section4 .event__item--place:last-child .back {
    top: auto;
    bottom: 0;
  }
  .section4 .event__item.row2 {
    grid-column: auto;
  }
  .section4 .presentation {
    padding: 30px 16px;
  }
  .section4 .presentation h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 21px;
    letter-spacing: -1px;
    word-break: keep-all;
  }
  .section4 .presentation p {
    font-size: 18px;
    letter-spacing: -0.6px;
  }
  .section4 .presentation button {
    width: 249px;
    max-width: 100%;
    height: 54px;
    font-size: 16px;
  }
  .section5 {
    background-position: center 80px;
    background-size: 180% auto;
    padding: 168px 32px 0;
  }
  .section5__title img {
    height: 30px;
  }
  .section5 .division {
    flex-direction: column;
  }
  .section5 .division__item {
    width: 100%;
    height: auto;
  }
  .section5 .division__item .front {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section5 .division__item .back {
    position: static;
    padding: 25px;
  }
  .section5 .division__item .back h3 {
    font-size: 18px;
  }
  .section5 .division__item .back p {
    font-size: 16px;
  }
  .section6 {
    background: linear-gradient(to bottom, transparent, #4c4e6a, transparent);
  }
  .section6 .inner {
    padding: 100px 32px 60px;
  }
  .section6__title img {
    height: 30px;
  }
  .section6 .welfare {
    flex-direction: column;
  }
  .section6 .welfare__item {
    padding: 25px;
  }
  .section6 .welfare__item h3 {
    margin-bottom: 20px;
    font-size: 21px;
  }
  .section6 .welfare__item ul li {
    font-size: 16px;
  }
  .section6 .welfare__item ul li:before {
    top: 10px;
  }
  .section6 .welfare__item:nth-child(1):before {
    width: 100px;
    height: auto;
    aspect-ratio: 153/150;
    background-size: 100% 100%;
  }
  .section6 .welfare__item:nth-child(2):before {
    width: 100px;
    height: auto;
    aspect-ratio: 147/153;
    background-size: 100% 100%;
  }
  .section6 .welfare__item:nth-child(3):before {
    width: 100px;
    height: auto;
    aspect-ratio: 152/144;
    background-size: 100% 100%;
  }
  .section7 .inner {
    padding: 60px 32px 124px;
  }
  .section7__title img {
    height: 30px;
  }
  .section7__title p {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 21px;
    text-align: center;
  }
  .section7 .faq {
    gap: 12px;
  }
  .section7 .faq__item--title {
    padding: 16px 55px 16px 16px;
    font-size: 18px;
  }
  .section7 .faq__item--content {
    padding: 16px;
    font-size: 16px;
    line-height: 30px;
  }
  /* Footer */
  .footer .inner {
    height: auto;
    padding: 28px 32px 32px;
  }
  .footer .inner h2 {
    margin-bottom: 20px;
  }
  .footer .inner h2 img {
    width: 93px;
  }
  .footer .inner p {
    font-size: 12px;
    text-align: right;
  }
  .modal__presentation .modal__content {
    width: calc(100vw - 20px);
    padding: 44px 37px 54px;
  }
  .modal__presentation .top {
    gap: 8px;
    margin-bottom: 22px;
  }
  .modal__presentation .top h2 {
    font-size: 21px;
  }
  .modal__presentation .top p {
    font-size: 18px;
  }
  .modal__presentation .top .link_preRegist {
    margin-top: 17px;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .modal__presentation .middle {
    flex-direction: column;
    height: 192px;
    margin-bottom: 40px;
    padding: 31px 35px;
  }
  .modal__presentation .middle dl {
    gap: 5px;
  }
  .modal__presentation .middle dl + dl {
    margin-top: 16px;
    padding-top: 16px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .modal__presentation .middle dl dt {
    font-size: 18px;
  }
  .modal__presentation .middle dl dd {
    font-size: 16px;
  }
  .modal__presentation .bottom {
    padding: 0;
  }
  .modal__presentation .bottom dl {
    display: block;
  }
  .modal__presentation .bottom dl dt {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .modal__presentation .bottom dl dd ul li {
    font-size: 16px;
  }
  .modal__presentation .bottom dl dd .gift__list {
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  .modal__presentation .bottom dl dd .gift__list img {
    width: 80px;
  }
  br.none {
    display: none;
  }
  span.br {
    display: block;
  }
}
@media (width >= 1000px) and (height <= 850px) {
  .section1 .inner {
    transform: scale(0.8);
  }
}/*# sourceMappingURL=common.css.map */