a {
  color: #fff;
  text-decoration: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.container2 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* í—¤ë” */

/* form 제거를 위해 form 관련 코드를 주석처리함 */
/* form을 살릴 경우 아래 코드를 주석 해재 - 여기부터 */
/* #wrap {
  background: #4c317f url("./mainbg_bojang.png") no-repeat top center;
  height: 580px;
  min-width: 1200px;
} */

/* ìƒë‹¨ ê¸€ìž */
/* .header-text {
  position: absolute;
  top: 298px;
  left: 0px;
  color: #ffff00;
  text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
}
.header-text p {
  font-size: 65px;
  font-weight: 400;
}
.header-text .color-text {
  margin-bottom: 11px;
  font-weight: 400;
}
.header-text .small {
  font-size: 23px;
  margin-top: 18px;
} */
/* ìž…ë ¥ í¼ */
/* .form-box {
  position: absolute;
  top: 88px;
  left: 609px;
}
.form-all {
  height: 43px;
  font-weight: 400;
  font-size: 18px;
}
.form-set {
  width: 416px;
}
.form-set div {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.form-set div span {
  font-family: "NotoSansKR";
  font-weight: 400;
  display: inline-block;
  width: 100px;
  line-height: 40px;
  font-size: 20px;
  color: #222;
  text-align: left;
  padding: 0 0 0 2px;
}
.form-set .form-span {
  min-width: 100px;
}
.form-set .region_wrap select {
  width: 100%;
  font-size: 18px;
  font-family: inherit;
  color: #000;
}

.form-set div:nth-child(3) {
  border-bottom: none;
}
.form-set div:nth-child(3) span {
  border-bottom: 1px solid #ddd;
}

.form-set .form-tel {
  display: inline-block;
}
.form-set div .form-text {
  color: #222;
  background: none;
  font-family: "NotoSansKR";
  font-weight: 600;
  vertical-align: top;
  width: 312px;
  padding: 2px 4px;
  outline: none;
  border: none;
  border-radius: none;
  box-sizing: border-box;
}
.form-set div .form-number {
  color: #222;
  margin-top: 1px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: none;
  font-family: "NotoSansKR";
  vertical-align: top;
  width: 64px;
  font-weight: bold;
  outline: none;
  border-radius: none;
  padding: 7px -1px;
}
#mobile2 {
  width: 254px;
  margin: 0;
  margin-top: 1px;
  padding: 0;
  font-weight: bold;
}
.form-set div select {
  outline: none;
  border: none;
}
#wrap > div.container > div.form-box > form > div.form-set > div:nth-child(4) {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.privacy {
  text-align: center;
  font-size: 20px;
  font-family: "NotoSansKR5.woff";
  color: #222;
  margin-top: 15px;
  font-weight: 400;
  margin-left: 63px;
}
#privacy_checkbox_health {
  margin-top: 25px;
}
.privacy #check-box,
.privacy #check-box2,
.privacy #check-box,
.privacy #check-box_health {
  width: 22px;
  height: 22px;
  vertical-align: -3.5px;
  margin: 0;
  padding: 0;
}
.privacy .agree-text,
.privacy .agree-text2 {
  cursor: pointer;
  margin-left: 10px;
}
.privacy a {
  color: #222;
}

.btn_submit {
  position: absolute;
  top: 360px;
  left: -10px;
  width: 429px;
  height: 70px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
} */
/* form을 살릴 경우 아래 코드를 주석 해재 - 여기까지 */

/* form 제거 후 a 태그 링크 연결을 위한 css - 여기부터 */
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

#wrap {
  width: 100%;
  height: 580px;
  background: linear-gradient(0deg, rgba(45, 30, 76, 0.8), rgba(45, 30, 76, 0.8)), url(./main_banner_background.png);
  background-size: cover;
}

#wrap .layout_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#wrap .title_wrap {
  color: #fff;
  padding-bottom: 45px;
  letter-spacing: -2;
}

#wrap .title_wrap .subtitle {
  display: inline-block;
  font-size: 25px;
  padding: 14px 20px 10px;
  border: 1px solid #fff;
  margin-bottom: 70px;
  font-weight: 400;
  font-family: "GMarketSans";
}

#wrap .title_wrap .title {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: "GMarketSans";
}

#wrap .title_wrap img {
  width: 500px;
}

#wrap .btn_wrap {
}

#wrap .btn_wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
}

#wrap .btn_wrap a .btn_text {
  font-size: 35px;
  font-weight: 600;
  color: #4c3280;
  text-align: center;
  line-height: 1.3;
}

#wrap .btn_wrap a img {
  width: 50px;
}
/* form 제거 후 a 태그 링크 연결을 위한 css - 여기까지 */

/* Select box ìŠ¤íƒ€ì¼ ì´ˆê¸°í™” */
select {
  padding: 0 10px 0 4px;
  background: url("arrow.png") no-repeat 100% 50% !important;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select option {
  color: #000;
}

/* IE ì—ì„œ Select box í™”ì‚´í‘œ ì œê±° */
select::-ms-expand {
  display: none;
}

/* IE10 ì´ìƒì—ì„œ input box ì— ì¶”ê°€ëœ ì§€ìš°ê¸° ë²„íŠ¼ ì œê±° */
input::-ms-clear {
  display: none;
}

/* placeholder ì´ˆê¸°í™” */
input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input::placeholder {
  font-weight: 400;
  color: #aaa;
  font-size: 18px;
}

/* alert ë²„íŠ¼ */
.btn-box2 {
  top: 2764px;
  left: 737px;
  width: 264px;
  height: 56px;
  position: absolute;
  cursor: pointer;
}
.btn-box1 {
  top: 1630px;
  left: 29px;
  width: 196px;
  height: 42px;
  position: absolute;
  cursor: pointer;
}

/* bx-slider */
.bx-box {
  position: absolute;
  top: 766px;
  left: 645px;
  color: #000;
  width: 400px;
}
.bx-box .bx-wrapper,
.bx-box .bx-viewport {
  height: 120px !important;
}
.bx-box ul li {
  margin-bottom: 6px;
}
.bx-box ul li span {
  font-size: 18px;
  font-weight: bold;
}
.bx-box ul li span:nth-child(2) {
}
.bx-box ul li span:nth-child(1),
.bx-box ul li span:nth-child(2) {
  display: inline-block;
}
.bx-box ul li span.name_new {
  letter-spacing: -1px;
  vertical-align: -1.5px;
}
.bx-box ul li span.sex {
  letter-spacing: -1px;
  padding: 0 30px 0 23px;
  vertical-align: -1.5px;
}
.bx-box ul li span.age {
  display: inline-block;
  color: #fff;
  border: 1px solid #00a663;
  background: #00a663;
  font-size: 13px;
  padding: 4px 15px;
}
.bx-box ul li span.age i {
  font-size: 15px;
  font-weight: normal;
}

.bx-box2 {
  left: 281px;
}
.bx-box2 ul li span.age {
  background: #bbb;
  border: 1px solid #bbb;
}
/* ìˆ«ìž ì¹´ìš´íŒ… */
.count-num {
  position: absolute;
  top: 30px;
  left: 701px;
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  color: #222;
}
.count-num > div {
  width: 100px;
  position: absolute;
  color: #00cf80;
}
.count-num > div:nth-child(2) {
  left: 212px;
  color: #fd7a4d;
}

.count-num2 {
  position: absolute;
  top: 813px;
  left: -6px;
  font-size: 21px;
  text-align: right;
  font-weight: 800;
  color: #fff;
}
.count-num2 > div {
  width: 100px;
  position: absolute;
  color: #ff5014;
}
.count-num2 > div .num-char {
  color: #fff;
}
.count-num2 > div:nth-child(2) {
  left: 123px;
}
.count-num2 > div:nth-child(3) {
  width: 200px;
  left: 192px;
}

.main-slide {
  position: absolute;
  z-index: 9999;
  top: 540px;
  left: 591px;
  overflow: hidden;
  width: 406px;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.slick-dots li {
  float: left;
  margin-right: 5px;
}
.slick-dots button {
  background: #fff;
  border: none;
  text-indent: -9999;
  width: 30px;
  height: 3px;
}
.slick-dots .slick-active button {
  background: #00cf80;
  width: 30px;
  height: 3px;
}

/* í‘¸í„° */
.footer {
  background: #fff;
  box-sizing: border-box;
  padding: 50px 0;
}
.footer .f-cont {
  color: #333;
  overflow: hidden;
}
.footer .f-cont > div p {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer .f-copy {
  margin-top: 20px;
  color: #333;
  font-size: 15px;
  text-align: right;
}
.footer .f-copy p {
  margin-bottom: 15px;
}

.footer .mt {
  margin-top: 20px;
}

.footer .f-logo {
  position: absolute;
  top: -15px;
  right: 0;
  text-align: right;
}
.footer a {
  color: #222;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 21px;
}

.btn-popup {
  cursor: pointer;
  position: absolute;
}
.btn-popup1 {
  top: 484px;
  left: 592px;
  width: 407px;
  height: 47px;
}

.body-mask {
  width: 100%;
  height: auto;
  position: relative;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-header {
  background: #00864b;
  overflow: hidden;
  padding: 18px 25px 17px 30px;
  font-size: 18px;
  box-sizing: border-box;
}
.p-header .p-title {
  color: #fff;
  float: left;
}
.p-header .p-close {
  float: right;
  color: #fff;
}

.p-container {
  width: 600px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 27px 27px;
  position: relative;
}
.p-container .p-cont {
  padding: 20px;
  overflow-y: scroll;
  height: 450px;
  border-bottom: 1px solid #aaa;
  background: #f9f9f9;
  border-top: 1px solid #aaa;
  margin-top: -3px;
}
.p-container .p-cont ul li {
  font-size: 13px;
  margin-bottom: 10px;
  color: #888;
  line-height: 19px;
}

.p-confirm {
  margin: 0 auto;
  text-align: center;
}
.p-confirm p {
  margin-top: 25px;
  background: #00a087;
  cursor: pointer;
  font-size: 15px;
  padding: 12px 28px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.p-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}
.p-top,
.p-bottom {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -2px;
  left: 9px;
}
.p-top {
  transform: rotate(45deg);
}
.p-bottom {
  transform: rotate(-45deg);
}

.middle,
.middle2 {
  width: 900px;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #ddd;
}

.middle2 {
  margin-bottom: 50px;
}

.middle > img,
.middle2 > img {
  width: 100%;
  object-fit: contain;
}

.container {
  position: relative;
}
.today_txt {
  position: absolute;
  left: 125px;
  top: 471px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-family: "NotoSansKR";
}
.title_img {
  position: absolute;
  left: -110px;
  top: 322px;
}

.privacy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Selected {
  color: #fff !important;
}

/* 푸터 */
.bottom {
  background: #fff;
  color: #000;
  width: 100%;
}
.bottom_inner {
  width: 1200px;
  padding: 50px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.bottom h3 {
  margin-bottom: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -2px;
}
.bottom ul {
  margin-bottom: 15px;
}
.bottom ul li {
  color: #000;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bottom ul li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.bottom p {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: -0.25px;
}
.bottom p:first-child {
  color: #ff2335;
}
.bottom p:last-child {
  margin-bottom: 0;
}

/* 푸터 */
.footer {
  background: #282a29;
  box-sizing: border-box;
  padding: 35px 0;
}
.footer_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer p {
  color: #999;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.2px;
}
.footer button {
  font-size: 15px;
  color: #999;
  font-weight: 600;
  margin-top: 15px;
  width: fit-content;
  background: none;
  border: 0;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
}

/* ----------------------------------------- */

#main_1st {
  padding: 40px 0;
  margin: 40px auto;
}
#main_1st .grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.con_mint {
  color: #89d9d5;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.con_tit {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.4;
}
#main_1st .grid .right .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#main_1st .grid .right .grid .con {
  margin: 0 auto;
}
#main_1st .grid .right .grid .con a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main_1st .grid .right .grid .con .border {
  background-color: #f7f1e3;
  padding: 15px;
  border-radius: 50%;
  border: 0 !important;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_1st .grid .right .grid .con img {
  width: 70px;
  height: 70px;
}
#main_1st .grid .right .grid .con p {
  color: #aaa78f;
  font-size: 1.1rem;
  margin-top: 15px;
  font-weight: 500;
}

#main_2nd {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main_2nd .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 20px;
}
#main_2nd .grid .right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
#main_2nd .grid .con_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#main_2nd .grid .con_wrap img {
  width: 100%;
  height: 100%;
}
#main_2nd .grid .con_wrap .text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main_2nd .grid .con_wrap .text_wrap img {
  width: 50%;
  margin-bottom: 15px;
}
#main_2nd .grid .con_wrap .text_wrap p {
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  font-family: "Pretendard";
}

#main_3rd {
  width: 100%;
  margin: 0px auto 70px;
  background-color: #eff6f5;
}
#main_3rd .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
#main_3rd .wrap .right .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 45px 0;
}
.con_sub {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-family: "Pretendard";
}
#main_3rd .wrap .right .text_wrap .more {
  color: #fa7eaf;
}
#main_3rd .wrap .left img {
  width: 80%;
  float: right;
}

#main_4th {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#main_4th .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}
#main_4th .grid .con:nth-of-type(1) .text_wrap {
  background-color: #f6ebcf;
}
#main_4th .grid .con:nth-of-type(2) .text_wrap {
  background-color: #c9dfbe;
}
#main_4th .grid .con:nth-of-type(3) .text_wrap {
  background-color: #acdad8;
}
#main_4th .grid .con img {
  width: 100%;
}
#main_4th .grid .con .text_wrap {
  height: 214px;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main_4th .con_sub {
  font-size: 1.2rem;
}
.con_sub_m {
  color: #555;
  font-size: 0.9rem;
  font-family: "Pretendard";
  line-height: 1.4;
}

#main_5th {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 0;
}
#main_5th .grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
#main_5th .grid .left img {
  width: 100%;
}
#main_5th .grid .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main_5th .grid .right .con_tit {
  margin: 10px 0 20px;
  line-height: 1.4;
}
#main_5th .grid .right .con_sub {
  margin: 10px 0;
}
#main_5th .grid .right .con_sub .green {
  color: #10b38e;
}
#main_5th .grid .right .more {
  background-color: #10b38e;
  border-radius: 100px;
  padding: 8px 20px;
  color: #fff;
  margin-top: 20px;
  display: block;
  width: fit-content;
}

#main_6th {
  width: 100%;
  max-width: 1200px;
  padding: 60px 0px;
  margin: 0 auto;
}
#main_6th .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#main_6th .grid .con {
  border-radius: 15px;
  padding: 20px 40px;
  margin-top: 30px;
}
#main_6th .grid .con:nth-of-type(1) {
  background-color: #eacfcb;
}
#main_6th .grid .con:nth-of-type(2) {
  background-color: #a7b5c5;
}
#main_6th .grid .con:nth-of-type(3) {
  background-color: #94c1c8;
}
#main_6th .grid .con a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#main_6th .grid .con a img {
  width: 32%;
}
#main_6th .con_sub {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 600;
}
