/****** 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;
}

/* 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 {
  max-width: 375px;
  margin: 0 auto;
  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: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
}

#eventInfo .info-list li.title::before {
  content: none;
  border:1px solid #f00;
}

#eventInfo .info-list .title {
  padding: 16px 0 0 0;
}

.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;
}
/* 심의필 */
.serial {
  padding-bottom: 140px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#eventInfo .serial .info-list li::before {
  width: 4px;
  height: 4px;
}
#eventInfo .serial.serial-tline {
  margin-top:16px;
  font-size:16px;
}
#eventInfo .serial.serial-tline .info-list {
  margin-top:0;
}


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

.wrap_apply .apply-btn {
  display: inline-block;
  width: 325px;
  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: #f1f1f1;
}

.theme-default #eventInfo * {
  color: #333333;
}

.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: 36px 16px 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background: #fff;
}
.popups .title {
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 21.5px;
  color: #222;
}
.popups .modal-image:not(.d-none) + .title {
  margin-top: 20px;
}
.popups .copy[class*='--b'],
.popups .desc {
  margin: 20px auto 0;
}
.popups .sub {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.popups .desc {
  padding: 20px;
  border-radius: 8px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.popups .sub:not([class*='--b']) {
  margin: 12px auto 0;
}
.popups .okay-btn {
  width: 100%;
}
.popups .okay-btn .btn-ok {
  display: inline-block;
  padding: 17.5px 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #222;
  background: #ddd; /* custom */
  box-sizing: border-box;
}
.popups .okay-btn.cnt-2 .btn-ok {
  display: inline-block;
  width: 49%; /* 버튼 두개일 때 디자인 필요 */
}
.popup-single .modal-content .modal-image {
  line-height: 0;
  font-size: 0;
}
.popup-single .modal-content .modal-image > img,
.popup-single .modal-content .modal-image .pu-img {
  width: 55px;
  height: 55px;
}
.popup-single .modal-btn {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
.popup-single .modal-btn .okay-btn:not([class*='--info']) {
  /* flex:0 0 115px;     */
  flex: 0 0 calc(40% - 4px);
}
.popup-single .modal-btn .okay-btn .btn-ok[class*='--info'] {
  background-color: #ffd600;
}
.popup-single .modal-btn .close-on {
  display: none;
}

/* bottomsheet 팝업  */
.popup-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.3s;
}
.popup-bottom.on .pop-content {
  bottom: 0;
}
.popup-bottom .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  text-indent: -99999px;
}
.popup-bottom .pop-content-inner {
  position: relative;
  margin: 0 auto;
  /* padding: 40px 30px 48px; */
  padding: 40px 30px 74px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.popup-bottom .detail {
  text-align: left;
}
.popup-bottom .detail .title {
  display: block;
  margin-top: 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.popup-bottom .detail .title + .cont {
  margin-top: 30px;
}
.popup-bottom .detail .cont {
  display: flex;
  align-items: center;
}
.popup-bottom .detail .cont::before {
  content: '';
  display: inline-flex;
  flex: 0 0 54px;
  margin-right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 15px;
}
.popup-bottom .detail .cont span {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}

.btn-action:active {
  transform: scale(0.93);
  background-color: #666666 !important;
  transition: all 0.2s;
}

@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: #555;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
box-sizing: border-box;
color:#fff;
}
#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;
}
.no-scroll {
  overflow: hidden;
}
.kv {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.kv picture {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 106.66vw;
  margin: auto;
  background: url('https://kakaobankcontent.com/public/statics/events/meetthepro/intro_bg.png') 0 0 / cover no-repeat;
}

.kv picture img {
  max-width: 66.66%;
  max-height: 66.66%;
  margin: 8% auto 0;
  z-index: -1;
}

.kv picture.test {
  background: url('https://stg.kakaobankcontent.com/public/statics/events/meetthepro/intro_bg.png') 0 0 / cover no-repeat;
}

@keyframes ani-slide-up-bounce {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.kv .inner {
  position: relative;
  opacity: 0;
  text-align: center;
  margin: 0 auto 50px;
  animation: ani-slide-up-bounce 0.5s ease-in-out forwards 0.9s;
}

.kv .inner h1 {
  color: #222;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.22px;
}

.kv .inner div {
  color: #777;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 18px auto 36px;
}

.kv .inner div em {
  color: #ff691e;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

/* 하단으로 이동 */
.scroll-down {
  display: inline-block;
  width: 16px;
  height: 9px;
  -webkit-animation: mouseloop 0.8s infinite alternate;
  animation: mouseloop 0.8s infinite alternate;
  z-index: 10;
}
@keyframes mouseloop {
  0% {
    transform: translateY(0) translateX(-50%);
    opacity: 0.85;
  }
  100% {
    transform: translateY(-12px) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes mouseloop {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: translateY(-12px) translateX(-50%);
    opacity: 1;
  }
}

.section .inner {
  padding: 0 28px;
}

.section1 .inner h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin: 70px auto 50px;
}

.section1 .inner ul {
  margin-bottom: 70px;
}

.section1 .inner ul li {
  height: 300px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.section1 .inner ul li div {
  display: inline-flex;
  flex-direction: column;
  padding: 26px 24px;
}

.section1 .inner ul li div h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

.section1 .inner ul li div p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px; 
  letter-spacing: -0.4px;
}

.section1 .inner ul li div p em {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 5px;
}

.section1 .inner ul li div span {
  width: fit-content;
  color: #fff;
  border-radius: 4px;
  margin-top: 120px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.section1 .inner ul li:nth-of-type(1) {
  background: #3fb2ff url(https://og.kakaobank.io/view/d5ff82f1-74b5-4e60-8d75-07d84c5c68a1) 0 0 / cover no-repeat;
}

.section1 .inner ul li:nth-of-type(2) {
  background: #bcab83 url(https://og.kakaobank.io/view/bd28afcc-8904-4f56-b820-631e394e3230) 0 0 / cover no-repeat;
}

.section1 .inner ul li:nth-of-type(3) {
  background: #485E80 url(https://og.kakaobank.io/view/1aac2607-0507-4b8e-97ad-c174ce1687e7) 0 0 / cover no-repeat;
}

.section1 .inner ul li:nth-of-type(4) {
  background: #49b05c url(https://og.kakaobank.io/view/a421a856-e092-443f-88c1-a2f2dbd81768) 0 0 / cover no-repeat;
}

.section1 .inner ul li:nth-of-type(5) {
  background: #ffa442 url(https://og.kakaobank.io/view/2accd56d-c870-4ad9-96fa-62fd7c2edda8) 0 0 / cover no-repeat;
}

.section1 .inner ul li:nth-of-type(1) div p {
  color: #CCEBFF;
}

.section1 .inner ul li:nth-of-type(2) div p {
  color: #E4DDCD;
}

.section1 .inner ul li:nth-of-type(3) div p {
  color: #A4B0C2;
}

.section1 .inner ul li:nth-of-type(4) div p {
  color: #ACEBB8;
}

.section1 .inner ul li:nth-of-type(5) div p {
  color: #FFE6CB;
}

.section1 .inner ul li:nth-of-type(1) div span {
  background: #007dd7;
  color: #d7efff;
  margin-top: 102px;
}

.section1 .inner ul li:nth-of-type(2) div span {
  background: #a2884d;
  color: #eee5ce;
  margin-top: 122px;
}

.section1 .inner ul li:nth-of-type(3) div span {
  background: #2d4261;
  color: #acc0df;
  margin-top: 122px;
}

.section1 .inner ul li:nth-of-type(4) div span {
  background: #209034;
  color: #c0f1c9;
  margin-top: 122px;
}

.section1 .inner ul li:nth-of-type(5) div span {
  background: #fa7325;
  color: #ffd4a6;
  margin-top: 102px;
}

.section1 .inner ul li div p em {
  color: #fff;
}

.section2 {
  background: linear-gradient(0deg, #ebf3ff 0%, #ebf3ff 100%), linear-gradient(180deg, #f0f5fa 0%, #fff 100%);
}

.section2 .inner h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  padding: 70px 0 50px;
}

.section2 .step-wrap {
  border-radius: 12px;
  background: #fff;
}

.section2 .step-wrap ul {
  padding: 13px 0;
}
.section2 .step-wrap ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 28px;
}

.section2 .step-wrap ul li img {
  width: 50px;
}

.section2 .step-wrap ul li div {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin-left: 28px;
}

.section2 .step-wrap ul li div span {
  color: #222;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: 6px;
}

.section2 .step-wrap ul li div p {
  color: #53565f;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.section2 .overview-wrap {
  color: #707e99;
  border-radius: 12px;
  background: #deeafd;
  padding: 19px 29px;
  margin: 20px auto 15px;
}

.section2 .overview-wrap dl {
  display: inline-flex;
}

.section2 .overview-wrap dl dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.section2 .overview-wrap dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 24px;
}

.section2 .info-wrap li {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.4px;
  padding-left: 9px;
  margin-bottom: 5px;
  color: #96a8ca;
}

.section2 .info-wrap li::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 6px;
  left: 1px;
  width: 3px;
  height: 3px;
  background: #9dabc3;
  border-radius: 50%;
}

.section2 .benefit-wrap {
  text-align: center;
  border-radius: 12px;
  background: #fff;
  padding: 38px 62px;
  margin: 60px auto 20px;
}

.section2 .benefit-wrap span {
  color: #000;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
  line-height: 30px;
}

.section2 .benefit-wrap span em {
  color: #ff73a6;
  font-weight: 800;
}

.section2 .benefit-wrap p {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px auto 26px;
}

.section2 .benefit-wrap img {
  max-width: 310px;
}

.section2 .apply-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
}

.section2 .apply-btn button {
  width: 100%;
  background: #25396f;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.18px;
  padding: 20px 26px;
}

.section2 .apply-btn button:disabled {
  color: #aaa;
  background: #ddd;
}

.section3 .inner {
  text-align: center;
}

.section3 .inner span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 100px;
  background: #222;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.29px;
  margin: 70px auto 30px;
}

.section3 .inner h3 {
  color: #222;
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  line-height: 38px;
}

.section3 .inner h3 em {
  color: #0dae40;
  font-weight: 800;
  line-height: 34px;
}

.section3 .inner p {
  color: #aaa;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-top: 12px;
}

.section3 .inner img {
  max-width: 150px;
  margin: 26px auto;
}

.section3 .inner ul {
  /* display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 70px; */
}

.section3 .inner ul li {
  color: #404857;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.15px;
  border-radius: 12px;
  background: #ebf3ff;
  padding: 17px 38px;
  margin-bottom: 12px;
}

.section3 .inner ul li em {
  color: #404857;
  font-weight: 700;
}

.section3 .start-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 26px;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffe300;
}

.section3 .start-btn a {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.18px;
}

.share-wrap .share-btn {
  background: #555;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

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

.play-inmotion.inmotion,
.play.inmotion {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -webkit-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -moz-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -ms-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -o-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
}

.meeting-wrap {
    overflow: hidden;
    margin: 50px 0;
    padding-bottom: 33px;
}

.meeting-wrap .inner h3 {
    color: #222;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px; 
}

.meeting-wrap .inner p {
    color: #AAA;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: -0.2px;
    margin: 18px 0 50px;
}

.swiper-wrap {
  overflow: visible;
}

.swiper,
.swiper-container {
  overflow: visible !important;
}

.swiper {
  margin-top: 48px;
  max-width: 326px;
}

.swiper-wrap .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-bullet-inactive-color: #9C9C9C;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-pagination-bullet-size: 9px;
  bottom: 0;
}

.swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
}

.swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-color: #333;
  border-radius: 39px;
}

.swiper-account {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.swiper-account h3 {
    color: #222;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px; 
    margin: 40px auto 20px;
}

.swiper-account ul {
    display: inline-flex;
    /* margin: 20px auto 40px; */
    margin: 0 auto;
}

.swiper-account ul li {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid transparent;
    overflow: hidden;
}

.swiper-account .btn-select {
    display: flex;
    width: 253px;
    height: 44px;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 40px auto 28px;
}

.swiper-account .btn-select svg path {
    stroke: #ccc;
}

.swiper-account .btn-select span {
    color: #AAA;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: 0.3px;
}

.swiper-account .btn-select.on {
    background: #333;
}

.swiper-account .btn-select.on svg path {
    stroke: #fff;
}

.swiper-account .btn-select.on span {
    color: #fff;
}

.intro-wrap .inner h3 {
    color: #222;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 50px;
    margin-bottom: 25px;
}

.intro-wrap .field {
    padding: 30px 0;
}

.intro-wrap .field h4 {
    color: #222;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px; 
    margin-bottom: 20px;
}

.intro-wrap .field h4 em {
    color: #AAA;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
    margin-left: 3px;
}

.intro-wrap .field1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.intro-wrap .field1 ul li button {
    display: inline-flex;
    padding: 8px 16px 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #F2F5F8;
}

.intro-wrap .field1 ul li img {
    width: 24px;
}

.intro-wrap .field1 ul li span {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.intro-wrap .field1 ul li .btn-category.on {
    background: #333;
}

.intro-wrap .field1 ul li .btn-category.on span {
    color: #fff;
}

.intro-wrap .field2 .count-wrap {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 54px;
    border-radius: 8px;
    background: #F2F5F8;
}

.intro-wrap .field2 .count-wrap .btn-minus {
    height: 30px;
    margin: 12px auto 12px 14px;
}

.intro-wrap .field2 .count-wrap .count {
    color: #222;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px; 
    letter-spacing: 0.3px;
    margin: 12px auto;
}

.intro-wrap .field2 .count-wrap .btn-plus {
    height: 30px;
    margin: 12px 14px 12px auto;
}

.intro-wrap .field2 .count-wrap .btn-minus:disabled svg rect, 
.intro-wrap .field2 .count-wrap .btn-plus:disabled svg rect {
  fill: #aaa;
}

.intro-wrap .field2 .info-wrap {
    margin-top: 14px;
}

.intro-wrap .field2 .info-wrap li {
    position: relative;
    color: #AAA;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    padding-left: 9px;
    margin-bottom: 3px;
}

.intro-wrap .field2 .info-wrap li::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 6px;
    left: 1px;
    width: 3px;
    height: 3px;
    background:#9DABC3;
    border-radius: 50%;
}

.intro-wrap .field3 h4, .intro-wrap .field4 h4 {
    margin-bottom: 12px;
}

.intro-wrap .field3 p {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.intro-wrap .field3 .contents-wrap {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 40px);
    border-radius: 8px;
    background: #F2F5F8;
    padding: 20px;
    margin: 17px auto 20px;
  }
  
.intro-wrap .field3 .contents-wrap textarea {
    width: 100%;
    height: auto;
    min-height: 144px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border: 0;
    box-sizing: border-box;
    background-color: #F2F5F8;
    outline: none;
    resize: none;
    overflow-y: auto;
  }
  
  .intro-wrap .field3 .contents-wrap textarea:disabled {
    color: #111111;
  }
  
  .intro-wrap .field3 .contents-wrap .virtual-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    pointer-events: none;
    padding: 20px;
  }
  
  .intro-wrap .field3 .contents-wrap .text-count {
    font-size: 14px;
    text-align: right;
    color: #aaa;
    line-height: 22px;
  }
  
  .intro-wrap .field3 .contents-wrap .text-count span {
    color: #333;
  }
  
  .intro-wrap .field3 .contents-wrap .text-count span.over {
    color: #ff4242b2;
  }
  
  .intro-wrap .field3 .contents-wrap button {
    width: 100%;
    background: #222;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 25px;
    margin: 10px 0 0;
  }
  
  .intro-wrap .field3 .contents-wrap button:disabled {
    background: #999;
  }

  .intro-wrap .field4 {
    margin-bottom: 90px;
  }

  .intro-wrap .field4 p {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px; 
    margin-bottom: 10px;
  }

  .intro-wrap .field4 p.guide {
    color: #AAA;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .intro-wrap .field4 .url-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .intro-wrap .field4 .url-wrap li {
    border-radius: 8px;
    background: #F2F5F8;
    margin-bottom: 12px;
  }

  .intro-wrap .field4 .url-wrap li input {
    width: 100%;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; 
    border: 0;
    box-sizing: border-box;
    background-color: #F2F5F8;
    outline: none;
    resize: none;
    padding: 17px 20px;
    border-radius: 8px;
  }

  .intro-wrap .field4 .url-wrap li input::placeholder {
    color: #AAA;
  }

  .wrap_apply {
    background: linear-gradient(0deg, #FFF 38.69%, rgba(255, 255, 255, 0.00) 99.48%);
    bottom: 0;
  }

  .wrap_apply .inner {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    padding: 29px 16px 26px;
  }

  .wrap_apply a, .wrap_apply button {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border-radius: 12px;
    padding: 20px;
  }

  .wrap_apply .prev-btn {
    width: 60px;
    color: #fff;
    background: #333B58;
  }

  .wrap_apply .save-btn {
    width: 100%;
    color: #222;
    background: #FFE300;
  }

  .wrap_apply .save-btn:disabled {
    color: #AAA;
    background: #ddd;
    pointer-events: none;
  }

