/* html {
    scroll-behavior: smooth;
} */

body {
    font-family: 'Pretendard';
    font-size: 28px;
    letter-spacing: -0.3px;
    color: #222;
    margin: 0;
}

body.background-grey {
    background-color: #efefef;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../assets/fonts/Pretendard-Regular.woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../assets/fonts/Pretendard-Bold.otf');
    ;
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

.container-biz {
    width: 1410px;
    margin: 0 auto;
}

.ttl {
    font-size: 60px;
    font-weight: bold;
    color: #222;
    letter-spacing: -0.5px;
    text-align: center;
}

.ttl .ttl-small {
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 46px;
    margin-top: 12px;
    letter-spacing: -0.3px;
    color: #6e6e6e;
}

.list-progress-case .swiper-slide a {
    cursor: pointer;
    display: block;
    position: relative;
    outline: none;
    border-radius: none;
}

.list-progress-case .swiper-slide:first-child a {
    padding-left: 0;
}

.list-progress-case .swiper-slide a:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.list-progress-case .overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    background-color: rgba(34, 34, 34, 0.65);
}

.back-to-top {
    position: fixed;
    right: 110px;
    bottom: 202px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.back-to-top img.show-pc {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top-proposal {
    position: fixed;
    right: 126px;
    bottom: 90px;
    z-index: 3;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.back-to-top-proposal a {
    text-decoration: none;
}

.back-to-top-proposal .proposal-expand {
    border-radius: 50px;
    box-shadow: 0 2px 10px 5px rgba(226, 226, 226, 0.37);
    border-style: solid;
    border-width: 1.4px;
    border-image-source: linear-gradient(118deg, #d830bb 41%, #3e21d8 82%);
    border-image-slice: 0;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(118deg, #d830bb 41%, #3e21d8 82%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 250px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* justify-content: space-between; */
    transition-property: width;
    transition-duration: .6s;
    overflow: hidden;
    /* padding: 0 0px 0 30px; */
    transition-timing-function: ease-in;
}

.back-to-top-proposal .proposal-expand.proposal-contract {
    width: 100px;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 2px 10px 5px rgba(226, 226, 226, 0.5);
}

.back-to-top-proposal .proposal-expand.proposal-contract .text-button {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    transition: all .3s;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.back-to-top-proposal .proposal-expand.proposal-contract img.show-pc {
    padding: 0;
    width: 39px;
    transition-property: width;
    transition-duration: 2s;
    margin-top: 22px;
}

.back-to-top-proposal .proposal-expand .text-button {
    position: absolute;
    left: 39px;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #222;
    white-space: nowrap;
    transition: all .6s;
    transition-delay: .2s;
}
.back-to-top-proposal .img-proposal {
    margin-right: 5px;
}

.back-to-top-proposal .proposal-expand .img-proposal {
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
}

.back-to-top-proposal img.show-pc {
    object-fit: cover;
    padding-right: 31px;
    overflow: hidden;
    margin-left: 5px;
}

.list-progress-case img {
    max-width: 100%;
    width: 518px;
    height: 518px;
    object-fit: cover;
    display: block;
}

.progress-case#progress-case-slide {
    padding: 150px 0;
}

.progress-case .ttl {
    margin-bottom: 70px;
    line-height: normal;
    margin-top: 0;
}

/* #progress-case .container-biz::before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 750px;
    left: 50%;
    transform: translateX(-100%);
    top: 110px;
    background: #fff;
    z-index: 9;
    margin-left: -720px;
} */

.list-progress-case .slick-list {
    overflow: visible;
}

.list-progress-case .slick-dots {
    display: flex;
    position: absolute;
    width: 1058px;
    left: 50%;
    transform: translateX(-50%);
    background: #d5d5d5;
    margin-left: 58px;
    bottom: -94px;
}

.list-progress-case .slick-dots li button {
    border: none;
    width: 70px;
    height: 4px;
    background: #d5d5d5;
    font-size: 0;
    padding: 0;
}

.list-progress-case .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.list-progress-case .slick-dots li button:before {
    display: none;
}

.list-progress-case .slick-dots .slick-active button {
    background: #222;
    width: 77px;
}

.list-progress-case .slick-list {
    margin-bottom: 90px;
}

.progress-case {
    padding-top: 230px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.progress-case-slide .progress-slider {
    margin-left: -30px;
    width: calc(100% + 30px);
}

.progress-case .container-biz {
    padding: 0;
    position: relative;
}

.progress-case .title-progress {
    font-size: 58px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #222;
    margin-bottom: 60px;
    margin-top: -2px;
    text-align: center;
}

#progress-case {
    padding-top: 150px;
    padding-bottom: 154px;
}

.progress-case .img-progress {
    padding-left: 30px;
    position: relative;
}

.progress-case .case-img-progress {
    display: block;
    max-width: 100%;
    width: 100%;
}

.progress-case .case-img-progress:hover {
    filter: brightness(0.65);
    /* background-image: url("images/biz-select/w-mixxo-logo@3x.png"); */
}
#progress-case-slide .progress-slider {
    display: grid;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.progress-case .img-progress .details .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    margin-left: 30px;
    transition: .3s ease;
    background-color: rgb(34, 34, 34, 0.65);
    align-items: center;
    justify-content: center;
    display: flex;
}

.progress-case .img-progress:hover .overlay {
    opacity: 1;
}

.progress-case .img-progress .details .logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    outline: none;
}

.progress-case .img-progress .details .logo img.mixxo {
    height: 52px;
}

.progress-case .img-progress .details .logo img.concept {
    height: 43px;
}
.progress-case .img-progress .details .logo img.brandi {
    height: 57px;
}
.progress-case .img-progress .details .logo img.fashion {
    height: 59px;
}
.progress-case .img-progress .details .logo img.quicksilver {
    height: 47px;
}

.progress-case .project-collaboration {
    display: flex;
    justify-content: space-between;
}

.progress-case .project-collaboration .content {
    overflow: hidden;
    margin-right: 60px;
    width: 48%;
    margin-top: 210px;
    margin-left: 35px;
}

.wrap-img-collaboration {
    overflow: hidden;
    width: 75%;
}

.progress-case .project-collaboration .content .sub-title {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #777;
    margin-bottom: 20px;
}

.progress-case .project-collaboration .content .title {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #2b2b2b;
    margin-bottom: 40px;
}

.progress-case .project-collaboration .content .description {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: -0.3px;
    color: #2b2b2b;
    margin-bottom: 20px;
    animation-delay: 1s;
}

.progress-case .project-collaboration .content .description span {
    font-weight: bold;
}

.progress-case .project-collaboration .content .description span.des-col {
    color: #5c19dd;
}

.progress-case .project-collaboration .content .go-back {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #222;
    display: inline-flex;
    margin-top: 80px;
}

.container-biz a:hover {
    text-decoration: none;
}

.overflow {
    overflow: hidden;
}

.page-progress .container-biz {
    width: 1480px;

}

.progress-case .project-collaboration .content .go-back span {
    margin-left: 12px;
    margin-top: 2px;
}

.progress-case .project-collaboration .img-collaboration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.page-progress {
    position: relative;
}

.page-progress::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    height: 480px;
    content: "";
}

.progress-case .project-collaboration .img-collaboration .img-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 580px 580px;
    gap: 30px;
}

.progress-case .project-collaboration .img-collaboration .img-col2 {
    margin-top: 206px;
}

.progress-case .project-collaboration .img-collaboration img {
    width: 400px;
}

.list-progress-case {
    margin-left: -120px;
}

/* .list-progress-case .swiper-wrapper {
    justify-content: flex-end;
} */
/* .list-progress-case .swiper-slide {
    width: 584px;
  } */
/* .list-progress-case .swiper-slide {
    width: 21.5%;
  }

  .list-progress-case .swiper-slide:nth-child(2n) {
    width: 27.2%;
  }

  .list-progress-case .swiper-slide:nth-child(3n) {
    width: 27.2%;
  } */

.list-progress-case .swiper-scrollbar-drag {
    width: 94px !important;
    height: 4px !important;
    background-color: #222;
    border-radius: 0;

}

.list-progress-case .swiper-scrollbar {
    background: #d5d5d5;
    position: absolute;
    left: 50%;
    bottom: 149px;
    width: 1058px;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
}

/*---- header ------*/
.header .container-biz {
    padding: 22px 0 33px;
}

.form-contact {
    background: url('https://d1uuuninuo43kf.cloudfront.net/biz-select/images/biz-select/w-revuselect-bg@2x.jpg') no-repeat;
    background-size: cover;
    height: 1000px;
    padding-top: 191px;
}

.form-contact.form-contact-proposal {
    background: url('./images/biz-select/w-revuselect-bg@2x.png') no-repeat;
}

.header {
    margin-bottom: 120px;
    z-index: 100;
    height: auto;
    position: fixed;
    top: 0;
    transition: all .5s ease-in-out;
    width: 100%;
}

.fixed-header {
    background: #fff;
    z-index: 99999;
}

.fixed-header img.hide {
    display: block !important;
}

.fixed-header .head-logo-revu-select {
    display: none;
}

.hide-header {
    height: 0;
    display: none;
}

/*---- Arcodion ------*/
.main-marketing-inbound {
    padding-top: 150px;
    position: relative;
    background-color: #f5f5f5;
}

/* .main-marketing-inbound::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(/assets/images/product/main/w-local-main-q-a-bg@3x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #efefef;
    z-index: -1;
} */
.list-progress-case .pl-30 {
    padding: 0 11px;
}

.main-marketing-inbound .mb-60 {
    margin-bottom: 60px !important;
}

.main-marketing-inbound .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-marketing-inbound .btn-arccordion {
    background-color: #656464;
    border: none;
    color: white;
    padding: 9px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    letter-spacing: -0.28px;
}

.main-marketing-inbound .arrow-right {
    content: "";
    display: inline-flex;
    align-items: center;
    width: 4.9px;
    height: 4.9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: relative;
    left: 8px;
}

#progress-case .swiper-scrollbar::before {
    width: 94px;
    height: 4px;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
}

.main-marketing-inbound .title-marketing-inbound {
    padding-top: 117px;
    padding-bottom: 93px;
    font-size: 46px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -0.82px;
    color: #222;
}

.main-marketing-inbound .animate-step {
    font-size: 58px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #222;
    margin-bottom: 66px;
    margin-top: -2px;
    text-align: center;
}

.main-marketing-inbound .accordions {
    padding-bottom: 132px;
    font-size: 20px;
}

.main-marketing-inbound .wrap-item-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
    font-weight: bold;
    padding: 25px 30px 50px 0px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 25px;
    transition: 0.3s;
    cursor: pointer;
    min-height: 90px;
}

.main-marketing-inbound .wrap-item-accordion:first-child {
    margin-top: 0;
}

.main-marketing-inbound .panel {
    line-height: 20px;
    margin-bottom: 0;
    padding: 50px 39px 50px;
    background-color: #fff;
    color: #fff;
    line-height: 20px;
    display: none;
}

.main-marketing-inbound .item-minus {
    width: 20px;
    background: #222222;
    height: 4px;
    position: relative;
}

.main-marketing-inbound .item-minus:before {
    content: "";
    background: #222222;
    height: 20px;
    width: 4px;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 8px;
}

.main-marketing-inbound .active .item-minus {
    width: 20px;
    background: #2b2b2b;
    height: 4px;
    position: relative;
}

.main-marketing-inbound .active .item-minus:before {
    content: "";
    background: #5e21d1;
    height: 23px;
    width: 3px;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    display: none;
}

.main-marketing-inbound .item-display-flex,
.main-marketing-inbound .display-flex {
    display: flex;
}

.main-marketing-inbound .item-display-flex {
    align-items: center;
}

.main-marketing-inbound .display-flex {
    align-items: flex-start;
}

.main-marketing-inbound .action-first {
    width: 35px;
    line-height: normal;
    color: #5c19dd;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.3px;
    padding-top: 6px;
}

.main-marketing-inbound .item-first {
    width: 35px;
    color: #2b2b2b;
    font-size: 28px;
    letter-spacing: -0.3px;
    font-weight: 600;
    line-height: normal;
}

.main-marketing-inbound .item-second {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    color: #222;
    letter-spacing: -0.3px;
}

.main-marketing-inbound .item-text {
    letter-spacing: -0.3px;
    color: #222222;
    font-size: 28px;
    line-height: 46px;
    font-weight: normal;
}

.main-marketing-inbound .item-text .mb-20 {
    margin-bottom: 20px;
}

.main-marketing-inbound .item-text .font-weight {
    font-weight: 600;
}

/*---- Arcodion ------*/
/*---footer ---*/
.footer-common {
    background-color: #000000;
    border-top: none;
}

.footer-common .container-biz {
    padding: 70px 0;
}

.footer-common .wrap-row .col-left .image img {
    width: 265px;
}

.footer-common .wrap-row .col-left .image {
    margin-bottom: 30px;
    line-height: 0;
}

.footer-common .wrap-row .col-left p {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: normal;
    margin-bottom: 13px;
}

.footer-common .wrap-row .col-left .text-coppyright b {
    color: #aaaaaa;
    line-height: normal;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 500;
}

/*---end footer ---*/
.process {
    background: #f6f5ff;
    padding-top: 210px;
    padding-bottom: 206px;
}

.process .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 72px;
    letter-spacing: -0.5px;
    color: #222;
    margin-bottom: 120px;
}

.process .process-search {
    display: grid;
    grid-template-columns: 1fr;
}

.process .process-search .influ-search,
.process .process-search .influ-matching,
.process .process-search .result-report {
    display: grid;
    grid-template-columns: 717px 533px;
    gap: 158px;
    align-items: center;
}

.process .process-search .influ-search {
    margin-bottom: 110px;
}

.process .process-search .influ-matching .text-item {
    margin-left: 0;
    margin-top: -112px;
}

.process .process-search .sub-title {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.process .process-search .sub-title span {
    background-image: linear-gradient(102deg, #3088d8, #e533e1 79%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.process .process-search .title {
    font-size: 54px;
    margin-bottom: 39px;
}

.process .process-search .description {
    font-size: 28px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.3px;
    color: #222;
    margin-bottom: 10px;
}

.process .process-search .description span {
    font-size: 22px;
    color: #777;
    position: relative;
    top: -5px;
}

.process .process-search .note-des {
    font-size: 22px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -0.2px;
    color: #777;
}

.process .process-search .img-item {
    height: 577px;
    position: relative;
}

.process .process-search .img-item .img-circle {
    width: 594px;
    border-radius: 0%;
    position: absolute;
    z-index: 0;
    left: 15%;
    top: -4px;
}

.process .process-search .img-item .img-revusearch-1 {
    width: 542px;
    position: absolute;
    z-index: 2;
    top: 25.3%;
    left: 11px;
}

.process .process-search .img-item .img-revusearch-2 {
    width: 438px;
    position: absolute;
    z-index: 1;
    top: 10.4%;
    right: -10.5%;
}

.process .process-search .img-item .zoom-ic {
    position: absolute;
    z-index: 3;
    top: 48.4%;
    right: -4%;
}

.process .process-search .img-item .zoom-ic-block4 {
    top: 77.7%;
    right: 3%;
}

.process .process-search .influ-matching {
    grid-template-columns: 550px 643px;
    gap: 41px;
    margin-left: 110px;
}

.process .process-search .influ-matching .img-item {
    top: -30px;
}

.process .process-search .img-item .img-influ-matching {
    width: 648px;
}

.influ-matching,
.process .process-search .result-report {
    grid-template-columns: 769px auto;
}

.influ-matching,
.process .process-search .result-report .img-item {
    height: 630px;
}

.process .process-search .img-item .img-circle-2 {
    width: 572px;
    top: 14.4%;
    left: 13.8%;
}

.process .process-search .img-item .img-result {
    width: 480px;
    top: 4.1%;
    left: 3%;
}

.process .process-search .img-item .img-content {
    width: 512px;
    top: 46%;
    right: -2.5%;
}

.process .process-search .text-item {
    margin-left: 52px;
    margin-top: -10px;
}

.process .process-search .result-report .text-item {
    margin-left: 0px;
    margin-top: 13%;
}

.show-mobile {
    display: none !important;
}

/* end */

/* block 1 */
.form-contact .ttl {
    font-size: 112px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 50px;
    text-align: left;
}

.form-contact .form {
    display: flex;
    flex-direction: column;
}

.form-contact .form .input-row {
    display: grid;
    grid-template-columns: 320px 320px;
    gap: 20px;
}

.form-contact .form .input-row:nth-child(3) {
    grid-template-columns: 660px auto;
}

.form-contact .form .input-row .col-md-12 {
    padding: 0;
}

.form-contact .form .group-input {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #949494;
}

.form-contact .form .group-input input {
    outline: none;
    border: none;
    background-color: rgba(67, 67, 67, 0.8);
    width: 100%;
    height: 48px;
    border-radius: 4px;
    padding: 14px 20px;
    color: #fff;
}

.form-contact .form .group-input input:-webkit-autofill,
.form-contact .form .group-input input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.form-contact .form .group-input textarea {
    outline: none;
    border: none;
    background-color: rgba(67, 67, 67, 0.1);
    width: 100%;
    padding: 10px 14px;
    resize: none;
    color: #fff;
}

.form-contact .form #group_inquiry_content {
    background-color: rgba(67, 67, 67, 0.8);
    padding: 7px;
    height: 74px;
    margin-bottom: 30px;
    border-radius: 4px;
}


.form-contact .form .group-input textarea::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
    display: none;
}

.form-contact .form .group-input textarea::-webkit-scrollbar {
    width: 11px;
    background-color: transparent;

}

.form-contact .form .group-input textarea::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(131, 130, 130, 0.3);
    /* background-color: rgba(67, 67, 67, 0.3); */
}

.form-contact .form .group-input .error-message {
    position: absolute;
    margin-top: 5px;
    margin-left: 6px;
    color: #9b3dfe;
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.form-contact .form button {
    border-radius: 5px;
    background-image: linear-gradient(97deg, #a336f0 -10%, #5c19dd 80%);
    height: 70px;
    width: 660px;
    border: none;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

/* end */

/* form-contact-proposal */
.form-contact.form-contact-proposal .ttl {
    background-image: linear-gradient(107deg, #d830bb -42%, #3e21d8 112%, #e533e1 112%);
    font-size: 110px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.98;
    letter-spacing: -1px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
}

.form-contact.form-contact-proposal .sub-title {
    font-size: 73px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    color: #222;
    margin-top: 0;
    margin-bottom: 55px
}

.form-contact.form-contact-proposal .form {
    display: flex;
    flex-direction: column;
}

.form-contact.form-contact-proposal .form .input-row {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 20px;
}

.form-contact.form-contact-proposal .form .input-row:nth-child(3) {
    grid-template-columns: 620px;
}

.form-contact.form-contact-proposal .form .input-row .col-md-12 {
    padding: 0;
}

.form-contact.form-contact-proposal .form .warp-checkbox {
    position: relative;
}

.form-contact.form-contact-proposal .form .checkbox {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
    color: #222;
    margin-bottom: 30px;
    margin-top: 0;
    cursor: pointer;
}

.form-contact.form-contact-proposal .form .checkbox .error-message {
    display: none;
    position: absolute;
    margin-top: 5px;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #5c19dd;
}

.form-contact.form-contact-proposal .form .popup-checkbox-proposal {
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.2px;
    color: #222;
    position: absolute;
    z-index: 1;
    background-image: url("https://d1uuuninuo43kf.cloudfront.net/biz-select/images/biz-select/speech-bubble.svg");
    background-repeat: no-repeat;
    padding: 35px 45px 30px 28px;
    top: 28px;
    left: -9px;
}

.form-contact.form-contact-proposal .form .popup-checkbox-proposal .item-popup {
    display: flex;
    gap: 0px;
}

.form-contact.form-contact-proposal .form .popup-checkbox-proposal .item-popup:nth-child(2) {
    margin-top: 17px;
}

.form-contact.form-contact-proposal .form .popup-checkbox-proposal .item-popup .icon-checkbox {
    position: relative;
}

.form-contact.form-contact-proposal .form .popup-checkbox-proposal .item-popup .icon-checkbox .img-checkbox:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
}

/* checkboxes */
.form-contact.form-contact-proposal .form .warp-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
}

.form-contact.form-contact-proposal .form .warp-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.form-contact.form-contact-proposal .form .warp-checkbox label::before,
.form-contact.form-contact-proposal .form .warp-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.form-contact.form-contact-proposal .form .warp-checkbox .check-all label::before, 
.form-contact.form-contact-proposal .form .warp-checkbox .check-all label::after {
    top: -1.5px;
}

.form-contact.form-contact-proposal .form .warp-checkbox label::before{
    height: 20px;
    width: 20px;
    background-image: url("https://d1uuuninuo43kf.cloudfront.net/biz-select/images/biz-select/w-uncheck-ic.svg");
    left: 0px;
    top: 0px;
}
.form-contact.form-contact-proposal .form .warp-checkbox label::after {
    background-image: url("https://d1uuuninuo43kf.cloudfront.net/biz-select/images/biz-select/w-check-ic.svg");
    height: 20px;
    width: 20px;
    left: 0px;
    top: 0px;
}
.form-contact.form-contact-proposal .form .warp-checkbox input[type="checkbox"] + label::after {
    content: none;
}
.form-contact.form-contact-proposal .form .warp-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/* end */

.form-contact.form-contact-proposal .form .popup-checkbox-proposal .description-proposal {
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.2px;
}

.form-contact.form-contact-proposal .form .popup-checkbox-proposal .description-proposal .error-message {
    position: absolute;
    display: none;
    left: 3px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #5c19dd;
}

.form-contact.form-contact-proposal .form .popup-checkbox-proposal .description-proposal div:nth-child(1) {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
}

.form-contact.form-contact-proposal .form .checkbox .img-checkbox {
    position: absolute;
}

.form-contact.form-contact-proposal .form .checkbox span {
    margin-left: 25px;
}

.form-contact.form-contact-proposal .form .group-input {
    color: #989898;
}

.form-contact.form-contact-proposal .form .group-input input {
    outline: none;
    border: solid 1px #d5d5d5;
    background-color: #fff;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    padding: 14px 20px;
    color: #222;
}
.form-contact.form-contact-proposal .form .group-input input::placeholder {
    color: #989898;
}

.form-contact.form-contact-proposal .form .group-input input:-webkit-autofill,
.form-contact.form-contact-proposal .form .group-input input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.form-contact.form-contact-proposal .form .selected-proposal {
    background-color: #fff;
    padding: 7px;
    height: 48px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
}
.form-contact.form-contact-proposal .form .selected-proposal select {
    background-color: #fff;
}

.form-contact.form-contact-proposal .form select {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    padding: 0 14px;
    background-image: url("https://d1uuuninuo43kf.cloudfront.net/biz-select/images/biz-select/icon-droplist.svg");
    background-repeat: no-repeat;
    background-position-x: 97.5%;
    background-position-y: center;
    color: #222;
}

.form-contact.form-contact-proposal .form select:invalid {
    color: #989898;
}

.form-contact.form-contact-proposal .form .group-input .error-message {
    position: absolute;
    margin-top: 5px;
    margin-left: 6px;
    color: #5c19dd;
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.form-contact.form-contact-proposal .form .group-input.selected-proposal .error-message {
    margin-top: 12px;
    margin-left: -1px;
}

.form-contact.form-contact-proposal .form button {
    border-radius: 5px;
    background-image: linear-gradient(97deg, #222 -10%, #222 80%);
    height: 70px;
    width: 620px;
    border: none;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.proposal-contact-form {
    display: grid;
    grid-template-columns: 620px 672px;
    gap: 176px;
    margin-top: 15px;
}

.proposal-contact-form .proposal-slider {
    margin-top: 24px;
}

.proposal-contact-form .proposal-slider .case-img-proposal {
    width: 672px;
}

.proposal-contact-form .proposal-slider .slick-dots li button:before {
    font-size: 16px;
    color: #b2b2b2;
    opacity: 1;
}

.proposal-contact-form .proposal-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #5c19dd;
}

.proposal-contact-form .proposal-slider .slick-dots {
    bottom: -51px;
}

.proposal-contact-form .proposal-slider .slick-dots li {
    margin: 0 7px;
}

/* end */
/*-----animation block 3 ----- */
.cursor-pointer {
    cursor: pointer;
}

.img-revusearch-1-zoom {
    width: 800px;
    position: absolute;
    z-index: 4;
    top: 40px;
    left: 89.2%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.img-revusearch-2-zoom {
    width: 652px;
    position: absolute;
    z-index: 4;
    top: 5%;
    left: 100%;
    margin-left: 71px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.img-revusearch-3-zoom {
    width: 604px;
    position: absolute;
    z-index: 4;
    top: 11%;
    right: -87.2%;
    margin-left: 19px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.img-revusearch-4-zoom {
    width: 807px;
    position: absolute;
    z-index: 4;
    top: 31.3%;
    left: 82.3%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.zoom-img-influence1.show .img-revusearch-1-zoom {
    opacity: 1;
    visibility: visible;
}

.zoom-img-influencer2.show .img-revusearch-2,
.zoom-img-influencer4.show .img-content {
    z-index: 2 !important;
    position: relative;
}

.zoom-img-influencer2.show .img-revusearch-2-zoom,
.zoom-img-influencer3.show .img-revusearch-3-zoom,
.zoom-img-influencer4.show .img-revusearch-4-zoom {
    opacity: 1;
    visibility: visible;
}

.zoom-img-influencer4:hover {
    z-index: 9;
}

.zoom-img-influencer4:hover .img-revusearch-4-zoom {
    opacity: 1;
    visibility: visible;
}

/* modal */

.modal.in .modal-dialog {
    width: 580px;
    top: calc(50% - 170px);
}

.modal.in .modal-dialog .modal-content {
    height: 340px;
    border-radius: 0;
}

.modal-content {
    text-align: center;
}

.modal.in .modal-dialog .modal-header {
    padding: 24px 24px 0;
    border-bottom: none;
}

.modal.in .modal-dialog .modal-header .close {
    margin-top: 0;
    line-height: 0;
    opacity: 1;
}

.modal.in .modal-dialog .modal-body {
    padding-top: 27px;
}

.modal.in .modal-dialog .modal-body img {
    margin-bottom: 30px;
}

.modal.in .modal-dialog .modal-body p {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 19px;
}

.modal.in .modal-dialog .modal-body p.description {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.2px;
}

.windows .process .process-search .influ-matching .text-item {
    margin-top: -110px;
}

.windows .main-marketing-inbound .animate-step {
    margin-bottom: 68px;
}

.windows .process .process-search .title {
    margin-bottom: 41px;
}

.windows .progress-case#progress-case-slide {
    padding: 157px 0 150px;
}

.windows .process .process-search .result-report .text-item {
    margin-top: 15%;
}

.windows .process .process-search .text-item {
    margin-top: -8px;
}

/* end */
/*------success page ----- */
.contact-success-page .content {
    text-align: center;
}

.contact-success-page .content img {
    margin-bottom: 23px;
}

.contact-success-page h1 {
    margin-top: 3px;
    line-height: normal;
    margin-bottom: 260px;
}

.contact-success-page .header-success .header-propsal {
    margin-bottom: 240px;
}

.contact-success-page .des .ttl {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    line-height: normal;
    margin-top: 0;
    color: #2b2b2b;
    margin-bottom: 20px;

}

.contact-success-page .des.description-proposal .ttl {
    line-height: 40px;
    font-weight: bold;
}

.contact-success-page .des {
    margin-bottom: 50px;
}

.contact-success-page .des p {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #2b2b2b;
}

.contact-success-page .btn-success {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
    padding: 22px 0;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    min-width: 440px;
    cursor: pointer;
    background-image: linear-gradient(106deg, #d830bb -11%, #391dcd 112%, #e533e1 112%);
}

/*------end success page ----- */

/* ------Page 404------ */
.page-error-notfound .container-biz {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-error-notfound .img-error {
    width: 365px;
    height: 170px;
}

.page-error-notfound .title-error {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
    margin-bottom: 8px;
    letter-spacing: 0px;
}

.page-error-notfound .content-error {
    text-align: center;
    font-size: 20px;
    color: #222;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.page-error-notfound .btn {
    font-family: 'Pretendard';
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    padding: 14px 24px;
    border: none;
    background-color: white;
    cursor: pointer;
    width: 190px;
    text-align: center;
    letter-spacing: 0px;
    width: 187px;
}

.page-error-notfound .btn.btn-homepage {
    background-color: #222;
    color: #fff;
    margin-bottom: 12px;
}

/* ------End Page 404------ */

/*-----Responsive ----- */

@media (min-width: 769px) {
    .mobile {
        display: none;
    }
}

@media only screen and (max-width: 1680px) {
    .list-progress-case .slick-dots li button {
        width: 70px;
    }

    .list-progress-case img {
        width: 100%;
    }
}

@media only screen and (max-width: 1440px) {
    .container-biz {
        width: 1280px;
        margin: 0 auto;
    }

    /* .list-progress-case img {
        width: 399px;
    } */
    .process .process-search .influ-search,
    .process .process-search .influ-matching,
    .process .process-search .result-report {
        display: grid;
        grid-template-columns: 534px 442px;
        gap: 130px;
        align-items: center;
    }

    .process .process-search .img-item .img-revusearch-1 {
        width: 400px;
    }

    .process .process-search .img-item .img-revusearch-2 {
        width: 380px;
    }

    .process .process-search .img-item .img-circle {
        width: 494px;
    }

    .process .process-search .text-item {
        margin-left: 10px;
    }

    .process .process-search .img-item .img-influ-matching {
        width: 448px;
    }

    .process .process-search .img-item .img-influ-search {
        width: 326px;
    }

    .process .process-search .img-item .img-result-report {
        width: 324px;
    }

    .process {
        padding-top: 100px;
        padding-bottom: 184px;
    }

    .process .title {
        margin-bottom: 80px;
    }

    .img-revusearch-2-zoom {
        width: 552px;
    }

    .img-revusearch-1-zoom {
        width: 700px;
    }

    .process .process-search .influ-search {
        margin-bottom: 0;
    }

    .influ-matching,
    .process .process-search .result-report .img-item {
        min-height: 500px;
        height: auto;
    }

    .process .process-search .img-item .zoom-ic img {
        width: 56px;
    }

    /* #progress-case .container-biz::before {
        margin-left: -660px;
    } */
    .list-progress-case .overlay {
        font-size: 24px;
    }

    .progress-case .img-progress .details .logo img.mixxo {
        height: 50px;
    }

    .progress-case .img-progress .details .logo img.concept {
        height: 33px;
    }

    .main-marketing-inbound .accordions {
        padding-bottom: 70px;
    }

    .main-marketing-inbound {
        padding-top: 70px;
    }

    .main-marketing-inbound .item-text {
        font-size: 23px;
        line-height: 36px;
    }

    .main-marketing-inbound .action-first {
        font-size: 23px;
    }

    .main-marketing-inbound .panel {
        padding: 34px 39px 34px;
    }

    .img-revusearch-3-zoom {
        right: -100%;
    }

    .proposal-contact-form {
        gap: 50px;
        grid-template-columns: 620px 650px;
    }

    .proposal-contact-form .proposal-slider .case-img-proposal {
        width: 650px;
    }
}

@media only screen and (max-width: 768px) {
    body.background-grey {
        background-color: #fff;
    }
    
    .pc {
        display: none;
    }
    #progress-case-slide .progress-slider {
        display: block;
    }
    .show-mobile {
        display: block !important;
    }

    .show-pc {
        display: none !important;
    }

    .container-biz {
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .back-to-top {
        right: 15px;
        bottom: 110px;
    }

    .back-to-top img.show-mobile {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .back-to-top-proposal {
        right: 23px;
        bottom: 48px;
    }

    .back-to-top-proposal .proposal-expand {
        width: 135px;
        height: 54px;
        box-shadow: 0 1px 5px 3px rgba(226, 226, 226, 0.37);
    }

    .back-to-top-proposal .proposal-expand.proposal-contract {
        width: 54px;
        box-shadow: 0 1px 5px 3px rgba(226, 226, 226, 0.5);
    }

    .back-to-top-proposal .proposal-expand .text-button {
        font-size: 12px;
        letter-spacing: -0.11px;
        left: 20px;
    }

    .back-to-top-proposal .proposal-expand.proposal-contract .text-button {
        font-size: 9px;
        letter-spacing: -0.11px;
        bottom: 13px;
    }

    .back-to-top-proposal .proposal-expand .img-proposal {
        padding-right: 14.3px;
    }

    .back-to-top-proposal .proposal-expand.proposal-contract .img-proposal {
        padding-right: 0;
    }

    .back-to-top-proposal .proposal-expand.proposal-contract img.show-mobile {
        width: 21px;
        height: 15.5px;
        padding: 0;
        margin: 0 auto;
        margin-top: 11px;
        margin-left: 5px;
    }

    .progress-case .img-progress .details .overlay {
        opacity: 1;
    }
    .progress-case .img-progress .details .logo img.brandi {
        height: 39px;
    }
    .progress-case .img-progress .details .logo img.fashion {
        height: 41px;
    }
    .progress-case .img-progress .details .logo img.quicksilver {
        height: 32px;
    }
    
    .windows #progress-case-slide {
        padding-top: 72px !important;
    }

    .windows .main-marketing-inbound {
        padding: 70px 0 72px;
    }

    .windows .main-marketing-inbound .animate-step {
        margin-bottom: 18px;
    }

    .list-progress-case .swiper-scrollbar {
        bottom: 70px;
        height: 2px;
        left: 24px;
        width: calc(100% - 48px) !important;
        transform: translateX(0);
        right: 24px;
    }

    .list-progress-case {
        margin-left: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    .list-progress-case .swiper-scrollbar-drag {
        height: 2px !important;
        width: 6.24% !important;
    }

    .footer-common .container-biz {
        padding: 40px 24px;
    }

    #progress-case .swiper-scrollbar::before {
        display: none;
    }

    #progress-case {
        padding-top: 70px;
        padding-bottom: 72px;
    }

    #progress-case .list-progress-case::before {
        margin-left: -76px;
        height: 460px;
        top: -30px;
        left: 0;
        width: 200px;
        background: #fff;
        transform: translateX(-50%);
        content: "";
        position: absolute;
        z-index: 1;
    }

    .progress-case .project-collaboration .content {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .page-progress::before {
        display: none;
    }

    .header .container-biz {
        padding: 18px 24px;
    }

    .header .container-biz a img {
        width: 165px;
    }

    .contact-form-mobile .group-input {
        background-color: rgba(67, 67, 67, 0.8);
        height: 38px;
    }

    .windows .header .container-biz {
        padding: 20px 24px 33px;
    }

    .windows .process {
        padding-top: 98px;
    }

    .form-contact .form .group-input .error-message {
        color: #be7fff;
    }

    .contact-form-mobile #group_phone_number input {
        width: 54% !important;
    }

    .contact-form-mobile .group-input input {
        width: 61% !important;
        background-color: transparent !important;
        padding: 0;
    }

    .form-contact .form .group-input textarea::-webkit-scrollbar {
        width: 9px;
    }

    .process {
        padding-top: 100px;
        padding-bottom: 68px;
    }

    .process .title {
        font-size: 30px;
        letter-spacing: -0.3px;
        color: #2b2b2b;
        margin-bottom: 40px;
    }

    .process .process-search .img-item .img-revusearch-1 {
        width: 230px;
        position: absolute;
        z-index: 2;
        top: 61px;
        left: -12px;
        right: auto;
    }

    .process .process-search .img-item .img-revusearch-1.img-result {
        width: 204px;
        top: -8px;
        left: -8px;
    }

    .process .process-search .img-item .img-circle {
        width: 249px;
        left: 9%;
        top: 0px;
    }

    .process .process-search .img-item .img-revusearch-2 {
        width: 182px;
        z-index: 1;
        top: 26px;
        right: -2px;
    }

    .process .process-search .img-item .img-circle-2 {
        width: 241px;
        top: 8%;
    }

    .process .process-search .img-item .img-revusearch-2.img-content {
        width: 217px;
        top: 40%;
        right: -4px;
    }

    .process .process-search .title {
        font-size: 30px;
        letter-spacing: -0.3px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .process .process-search .result-report .title {
        margin-bottom: 22px;
    }

    .process .process-search .description {
        font-size: 16px;
        color: #2b2b2b;
        line-height: 1.56;
        letter-spacing: -0.4px;
        margin-bottom: 8px;
    }

    .process .process-search .description span {
        font-size: 14px;
        color: #777;
        top: -2px;
    }

    .process .process-search .note-des {
        font-size: 14px;
        line-height: 1.79;
        letter-spacing: -0.4px;
    }

    .process .process-search .sub-title {
        font-size: 16px;
        letter-spacing: -0.17px;
        margin-bottom: 7px;
    }

    .process .process-search .text-item {
        text-align: center;
        margin: 0;
    }

    .process .process-search .influ-matching .text-item {
        margin: 0;
    }

    .process .process-search .result-report .text-item {
        margin: 0;
    }

    .process .process-search .img-item {
        height: auto;
        min-height: 240px;
        margin-bottom: 20px;
        text-align: center;
    }

    .process .process-search {
        display: block;
    }

    .process .process-search .influ-search,
    .process .process-search .influ-matching,
    .process .process-search .result-report {
        display: block;
        margin-bottom: 95px;
    }

    .process .process-search .result-report {
        margin-bottom: 0;
    }

    .process .process-search .influ-matching {
        margin-left: 0;
        margin-bottom: 88px;
    }

    #group_phone_number::-webkit-scrollbar {
        display: none;
    }

    .process .process-search .img-item .img-influ-matching {
        width: 302px;
        margin-left: -5px;
        margin-top: 2px;
    }

    .process .process-search .img-item .img-result-report {
        margin-left: -8px;
    }

    .windows .process .process-search .influ-matching .img-item {
        margin-bottom: 12px;
    }

    .process .process-search .influ-matching .img-item {
        margin-bottom: 12px;
        top: 0;
        text-align: center;
    }

    .influ-matching,
    .process .process-search .result-report .img-item {
        height: auto;
        min-height: 300px;
    }

    .process .process-search .result-report .img-item {
        min-height: 259px;
    }

    .progress-case .img-progress {
        padding-right: 0;
    }

    .progress-case .img-progress .details {
        margin-right: 0;
    }

    /* #progress-case .container-biz::before {
        content: "";
        width: 1000px;
        height: 690px;
        position: absolute;
        left: 0;
        margin-left: -744px;
        background: #fff;
        z-index: 9999;
    } */
    .form-contact {
        background-size: cover !important;
    }

    .windows .form-contact {
        padding-top: 97px;
        padding-bottom: 50px;
    }

    .windows #progress-case {
        padding-top: 72px;
    }

    .windows .process .process-search .title {
        margin-bottom: 22px;
    }

    .windows .process .process-search .influ-matching {
        margin-bottom: 85px;
    }

    .windows #progress-case-slide {
        padding-top: 72px !important;
    }

    .windows .main-marketing-inbound .wrap-item-accordion {
        padding: 20px 6px 24px;
    }

    .windows .main-marketing-inbound {
        padding: 72px 0 70px;
    }

    .windows .process .process-search .img-item {
        margin-bottom: 25px;
    }

    .windows .process .process-search .influ-matching .text-item {
        margin-top: 4px;
    }

    .windows .process .process-search .result-report .text-item {
        margin-top: 0;
    }

    .windows .process .process-search .result-report .img-item {
        margin-bottom: 20px;
    }

    /*-----success page --- --- */
    .header-success img {
        width: 165px;
        object-fit: cover;
    }

    .contact-success-page h1 {
        margin-top: -4px;
        margin-bottom: 108px;
    }

    .contact-success-page .header-success .header-propsal {
        margin-bottom: 88px;
    }

    .contact-success-page .content img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        margin-bottom: 14px;
    }

    .contact-success-page .btn-success {
        min-width: 280px;
        font-size: 16px;
        letter-spacing: -0.2px;
        padding: 16px 0;

    }
    .contact-success-page .btn-success.btn-success-propsal {
        background-image: linear-gradient(108deg, #d830bb -12%, #391dcd 112%, #e533e1 112%);
    }

    .contact-success-page .des {
        margin-bottom: 35px;
    }

    .contact-success-page .des .ttl {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact-success-page .des.description-proposal .ttl {
        font-size: 20px;
        line-height: 29px;
        letter-spacing: -0.3px;
        margin-bottom: 12px;
    }

    .contact-success-page .des p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
        letter-spacing: -0.4px;
    }

    /*-----progress case subpage --- --- */
    .page-progress.progress-case {
        padding-bottom: 64px;
    }

    .progress-case .project-collaboration {
        display: block;
    }

    .progress-case .project-collaboration .img-collaboration img {
        width: 312px;
        max-width: 100%;
    }

    .progress-case .project-collaboration .img-collaboration {
        margin-left: -10px;
        margin-bottom: 20px;
    }

    .progress-case .project-collaboration .item-col {
        padding-left: 10px;
    }

    .progress-case .project-collaboration .content .sub-title {
        font-size: 16px;
        letter-spacing: normal;
        margin-bottom: 7px;
    }

    .progress-case .project-collaboration .content .title {
        font-size: 30px;
        letter-spacing: -0.3px;
        color: #2b2b2b;
        margin-bottom: 20px;
        margin-top: 8px;
    }

    .progress-case .project-collaboration .content .description {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: -0.4px;
        margin-bottom: 10px;
    }

    .progress-case .container-biz {
        padding-left: 24px;
        padding-right: 24px;
    }

    .progress-case .project-collaboration .wrap-goback {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: normal;
        color: #777;
        padding-right: 24px;
        padding-left: 11px;
        bottom: -43px;
    }

    .progress-case .project-collaboration .wrap-slide {
        margin-top: 20px;
        padding-left: 24px;
        position: relative
    }

    .progress-case .project-collaboration .wrap-goback .go-back {
        display: flex;
        align-items: center;
        letter-spacing: -0.2px;
        color: #222;
        font-size: 16px;
        font-weight: 600;
        margin-right: 35px;
        text-decoration: none;
    }

    .list-progress-case img {
        height: 312px;
    }

    .progress-case .project-collaboration .wrap-goback .go-back img {
        width: 24px;
    }

    .wrap-goback .go-back span {
        margin-left: 7px;
        display: inline-block;
    }

    .form-contact {
        background: url('https://d1uuuninuo43kf.cloudfront.net/biz-select/images/biz-select/m-revuselect-bg@2x.jpg') no-repeat;
        background-size: cover;
        padding-top: 101px;
        height: auto;
        padding-bottom: 50px;
    }

    .form-contact .ttl {
        font-size: 44px;
        line-height: 1.25;
        letter-spacing: -0.5px;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .form-contact .form .input-row {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .form-contact .form button {
        width: 100%;
        height: 50px;
        font-size: 18px;
        margin-top: 7px;
    }

    .form-contact .form .group-input {
        font-size: 14px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .ttl .ttl-small {
        letter-spacing: -0.4px;
        font-size: 16px;
        margin-top: 0;
    }

    .form-contact .form .group-input input {
        height: 38px;
        padding: 11px 16px;
    }

    .form-contact .form .group-input textarea {
        padding: 4px 9px;
    }

    .form-contact .form #group_inquiry_content {
        height: 62px;
        margin-bottom: 13px;
    }

    .form-contact .form .group-input .error-message {
        top: 29%;
        right: 10px;
        font-size: 10px;
        margin: 0;
    }

    /* block 5 */
    .main-marketing-inbound {
        padding: 70px 0;
    }

    .main-marketing-inbound .animate-step {
        font-size: 30px;
        letter-spacing: -0.3px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .main-marketing-inbound .wrap-item-accordion {
        padding: 20px 6px 23px;
        min-height: 40px;
        margin-top: 0;
    }

    .main-marketing-inbound .item-first {
        font-size: 14px;
        width: 16px;
    }

    .main-marketing-inbound .item-second {
        font-size: 14px;
        color: #2b2b2b;
    }

    .main-marketing-inbound .item-minus {
        height: 2.4px;
        width: 12px;
        margin-top: 1px;
    }

    .main-marketing-inbound .item-minus:before {
        width: 2.4px;
        height: 12px;
        transform: rotate(0deg);
        top: -5px;
        left: 5px;
    }

    .main-marketing-inbound .active .item-minus {
        height: 2.4px;
        width: 12px;
    }

    .main-marketing-inbound .panel {
        padding: 20px 14px 20px 16px;
    }

    .main-marketing-inbound .action-first {
        font-size: 14px;
        width: 15px;
        padding-top: 0;
    }

    .main-marketing-inbound .action-first.mr-5 {
        margin-right: 5px;
    }

    .main-marketing-inbound .item-text {
        color: #2b2b2b;
        line-height: 20px;
        font-size: 14px;
    }

    .main-marketing-inbound .item-text .mb-20 {
        margin-bottom: 10px;
    }

    .main-marketing-inbound .accordions {
        padding: 0;
    }

    /* end block 5 */
    /* modal */

    .modal.in .modal-dialog {
        width: 300px;
        top: 181px;
        left: calc(50% - 160px);
    }

    .modal.in .modal-dialog .modal-content {
        height: 300px;
        border-radius: 0;
    }

    .modal.in .modal-dialog .modal-header {
        padding: 17px 17px 0;
    }

    .modal.in .modal-dialog .modal-body {
        padding-top: 17px;
    }

    .modal.in .modal-dialog .modal-body img {
        margin-bottom: 10px;
    }

    .modal.in .modal-dialog .modal-header .close img {
        width: 16px;
    }

    .modal.in .modal-dialog .modal-body img {
        width: 70px;
        margin-bottom: 19px;
    }

    .modal.in .modal-dialog .modal-body p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .modal.in .modal-dialog .modal-body p.description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    /* end modal */
    /* block 4 */
    .progress-case .title-progress {
        font-size: 30px;
        letter-spacing: -0.3px;
        color: #2b2b2b;
        margin-bottom: 32px;
        margin-top: 0;
    }

    #progress-case-slide {
        padding-top: 70px !important;
        padding-bottom: 68px !important;
    }

    .progress-case-slide .container-biz::before {
        display: none;
    }

    .progress-case .img-progress .details .logo img.mixxo {
        height: 37px;
    }

    .progress-case .img-progress .details .logo img.concept {
        height: 30px;
    }

    .progress-case-slide.progress-case .progress-slider .slick-dots {
        bottom: -44px;
        padding-left: 30px;
    }

    .progress-case-slide.progress-case .progress-slider .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .progress-case-slide.progress-case .progress-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
    }

    .progress-case-slide.progress-case .progress-slider .slick-dots li button:before {
        content: "";
        background: #d5d5d5;
        border-radius: 100%;
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    .progress-case-slide.progress-case .progress-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #222;
    }

    /* end block 4 */
    /* block1 proposal */
    .proposal-contact-form {
        display: flex;
        flex-direction: column-reverse;
        gap: 42px;
        margin-top: 0;
    }

    .proposal-contact-form .proposal-slider {
        margin-left: -6px;
        margin-top: 0;
    }

    .proposal-contact-form .proposal-slider .case-img-proposal {
        width: 324px;
        margin: 0 auto;
    }

    .form-contact.form-contact-proposal .ttl {
        background-image: linear-gradient(106deg, #d830bb -34%, #3e21d8 112%, #e533e1 112%), linear-gradient(to bottom, #d8d8d8, #d8d8d8);
        font-size: 49px;
        line-height: 55px;
        letter-spacing: -0.5px;
        text-align: center;
        margin-bottom: 0;
    }

    .form-contact.form-contact-proposal .sub-title {
        font-size: 32px;
        letter-spacing: -0.5px;
        text-align: center;
        margin-top: 9px;
        margin-bottom: 30px;
    }

    .form-contact.form-contact-proposal .form .input-row {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .form-contact.form-contact-proposal .form .warp-checkbox label::before,
    .form-contact.form-contact-proposal .form .warp-checkbox label::after {
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
    }

    .form-contact.form-contact-proposal .form .warp-checkbox .popup-checkbox-proposal label::before, 
    .form-contact.form-contact-proposal .form .warp-checkbox .popup-checkbox-proposal label::after {
        top: -1px;
    }

    .form-contact.form-contact-proposal .form .warp-checkbox .check-all label::before, 
    .form-contact.form-contact-proposal .form .warp-checkbox .check-all label::after {
        top: 1px;
    }

    .form-contact.form-contact-proposal .form .popup-checkbox-proposal .description-proposal {
        font-size: 9px;
        line-height: 16px;
        letter-spacing: -0.1px;
        margin-bottom: 0px;
    }

    .form-contact.form-contact-proposal .form .popup-checkbox-proposal .description-proposal div:nth-child(1) {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -0.2px;
    }

    .form-contact.form-contact-proposal .form .popup-checkbox-proposal .description-proposal .error-message {
        font-size: 10px;
        left: 0;
    }
    .form-contact.form-contact-proposal .form .popup-checkbox-proposal .item-popup:nth-child(2) {
        margin-top: 22px;
    }

    .form-contact.form-contact-proposal .form .group-input {
        background-color: #fff;
    }

    .form-contact.form-contact-proposal .form .group-input input {
        background-color: #fff !important;
        width: 100% !important;
        height: 38px;
    }

    .form-contact.form-contact-proposal .form .group-input .error-message {
        margin: 0;
        font-size: 10px;
        color: #5c19dd;
    }

    .form-contact.form-contact-proposal .form .group-input.selected-proposal .error-message {
        right: 33px;
        top: 24%;
        margin: 0;
    }

    .form-contact.form-contact-proposal .form .selected-proposal {
        height: 38px;
        margin-bottom: 20px;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        .form-contact.form-contact-proposal .form .selected-proposal select {
            background-color: #fff;
        }
    }
    
    .form-contact.form-contact-proposal .form .warp-checkbox {
        margin-left: 4px;
    }

    .form-contact.form-contact-proposal .form .warp-checkbox label {
        padding-left: 23px;
    }

    .form-contact.form-contact-proposal .form .warp-checkbox .error-message {
        font-size: 10px;
        margin-top: 2px;
        margin-left: 2px;    
    }

    .form-contact.form-contact-proposal .form button {
        width: 100%;
        height: 50px;
        font-size: 18px;
        background-color: #222;
    }

    .form-contact.form-contact-proposal .form .checkbox .img-checkbox {
        width: 18px;
    }

    .form-contact.form-contact-proposal .form .popup-checkbox-proposal .item-popup .icon-checkbox .img-checkbox {
        width: 18px;
    }

    .form-contact.form-contact-proposal .form .popup-checkbox-proposal .item-popup .icon-checkbox .img-checkbox:nth-child(2) {
        top: 1px;
    }

    .form-contact.form-contact-proposal .form .popup-checkbox-proposal {
        position: relative;
        background-image: none;
        top: 0;
        left: 0;
        padding: 0;
        margin-bottom: 25px;
    }

    .form-contact.form-contact-proposal .form .checkbox {
        margin-bottom: 18px;
        font-size: 12px;
        letter-spacing: -0.1px;
    }

    .form-contact.form-contact-proposal .form .checkbox label {
        display: flex;
        align-items: center;
    }

    .form-contact.form-contact-proposal .form select {
        background-size: 9px 5px;
    }

    .proposal-contact-form .proposal-slider .slick-dots {
        bottom: -39px;
    }

    .proposal-contact-form .proposal-slider .slick-dots li {
        margin: 0;
    }

    .proposal-contact-form .proposal-slider .slick-dots li button:before {
        font-size: 10px;
    }

    /* end block1 proposal */
    /* footer */
    .footer-common .wrap-row .col-left .image img {
        width: 165px;
    }

    .footer-common .wrap-row .col-left {
        width: 100%;
    }

    .footer-common .wrap-row .col-left .image {
        margin-bottom: 16px;
    }

    .footer-common .wrap-row .col-left p {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: -0.3px;
        margin-right: 12px;
        margin-bottom: 10px;
    }

    .footer-common .wrap-row .col-left .text-coppyright b {
        font-size: 12px;
        color: #bbb;
        font-weight: 500;
        letter-spacing: -0.3px;
    }

    .list-progress-case .slick-dots {
        margin-left: 0;
        bottom: -32px;
        left: 24px;
        transform: none;
        width: 312px;
        overflow: hidden;
    }

    .list-progress-case .pl-30 {
        padding: 0 5px;
    }

    .list-progress-case .slick-dots .slick-active button {
        width: 20.8px;
    }

    /* end footer */

    /* ------Page 404------ */

    .page-error-notfound .img-error {
        width: 225px;
        height: 110px;
    }

    .page-error-notfound .title-error {
        font-size: 34px;
    }

    .page-error-notfound .content-error {
        font-size: 16px;
    }

    .page-error-notfound .btn {
        font-size: 16px;
        width:295px;
        cursor: default;
    }

    /* ------End Page 404------ */

}

@media only screen and (max-width: 767px) {
    /* .list-progress-case {
        margin-left: 0;
    } */

    .list-progress-case .slick-dots li button {
        width: 20.8px;
        height: 2px;
    }

    /* .list-progress-case img {
        width: 312px;
    } */
    .progress-case .ttl {
        font-size: 30px;
        letter-spacing: -0.3px;
        color: #2b2b2b;
        font-weight: bold;
        line-height: normal;
        margin-bottom: 16px;
    }

    #progress-case .list-progress-case .slick-active .pl-30 {
        padding-left: 0;
    }

    .progress-case {
        padding: 70px 0 40px;
    }

    .list-progress-case .slick-list {
        margin-bottom: 30px;
    }

    .process .process-search .img-item .img-influ-search {
        margin-left: -12px;
    }
}