@charset "UTF-8";
:root {
  --text1-color: #333;
  --text2-color: #4f535a;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

li {
  padding: 0;
}

.title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.desc-l {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8em;
}

.desc-m {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.desc-s {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25em;
}

@media all and (min-width: 0px) and (max-width: 859px) {
  .desc-l {
    font-size: 16px;
  }
  .desc-s {
    font-size: 14px;
  }
  .mobile-delete {
    display: none;
  }
}
.accent {
  color: var(--accent-color);
  font-weight: inherit;
}

.accent.under-bar {
  border-bottom: 1px solid;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  text-decoration: unset;
}
.accent.under-bar:visited, .accent.under-bar:link {
  color: var(--accent-color);
}

.btns {
  display: inline-block;
  padding: 0 10px;
  width: 200px;
  height: 48px;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

@media (hover: hover) and (pointer: fine) {
  .btns:hover {
    background-color: var(--accent-hover-color);
    color: #fff;
  }
}
.btns:active {
  background-color: var(--accent-hover-color);
  color: #fff;
}

.btns.btn-rect {
  border-radius: 10px;
}

#guideline_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Pretendard Variable", "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: -1px;
  color: var(--second-color);
  text-align: center;
}
#guideline_container .wrap {
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap .contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#guideline_container .wrap #guide1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#guideline_container .wrap #guide1 .guide1-content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 16px 0;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content1 {
    padding: 30px 0;
  }
}
#guideline_container .wrap #guide1 .guide1-content1 .title {
  margin-bottom: 16px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content1 .title {
    margin-bottom: 20px;
  }
}
#guideline_container .wrap #guide1 .guide1-content1 .desc-l {
  width: 492px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content1 .desc-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#guideline_container .wrap #guide1 .guide1-content2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 46.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/guideline/bg_branchoffices_02.png") 50% no-repeat, #262A37;
  background-size: 700px;
}
#guideline_container .wrap #guide1 .guide1-content2 .blur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 1;
}
#guideline_container .wrap #guide1 .guide1-content2 * {
  color: #fff;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 30px 0;
  z-index: 5;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
@media all and (min-width: 0px) and (max-width: 1280px) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office {
    gap: 30px;
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office.hide {
  opacity: 0;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .desc-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 300;
  line-height: 1em;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .desc-m .icon {
  height: 20px;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .desc-m .icon lottie-player {
  margin-top: -15px;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: invert(1);
          filter: invert(1);
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .branch-offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media all and (min-width: 0px) and (max-width: 1280px) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office .branch-offices {
    max-width: 300px;
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .branch-offices .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  width: 80px;
  height: 65px;
  border-radius: 10px;
  gap: 10px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .branch-offices .office .flag img {
  width: 30px;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .branch-offices .office .name {
  font-size: 16px;
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office .branch-offices .office:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office .branch-offices .office:active {
  background: rgba(255, 255, 255, 0.1);
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  z-index: 5;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info.hide {
  visibility: hidden;
  opacity: 0;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office div .name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office div #globalwatch_work {
  font-weight: 600;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office div #globalwatch_work.time-on {
  color: #9EFF00;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office div #globalwatch_work.time-off {
  color: #BBC1D0;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .office div #city_time {
  font-weight: 16px;
  font-weight: 200;
  letter-spacing: -0.04em;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .info-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .info-guide .desc-m {
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .info-guide .icon {
  width: 10px;
  height: 10px;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .info-guide .icon lottie-player {
  margin: -20px 0 0 -20px;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: invert(1);
          filter: invert(1);
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    max-width: 300px;
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box.hide {
  display: none;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box.region, #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box.number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box .box_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box .box_s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box .box_s .category {
  font-size: 15px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box .box_s .desc {
  padding: 7.5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-weight: 300;
  line-height: 1em;
  text-align: left;
  letter-spacing: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box .box_s .desc {
    font-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .content-box-adress .box .box_s .desc:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 128px;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .btn-back:hover {
    border: 1px solid rgb(255, 255, 255);
  }
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .btn-back:active {
  border: 1px solid rgb(255, 255, 255);
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .btn-back .icon {
  width: 10px;
  height: 10px;
}
#guideline_container .wrap #guide1 .guide1-content2 .content-box-office-info .btn-back .icon img {
  width: 100%;
  vertical-align: top;
}
#guideline_container .wrap #guide1 .guide1-content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
#guideline_container .wrap #guide1 .guide1-content3 .desc-s {
  width: 100%;
}
#guideline_container .wrap #guide1 .guide1-content4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0 100px 0;
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content4 {
    padding: 100px 0;
  }
}
#guideline_container .wrap #guide1 .guide1-content4 .mailbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content4 .mailbox {
    gap: 30px;
  }
}
#guideline_container .wrap #guide1 .guide1-content4 .mailbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content4 .mailbox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
  }
}
#guideline_container .wrap #guide1 .guide1-content4 .mailbox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  max-width: 320px;
  height: 316px;
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content4 .mailbox ul li {
    height: auto;
  }
}
#guideline_container .wrap #guide1 .guide1-content4 .mailbox ul li img {
  -webkit-filter: drop-shadow(0px 16px 40px rgba(112, 144, 176, 0.07));
          filter: drop-shadow(0px 16px 40px rgba(112, 144, 176, 0.07));
}
#guideline_container .wrap #guide1 .guide1-content4 .mailbox ul li img:first-child {
  margin-bottom: 50px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content4 .mailbox ul li img:first-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content4 .mailbox ul li .desc-s {
    font-size: 15px;
  }
}
#guideline_container .wrap #guide1 .guide1-content4 .mailbox .desc-l {
  width: 100%;
  line-height: 1.8em;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide1 .guide1-content4 .mailbox .desc-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#guideline_container .wrap #guide2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}
#guideline_container .wrap #guide2 .guide2-content1 {
  padding: 100px 0 90px 0;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content1 {
    padding: 100px 0 30px 0;
  }
}
#guideline_container .wrap #guide2 .guide2-content1 .title {
  margin-bottom: 20px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content1 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.4em;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  row-gap: 100px;
  padding-bottom: 100px;
  width: 100%;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request {
    width: calc(100% + 40px);
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 100px;
  max-width: 1160px;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step.step-mobile {
  display: none;
  overflow: hidden;
}
@media all and (min-width: 860px) and (max-width: 1280px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 120px;
    max-width: 760px;
  }
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step {
    display: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    padding: 40px 0;
    max-width: 100%;
    width: 100%;
    min-height: 360px;
    background-color: #f3f7ff;
  }
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step.step-mobile {
    display: block;
    position: relative;
  }
}
@media (min-width: 0px) and (max-width: 859px) and (hover: hover) and (pointer: fine) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step.step-mobile:hover {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step.step-mobile:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  gap: 20px;
  padding: 0 20px;
  max-width: 320px;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    width: 100vw;
    min-height: 320px;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step li .icon {
  width: 40px;
  height: 40px;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step li .title {
  font-weight: 600;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step li .desc-m {
  font-weight: 500;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step li .desc-m .accent {
  font-weight: 600;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 20px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center .icon {
  width: 50px;
  height: 50px;
}
@media all and (min-width: 860px) and (max-width: 1280px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center .icon {
    width: 40px;
    height: 40px;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center .icon img {
  width: 100%;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.step-last {
  margin-top: 50px;
  background-color: #fff;
}
@media all and (min-width: 860px) and (max-width: 1280px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.step-last .desc-m:last-child {
    font-size: 15px;
  }
}
@media all and (min-width: 0) and (max-width: 1280px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.step-last {
    margin-top: 0;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.go-form {
  gap: 24px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.go-form a:visited, #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.go-form a:link {
  color: #fff;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.go-form img {
  width: 220px;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step .center.go-form .desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: -0.04em;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .anim-swipe {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .anim-swipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .anim-swipe:hover {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .anim-swipe .box {
  position: relative;
  width: 80vw;
  max-width: 320px;
  height: 80vw;
  max-height: 320px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .anim-swipe .box::after {
  content: "슬라이드해서 확인하세요!";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: var(--accent-color);
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .anim-swipe .box lottie-player {
  width: 100%;
  height: 100%;
  margin-left: -17%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: brightness(0.25);
          filter: brightness(0.25);
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .anim-swipe.ready {
    visibility: visible;
    opacity: 1;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step-after {
  display: none;
  padding: 6px 20px;
  width: 100%;
  color: #fff;
  background: #969dae;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step-after span {
  margin-left: 10px;
  line-height: 2em;
  font-weight: 400;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .step-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .delivery-request .go-form-mobile {
  display: none;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .go-form-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding-top: 100px;
  }
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .go-form-mobile img {
    width: 220px;
  }
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .go-form-mobile .desc {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: -0.04em;
  }
  #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .go-form-mobile a:visited, #guideline_container .wrap #guide2 .guide2-content2 .delivery-request .go-form-mobile a:link {
    color: #fff;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .bottom-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content2 .bottom-desc {
    gap: 5px;
    padding: 0 20px;
    line-height: 1.6em;
  }
}
#guideline_container .wrap #guide2 .guide2-content2 .bottom-desc li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-weight: 400;
  text-align: left;
  text-indent: -10px;
}
#guideline_container .wrap #guide2 .guide2-content2 .bottom-desc li::before {
  content: "-";
  margin-right: 5px;
}
#guideline_container .wrap #guide2 .guide2-content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 60px 0;
  width: 100%;
  background-color: #30343c;
}
#guideline_container .wrap #guide2 .guide2-content3 div {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content3 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.4em;
  }
}
#guideline_container .wrap #guide2 .guide2-content3 .desc-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 14px;
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content3 .desc-s {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
#guideline_container .wrap #guide2 .guide2-content3 .desc-s li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  font-weight: 300;
  text-align: left;
  text-indent: -15px;
  color: #fff;
}
@media all and (min-width: 0px) and (max-width: 859px) {
  #guideline_container .wrap #guide2 .guide2-content3 .desc-s li {
    line-height: 1.7em;
  }
}
#guideline_container .wrap #guide2 .guide2-content3 .desc-s li:before {
  content: "•";
  margin-right: 10px;
}

/**스크롤 애니메이션*/
.ready[data-anim-style=fade-up] {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-anim-style=fade-up] {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-anim-easing=linear] {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-anim-easing=ease] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-anim-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-anim-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-anim-duration="400"] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

[data-anim-duration="500"] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

[data-anim-delay="100"] {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

[data-anim-delay="200"] {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

[data-anim-delay="300"] {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

[data-anim-delay="330"] {
  -webkit-transition-delay: 330ms;
          transition-delay: 330ms;
}

[data-anim-delay="350"] {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

[data-anim-delay="400"] {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

[data-anim-delay="500"] {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

[data-anim-delay="600"] {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

[data-anim-delay="700"] {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

[data-anim-delay="750"] {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

[data-anim-delay="900"] {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

[data-anim-delay="1200"] {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

[data-anim-delay="1500"] {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

@media all and (min-width: 860px) and (max-width: 1280px) {
  .step li:nth-child(1) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .step li:nth-child(2) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .step li:nth-child(3) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .step li:nth-child(4) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .step li:nth-child(5) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .step li:nth-child(6) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .step li:nth-child(7) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .step li:nth-child(9) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .step li:nth-child(10) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .step li:nth-child(11) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}
@media all and (min-width: 0px) and (max-width: 859px) {
  .guide1-content3 {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .mailbox ul li {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
}