@charset "UTF-8";

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #dcdcdc;
}

/* main */
#main {
  background: var(--po) url("/img/screen/bg_main.png") 50% no-repeat;
  background-size: contain;
  background-position-x: 100%;
  margin-bottom: 12px;
}
#main .width-wrap img {
  margin-bottom: 16px;
}

/* legal */
#legal {
  background: var(--po);
}
#legal .width-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 53px;
}
#legal .width-wrap .top-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#legal .width-wrap .top-area .icon-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#legal .width-wrap .top-area p {
  line-height: 140%;
}
#legal .width-wrap > img {
  width: 90%;
  margin: 0 auto;
}
#legal .width-wrap .bottom-area {
  width: 76%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#legal .width-wrap .bottom-area .box {
  padding: 10px 6px;
  background: var(--white);
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
#legal .width-wrap .bottom-area .box img {
  width: 69.899px;
}
#legal .width-wrap .bottom-area > img {
  width: 139px;
}

/* summation */
#summation .width-wrap > p {
  text-align: center;
  margin-bottom: 24px;
}
#summation .width-wrap .box-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#summation .width-wrap .box-area .box-zone {
  position: relative;
  display: flex;
  justify-content: center;
}
#summation .width-wrap .box-area .box-zone .round-label {
  position: absolute;
}
#summation .width-wrap .box-area .box-zone .box {
  text-align: center;
  padding: 30px 0px 24px 0px;
  border-radius: 8px;
  border: 2px solid var(--po);
  background: rgba(75, 49, 146, 0.05);
  margin-top: 17px;
  width: 100%;
}
#summation .width-wrap .box-area .box-zone .box p:last-child {
  margin-top: 10px;
}

/* delivery */
#delivery .width-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#delivery .width-wrap > img {
  width: 28px;
  margin-bottom: 6px;
}
#delivery .width-wrap p:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 6px;
}
#delivery .width-wrap p.po-line.sub:before {
  bottom: -2px;
}
#delivery .width-wrap p:nth-child(3) img {
  width: 69.899px;
}
#delivery .width-wrap .img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
#delivery .width-wrap .img-area img:first-child {
  width: 133.4px;
}
#delivery .width-wrap .img-area img:last-child {
  width: 102px;
}

/* warning */
#warning .width-wrap .top-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
#warning .width-wrap .top-area p:nth-of-type(1) {
  text-align: center;
  line-height: normal;
  letter-spacing: -0.36px;
  margin: 10px 0 20px;
}
#warning .width-wrap .top-area p:nth-of-type(1) span {
  border-bottom: 1px solid var(--black);
}
#warning .width-wrap .top-area p:nth-of-type(1) span ~ span {
  display: inline-block;
  margin-top: 6px;
}
#warning .width-wrap .top-area p:nth-of-type(2) {
  background: var(--po);
  color: var(--white);
  width: fit-content;
  font-size: 38px;
  line-height: normal;
  letter-spacing: -0.76px;
}
#warning .width-wrap .warning-box-area {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
#warning .width-wrap .warning-box-area .warning-box {
  position: relative;
  width: 100%;
}
#warning .width-wrap .warning-box-area .warning-box img {
  width: 320px;
  object-fit: contain;
  position: absolute;
}
#warning .width-wrap .warning-box-area .warning-box p {
  width: fit-content;
  text-align: center;
  padding: 16px 18px;
  border-radius: 9px;
  border: 1px solid #4b3192;
  box-shadow: 0px 0px 10.5px 0px rgba(75, 49, 146, 0.39);
  background: #fff;
  position: relative;
  z-index: 1;
  margin-top: 45px;
}
#warning .width-wrap .warning-box-area .warning-box:nth-child(odd) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#warning .width-wrap .warning-box-area .warning-box:nth-child(odd) img {
  left: 23px;
}
#warning .width-wrap .warning-box-area .warning-box:nth-child(even) img {
  right: 23px;
}

/* join */
#join .width-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#join .width-wrap .top-text-area p:first-child {
  margin-bottom: 4px;
}
#join .width-wrap .top-box-area div {
  padding: 12px;
}
#join .width-wrap .top-box-area div:first-child {
  margin-bottom: 12px;
}
#join .width-wrap .top-box-area div p:first-child {
  margin-bottom: 6px;
}
#join .width-wrap .bottom-box-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 7px;
  grid-auto-rows: 138px;
}
#join .width-wrap .bottom-box-area div {
  overflow: hidden;
}
#join .width-wrap .bottom-box-area div .top-zone {
  background: var(--po-second);
}
#join .width-wrap .bottom-box-area div .bottom-zone {
  padding: 0 6px;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

/* benefit */
.benefit {
  text-align: center;
  overflow: hidden;
}
.benefit .tit {
  margin-bottom: 32px;
}
.benefit .swiper {
  overflow: visible;
}
.benefit .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: relative;
  bottom: auto;
  margin-top: 20px;
  margin-bottom: 32px;
}
.benefit .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background: rgba(136, 136, 136, 0.16);
  opacity: 1;
  margin: 0;
}
.benefit
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #888;
}
.benefit .swiper .swiper-wrapper .swiper-slide {
  width: 189px;
}
.benefit .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.benefit .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  border-radius: 10px;
  padding: 24px 20px;
}
#naver.benefit .text-box {
  background: rgba(3, 199, 90, 0.1);
}
#daangn.benefit {
  margin: 12px 0;
}
#daangn.benefit .text-box {
  background: rgba(255, 138, 61, 0.1);
}
#nenoonn.benefit .text-box {
  background: rgba(75, 49, 146, 0.1);
}

/* boon */
#boon {
  background: #38354d;
}
#boon .width-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#boon .width-wrap > img {
  width: 211px;
  margin-bottom: 24px;
}
#boon .width-wrap .box-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
#boon .width-wrap .box-area .box {
  background: var(--white);
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

/* free */
#free {
  text-align: center;
}
#free .width-wrap {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
#free .width-wrap .title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#free .width-wrap .title-area .icon-zone {
  display: flex;
  align-items: center;
  gap: 4px;
}
#free .width-wrap .title-area > p:nth-last-child(2) {
  margin: 4px 0 6px;
}
#free .width-wrap .box-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#free .width-wrap .box-area .box {
  width: 100%;
  padding: 16px;
}
#free .width-wrap .box-area .box p:nth-child(1) {
  margin-bottom: 6px;
}
#free .width-wrap .box-area .box svg {
  margin: 4px 0;
}
#free .width-wrap .box-area .label-box {
  position: relative;
  display: flex;
  justify-content: center;
}
#free .width-wrap .box-area .label-box .round-label {
  padding: 4px 10px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 4px;
}
#free .width-wrap .box-area .label-box .box {
  border: 2px solid var(--po);
  margin-top: 15px;
  padding: 24px 16px 16px;
}
#free .width-wrap .box-area.po .box {
  background: #dfdeed;
}
#free .width-wrap .box-area.sub .box {
  background: #ddf5f9;
}
#free .width-wrap .box-area.yellow .box {
  background: #fffbc1;
}

/* news */
#news {
  text-align: center;
  margin-top: 12px;
}
#news .width-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#news .width-wrap .top-area {
  position: relative;
  display: flex;
  justify-content: center;
}
#news .width-wrap .top-area .round-label {
  position: absolute;
}
#news .width-wrap .top-area .box {
  background: rgba(75, 49, 146, 0.05);
  padding: 30px 0 24px;
  margin-top: 21px;
  width: 100%;
}
#news .width-wrap img {
  width: 100%;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1));
}
#news .width-wrap .bottom-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* now */
#now {
  text-align: center;
}
#now .width-wrap img {
  width: 82%;
}
#now .width-wrap p {
  margin: 10px 0 36px;
}
#now .width-wrap .shadaw-box {
  padding: 12px 10px;
}

/* down */
#down {
  text-align: center;
}
#down .width-wrap {
  padding: 60px 0 0;
}
#down .width-wrap h2 {
  margin-bottom: 10px;
}
#down .width-wrap .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 27px 0;
}
#down .width-wrap .btn-area a:first-child img {
  width: 120px;
}
#down .width-wrap .btn-area a:last-child img {
  width: 134px;
}
#down .width-wrap > img {
  width: 95%;
  vertical-align: bottom;
}

/* easy */
#easy {
  text-align: center;
}
#easy .width-wrap {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
#easy .width-wrap > p {
  line-height: 140%;
}
#easy .width-wrap .mid-area > p:nth-child(2) {
  margin: 2px 0 24px;
}
#easy .width-wrap .mid-area .label-zone {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#easy .width-wrap .bottom-area img {
  width: 100%;
  filter: drop-shadow(0px 0px 12px rgba(51, 51, 51, 0.2));
  margin: 24px 0 16px;
}

/* possible */
#possible {
  text-align: center;
  margin-bottom: 12px;
}
#possible .width-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#possible .width-wrap .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#possible .width-wrap .mid-area .shadaw-box {
  padding: 12px 0;
}
#possible .width-wrap .mid-area .shadaw-box:first-child {
  margin-bottom: 10px;
}
#possible .width-wrap .mid-area .shadaw-box p:first-child {
  margin-bottom: 2px;
}

/* notify */
/* #notify {
  padding: var(--padding40);
  background: #f3dfdf;
}
#notify p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 2px;
  color: #ff453a;
}
#notify p:last-child {
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  line-height: 160%;
}
#notify img {
  width: 18px;
} */

/* inquery */
#inquery .width-wrap .label {
  padding: 12px 0;
  margin-bottom: 42px;
}
#inquery .width-wrap .label p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 2px;
}
#inquery .width-wrap .label p img {
  width: 18px;
}
#inquery .width-wrap > p {
  text-align: center;
}
#inquery .width-wrap > p:nth-child(3) {
  margin: 6px 0 42px;
}
#inquery .width-wrap form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#inquery .width-wrap form label p.font14 {
  display: flex;
  margin-bottom: 8px;
}
#inquery .width-wrap form label p.has-sub {
  margin-bottom: 0;
}
#inquery .width-wrap form label p.font13 {
  color: #777;
  margin-bottom: 8px;
}
#inquery .width-wrap form label input,
#inquery .width-wrap form label textarea {
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #efefef;
  width: 100%;
}
#inquery .width-wrap form label textarea {
  display: block;
  height: 95px;
}
#inquery .width-wrap form button {
  width: 100%;
}
#inquery .width-wrap form .box {
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(136, 136, 136, 0.2);
  background: rgba(136, 136, 136, 0.03);
}
/* email */
#inquery .width-wrap form label.email .top-zone {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}
#inquery .width-wrap form label.email .bottom-zone {
  position: relative;
  margin-top: 12px;
}
#inquery .width-wrap form label.email select {
  position: absolute;
  width: 25%;
  right: 0;
  height: 100%;
  opacity: 0;
}
#inquery .width-wrap form label.email input[name="emailDomain"] {
  background: url("/img/icon/icon_downArrow.png") 50% no-repeat;
  background-position-x: 98%;
  background-size: 16px;
}
/* file */
#inquery .width-wrap form .box.file {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#inquery .width-wrap form .box.file label .file {
  position: relative;
  margin-top: 4px;
}
#inquery .width-wrap form .box.file label .file input[type="text"] {
  background: #fff url("/img/icon/icon_file.svg") 50% no-repeat;
  background-position-x: 97%;
}
#inquery .width-wrap form .box.file label .file .js-receiptFile {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
/* checkbox */
#inquery .width-wrap form label.check {
  display: flex;
  align-items: center;
  gap: 2px;
}
#inquery .width-wrap form label.check input {
  width: fit-content;
  background: url("/img/icon/icon_check.png") 50% no-repeat;
  background-size: contain;
  border: none;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  appearance: none;
  cursor: pointer;
  transition: all 0.25s linear;
}
#inquery .width-wrap form label.check input:checked {
  background: url("/img/icon/icon_checked.png") 50% no-repeat;
  background-size: contain;
}
#inquery .width-wrap form label.check p {
  margin: 0 0 0 4px;
}

/* responsive */
@media all and (max-width: 450px) {
  #main {
    background-size: 40%;
  }
}
