/****** Reset ******/
@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button { margin: 0; padding: 0 } fieldset, img { border: 0 none } dl, ul, ol, menu, li { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } input, select, textarea, button { vertical-align: middle; font-size: 100% } button { border: 0 none; background-color: transparent; cursor: pointer } table { border-collapse: collapse; border-spacing: 0 } body {  background-color: #fff; -webkit-text-size-adjust: none } input:checked[type='checkbox'] { background-color: #666; -webkit-appearance: checkbox } input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] { -webkit-appearance: none; border-radius: 0 } input[type='search']::-webkit-search-cancel-button { -webkit-appearance: none } body, th, td, input, select, textarea, button { font-size: 14px; line-height: 1.5; font-family: 'Pretendard','Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif; color: #000 } a { color: #005a96; text-decoration: none } a:active, a:hover { text-decoration: none } button, a, img { -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } button:focus, a:focus, img:focus { outline: none !important; } address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal } hr { border: 0 none; } img { width: 100%; } .modal-table { display: table; width: 100%; height: 100%; table-layout: fixed; } .modal-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; } .ir { display: block; font-size: 0; text-indent: -99999px; height: 0; } #kakaoHead { padding: 40px 0 60px; } #kakaoHead .img_title { position: relative; display: block; width: 100%; padding-top: 55%; background-size: contain; } #kakaoHead .img-date { padding-top: 15px; }
/****** Layout ******/

.right {
  float: right;
}
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
img {
  /* max-width:375px; */
}

/* guide padding */
[data-view-guide='true'] .inner {
  position: relative;
}
[data-view-guide='true'] .inner:not(.no-wrap):before,
[data-view-guide='true'] .inner:not(.no-wrap):after {
  content: '';
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffb2b2;
  opacity: 0.3;
}
[data-view-guide='true'] .inner:not(.no-wrap):before {
  left: 0;
}
[data-view-guide='true'] .inner:not(.no-wrap):after {
  right: 0;
}

/* design-guide */
.inner {
  width: 100%;
  max-width: 884px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
  box-sizing: border-box;
  overflow: hidden;
}
.inner.no-wrap {
  padding: 0;
  /*max-width: unset;*/
  overflow: inherit;
}

/* 유의사항 */
#eventInfo .inner {
  padding: 0 30px;
}
#eventInfo .info-tit {
  padding-top: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
#eventInfo .info-cont {
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #444;
}
#eventInfo .info-list {
  word-break: keep-all;
}
#eventInfo .noline .info-list {
  margin-top: 0;
}
#eventInfo .info-list li {
  position: relative;
  padding-left: 10px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
}
#eventInfo .info-list li::before {
  /*content: "・";*/
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
}
.accordion-block {
  padding: 16px 0;
  padding-bottom: 0;
  border-bottom: 1px solid #444;
  overflow: hidden;
}
.accordion-block.noline {
  padding: 40px 0 30px;
}
.accordion-block .accordion-btn {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.accordion-block .accordion-btn span {
  vertical-align: middle;
}
.accordion-block .accordion-btn .title {
  display: inline-block;
  width: calc(100% - 25px);
}
.accordion-block .accordion-btn .icon-arrow {
  position: absolute;
  right: 0;
  line-height: 0;
  font-size: 0;
}
.accordion-block .accordion-btn .icon-arrow svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-btn.is-active .icon-arrow svg {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-content {
  display: none;
  padding-bottom: 24px;
}
.accordion-block.unfold .accordion-content {
  display: block;
}
.accordion-block.unfold .accordion-btn {
  pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
  display: none;
}
.accordion-block .notdoc {
  padding-left: 0 !important;
}
.accordion-block .notdoc::before {
  content: none !important;
}
/* 심의필 */
.serial {
  margin-top: 10px;
  padding-bottom: 140px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#eventInfo .serial .info-list li::before {
  width: 4px;
  height: 4px;
}

/* 플로팅 버튼 */
.wrap_apply {
  position: fixed;
  bottom: 23px;
  width: 100%;
  text-align: center;
  z-index: 999;
  padding: 0 16px;
  box-sizing: border-box;
}

.wrap_apply .apply-btn {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  background: #ffd600;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  border-radius: 12px;
}

/* theme color */
.theme-default #eventInfo {
  background: #f4f4f4;
}
.theme-default #eventInfo * {
  color: #222;
}
.theme-dark #eventInfo {
  background: #444444;
}
.theme-dark #eventInfo * {
  color: #f1f1f1;
}
/* .theme-default .accordion-block {border-top: 2px solid #333333;} */
.theme-dark .accordion-block {
  border-top: 2px solid #f1f1f1;
}
.accordion-block.noline {
  border-top: none;
}
.theme-default .accordion-block .accordion-btn .icon-plus svg {
  stroke: #333333;
}
.theme-dark .accordion-block .accordion-btn .icon-plus svg {
  stroke: #f1f1f1;
}

/* 팝업 */
.popups {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
}
.popups.on {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}
.popups .dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.popups .modal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.popups .modal-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.popups .modal-content {
  position: relative;
  max-width: 327px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background: #fff;
}
.popups .copy {
  text-align: center;
  margin: 26px auto 34px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.popups .okay-btn {
  width: 100%;
}
.popups .okay-btn .btn-ok {
  display: inline-block;
  padding: 17px 0 17px;
  width: 100%;
  text-align: center;
  line-height: 20px;
  background: #799fad; /* custom */
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
}
.popups .okay-btn.cnt-2 .btn-ok {
  display: inline-block;
  width: 49%; /* 버튼 두개일 때 디자인 필요 */
}

.popups .title span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 12px;
  color: #666666;
}
.popups .title span b {
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 375px) {
  .inner.no-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 360px) {
  /* .inner {padding: 0 25px;} */

  #share .share-btn .btn {
    padding: 25px 28px;
  }
}
@media screen and (max-width: 340px) {
}

/****** Share ******/

/** 공유하기 - 버튼 **/
#share {
  width: 100%;
  padding: 60px 16px;
  text-align: center;
  box-sizing: border-box;
}
#share .share-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
background: #fff;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
box-sizing: border-box;
color:#000;
}
#share .share-btn svg {
margin-right:10px;
}
/* theme color */
/* .theme-default #share {background:#FFD600;}
.theme-dark #share {background:#fff;} */
/* .theme-default #share .share-btn {background:#444;color:#fff;}
.theme-dark #share .share-btn {background:#555555;color:#fff;} */
/* .theme-default #share .share-btn svg {stroke: #333333;} 
.theme-dark #share .share-btn svg {stroke: #ffffff;}*/


/** 공유하기 - 팝업 **/
.popup-share .pop-content {
position: absolute;
left: 0;
bottom: -500px;
width: 100%;
transition: bottom 0.3s;
}
.popup-share .pop-content-inner {
position:relative;
margin: 0 auto;
padding:10px 18px 40px;
background: #fff;
border-radius: 30px 30px 0 0;
text-align: center;
}
.popup-share .btn-close {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
width: 35px;
height: 5px;
border-radius: 20px;
text-indent: -9999px;
/* background: #799FAD; */
  background-color:#EAECEF;
}
.popup-share .pop-share-btn-list {
margin-top: 40px;
}
.popup-share li+li {
margin-top: 10px;
}
.popup-share .pop-share-btn-list a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 60px;
background: #F1F1F1;
border-radius: 15px;
font-size: 15px;
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
font-weight: 600;
color: #000;
}
.popup-share .pop-share-btn-icon {
margin-right: 6px;
width: 26px;
height: 26px;
}
.popup-share .pop-share-btn-list button:after {content: none;}
.popup-share .pop-share-btn-list .kakaotalk {background: #FAE200;}
.popup-share .pop-share-btn-list .facebook {background: #1877F2;color:#fff;}
.popup-share .pop-share-btn-list .twitter {background: #1D9BF0;color:#fff;}
.popup-share .pop-share-btn-list .x {background: #000;color:#fff;}
.popup-share .pop-share-btn-list .copy {margin:0;}

.popup-share.on {
visibility: visible;
opacity: 1;
}
.popup-share.on .pop-content {
bottom:0;
}

html,
body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  min-width: initial;
}

* {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
}

section,
.section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

body {
  position: relative;
  /* overflow: hidden; */
  height: auto !important;
  overflow-y: auto;
  color: #000;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

.step {
  width: 100%;
  height: 100vh;
  background: linear-gradient(167.96deg, #fb4a5c 0%, #eb2d2b 100%);
  overflow: hidden;
}

.steps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.steps-text {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

/* popups */
.popup-more .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: url(https://og.kakaobank.io/view/cc76b3c2-7e2c-4437-b386-a6a8bcba03bd) no-repeat 0 0 / 100%;
  text-indent: -99999px;
}

.popup-more.type-bottom .pop-content-inner {
  padding-top: 40px;
}

.popup-more .detail {
  text-align: left;
}

.popup-more .detail .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 30px;
}

.popup-more .detail img {
  width: 54px;
}

.popup-more .detail li {
  font-size: 0;
  margin-top: 20px;
}

.popup-more .detail li:first-child {
  margin-top: 0;
}

.popup-more .detail li span {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  padding: 5px 0 0 18px;
}

.popups .okay-btn .btn-ok {
  background: #eb2d2b;
  color: #fff;
}

.popups .cnt-2 {
  display: flex;
  gap: 8px;
}

.popups .cnt-2 a:nth-of-type(1) {
  width: 115px !important;
  background-color: #dddddd;
}
.popups .cnt-2 a:nth-of-type(2) {
  width: 173px !important;
}

@keyframes copy-ani-1 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -50px);
  }
}

@keyframes copy-ani-2 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.inmotion {
  opacity: 0;
  transform: translate(0, 100px);
}

.sec-mot.on .inmotion {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s, transform 0.7s;
}

.inmotion.on {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  transition: opacity 0.7s, transform 0.7s;
}

.confetti {
  position: absolute;
  width: 269px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px -134px;
  z-index: -1;
  opacity: 0;
  transform: translate(0, 100px);
}

.confetti li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.confetti li span {
  display: block;
}

.confetti .obj1 {
  transform: translate(56px, 1px);
}

.confetti .obj2 {
  transform: translate(0, 52px);
}

.confetti .obj3 {
  transform: translate(40px, 120px);
}

.confetti .obj4 {
  transform: translate(26px, 150px);
}

.confetti .obj5 {
  transform: translate(190px, 0);
}

.confetti .obj6 {
  transform: translate(217px, 77px);
}

.confetti .obj7 {
  transform: translate(260px, 74px);
}

.confetti .obj8 {
  transform: translate(203px, 152px);
}

.confetti .obj1 span {
  width: 35px;
  height: 36px;
  background: url(https://og.kakaobank.io/view/10147f07-99dc-4073-9f1a-a11aae5fabb2) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-l 5s 1s infinite;
}

.confetti .obj2 span {
  width: 50px;
  height: 50px;
  background: url(https://og.kakaobank.io/view/857bd2b0-b997-463a-b370-2ef2db431d2a) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-r 7s 1s infinite;
}

.confetti .obj3 span {
  width: 15px;
  height: 15px;
  background: url(https://og.kakaobank.io/view/cc51df7f-7711-49e2-ae9f-76defb1e631f) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-l 9s 1s infinite;
}

.confetti .obj4 span {
  width: 48px;
  height: 40px;
  background: url(https://og.kakaobank.io/view/b83459b5-8c57-4951-ab85-820d3a7ba934) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-r 5s 1s infinite;
}

.confetti .obj5 span {
  width: 37px;
  height: 50px;
  background: url(https://og.kakaobank.io/view/8f3c29eb-384a-4b16-a1fc-ef5e4d4c30d0) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-l 6s 1s infinite;
}

.confetti .obj6 span {
  width: 37px;
  height: 33px;
  background: url(https://og.kakaobank.io/view/fdedaa3b-0a2c-4133-976c-575947160020) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-r 10s 1s infinite;
}

.confetti .obj7 span {
  width: 9px;
  height: 9px;
  background: url(https://og.kakaobank.io/view/7fd13d74-7b8f-4896-ba88-d75286abd486) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-l 9s 1s infinite;
}

.confetti .obj8 span {
  width: 33px;
  height: 35px;
  background: url(https://og.kakaobank.io/view/2fa91a77-00bd-4e99-8f2d-abcb39baa294) no-repeat 0 0 / 100%;
  animation: confetti-tic-tic-r 10s 1s infinite;
}

.confetti.frist .obj1 {
  transform: translate(36px, -49px) scale(1.1);
}

.confetti.frist .obj2 {
  transform: translate(-30px, 12px) scale(1.1);
}

.confetti.frist .obj3 {
  transform: translate(-10px, 120px) scale(1.3);
}

.confetti.frist .obj4 {
  transform: translate(16px, 180px) scale(1.1);
}

.confetti.frist .obj5 {
  transform: translate(220px, 185px) scale(1.1);
}

.confetti.frist .obj6 {
  transform: translate(227px, 77px) scale(1.1);
}

.confetti.frist .obj7 {
  transform: translate(270px, 74px) scale(1.1);
}

.confetti.frist .obj8 {
  transform: translate(223px, -38px);
}

/* notSocks */
.confetti.not .obj1 {
  transform: translate(46px, 1px);
}

.confetti.not .obj2 {
  transform: translate(0px, 62px);
}

.confetti.not .obj3 {
  opacity: 0;
}

.confetti.not .obj4 {
  transform: translate(26px, 150px);
}

.confetti.not .obj4 > div {
  animation: confetti-tic-tic-r 5s 1s infinite;
}

.confetti.not .obj4 > div > span {
  transform: rotate(45deg);
  animation: none;
}

.confetti.not .obj5 {
  transform: translate(213px, -5px);
}

.confetti.not .obj6 {
  opacity: 0;
}

.confetti.not .obj7 {
  transform: translate(255px, 94px);
}

.confetti.not .obj8 {
  transform: translate(222px, 136px);
}

/* animation */

.confetti.play {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.3s 0.2s, transform 0.3s;
}

.confetti.play li {
  opacity: 1;
  transition: opacity 0.3s;
}

.confetti.play .obj1 {
  animation: confetti-ani-1 0.8s forwards;
}
.confetti.play .obj2 {
  animation: confetti-ani-2 0.8s forwards;
}
.confetti.play .obj3 {
  animation: confetti-ani-3 0.8s forwards;
}
.confetti.play .obj4 {
  animation: confetti-ani-4 0.8s forwards;
}
.confetti.play .obj5 {
  animation: confetti-ani-5 0.8s forwards;
}
.confetti.play .obj6 {
  animation: confetti-ani-6 0.8s forwards;
}
.confetti.play .obj7 {
  animation: confetti-ani-7 0.8s forwards;
}
.confetti.play .obj8 {
  animation: confetti-ani-8 0.8s forwards;
}

@keyframes confetti-ani-1 {
  0% {
    transform: translate(134px, 100px) rotate(150deg);
  }
}
@keyframes confetti-ani-2 {
  0% {
    transform: translate(134px, 100px) rotate(150deg);
  }
}
@keyframes confetti-ani-3 {
  0% {
    transform: translate(134px, 100px) rotate(150deg);
  }
}
@keyframes confetti-ani-4 {
  0% {
    transform: translate(134px, 100px) rotate(150deg);
  }
}

@keyframes confetti-ani-5 {
  0% {
    transform: translate(134px, 100px) rotate(-150deg);
  }
}
@keyframes confetti-ani-6 {
  0% {
    transform: translate(134px, 100px) rotate(-150deg);
  }
}
@keyframes confetti-ani-7 {
  0% {
    transform: translate(134px, 100px) rotate(-150deg);
  }
}
@keyframes confetti-ani-8 {
  0% {
    transform: translate(134px, 100px) rotate(-150deg);
  }
}

@keyframes confetti-tic-tic-l {
  50% {
    transform: translate(0, -5px);
  }
}

@keyframes confetti-tic-tic-r {
  50% {
    transform: translate(0, 5px);
  }
}

.kv {
  text-align: center;
  height: 100vh;
  background: linear-gradient(180deg, #ffffff 8.93%, #ffdfea 51.28%, rgba(255, 207, 223, 0.8) 59.93%, #ffffff 100%);
}

.kv-title {
  position: relative;
  padding-top: 60px;
  font-size: 33px;
  font-weight: 800;
  line-height: 36px;
  z-index: 1;
}

.kv-title .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 20px;
}

.kv-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 224px;
  height: 312px;
  margin: -186px -112px;
}

.kv-thumb img {
  position: relative;
}

.kv-thumb .obj {
  position: absolute;
  top: 0;
  left: 0;
}

.kv-thumb .obj1 {
  width: 78px;
  top: 172px;
  left: 33px;
  animation: kv-obj-socks-ani 5s 3s infinite;
}

.kv-thumb .obj2 {
  width: 69px;
  top: 97px;
  left: 104px;
  animation: kv-obj-socks-ani-2 5s 4s infinite;
}

.kv-thumb .obj3 {
  width: 33px;
  top: 96px;
  left: 58px;
  animation: kv-tic-tic-l 5s 0.3s infinite;
  transform-origin: top center;
}

.kv-thumb .obj4 {
  width: 44px;
  top: 188px;
  left: 134px;
  animation: kv-tic-tic-r 5s infinite;
  transform-origin: top center;
}

.kv-thumb .obj-snow {
  width: 57px;
  top: 288px;
  left: 110px;
}

.kv-thumb .obj-bal1 {
  width: 76px;
  top: 298px;
  left: -46px;
  opacity: 0;
  animation: ani-bal-1 5s infinite;
}

.kv-thumb .obj-bal2 {
  width: 74px;
  top: 328px;
  left: -6px;
  opacity: 0;
  animation: ani-bal-2 5s infinite;
}

.kv-thumb .obj-bal3 {
  width: 60px;
  top: 348px;
  left: -99px;
  opacity: 0;
  animation: ani-bal-3 5s infinite;
}

@keyframes kv-obj-socks-ani {
  0% {
    transform: scale(1);
  }
  3% {
    transform: rotate(2deg);
  }
  6% {
    transform: rotate(-2deg);
  }
  9% {
    transform: rotate(0deg);
  }
  25% {
    transform: scale(1.1);
  }
  35% {
    transform: scale(1);
  }
}

@keyframes kv-obj-socks-ani-2 {
  0% {
    transform: scale(1);
  }
  3% {
    transform: rotate(2deg);
  }
  6% {
    transform: rotate(-2deg);
  }
  9% {
    transform: rotate(0deg);
  }
  25% {
    transform: scale(1.1);
  }
  35% {
    transform: scale(1);
  }
}

@keyframes ani-bal-1 {
  0%,
  50% {
    opacity: 0;
  }
  70%,
  100% {
    opacity: 1;
  }
}

@keyframes ani-bal-2 {
  0%,
  30% {
    opacity: 0;
  }
  50%,
  100% {
    opacity: 1;
  }
}

@keyframes ani-bal-3 {
  0%,
  10% {
    opacity: 0;
  }
  30%,
  100% {
    opacity: 1;
  }
}

@keyframes kv-tic-tic-l {
  50% {
    transform: rotate(10deg);
  }
}

@keyframes kv-tic-tic-r {
  50% {
    transform: rotate(-10deg);
  }
}

.kv-copy {
  position: absolute;
  bottom: 114px;
  left: 0;
  width: 100%;
  font-size: 0;
}

.kv-copy .copy-gift {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding: 4px 6px 4px;
  background-color: #f62e3b;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
}

.kv-copy .copy-area {
  position: relative;
  display: inline-block;
  line-height: 28px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-left: 8px;
}

.kv-copy .copy-area .copy {
  position: relative;
}

.kv-copy .copy-area .copy span {
  color: #f62e3b;
}

.wrap_apply .apply-btn {
  background: #282a31;
  color: #fff;
  font-weight: 700;
}

.kv.on .kv-title .inmotion {
  transition-delay: 0.1s;
}

.kv .kv-thumb.inmotion {
  transform: translate(0, 0);
}

.kv.on .kv-thumb.inmotion {
  transition-delay: 0.3s;
}

.kv.on .kv-copy .inmotion {
  transition-delay: 0.2s;
}

.wrap_apply.on .inmotion {
  transition-delay: 0.5s;
}

/* STEP3 */
.step3 {
  opacity: 0;
}

.step3 .copys {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
  margin-top: -10px;
}

.step3 .copys > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.step3 .copys span {
  display: block;
  opacity: 0;
  color: #fff;
}

.step3 .socks {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 243px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  text-align: center;
  /* opacity: 0; */
  margin-top: -30px;
}

.step3 .socks .socks-name {
  display: block;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 65px;
  opacity: 0;
  transform: translate(0, 50px);
}

.step3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

.step3 .bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 8.93%, #ffdfea 51.28%, rgba(255, 207, 223, 0.8) 59.93%, #ffffff 100%);
}

.step3 .socks .socks-imgs {
  position: relative;
}

.step3 .socks .socks-imgs .socks-thumb {
  width: 186px;
}

/* #btnRandomCash {
  opacity: 0;
  visibility: hidden;
} */

#btnRandomCash .apply-btn {
  background-color: #f62e3b;
  color: #ffffff;
}

#btnRandomCash button {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
}

/* animation */
.step3.on {
  opacity: 1;
  transition: opacity 1s;
}

.step3.on .copy1 span {
  animation: copy-ani-1 2s forwards;
}

.step3.on .copy2 span {
  animation: copy-ani-1 2s 2s forwards;
}

/* .step3.on .socks {
  opacity: 1;
  transition: opacity 1s 4s;
} */

/* .step3.on .socks span {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s 4s, transform 0.7s 4s;
} */

.step3.on .bg {
  opacity: 1;
  transition: opacity 0.5s 3.6s;
}

/* #btnRandomCash.on {
  opacity: 1;
  transition: opacity 1s 4s;
} */

.socks-imgs.on {
  transition-delay: 0.2s;
}

.socks-imgs.on .socks-thumb {
  animation: step3-socks-thumb-ani 5s infinite ease-in-out;
}

.socks-name.on {
  transition-delay: 0.1s;
}

#btnRandomCash.on {
  transition-delay: 0.3s;
}

@keyframes step3-socks-thumb-ani {
  50% {
    transform: translate(0, -20px) rotate(5deg);
  }
}

.cash-inner {
  width: 100%;
  height: 100vh;
  display: table;
}

.cash-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cash-content .cash {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.cash-webp {
  position: relative;
  width: 148px;
  height: 185px;
  margin: -60px auto 0;
}

.cash-webp::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.cash-content .desc {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 43px;
  opacity: 0.7;
}

.cash-content .redirect {
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  opacity: 0.2;
}

.sec-already {
  text-align: center;
}

.sec-already .inner {
  padding: 0 24px;
}

.sec-already .title {
  position: relative;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.al-top {
  margin-top: 62px;
  padding-top: 60px;
  padding-bottom: 50px;
}

.al-top .day {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 16px;
}

.al-top .copy {
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 59px;
}

.al-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 0;
  transform: translate(0, -62px);
}

.al-navi.on {
  transform: translate(0, 0);
  transition: transform 0.5s;
}

.al-navi button {
  display: inline-block;
  width: 50%;
  height: 62px;
  color: #fff;
  font-size: 15px;
  line-height: 62px;
  font-weight: 600;
}

.al-navi button::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 8px;
}

.al-navi .apply-santa {
  background: #ef2532;
}

.al-navi .apply-santa::before {
  background: url(https://og.kakaobank.io/view/27095e9f-126a-4825-a2d2-584a85808bff) no-repeat 0 0 / 100%;
}

.al-navi .apply-popup-info {
  background: #60351d;
}

.al-navi .apply-popup-info::before {
  background: url(https://og.kakaobank.io/view/c98dc5b1-ba6e-4ebd-9193-6e1b0d30dab4) no-repeat 0 0 / 100%;
}

.al-top.on .inner {
  transition-delay: 0.1s;
}

.al-socks-apply.on .inner {
  transition-delay: 0.2s;
}

.al-mysocks.on .inner {
  transition-delay: 0.3s;
}

/* dduk apply */
.al-socks-apply {
  z-index: 3;
}

.al-socks-apply.sec-already {
  text-align: left;
}

.al-socks-apply .count {
  color: #ff0000;
  font-weight: 800;
  margin-left: 1px;
}

.al-socks-apply .count.zero {
  color: #bbbbbb;
}

.al-socks-apply .title {
  margin-bottom: 30px;
}

.al-socks-apply .refresh {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  font-size: 0;
}

.al-socks-apply .refresh.on {
  transform: rotate(360deg);
  transition: transform 0.3s;
}

#newSocks {
  position: relative;
  width: 100%;
  height: 340px;
  background: linear-gradient(180deg, #ffffff -7.94%, #ffdfea 51.35%, rgba(255, 207, 223, 0.8) 63.46%, #ffffff 119.56%);
  border-radius: 20px;
}

.notSocks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #a28790;
  width: 100%;
}

.notSocks .notsocks-thumb {
  position: relative;
  display: block;
  width: 157px;
  margin: 40px auto 37px;
}

.notSocks .confetti li {
  animation: none !important;
}

.applySocks {
  font-size: 0;
  padding: 12px 30px;
}

.applySocks .thumbs {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  margin-top: 12px;
}

.applySocks .applySocks-thumb {
  position: relative;
  width: 135px;
}

.applySocks .icon-coin {
  display: block;
  background: url(https://og.kakaobank.io/view/38a39660-6a0c-4c19-a3c1-96b82dfe4545) no-repeat 0 0 / 100%;
}

.applySocks .apply-steps-ready .icon-coin {
  position: absolute;
  top: -15px;
  left: 59px;
  width: 56px;
  height: 56px;
  animation: socksthumb-coin-ani 3s infinite;
}

/* .applySocks .apply-steps-ready {
  animation: socksthumb-ani 3s infinite;
} */

.applySocks .apply-steps-ready.off {
  animation: none;
}

.applySocks .apply-steps-ready.off .icon-coin {
  animation: none;
}

.applySocks .apply-steps-ready.off-ani {
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.3s, opacity 0.3s;
}

@keyframes socksthumb-coin-ani {
  0%,
  32% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -30px);
  }
  45% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, -20px);
  }
  55% {
    transform: translate(0, -17px);
  }
  60% {
    transform: translate(0, -20px);
  }
  80% {
    transform: translate(0, -20px);
  }
}

.apply-steps-cash {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  margin: -57px;
  opacity: 0;
  transform: translate(0, 100px);
}

.apply-steps-cash .icon-coin {
  width: 100%;
  height: 100%;
}

.apply-steps-cash.on {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s, opacity 0.6s;
}

.apply-steps-cash.off {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.4s, transform 0.4s;
}

/* .apply-steps-cash.on .icon-coin {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s, transform 0.7s;
} */

#btnQue {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
}

#btnQue a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 11px;
  background: #f62e3b;
  /* padding:16px 0; */
  height: 52px;
  line-height: 52px;
  overflow: hidden;
}

#btnQue a span {
  display: block;
}

#btnQue .copys {
  transform: translate(0, -104px);
  transition: transform 0.5s;
}

#btnQue .copys.q2 {
  transform: translate(0, -52px);
}

#btnQue .copys.q3 {
  transform: translate(0, 0);
}

@keyframes que-ani {
  0% {
    transform: translate(0, 20px);
  }
  10% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 23px);
  }
  35% {
    transform: translate(0, 20px);
  }
  40% {
    transform: translate(0, 21px);
  }
  45% {
    transform: translate(0, 20px);
  }
}

.apply-event-info {
  text-align: center;
  padding: 24px 0 50px;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
}

.apply-event-info svg {
  vertical-align: top;
}

.al-mysocks {
  text-align: left;
}

.al-mysocks .title {
  margin-bottom: 34px;
}

.al-mysocks .title .new {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #12897d;
  padding: 5px 7px;
  background: #e0fcf9;
  border-radius: 12px;
  vertical-align: top;
  margin-left: 8px;
  opacity: 0;
  transform: scale(0);
}

.al-mysocks .title .new.on {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s, transform 0.3s;
}

.al-mysocks ul {
  padding-bottom: 59px;
}

.al-mysocks ul li {
  display: block;
  margin-bottom: 16px;
  font-size: 0;
}

.al-mysocks ul li:last-child {
  margin-bottom: 0;
}

.al-mysocks .thumb {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #ffeaf1;
  border-radius: 16px;
  padding: 14px;
  box-sizing: border-box;
  overflow: hidden;
}

.al-mysocks .thumb img {
  width: 52px;
}

.al-mysocks .coin .thumb img {
  transform: translate(0, 100px);
}

.al-mysocks .coin.on .thumb img {
  animation: al-mysock-coin-ani 2s forwards;
}

@keyframes al-mysock-coin-ani {
  0% {
    transform: translate(0, 100px);
  }
  20% {
    transform: translate(0, -10px);
  }
  30% {
    transform: translate(0, 5px);
  }
  40% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 3px);
  }
  60%,
  100% {
    transform: translate(0, 0);
  }
}

.al-mysocks .copy {
  display: inline-block;
  vertical-align: top;
  padding: 13px 0 0 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.al-mysocks .copy .count {
  margin-top: 6px;
  color: #f62e3b;
  font-size: 17px;
  line-height: 20px;
}

.al-mysocks .copy .my-cash-count.zero,
.al-mysocks .copy .my-yangmal-count.zero {
  color: #999999;
}

.al-mysocks .copy .num {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.my-cash-area {
  display: inline-block;
  overflow: hidden;
  height: 30px;
}

.my-cash-area .num {
  display: flex;
}

.my-cash-area .num span {
  display: block;
  text-align: center;
}

.al-mysocks .count .won {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}

.my-cash-area .num-box {
  transform: translate(0, -270px);
}
.my-cash-area .num.on .num-box {
  transform: translate(0, 0);
  transition: transform 1s;
}

.al-benefit {
  text-align: left;
  padding-bottom: 80px;
}

.al-benefit li {
  position: relative;
  border-radius: 20px;
  background: url(https://og.kakaobank.io/view/6246ecd5-d9d3-4823-b4ec-0f2359ac541c) repeat 0 0 / cover;
  padding: 10px;
  margin-bottom: 20px;
}
.al-benefit li:last-child {
  margin-bottom: 0;
}

.al-benefit li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
  background-color: #fff;
  display: block;
}

.al-benefit .newsocks-contents {
  position: relative;
  text-align: center;
  padding: 49px 24px 24px;
}

.al-benefit .badge {
  display: inline-block;
  border-radius: 21px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #f62e3b;
  padding: 8px 12px;
  background-color: #ffeaf1;
  margin-bottom: 16px;
}

.al-benefit .copy {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #000000;
}

.al-benefit .thumb {
  position: relative;
  left: 50%;
  width: 229px;
  height: 123px;
  margin: 40px 0 51px;
  transform: translate(-50%, 0);
}

.al-benefit .thumb .line {
  position: relative;
  z-index: 1;
}

.al-benefit .thumb .socks1 {
  position: absolute;
  top: 19px;
  left: -4px;
  width: 115px;
  animation: benefit-socks-ani 3.5s infinite ease-in-out;
}

.al-benefit .thumb .socks2 {
  position: absolute;
  top: 14px;
  left: 97px;
  width: 110px;
  animation: benefit-socks-ani 2.5s infinite ease-in-out;
}

.al-benefit .thumb2 {
  width: 232px;
  height: 157px;
  margin-bottom: 36px;
}

.al-benefit .son {
  position: absolute;
  top: 45px;
  left: 59px;
  width: 54px;
  animation: benefit-post-son-ani 4s infinite;
  transform-origin: bottom center;
}

.al-benefit .other {
  position: absolute;
  top: 38px;
  left: 43px;
  width: 160px;
}

@keyframes benefit-socks-ani {
  50% {
    transform: rotate(-6deg);
    transform-origin: 90px 0;
  }
}

@keyframes benefit-post-son-ani {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}

.al-benefit .newsocks-btn {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 23px;
  padding: 20px 0;
  color: #fff;
  background: #f62e3b;
  border-radius: 12px;
  font-weight: 700;
}

.al-agit-popup {
  text-align: left;
  background-color: #e3f9f0;
}

.agit-top {
  text-align: center;
  padding: 80px 0 54px;
}

.agit-top .badge {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #12897d;
  font-weight: 600;
  margin-bottom: 16px;
}

.agit-top .copy {
  display: block;
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 35px;
}

.agit-top .thumb {
  position: relative;
  width: 215px;
  height: 211px;
  margin: 0 auto;
}

.agit-top .thumb img {
  position: absolute;
  top: 0;
  left: 0;
}

.agit-top .thumb .agit-icon1 {
  width: 112px;
  height: 109px;
  animation: agit-tic-tic-l 2.5s 0.3s infinite;
}

.agit-top .thumb .agit-icon2 {
  top: 6px;
  left: 122px;
  width: 70px;
  height: 95px;
  animation: agit-tic-tic-r 2s 0.5s infinite;
}

.agit-top .thumb .agit-icon3 {
  top: 111px;
  left: 7px;
  width: 94px;
  height: 94px;
  animation: agit-tic-tic-l 3s 0.8s infinite;
}

.agit-top .thumb .agit-icon4 {
  top: 100px;
  left: 104px;
  width: 111px;
  height: 111px;
  animation: agit-tic-tic-r 2s infinite;
}

@keyframes agit-tic-tic-l {
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(0);
  }
}

@keyframes agit-tic-tic-r {
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(0);
  }
}

.agit-already {
  padding-bottom: 50px;
}

.agit-already .swipe {
  white-space: nowrap;
}

.agit-already .swipe ul {
  display: flex;
  flex-wrap: nowrap;
  /* white-space: nowrap; */
  font-size: 0;
  width: max-content;
}

.agit-already.on .swipe ul {
  animation: already-swipe-ani 30s infinite linear;
}

@keyframes already-swipe-ani {
  100% {
    transform: translate(-50%, 0);
  }
}

.agit-already .swipe li {
  background-color: #fff;
  padding: 24px 0;
  border-radius: 20px;
  text-align: center;
  width: 185px;
  display: inline-block;
  margin-right: 16px;
}

.agit-already .swipe .li-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}

.agit-already .swipe .li-icon1 {
  background: url(https://og.kakaobank.io/view/2b1a291b-a26a-4c41-88f3-815449003645) no-repeat 0 0 / 100%;
}

.agit-already .swipe .li-icon2 {
  background: url(https://og.kakaobank.io/view/1c4eb50c-542d-4987-8b4b-a4759ce0e515) no-repeat 0 0 / 100%;
}

.agit-already .swipe .li-icon3 {
  background: url(https://og.kakaobank.io/view/23fb8828-3d80-4af1-98de-4f06678c0712) no-repeat 0 0 / 100%;
}

.agit-already .swipe .li-icon4 {
  background: url(https://og.kakaobank.io/view/7d67a3bb-d53a-449f-8afc-2df05d0b45a1) no-repeat 0 0 / 100%;
}

.agit-already .swipe .li-icon5 {
  background: url(https://og.kakaobank.io/view/541c5fa3-b7a1-4b37-a8af-e665ce2723ba) no-repeat 0 0 / 100%;
}

.agit-already .swipe .li-icon6 {
  background: url(https://og.kakaobank.io/view/26aaf6ce-1fa5-4580-bd59-c1eb34a34977) no-repeat 0 0 / 100%;
}

.agit-already .swipe .li-title {
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.agit-already .swipe .li-desc {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
}

.agit-preorder-apply {
  padding-bottom: 59px;
}

.agit-preorder-apply .title {
  margin-bottom: 10px;
}

.agit-preorder-apply .desc {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}

.preorder-apply-info {
  background-color: #fff;
  padding: 40px 24px 24px;
  border-radius: 20px;
}

.preorder-apply-info ul li {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 78px;
  min-height: 60px;
}

.preorder-apply-info ul li:last-child {
  margin-bottom: 0;
}

.preorder-apply-info .thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: #f5f6f7;
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
}

.preorder-apply-info .thumb img {
  width: 40px;
}

.preorder-apply-info .copy {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.preorder-apply-info .copy .count {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.preorder-apply-info .btn-preorder-apply {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  background-color: #12897d;
  border-radius: 12px;
  padding: 20px 0;
  margin-top: 24px;
}

.sub-info {
  text-align: center;
  padding-top: 24px;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
}

.sub-info svg {
  vertical-align: top;
}

.detail-info {
  padding-bottom: 80px;
}

.detail-info .map {
  margin-bottom: 30px;
}

.detail-info .detail-copy li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}

.detail-info .detail-copy li:last-child {
  margin-bottom: 0;
}

.detail-info .detail-copy .right {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #333333;
}

/** 공유하기 - 팝업 **/
.type-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.7s;
}

.type-bottom .pop-content-inner {
  margin: 0 auto;
  padding: 10px 18px 40px 17px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

/* .type-bottom .btn-close {
  position: relative;
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  background: #799FAD;
} */

.type-bottom.on {
  visibility: visible;
  opacity: 1;
}

.type-bottom.on .pop-content {
  bottom: 0;
}



