.subbg {
    min-width: 100rem;
    width: 100%;
    aspect-ratio: 1920/680;
    background: url(../img/real/subpage-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.maincontents.banner {
    margin: 0 auto;
    padding-top: 18.375rem;
}
.maintitle,
.linetitle {
    font-size: var(--font-subtitle);
}
.linetitl {
    font-weight: 500;
}
.subtit {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
}
.tab-desc {
    font-size: var(--font-large);
    line-height: 1.5;
}
.tab-description {
    min-height: 3.599rem;
}
.tab-description.type2 {
    min-height: 5.063rem;
}
/* contact 페이지 */

.formcontents {
    width: var(--layout-type2);
    margin: 0 auto;
    padding: 0 2.5rem;
    height: auto;
}
.form-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 18.375rem;
    width: 100%;
}
.meercatch-logo {
    width: 19.582rem;
    height: 2.26106rem;
    background: url(../img/real/meercatch-logo.svg) no-repeat;
    background-size: cover;
}
.meercatch-logo.small {
    width: 17.25rem;
    height: 3.5rem;
}
.subtitle.form {
    margin: 1.8rem 0 2rem 0;
}
.form-desc {
    font-size: var(--font-large);
    font-weight: 300;
    line-height: 1.5;
    height: fit-content;
    white-space: nowrap;
    width: 100%;
}
.contactform {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 4rem;
}
.contactform label {
    font-size: var(--font-medium);
    font-weight: 600;
    color: #000;
    margin-bottom: 0.75rem;
}
.contactform-field {
    position: relative;
    display: flex;
    flex-direction: column;
}

.field-number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.25rem;
    height: 3.125rem;
}
.field-number input {
    flex: 1;
}
.new-number {
    background-color: #3c4549;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    text-align: center;
    align-content: center;
    color: #ffea00;
    font-size: 1.25rem;
    font-weight: 600;
    width: 21.25rem;
    height: 100%;
}
.form-check {
    margin-top: 3.688rem;
}
/* //contact 페이지 */

/* Start: 매니저 페이지 */

/* Start: Section1 */
.bannercontents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2.5rem;
}
.section1 .bannercontents {
    aspect-ratio: 1920/680;
}
.banner-texts {
    width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 2.1rem;
}
.meercatch-logo.manager {
    background: url(../img/real/meercatch-manager.svg) no-repeat;
}

.banner-img {
    width: 45%;
    position: relative;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* //End: Section1 */

/* Start: Section2 */
.title-boxwrap {
    margin-top: 4.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.box-item.bg {
    background: #e6eef2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 4.2rem;
    flex: 1 0 0;
    height: 27.5rem;
    box-shadow: none;
}
.box-item.bg img {
    max-width: 13.813rem;
}
.box-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.6rem;
    text-align: center;
}

/* //End: Section2 */

/* Start: Section3 */

.section3 .bannercontents + .bannercontents {
    margin-top: 6.25rem;
}
.section3 .bannercontents:nth-of-type(even) .banner-img {
    order: 1;
}
.section3 .bannercontents:nth-of-type(even) .banner-texts {
    order: 2;
}
/* //End: Section3 */

/* //End: 매니저 페이지 */

/* Start: 도박 페이지 */

/* Start: Section1 */
.meercatch-logo.gambling {
    background: url(../img/real/meercatch-gambling.svg) no-repeat;
}
/* //End: Section1 */

/* Start: Section2 */
.box-img {
    width: 10.75rem;
    height: 8.875rem;
}
.box-title.type2 {
    width: calc(100% - 10.75rem);
    padding-top: 1.313rem;
}
/* //End: Section2 */

/* Start: Section4 */

.section4 .bannercontents + .bannercontents {
    margin-top: 6.25rem;
}
.bannercontents.rev:nth-of-type(odd) .banner-img {
    order: 1;
}
.bannercontents.rev:nth-of-type(odd) .banner-texts {
    order: 2;
}
/* //End: Section3 */

/* //End: 도박 페이지 */

.meercatch-logo.sexuality {
    background: url(../img/real/meercatch-sexuality.svg) no-repeat;
}

@media screen and (max-width: 768px) {
    .gnb {
        min-width: 100%;
        margin: 0px;
        border-radius: 0;
        padding: 1.75rem 0.7rem;
    }
    .logoarea {
        width: auto;
        height: auto;
        margin: auto;
        padding: 0 20px;
    }
    .section1 {
        margin-top: 80px;
        height: 420px;
    }
    .section1 .rollingbanner-titles {
        width: 90%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section1 .banner-titles {
        height: auto;
    }
    .section1 .banner-tit {
        font-size: 1.5rem;
    }
    .section1 .banner-subtit {
        font-size: 1rem;
        color: #6e6e6e;
        padding-top: 0.8rem;
    }
    .head.on {
        min-height: auto;
    }
    .gnb li + li {
        margin-left: 1rem;
    }
    .tabs {
        flex-wrap: wrap;
        gap: 0.4rem;
    }
    .tab {
        width: 42%;
        font-size: var(--font-primary);
        border: 1px solid #e9e9e9;
        padding: 0 0.5rem;
    }
    .tab-media {
        width: 90%;
        height: 200px;
    }
    .diagram {
        width: 100%;
    }
    .maincontents {
        width: 100%;
    }
    .tabcontents {
        margin-top: 1.5rem;
    }
    .tab-body {
        width: 90%;
        margin-top: 20px;
        row-gap: 0.1rem;
    }
    .tab-tit {
        font-size: 1.55rem;
    }
    .tab-desc {
        font-size: 1rem;
    }
    .tab-desc.small,
    .box-desc {
        font-size: 0.875rem;
    }
    .animation-content {
        width: 90%;

        justify-content: left;
    }
    .animation-content:nth-child(1),
    .animation-content.type2:nth-child(1) {
        left: 5%;
        top: 0px;
    }
    .animation-content:nth-child(2),
    .animation-content.type2:nth-child(2) {
        left: 5%;
        top: 5.1rem;
    }
    .animation-content:nth-child(3),
    .animation-content.type2:nth-child(3) {
        left: 5%;
        top: 10.2rem;
    }
    .animation-content:nth-child(4),
    .animation-content.type2:nth-child(4) {
        left: 5%;
        top: 15.3rem;
    }
    .animation-content:nth-child(5),
    .animation-content.type2:nth-child(5) {
        left: 5%;
        top: 20.4rem;
    }
    .animation-content:nth-child(6),
    .animation-content.type2:nth-child(6) {
        left: 5%;
        top: 25.5rem;
    }
    .animation-text {
        font-size: 0.938rem;
    }
    .maintitle,
    .linetitle {
        font-size: 1.238rem;
    }
    .maintitle.bottom {
        top: 85%;
    }
    .tab-item {
        flex-direction: column;
    }
    .maincontents.large {
        width: 100%;
    }
    .box-items {
        flex-direction: column;
        row-gap: 0.7rem;
    }
    .box-item {
        width: 90%;
        padding: 1.2rem 1.5rem;
        row-gap: 0.2rem;
    }
    .maintitle {
        padding-bottom: 1.62rem;
    }
    .box-title {
        width: 100%;
        padding-left: 5px;
    }
    .tab.small {
        height: 3.75rem;
        margin-right: 0;
    }
    .tab.small a {
        font-size: 1rem;
        align-content: center;
    }
    .section5 .swiper {
        margin-top: 1rem;
    }
    .swiper {
        width: 90%;
    }
    .section5 .swiper-slide {
        border-radius: 10px;
        padding: 20px;
    }
    .tab-media.medium,
    .tab-media.small {
        width: 90%;
        height: 17.688rem;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0.55rem;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0.55rem;
    }
    .tabico {
        width: 2.013rem;
    }
    .tab-title {
        column-gap: 0.5rem;
    }
    .tab-features {
        row-gap: 0.2rem;
    }
    .footercontents {
        min-width: auto;
    }
    .footer-infos {
        padding: 0 20px;
    }
    .footer-line {
        width: 100%;
    }
    .center-img,
    .colorbg {
        display: none;
    }
    .tab-desc {
        white-space: normal;
    }
    .section6 .tab {
        width: 90%;
    }
    .section3 .tabcontents {
        width: 100%;
    }
    .section3 .tab-body {
        width: 90%;
        margin-top: 0.5rem;
    }
    .section3 .tab-item {
        align-items: center;
    }
    .tabs.type1 {
        column-gap: 0.4rem;
    }

    /* 서브용 */
    .section1 {
        height: 100%;
    }
    .maincontents.banner {
        padding-top: 4.375rem;
    }
    .box-item.type3 {
        margin-top: 0rem;
        margin-bottom: 0.6rem;
    }
    .bannercontents {
        flex-direction: column;
    }
    .banner-img {
        width: 100%;
    }
    .banner-texts {
        width: 100%;
        row-gap: 0.5rem;
    }
    .subtit {
        font-size: 1.4rem;
    }
    .subbg {
        min-width: 100%;
    }
    .maintitle,
    .maintitle.small {
        margin-bottom: 1.62rem;
    }
    .box-desc.type2 {
        font-size: 1rem;
    }
    .box-item.bg,
    .box-item.type2,
    .box-item.type3 {
        padding: 1.25rem;
    }
    .box-img {
        width: 8rem;
        height: auto;
    }
    .box-title.type2 {
        width: 100%;
        padding-top: 0.2rem;
        row-gap: 0.2rem;
    }
    .formcontents {
        padding: 0 1rem;
        width: 100%;
    }
    .form-title {
        padding-top: 15.375rem;
    }
    .form-desc {
        font-size: 1rem;
        white-space: wrap;
    }
    .subtitle.form {
        margin: 0.8rem 0 1rem 0;
    }
    .contactform {
        row-gap: 0.7rem;
    }
    .custom-selected {
        border-color: transparent;
    }
    .formcontents .form-title {
        padding-top: 10.375rem;
    }
    .tabico.small {
        width: 1.72681rem;
    }
    .tabicons {
        column-gap: 0.46rem;
        padding: 0 0 1rem 0.2rem;
    }
    .section1 .bannercontents {
        aspect-ratio: 0;
        padding: 0 1.5rem;
    }
    .new-number {
        width: 100%;
    }
    .field-number input {
        width: 220px;
    }
}
