@charset "UTF-8";

*{-webkit-text-size-adjust:none;}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.04em;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, textarea {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  /*font-size: 13px  ;*/
  line-height:160% ;
  vertical-align:baseline;
  background:transparent;
  /* overflow:hidden; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}
body,input,textarea,select,button,table{line-height:1; font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial; font-weight: 400;}
ul,li,dl,dt,dd  {list-style:none; margin:0px; padding:0px; } 
a { margin:0;
  padding:0;
  font-size:100%;
  font-size: 16px;
  color: #111111;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
  outline:none;}
a:hover,a:active {
  text-decoration:none; 
  color: #111111;
  
}
sup {
  vertical-align: super;
  font-size: 11px;
    
}

caption{
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}
table {border-collapse: collapse;}
img,fieldset,iframe{border:0}
em,address{font-style:normal}
input,select {font-size:16px; letter-spacing:0;}
input,select,button{vertical-align:middle}
select{
  -webkit-appearance: menulist;
  -webkit-align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  font: -webkit-small-control;
  text-align: start;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #adadad;
}
input{margin: 0; padding:0;}
textarea{background: #f9f9f9; padding-left:5px; border: 1px solid #dadada;  border-radius: 3px; -moz-border-radius: 3px;  -webkit-border-radius: 3px;}

body {min-width: 320px;}

#Wrap{
  width: 100%;
  position: relative;
  z-index: 1;
}
#container{
  width: 100%;
  padding-bottom: 30px;
}

#Header{
  width: 100%;
  overflow: hidden;
}

#Header .Haeder_top{
  width: 100%;
  overflow: hidden;
  background: #eeeeee;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 45%,
    #eeeeee);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    color-stop(0.45, #ffffff),
    to(#eeeeee));
  
  padding: 0.375em 0;
    height:46px;
}

#Header .Haeder_top h1{
  width: 143px;
  height: auto;
  display: block;
  position: absolute;
  top:0.5em;
  left: 50%;
  margin-left: -71px;
}
#Header .Haeder_top h1 img{
  /*width: 143px;*/
  width: 100%;
}
#footer{
  position: relative;
}

.bottom-info-wrap{border-top: 1px solid #e5e5e5; text-align: center;}
.f-link-list{padding-top: 20px;}
.f-link-list li{display: inline-block; vertical-align: top;}
.f-link-list li:last-child a{border-right: none;}
.f-link-list li a{position: relative; display: inline-block; vertical-align: top; padding: 0 10px; font-family: 'Nanum Barun Gothic'; letter-spacing: -0.05em; font-size: 13px; color: #555555 !important;}
.f-link-list li a:after{content: ''; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 12px; background: #e5e5e5;}
.f-link-list li:last-child a:after { content: none; }
.f-info{padding-top: 14px;}
.f-info li{display: inline-block; vertical-align: top; padding: 0 3.5px; line-height: 21px; font-family: 'Nanum Barun Gothic'; letter-spacing: -0.05em; font-size: 10px; color: #777777;}
.f-info li.d-block { display: block; }
.copyright{padding: 13px 0 20px; font-family: 'Nanum Barun Gothic'; letter-spacing: -0.03em; font-size: 11px; color: #aaaaaa;}

img {
    /*max-width: 100%;*/ display:block;
}
.mb10 {
    margin-bottom: 10px;
}

.container {
    padding: 0 15px;
}
a {
    letter-spacing: -0.04em;
    color: #555;
    text-decoration: none;
}
input, button, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-text-size-adjust: none;
}
button {
    background: none;
    border: none;
    font-family: 'NanumSquare';
    letter-spacing: -0.04em;
}
.btn-spon-1 {
    color: #fff;
    background: #da281f;
}
.btn-spon {
    width: 100%;
    height: 51px;
    line-height: 41px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    vertilcal-align: middle;
    display: block;
}
.btn-spon span {font-size:17px;}

.gray-box-2 {
    padding: 5px 0 9px;
    background: #eeeeee;
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.share-dl {
    text-align: center;
}
.share-dl dt {
    display: inline-block;
    margin-right: 11px;
    vertical-align: top;
    font-weight: normal;
    color: #666;
    font-size: 13px;
    font-family: 'Nanum Barun Gothic';
    padding: 11px 0 11px;
    line-height: 13px;
    letter-spacing: -0.05em;
}
.share-dl dd {
    display: inline-block;
    height: 35px;
}
.share-dl dd ul li {
    display: inline-block;
    float: left;
}
.share-dl dd ul li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: top;
}
.share-dl dd ul li a img {
    width: 100%;
}


#topBtn {position:fixed;right:10px;bottom:20px;z-index:10;}
#topBtn img {height:40px;}
#topBtn a {display:block;}

/*common*/
body.on{overflow: hidden;}
.screen_out{overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}

#content-wrapper{overflow:hidden; box-sizing: border-box;}

#Footer{padding-bottom:20vw;}

/*= CONTENT =*/
#opendreamdoor {
  --tit-md-size: 48px;
  --tit-sm-size: 32px;
  --subtit-size: 24px;
  --body-lg-size: 18px;
  --body-md-size: 15px;
  --body-sm-size: 14px;
  --gap-tit-sub: 15px;
  --gap-tit-body: 30px;
  --sect-pad: 100px;
}
#opendreamdoor .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#opendreamdoor .pc-only {
  display: inherit !important;
}
@media (max-width: 768px) {
  #opendreamdoor .pc-only {
    display: none !important;
  }
}
#opendreamdoor .mo-only {
  display: none !important;
}
@media (max-width: 768px) {
  #opendreamdoor .mo-only {
    display: inherit !important;
  }
}
#opendreamdoor {
  box-sizing: border-box;
}
#opendreamdoor *,
#opendreamdoor *::before,
#opendreamdoor *::after {
  box-sizing: inherit;
}
#opendreamdoor h1,
#opendreamdoor h2,
#opendreamdoor h3,
#opendreamdoor h4,
#opendreamdoor h5,
#opendreamdoor h6,
#opendreamdoor div,
#opendreamdoor p,
#opendreamdoor blockquote,
#opendreamdoor pre,
#opendreamdoor code,
#opendreamdoor address,
#opendreamdoor ul,
#opendreamdoor ol,
#opendreamdoor li,
#opendreamdoor nav,
#opendreamdoor section,
#opendreamdoor article,
#opendreamdoor header,
#opendreamdoor footer,
#opendreamdoor main,
#opendreamdoor aside,
#opendreamdoor dl,
#opendreamdoor dt,
#opendreamdoor dd,
#opendreamdoor table,
#opendreamdoor thead,
#opendreamdoor tbody,
#opendreamdoor tfoot,
#opendreamdoor label,
#opendreamdoor caption,
#opendreamdoor th,
#opendreamdoor td,
#opendreamdoor form,
#opendreamdoor fieldset,
#opendreamdoor legend,
#opendreamdoor hr,
#opendreamdoor input,
#opendreamdoor button,
#opendreamdoor textarea,
#opendreamdoor object,
#opendreamdoor figure,
#opendreamdoor figcaption {
  margin: 0;
  padding: 0;
}
#opendreamdoor input,
#opendreamdoor select,
#opendreamdoor textarea,
#opendreamdoor button,
#opendreamdoor img,
#opendreamdoor fieldset {
  border: none;
}
#opendreamdoor ul,
#opendreamdoor ol,
#opendreamdoor li {
  list-style: none;
}
#opendreamdoor table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
#opendreamdoor address,
#opendreamdoor cite,
#opendreamdoor code,
#opendreamdoor em,
#opendreamdoor i {
  font-style: normal;
  font-weight: normal;
}
#opendreamdoor label,
#opendreamdoor img,
#opendreamdoor input,
#opendreamdoor select,
#opendreamdoor textarea,
#opendreamdoor button,
#opendreamdoor a {
  vertical-align: middle;
}
#opendreamdoor u,
#opendreamdoor ins,
#opendreamdoor a {
  text-decoration: none;
}
#opendreamdoor button {
  cursor: pointer;
  background-color: unset;
}
#opendreamdoor caption > div,
#opendreamdoor legend,
#opendreamdoor .hide {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#opendreamdoor input[type="number"]::-webkit-inner-spin-button,
#opendreamdoor input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#opendreamdoor input[type="number"] {
  -moz-appearance: textfield;
}
#opendreamdoor input[type="number"],
#opendreamdoor input[type="text"],
#opendreamdoor input[type="password"],
#opendreamdoor input[type="url"],
#opendreamdoor input[type="email"],
#opendreamdoor input[type="tel"],
#opendreamdoor input[type="date"],
#opendreamdoor textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#opendreamdoor input[type="search"]::-webkit-search-decoration,
#opendreamdoor input[type="search"]::-webkit-search-cancel-button,
#opendreamdoor input[type="search"]::-webkit-search-results-button,
#opendreamdoor input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
@font-face {
  font-family: "wildgag";
  src:
    url("../fonts/KIMWILDgag-Bold.woff2") format("woff2"),
    url("../fonts/KIMWILDgag-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OngleipParkDahyeon";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2411-3@1.0/Ownglyph_ParkDaHyun.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
#opendreamdoor {
  font-size: 10px;
  font-family:
    neutronic-hangeul-rounded,
    pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
  line-height: 1.6;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  color: #101720;
}
#opendreamdoor button,
#opendreamdoor input,
#opendreamdoor textarea,
#opendreamdoor select {
  font-family:
    neutronic-hangeul-rounded,
    pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
}
#opendreamdoor :where(h1, h2, h3, h4, h5, h6) {
  color: #101720;
  margin: 0 0 20px;
}
#opendreamdoor .txt-tit {
  font-family: "wildgag", sans-serif;
  font-size: var(--tit-md-size);
  line-height: 1.2;
  font-weight: 700;
}
#opendreamdoor .txt-tit-sm {
  font-family: "wildgag", sans-serif;
  letter-spacing: -0.04em;
  font-size: var(--tit-sm-size);
  line-height: 1.2;
  font-weight: 700;
}
#opendreamdoor .txt-subtit {
  font-family: "wildgag", sans-serif;
  letter-spacing: -0.06em;
  font-size: var(--subtit-size);
  line-height: 1.35;
  font-weight: 700;
}
#opendreamdoor .txt-body-lg {
  letter-spacing: -0.03em;
  font-size: var(--body-lg-size);
  line-height: 1.4;
  font-weight: 700;
}
#opendreamdoor .txt-body-md {
  letter-spacing: -0.03em;
  font-size: var(--body-md-size);
  line-height: 1.5;
  font-weight: 500;
}
#opendreamdoor .txt-body-sm {
  letter-spacing: -0.03em;
  font-size: var(--body-sm-size);
  line-height: 1.5;
  font-weight: 500;
}
#opendreamdoor .txt-body-xs {
  letter-spacing: -0.03em;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}
#opendreamdoor .txt-handwrt {
  font-family: "OngleipParkDahyeon";
  letter-spacing: -0.02em;
  font-size: var(--body-lg-size);
  line-height: 1.2;
}
#opendreamdoor .txt-bullet {
  font-size: 13px;
  font-weight: 500;
}
#opendreamdoor .txt-bullet::before {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  background: url("../images/ico-bullet-white.svg") no-repeat center/contain;
  margin-top: 0.3em;
  margin-right: 0.15em;
}
#opendreamdoor .txt-box {
  font-size: var(--body-sm-size);
  line-height: 1.3;
  font-weight: 700;
  display: inline-flex;
  text-align: center;
  padding: 6px 15px;
  letter-spacing: -0.04em;
  border-radius: 999px;
  color: #101720;
  background-color: #fff;
}
#opendreamdoor .txt-box-sm {
  display: inline-flex;
  text-align: center;
  padding: 0.25em 0.55em;
  border-radius: 999px;
  color: #101720;
  background-color: #fff;
  font-weight: 600;
}
#opendreamdoor .txt-y {
  color: #fde57c;
}
#opendreamdoor .txt-c {
  text-align: center;
}
#opendreamdoor .txt-l {
  text-align: left;
}
#opendreamdoor .txt-r {
  text-align: right;
}
#opendreamdoor .fw-400 {
  font-weight: 400;
}
#opendreamdoor .fw-500 {
  font-weight: 500;
}
#opendreamdoor .fw-700 {
  font-weight: 700;
}
#opendreamdoor .fw-800 {
  font-weight: 800;
}
#opendreamdoor .split-line {
  display: block;
  overflow: hidden;
}
#opendreamdoor .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: inherit;
}
#opendreamdoor .btn-cta {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 3.3/1;
  height: auto;
  justify-content: space-between;
  padding: 0 25px;
  border: 3px #101720 solid;
  border-radius: 10px;
  background: #fde57c;
  color: #101720;
  overflow: visible;
  isolation: isolate;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
#opendreamdoor .btn-cta:hover {
  transform: translateY(-10px);
}
#opendreamdoor .btn-cta__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
#opendreamdoor .btn-cta__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #eacc49;
  width: 160%;
  height: 160%;
  left: 50%;
  top: 50%;
  border-radius: 9999px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#opendreamdoor .btn-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/cta-stitch.svg") no-repeat center/95% auto;
}
#opendreamdoor .btn-cta__label {
  font-family: "wildgag", sans-serif;
  letter-spacing: -0.04em;
  text-align: left;
  font-size: var(--body-lg-size);
  line-height: 1.4;
  font-weight: 700;
}
#opendreamdoor .btn-cta:hover {
  transform: translateY(-10px);
}
#opendreamdoor .btn-cta:hover .btn-cta__bg::before {
  transform: translate(-50%, -50%) scale(1);
}
#opendreamdoor .btn-cta:hover .btn-cta__ico {
  animation: ctaArrow 1s ease-in-out infinite;
}
#opendreamdoor .btn-cta:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
#opendreamdoor .btn-cta__label {
  position: relative;
  z-index: 2;
}
#opendreamdoor .btn-cta__ico {
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-left: 5px;
  background: url("../images/ico-arrow-black.svg") no-repeat center/contain;
}
#opendreamdoor .btn-cta__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: 70% 55%;
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#opendreamdoor .btn-cta:hover .btn-cta__img {
  transform: rotate(8deg) translateX(2px);
}
#opendreamdoor .btn-cta .img-vest {
  position: absolute;
  top: -20%;
  right: 20px;
}
#opendreamdoor .btn-cta .img-star {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#opendreamdoor .cta-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  animation: floatCta 3.2s ease-in-out infinite;
  z-index: 2000;
  opacity: 1;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
#opendreamdoor .cta-fixed__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 146px;
  height: 72px;
  padding: 12px 16px;
  background: url("../images/cta-fixed-normal.png") no-repeat center/contain;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: visible;
}
#opendreamdoor .cta-fixed__label {
  font-family: "wildgag", sans-serif;
  letter-spacing: -0.04em;
  font-size: var(--body-sm-size);
  line-height: 1.3;
  font-weight: 700;
  color: #101720;
}
#opendreamdoor .cta-fixed__ico {
  display: inline-block;
  width: 8px;
  height: 9px;
  margin-left: 4px;
  background: url("../images/cta-fixed-arrow.svg") no-repeat center/contain;
}
#opendreamdoor .cta-fixed__hoverbg {
  position: absolute;
  display: none;
  z-index: 1;
  top: -90px;
  left: 54%;
  width: 290px;
  height: 90px;
  transform: translateX(-50%) scale(0.95);
  background-image: url("../images/cta-fixed-hover.png");
  background-repeat: no-repeat;
  background-size: 290px 360px;
  background-position: 0 0;
  pointer-events: none;
}
#opendreamdoor .cta-fixed.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}
#opendreamdoor .sec-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--gap-tit-body);
  text-align: center;
}
#opendreamdoor .sec-head__tit {
  margin-top: var(--gap-tit-sub);
}
#opendreamdoor .sec-head__desc {
  width: 100%;
}
#opendreamdoor .sec-head--delivery .sec-head__desc .txt-body-xs {
  margin-top: 20px;
  opacity: 0.5;
}
#opendreamdoor .noisy-text {
  animation: textNoise 0.8s infinite;
}
#opendreamdoor .float-b {
  animation: float-b 5.2s ease-in-out infinite;
}
#opendreamdoor .float-c {
  animation: float-c 2.8s ease-in-out infinite;
}
@keyframes textNoise {
  0% {
    text-shadow:
      0.8px 0 #fde57c,
      -0.8px 0 #fde57c;
  }
  50% {
    text-shadow:
      -0.8px 0.3px #fde57c,
      0.8px -0.3px #fde57c;
  }
  100% {
    text-shadow:
      0.8px 0 #fde57c,
      -0.8px 0 #fde57c;
  }
}
@keyframes float-a {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.float-a {
  animation: float-a 3.6s ease-in-out infinite;
}
@keyframes float-b {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes float-c {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes procStepY {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 calc(-1 * (var(--sheet-h) - var(--frame-h)));
  }
}
@keyframes ctaSpriteY {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1400px;
  }
}
@keyframes progStepBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -380px;
  }
}
@keyframes camBabySprite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1680px;
  }
}
@keyframes camBabyGood {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1680px;
  }
}
@keyframes floatVest {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}
@keyframes bubFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}
@keyframes ctaArrow {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@keyframes floatCta {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes fixedSpriteY {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -270px;
  }
}
#opendreamdoor .section {
  position: relative;
}
#opendreamdoor .section .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
}
#opendreamdoor .section .container.visual__inner {
  padding-top: unset;
  padding-bottom: unset;
}
body {
  margin: 0;
}
.div_sec.header img,
.div_sec.footer img {
  display: block;
  width: 100%;
}
#opendreamdoor {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  background-color: #101720;
  overflow-x: hidden;
  color: #fff;
}
#opendreamdoor #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#opendreamdoor #header .logo-area {
  padding: 15px;
}
#opendreamdoor #header .logo-area .logo__img {
  width: 140px;
}
#opendreamdoor ::selection {
  background: #fde57c !important;
  color: #101720 !important;
}
#opendreamdoor ::-moz-selection {
  background: #fde57c !important;
  color: #101720 !important;
}
#opendreamdoor .bg-star {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
#opendreamdoor .bg-star__left,
#opendreamdoor .bg-star__right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30vw;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#opendreamdoor .bg-star__left {
  left: -5%;
  background-image: url("../images/bg/bg-star-left.png");
  background-position: right;
}
#opendreamdoor .bg-star__right {
  right: -5%;
  background-image: url("../images/bg/bg-star-right.png");
  background-position: left;
}
#opendreamdoor main,
#opendreamdoor footer {
  position: relative;
  z-index: 1;
}
#opendreamdoor .bg-deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#opendreamdoor .bg-deco__heart {
  width: 80px;
}
#opendreamdoor .bg-deco__vest {
  width: 115px;
}
#opendreamdoor .bg-deco__tail {
  width: 60px;
}
#opendreamdoor .bg-deco__doubletail {
  width: 94px;
}
#opendreamdoor .bg-deco__line {
  width: 78px;
}
#opendreamdoor .bg-deco__doubleline {
  width: 46px;
}
#opendreamdoor .bg-deco__square {
  width: 60px;
}
#opendreamdoor .bg-deco__w {
  width: 67px;
}
#opendreamdoor .bg-deco__zigzag {
  width: 100px;
}
#opendreamdoor .bg-deco__ufo {
  width: 45px;
}
#opendreamdoor .bg-deco > * {
  position: absolute;
}
#opendreamdoor .section.visual {
  height: 680px;
  padding-top: 60px;
  background: #101720 url("../images/bg/bg-star-vis.png") no-repeat center/cover;
}
#opendreamdoor .section.visual .vis-bg__vest {
  top: 50%;
  left: 7%;
}
#opendreamdoor .section.visual .vis-bg__heart {
  top: 80%;
  right: 5%;
}
#opendreamdoor .section.visual .vis-bg__star {
  background-repeat: no-repeat;
  transform: scale(0.4);
  transform-origin: top left;
}
#opendreamdoor .section.visual .vis-bg__star.yellow {
  width: 148px;
  height: 148px;
  top: 75%;
  left: 3%;
  background-image: url("../images/vis-star-yellow.png");
  animation: starAniYellow 1s steps(2) infinite;
}
@keyframes starAniYellow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -296px 0;
  }
}
#opendreamdoor .section.visual .vis-bg__star.orange {
  width: 158px;
  height: 157px;
  top: 50%;
  left: 75%;
  background-image: url("../images/vis-star-orange.png");
  animation: starAniOrange 1s steps(2) infinite;
}
@keyframes starAniOrange {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -316px 0;
  }
}
#opendreamdoor .section.visual .vis-bg__star.green01 {
  width: 79px;
  height: 79px;
  top: 70%;
  left: 10%;
  background-image: url("../images/vis-star-green-01.png");
  animation: starAniGreen01 1s steps(2) infinite;
}
@keyframes starAniGreen01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -158px 0;
  }
}
#opendreamdoor .section.visual .vis-bg__star.green02 {
  width: 104px;
  height: 103px;
  top: 60%;
  left: 80%;
  background-image: url("../images/vis-star-green-02.png");
  animation: starAniGreen02 1s steps(2) infinite;
}
@keyframes starAniGreen02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -208px 0;
  }
}
#opendreamdoor .section.visual .vis-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
#opendreamdoor .section.visual .vis-head__tit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
#opendreamdoor .section.visual .vis-head__subtit {
  width: 90%;
  max-height: 20px;
}
#opendreamdoor .section.visual .vis-head__titimg {
  width: 100%;
  max-height: 160px;
}
#opendreamdoor .section.visual .vis-goaty {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}
#opendreamdoor .section.visual .vis-goaty__spr {
  position: absolute;
  width: 422px;
  height: 720px;
  background-image: url("../images/vis-goaty.png");
  background-repeat: no-repeat;
  transform: scale(0.4) translateX(-50%);
  transform-origin: top left;
  left: 50%;
  animation: goatyAni 3s steps(7) infinite;
}
@keyframes goatyAni {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2954px 0;
  }
}
#opendreamdoor .section.intro .int-bg__tail {
  top: 42%;
  left: 15%;
}
#opendreamdoor .section.intro .int-bg__doubleline {
  top: 20%;
  right: 7%;
}
#opendreamdoor .section.intro .int-head__subtit {
  margin-top: 20px;
}
#opendreamdoor .section.intro .int-vid {
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
}
#opendreamdoor .section.intro .int-vid__video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 2px solid #fde57c;
  border-radius: 20px;
  cursor: pointer;
}
#opendreamdoor .section.intro .int-vid__video::-webkit-media-controls,
#opendreamdoor .section.intro .int-vid__video::-webkit-media-controls-enclosure,
#opendreamdoor .section.intro .int-vid__video::-webkit-media-controls-panel,
#opendreamdoor .section.intro .int-vid__video::-webkit-media-controls-overlay-play-button,
#opendreamdoor .section.intro .int-vid__video::-webkit-media-controls-play-button,
#opendreamdoor .section.intro .int-vid__video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
#opendreamdoor .section.campaign .cam-bg__yellow01 {
  width: 27px;
  top: 5%;
  left: 15%;
}
#opendreamdoor .section.campaign .cam-bg__yellow02 {
  width: 36px;
  top: 38%;
  right: 10%;
}
#opendreamdoor .section.campaign .cam-bg__blue01 {
  width: 24px;
  top: 80%;
  right: 5%;
}
#opendreamdoor .section.campaign .cam-bg__blue02 {
  width: 54px;
  top: 50%;
  left: 5%;
}
#opendreamdoor .section.campaign .cam-bg__ufo {
  width: 45px;
  top: 95%;
  left: -3%;
}
#opendreamdoor .section.campaign .cam-bg__doubleline {
  top: 15%;
  left: 5%;
}
#opendreamdoor .section.campaign .cam-bg__doubletail {
  top: 0%;
  right: 5%;
}
#opendreamdoor .section.campaign .cam-bg__square {
  top: 100%;
  right: 5%;
}
#opendreamdoor .section.campaign .cam-baby-drag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 60px 0 100px;
}
#opendreamdoor .section.campaign .cam-baby {
  position: relative;
  width: 240px;
}
#opendreamdoor .section.campaign .cam-baby__sprite {
  display: block;
  width: 100%;
  height: 240px;
  background-image: url("../images/cam-baby-bad.png");
  background-repeat: no-repeat;
  background-size: 240px 1920px;
  background-position: 0 0;
  animation: camBabySprite 1.5s steps(7) infinite;
}
#opendreamdoor .section.campaign .cam-baby.is-over {
  outline: 2px dashed #fde57c;
  outline-offset: 6px;
  border-radius: 10px;
}
#opendreamdoor .section.campaign .cam-baby.is-good .cam-baby__sprite {
  background-image: url("../images/cam-baby-good.png");
  animation-name: camBabyGood;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#opendreamdoor .section.campaign .cam-baby__vest {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: grab;
  user-select: none;
  animation: floatVest 2.8s ease-in-out infinite;
}
#opendreamdoor .section.campaign .cam-baby__vest img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 20px rgba(253, 229, 124, 0.5));
}
#opendreamdoor .section.campaign .cam-baby__vest:active {
  cursor: grabbing;
}
#opendreamdoor .section.campaign .cam-baby__hint {
  position: absolute;
  width: 200px;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #fff;
  color: #101720;
  border-radius: 10px;
  text-align: center;
  filter: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#opendreamdoor .section.campaign .cam-baby__hint::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 20px;
  background: url("../images/bub-tri-top.svg") no-repeat center/contain;
}
#opendreamdoor .section.campaign .cam-baby__hint.is-hidden {
  opacity: 0;
}
#opendreamdoor .section.process .proc-bg__w {
  top: 15%;
  left: 5%;
}
#opendreamdoor .section.process .proc-bg__line {
  top: 68%;
  right: 10%;
}
#opendreamdoor .section.process .proc-step__arrow {
  position: absolute;
  width: 100%;
  height: 100%;
}
#opendreamdoor .section.process .proc-step__arrow .step-arrow01,
#opendreamdoor .section.process .proc-step__arrow .step-arrow02 {
  position: absolute;
}
#opendreamdoor .section.process .proc-step__arrow .step-arrow01 {
  top: 310px;
  left: 50%;
  transform: translateX(-50%);
}
#opendreamdoor .section.process .proc-step__arrow .step-arrow02 {
  top: 750px;
  left: 50%;
  transform: translateX(-50%);
}
#opendreamdoor .section.process .proc-step__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 160px;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
#opendreamdoor .section.process .proc-step__item {
  width: 100%;
}
#opendreamdoor .section.process .step-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  text-align: center;
}
#opendreamdoor .section.process .step-card__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 216px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#opendreamdoor .section.process .step-card__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/proc-step-stitch.svg") no-repeat center/95% auto;
  z-index: 0;
  pointer-events: none;
}
#opendreamdoor .section.process .step-card__img img,
#opendreamdoor .section.process .step-card__img .step-card__sprite {
  display: block;
  position: relative;
  z-index: 1;
  filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.1));
}
#opendreamdoor .section.process .step-card__sprite {
  width: var(--frame-w, 200px);
  height: 180px;
  background-image: var(--sprite-url);
  background-repeat: no-repeat;
  background-size: var(--sheet-w, 200px) var(--sheet-h, 180px);
  background-position: 0 0;
  will-change: background-position;
  opacity: 0;
  transform: scale(0.75) translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
#opendreamdoor .section.process .step-card__sprite.is-anim {
  animation: procStepY 1s steps(6) 1 forwards;
  opacity: 1;
  transform: scale(0.8) translateY(0);
}
#opendreamdoor .section.process .step-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#opendreamdoor .section.process .step-card__text .txt-bullet {
  margin-top: 10px;
  opacity: 0.75;
}
#opendreamdoor .section.delivery .del-bg__zigzag {
  top: 35%;
  left: -3%;
}
#opendreamdoor .section.delivery .del-bg__tail {
  top: 3%;
  right: 7%;
}
#opendreamdoor .section.delivery .del-goaty {
  width: 150px;
  margin-top: 80px;
}
#opendreamdoor .section.delivery .del-goaty img {
  width: 100%;
}
#opendreamdoor .section.delivery .del-bub {
  position: relative;
  margin-top: 40px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
#opendreamdoor .section.delivery .del-bub::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 35px;
  background: url("../images/bub-tri-top.svg") no-repeat center/contain;
}
#opendreamdoor .section.delivery .del-bub__txt {
  margin: 0;
  text-align: center;
  color: #101720;
}
#opendreamdoor .section.delivery .del-cap {
  width: 70%;
  margin: 60px auto 0;
  text-align: center;
}
#opendreamdoor .section.delivery .del-cap::before {
  display: none;
}
#opendreamdoor .section.delivery .del-door {
  position: relative;
  width: 100%;
  height: 900px;
  margin-top: 40px;
  pointer-events: none;
}
#opendreamdoor .section.delivery .del-door__item {
  position: absolute;
  width: 160px;
  height: 280px;
  transform: scale(0.6);
  transform-origin: top left;
  pointer-events: auto;
}
#opendreamdoor .section.delivery .del-door__item:hover .door-img--open,
#opendreamdoor .section.delivery .del-door__item:hover .door-img--leaf,
#opendreamdoor .section.delivery .del-door__item:hover .del-door__img::after {
  opacity: 1;
}
#opendreamdoor .section.delivery .del-door__item:hover .door-img--closed {
  opacity: 0;
}
#opendreamdoor .section.delivery .del-door__item:hover .door-img--leaf {
  transform: rotateY(0deg) translateX(4px);
}
#opendreamdoor .section.delivery .del-door__item.green {
  top: 10%;
  left: 5%;
}
#opendreamdoor .section.delivery .del-door__item.blue-a {
  top: 0%;
  left: 60%;
}
#opendreamdoor .section.delivery .del-door__item.yellow-a {
  top: 30%;
  left: 55%;
}
#opendreamdoor .section.delivery .del-door__item.blue-b {
  top: 45%;
  left: 15%;
}
#opendreamdoor .section.delivery .del-door__item.yellow-b {
  top: 80%;
  left: 5%;
}
#opendreamdoor .section.delivery .del-door__item.orange {
  top: 70%;
  left: 60%;
}
#opendreamdoor .section.delivery .del-door__img {
  position: relative;
  width: 100%;
  height: 100%;
}
#opendreamdoor .section.delivery .del-door__img::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -5px;
  width: 110%;
  height: 107%;
  opacity: 0;
  background: url("../images/door-outline.png") no-repeat center/contain;
  transition: opacity 0.3s ease;
}
#opendreamdoor .section.delivery .del-door .door-img {
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease;
}
#opendreamdoor .section.delivery .del-door .door-img--leaf {
  top: -63px;
  left: 100%;
  z-index: -1;
  transform-origin: left center;
  transform: rotateY(100deg);
  transition:
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 220ms ease;
  will-change: transform;
}
#opendreamdoor .section.delivery .del-door .door-img--open,
#opendreamdoor .section.delivery .del-door .door-img--leaf {
  opacity: 0;
}
#opendreamdoor .section.cta .cta-bg__ufo {
  top: 12%;
  left: -3%;
}
#opendreamdoor .section.cta .cta-bg__w {
  top: 15%;
  right: -4%;
}
#opendreamdoor .section.cta .cta-bg__doubleline {
  top: 51%;
  left: 10%;
}
#opendreamdoor .section.cta .cta-bg__line {
  top: 55%;
  right: 5%;
}
#opendreamdoor .section.cta .cta-photo {
  margin-top: 60px;
}
#opendreamdoor .section.cta .cta-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#opendreamdoor .section.cta .cta-btn {
  width: 100%;
  margin-top: -60px;
  text-align: center;
}
#opendreamdoor .section.cta .cta-inside {
  margin-top: 160px;
  text-align: center;
}
#opendreamdoor .section.cta .cta-inside__desc {
  margin-top: 20px;
}
#opendreamdoor .section.cta .cta-inside__sprite {
  width: 295px;
  height: 280px;
  margin: 40px auto 0;
  background-image: url("../images/cta-inside.png");
  background-repeat: no-repeat;
  background-size: 295px 1680px;
  background-position: 0 0;
  will-change: background-position;
}
#opendreamdoor .section.cta .cta-inside__sprite.is-anim {
  animation: ctaSpriteY 1s steps(5) 1 forwards;
}
#opendreamdoor .section.goal .goal-count {
  color: #fde57c;
}
#opendreamdoor .section.goal .goal-goaty {
  width: 120%;
  margin-top: 40px;
}
#opendreamdoor .section.goal .goal-goaty img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#opendreamdoor .section.goal .goal-prg {
  position: relative;
  width: 100%;
}
#opendreamdoor .section.goal .goal-prg__bar {
  position: relative;
  --bar-pad: 16px;
  --progress: 0;
  width: 100%;
  max-width: 375px;
  aspect-ratio: 345/60;
  height: auto;
  border-radius: 20px;
  margin: 50px auto 0;
  isolation: isolate;
  background: #fff url("../images/goal-stitch.svg") no-repeat center/96% auto;
}
#opendreamdoor .section.goal .goal-prg__clip {
  position: absolute;
  top: var(--bar-pad);
  left: var(--bar-pad);
  width: calc(100% - var(--bar-pad) * 2);
  height: calc(100% - var(--bar-pad) * 2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
#opendreamdoor .section.goal .goal-prg__fill {
  width: 100%;
  height: 100%;
  background: #fde57c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
#opendreamdoor .section.goal .goal-prg__vest {
  position: absolute;
  top: -8px;
  left: 0;
  transform: translate3d(0, 0, 0) rotate(-10deg);
  transition: none;
  will-change: transform;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.1));
}
#opendreamdoor .section.goal .goal-prg__vest img {
  display: block;
  width: 66px;
  height: auto;
}
#opendreamdoor .section.goal .goal-prg__bar.is-anim #opendreamdoor .section.goal .goal-prg__fill {
  transition: none;
}
#opendreamdoor .section.goal .goal-prg__bub {
  position: absolute;
  left: 50%;
  top: calc(100% + 25px);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  white-space: nowrap;
}
#opendreamdoor .section.goal .goal-prg__bub::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 20px;
  background: url("../images/bub-tri-top.svg") no-repeat center/contain;
}
#opendreamdoor .section.goal .goal-prg__bub-txt {
  display: inline-flex;
  align-items: baseline;
  color: #101720;
}
#opendreamdoor .section.progress .prog-container {
  width: calc(100% + 40px);
  margin-top: 40px;
}
#opendreamdoor .section.progress .prog-step__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 90px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#opendreamdoor .section.progress .prog-step__list::-webkit-scrollbar {
  display: none;
}
#opendreamdoor .section.progress .prog-step__item {
  width: 180px;
  opacity: 0.3;
  transform: scale(0.8);
}
#opendreamdoor .section.progress .prog-step__item:first-child {
  margin-left: 20vw;
}
#opendreamdoor .section.progress .prog-step__item:last-child {
  margin-right: 20vw;
}
#opendreamdoor .section.progress .prog-step__item .step-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
#opendreamdoor .section.progress .prog-step__item .step-card__img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 190px;
}
#opendreamdoor .section.progress .prog-step__item .step-card__img img {
  position: relative;
  z-index: 2;
}
#opendreamdoor .section.progress .prog-step__item .step-card .prog-step__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/prog-bg-static.png") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
#opendreamdoor .section.progress .prog-step__item .step-card__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  text-align: center;
}
#opendreamdoor .section.progress .prog-step__item .step-card__text .card-desc * + * {
  margin-top: 6px;
}
#opendreamdoor .section.progress .prog-step__item .step-card__text .card-desc .txt-box-sm {
  background-color: hsla(0, 0%, 100%, 0.6);
}
#opendreamdoor .section.progress .prog-step__item.active {
  position: relative;
  width: 220px;
  opacity: 1;
  transform: scale(1);
  overflow: visible;
}
#opendreamdoor .section.progress .prog-step__item.active .prog-step__bg {
  background-image: url("../images/prog-bg-sprite.png");
  background-repeat: no-repeat;
  background-size: 220px 380px;
  animation: progStepBg 0.8s steps(2) infinite;
}
#opendreamdoor .section.progress .prog-step__item.active::before {
  content: "지금은 여기!";
  display: block;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, -100%);
  letter-spacing: -0.05em;
  padding: 15px;
  border-radius: 10px;
  color: #101720;
  background-color: #fff;
  font-size: var(--body-sm-size);
  line-height: 1.4;
  font-weight: 500;
  animation: bubFloat 1.8s ease-in-out infinite;
}
#opendreamdoor .section.progress .prog-step__item.active::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 15px;
  height: 20px;
  background: url("../images/bub-tri-down.svg") no-repeat center/contain;
  animation: bubFloat 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
#opendreamdoor .section.progress .prog-foot {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 5px;
  opacity: 0.75;
}
#opendreamdoor .section.progress .prog-foot::before {
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  background: url("../images/ico-bullet-white.svg") no-repeat center/contain;
}
#opendreamdoor .section.faq {
  font-size: 1em;
}
#opendreamdoor .section.faq .faq-container {
  width: 100%;
  min-height: 318px;
  margin-top: 80px;
}
#opendreamdoor .section.faq .faq-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
#opendreamdoor .section.faq .faq-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 260px;
  height: 56px;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  font-size: var(--body-md-size);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
#opendreamdoor .section.faq .faq-tab:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
#opendreamdoor .section.faq .faq-tab.is-active {
  background: #fff;
  color: #101720;
}
#opendreamdoor .section.faq .faq-acc {
  position: relative;
  width: min(100%, 960px);
  margin: 40px auto 0;
}
#opendreamdoor .section.faq .faq-acc::after {
  content: "";
  /* position: absolute; */
  display: block;
  width: 100%;
  height: 8px;
  /* bottom: 0; */
  background: url("../images/faq-divider.png") no-repeat center/cover;
  opacity: 0.9;
}
#opendreamdoor .section.faq .faq-acc .ac {
  position: relative;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
#opendreamdoor .section.faq .faq-acc .ac-header {
  margin: 0;
}
#opendreamdoor .section.faq .faq-acc .ac-trigger {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 25px 0;
  color: #fff;
  font-size: var(--body-md-size);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#opendreamdoor .section.faq .faq-acc .ac-trigger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  top: 0;
  background: url("../images/faq-divider.png") no-repeat center/cover;
  opacity: 0.9;
}
#opendreamdoor .section.faq .faq-acc .ac-panel {
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: var(--body-md-size);
  line-height: 1.6;
  font-weight: 500;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition:
    height 0.35s ease,
    opacity 0.2s ease;
}
#opendreamdoor .section.faq .faq-acc__ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 14px;
  flex: 0 0 auto;
  background: url("../images/faq-arrow-down.svg") no-repeat center/contain;
  transition: transform 0.2s ease;
}
#opendreamdoor .section.faq .faq-acc .is-active > .ac-header .faq-acc__ico {
  transform: rotate(180deg);
}
#opendreamdoor .section.faq .faq-acc .is-active > .ac-panel {
  opacity: 1;
}
#opendreamdoor .section.faq .faq-acc .ac-text {
  letter-spacing: -0.03em;
  font-size: var(--body-sm-size);
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 0 30px;
}
#opendreamdoor .popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
#opendreamdoor .popup.is-open {
  opacity: 1;
  pointer-events: auto;
}
#opendreamdoor .popup__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
#opendreamdoor .popup__card {
  position: relative;
  width: calc(100% - 40px);
  max-width: 400px;
  height: 85vh;
  max-height: 720px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
#opendreamdoor .popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #25c3a3;
  box-shadow:
    inset 2px 2px 0px hsla(0, 0%, 100%, 0.4),
    inset -2px -2px 1px rgba(0, 0, 0, 0.25);
  display: grid;
  place-items: center;
  z-index: 1;
  transition: filter 0.15s ease;
}
#opendreamdoor .popup__close:hover {
  filter: brightness(0.92);
}
#opendreamdoor .popup__close::before,
#opendreamdoor .popup__close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #101720;
  border-radius: 2px;
}
#opendreamdoor .popup__close::before {
  transform: rotate(45deg);
}
#opendreamdoor .popup__close::after {
  transform: rotate(-45deg);
}
#opendreamdoor .popup__inner {
  height: 100%;
  padding: 20px;
  background: #fde57c;
  border-radius: inherit;
  overflow-y: auto;
  box-shadow:
    inset 3px 3px 0px hsla(0, 0%, 100%, 0.6),
    inset -3px -3px 2px rgba(0, 0, 0, 0.25);
}
#opendreamdoor .popup__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  color: #101720;
  flex: 1 1 0;
}
#opendreamdoor .popup__right {
  margin-top: 60px;
  flex: 1.15 1 0;
}
#opendreamdoor .popup__badge {
  width: 60px;
}
#opendreamdoor .popup__badge img {
  display: block;
  width: 100%;
  height: auto;
}
#opendreamdoor .popup__foot {
  margin-top: auto;
}
#opendreamdoor .popup__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 0;
  overflow-y: auto;
  height: 100%;
}
#opendreamdoor .popup--policy .popup__card.privacy {
  width: calc(100% - 60px);
  max-width: 400px;
  height: 60vh;
  max-height: 540px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.18),
    0 40px 120px rgba(0, 0, 0, 0.2);
}
#opendreamdoor .popup--policy .popup__inner {
  background: #25c3a3;
}
#opendreamdoor .popup--policy .popup__policy {
  background: #fff;
  border: 2px solid #101720;
  border-radius: 12px;
  padding: 14px;
  overflow-y: auto;
  height: 100%;
  color: #101720;
}
#opendreamdoor .popup--policy .popup__policy-title {
  font-size: var(--body-md-size);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.04em;
}
#opendreamdoor .popup--policy .popup__policy-group:not(:first-child) {
  margin-top: 16px;
}
#opendreamdoor .popup--policy .popup__policy-actions {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
#opendreamdoor .popup--policy .popup__policy-close {
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid #101720;
  background: #25c3a3;
  color: #101720;
  font-size: var(--body-sm-size);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  transition: filter 0.15s ease;
}
#opendreamdoor .popup--policy .popup__policy-close:hover {
  filter: brightness(0.95);
}
#opendreamdoor .popup--policy .popup__policy-text {
  font-size: var(--body-sm-size);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#opendreamdoor .popup--policy .popup__policy p {
  padding-left: 1.1em;
}
#opendreamdoor .popup--policy .popup__policy ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 2em;
}
#opendreamdoor .popup--policy .popup__policy li {
  list-style: disc;
  padding-left: 0em;
}
#opendreamdoor .form-row[hidden] {
  display: none !important;
}
#opendreamdoor .form-row {
  display: grid;
  gap: 6px;
}
#opendreamdoor .form-label {
  color: #101720;
  font-size: var(--body-sm-size);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.05em;
}
#opendreamdoor .form-label__en {
  color: #945c5d;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
}
#opendreamdoor .form-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #101720;
  padding: 16px 16px;
  background: #fff;
  color: #101720;
}
#opendreamdoor .form-help {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.25em;
  color: #945c5d;
  font-size: 13px;
  font-weight: 500;
}
#opendreamdoor .form-help::before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  flex: 0 0 0.65em;
  margin-top: 0.5em;
  background: url("../images/popup-bullet.svg") no-repeat center/contain;
}
#opendreamdoor .form-help-list {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.2em;
  color: #945c5d;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#opendreamdoor .form-help-list li {
  list-style: disc;
}
#opendreamdoor .form-checks {
  display: grid;
  gap: 12px;
}
#opendreamdoor .form-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  color: #945c5d;
  position: relative;
}
#opendreamdoor .form-check__input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
#opendreamdoor .form-check__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #101720;
  background: #fff;
  position: relative;
  flex: 0 0 20px;
}
#opendreamdoor .form-check__text {
  letter-spacing: -0.05em;
  font-size: var(--body-sm-size);
  line-height: 1.2;
  font-weight: 500;
  display: block;
}
#opendreamdoor .form-check__link {
  color: #945c5d;
  text-decoration: underline;
}
#opendreamdoor .form-check__input:checked + .form-check__box::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: url("../images/popup-ico-checked.svg") no-repeat center/contain;
}
#opendreamdoor .form-error {
  letter-spacing: -0.05em;
  font-size: var(--body-sm-size);
  line-height: 1.4;
  font-weight: 700;
  color: #e02626;
  margin-bottom: 10px;
}
#opendreamdoor .btn-submit {
  width: 100%;
  height: 72px;
  padding: 16px;
  border-radius: 10px;
  border: 3px solid #101720;
  color: #fff;
  font-size: var(--body-md-size);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: left;
  transition: filter 0.15s ease;
  display: inline-flex;
  align-items: center;
  background: #e02626 url("../images/popup-ico-arrow.svg") no-repeat right 20px center/12px auto;
}
#opendreamdoor .btn-submit:hover {
  filter: brightness(0.9);
}
#opendreamdoor .btn-submit__label {
  display: inline-block;
}
#opendreamdoor .btn-submit__loading {
  display: none;
  align-items: center;
}
#opendreamdoor .btn-submit__dots {
  display: inline-block;
  width: 0;
  overflow: hidden;
  animation: submit-dots 1.1s steps(3, end) infinite;
}
#opendreamdoor .btn-submit.is-loading {
  cursor: wait;
  background-image: none;
}
#opendreamdoor .btn-submit.is-loading .btn-submit__label {
  display: none;
}
#opendreamdoor .btn-submit.is-loading .btn-submit__loading {
  display: inline-flex;
}
#opendreamdoor .btn-submit.is-success {
  background-image: none;
}
@keyframes submit-dots {
  to {
    width: 1.5em;
  }
}

