@font-face {
    font-family: 'Cafe24';
    src: url('/fonts/Cafe24Shiningstar.ttf') format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard/Pretendard-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('/fonts/Pretendard/Pretendard-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'esamanru-bold';
    src: url('/fonts/이사만루/esamanru Bold.ttf') format('truetype');
}

* {
    font-family: 'Pretendard';
}

.fade-up {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 1s;
}

.fade-up.active {
    top: 0;
    opacity: 1;
}

#contents {
    width: 100%;
    min-width: 1280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
}

.right-navigation {
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: 80px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.right-navigation .dots {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.right-navigation .dot.active {
    background-color: #fbbd5b;
}

.right-navigation .dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.right-navigation .contact-icons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

.section-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.first-background {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    background-image: url("/images/1_01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 3s;
}

.first-background.active {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5,M12=0,M21=0,M22=1.5,SizingMethod='autoexpand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='autoexpand');
}

.section-wrapper.second {
    background-image: url("/images/2_01.png");
}

.section-wrapper.third {
    background-image: url("/images/3_01.png");
}

.section-wrapper.fourth {
    background-color: #2a2f3a;
}

.section-wrapper.fifth {
    background-image: url("/images/6_01.png");
}

.section-wrapper.sixth {
    background-color: #2a2f3a;
}

.section-wrapper .wrapper-inner {
    min-width: 1280px;
    height: 100%;
}

.section-wrapper .wrapper-header {
    width: 100%;
    height: auto;
}

.section-wrapper .wrapper-body {
    width: 100%;
    height: auto;
}

.section-wrapper .wrapper-footer {
    width: 100%;
    height: auto;
}

.section-wrapper.first .wrapper-inner {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-wrapper.sixth .wrapper-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-wrapper.second .wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-wrapper.first .wrapper-body {
    padding-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-wrapper.second .wrapper-body {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.section-wrapper.third .wrapper-body {
    height: calc(100% - 225px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.section-wrapper.third .wrapper-footer {
    height: 225px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
}

.section-wrapper.second .ad-text {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    width: 834px;
    height: 584px;
    background-image: url("/images/ad.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-wrapper.second .contract-details-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
}

.section-wrapper.second .contract-details-box .point {
    color: #fbbd5a;
    font-weight: bold;
}

.section-wrapper.second .contract-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 30px;
    width: 550px;
}

.section-wrapper.second .contract-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-wrapper.second .contract-list .law-firm-name {
    margin-right: 20px;
    font-weight: bold;
}
.section-wrapper.second .contract-list .law-firm-timer {
    display: flex;
    align-items: center;
    justify-content: right;
}

.section-wrapper.second .contract-list .law-firm-timer .day {
}

.section-wrapper.second .contract-list .law-firm-timer .time {
    display: flex;
    align-items: center;
    justify-content: right;
}
.section-wrapper.second .contract-list .law-firm-timer .time .hour-text {
}
.section-wrapper.second .contract-list .law-firm-timer .time .minute-text {
}
.section-wrapper.second .contract-list .law-firm-timer .time .hour {
}
.section-wrapper.second .contract-list .law-firm-timer .time .hour:before {
    display: inline-block;
    content: ":";
    width: 2px;
    height: auto;
    margin: 0 10px;
}
.section-wrapper.second .contract-list .law-firm-timer .time .minute {
}
.section-wrapper.second .contract-list .law-firm-timer .time .minute:before {
    display: inline-block;
    content: ":";
    width: 2px;
    height: auto;
    margin: 0 10px;
}
.section-wrapper.second .contract-list .law-firm-timer .time .seconds {
}
.section-wrapper.second .contract-list .law-firm-timer .time .seconds:before {
    display: inline-block;
    content: ":";
    width: 2px;
    height: auto;
    margin: 0 10px;
}
.section-wrapper.first .wrapper-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-wrapper.first .main-image-contents {
    width: 402px;
    height: 378px;
}

.section-wrapper.first .go-scroll-img {
    width: 72px;
    height: 43px;
    cursor: pointer;
}

.section-wrapper .copy-text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    color: #fff;
    line-height: 1.3;
}

.section-wrapper .copy-text-area .title {
    font-size: 50px;
    font-weight: 800;
}

.section-wrapper.second .copy-text-area .title {
    font-size: 38px;
    line-height: 1.2;
}

.section-wrapper .copy-text-area .sub {
    font-size: 25px;
    line-height: 1.5;
}

.section-wrapper .copy-text-area .title .point {
    color: #fbbd5a;
}

#header-logo {
    display: inline-block;
    width: 185px;
    height: 51px;
}

#header-logo img {
    width: 185px;
    height: 51px;
}

.section-wrapper.third .lawyer-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.lawyer-images .lawyer-item {
    width: 355px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    padding: 0 0 30px 28px;
}

.lawyer-images .lawyer-item.active p {
    color: #fbbd5b;
}

.lawyer-images .lawyer-item .year {
    font-family: 'Pretendard';
    font-size: 37px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.lawyer-images .lawyer-item .lawyer-text {
    font-family: 'Pretendard-Light';
    font-size: 23px;
    line-height: 1.4;
    color: #fff;
}

.section-wrapper .copy-title {
    width: 700px;
    height: 50px;
    background-image: url("/images/3_05.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.001em;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.lawyer-images .lawyer-item.seven {
    background-image: url("/images/3_02.png");
}

.lawyer-images .lawyer-item.seven.active {
    background-image: url("/images/3_02_2.png");
}

.lawyer-images .lawyer-item.six {
    background-image: url("/images/3_03.png");
}

.lawyer-images .lawyer-item.six.active {
    background-image: url("/images/3_03_2.png");
}

.lawyer-images .lawyer-item.five {
    background-image: url("/images/3_04.png");
}

.lawyer-images .lawyer-item.five.active {
    background-image: url("/images/3_04_2.png");
}

.section-wrapper.third .portfolio-footer-title {
    font-family: 'esamanru-bold';
    font-size: 20px;
    color: #fbbd5a;
}
.swiper-wrapper {
    transition-timing-function: linear;
}
.section-wrapper.third .companies {
    width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-wrapper.fourth .wrapper-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.section-wrapper.fourth .message-box.a {
    background-image: url("/images/4_02.png");
}

.section-wrapper.fourth .message-box.b {
    background-image: url("/images/4_02_2.png");
}

.section-wrapper.fourth .message-box.c {
    background-image: url("/images/4_02_3.png");
}

.section-wrapper.fourth .message-box {
    width: 440px;
    height: 548px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-wrapper.fourth .message-box .company-message {
    width: 100%;
    height: 100%;
    padding: 244px 0 236px 123px;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.section-wrapper.fourth .answer-box {
    width: 803px;
    height: 548px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-wrapper.fourth .answer-box .box-title {
    font-size: 45px;
    font-weight: bold;
    color: #fbbd5a;
}

.section-wrapper.fourth .answer-box .answer-message {
    width: 803px;
    height: auto;
    background-image: url("/images/4_03.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 803px 100%;
    padding: 50px 0 80px 70px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.section-wrapper.fourth .companies {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-wrapper.fourth .companies li.active {
    background-image: url("/images/4_05.png");
}

.section-wrapper.fourth .companies li {
    width: 257px;
    height: 83px;
    font-size: 25px;
    line-height: 83px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-image: url("/images/4_04.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-wrapper.fifth .wrapper-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.section-wrapper.fifth .copy-head-text {
    margin-bottom: 40px;
    font-family: 'Cafe24';
    font-size: 80px;
    color: #fff;
    font-style: italic;
}

.section-wrapper.fifth .copy-body-text {
    margin-bottom: 60px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.section-wrapper.fifth .copy-body-text .point {
    color: #fbbd5a;
    font-weight: bold;
}

.section-wrapper.sixth .wrapper-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #fff;
    margin-bottom: 75px;
}

.section-wrapper.sixth .wrapper-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 85px;
}

.section-wrapper.sixth .wrapper-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-wrapper.sixth .wrapper-header-title {
    font-size: 45px;
    font-weight: bold;
}

.section-wrapper.sixth .explain {
    font-family: 'Pretendard-Light';
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
}

.section-wrapper.sixth .form-wrap {
    width: 571px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.section-wrapper.sixth .form-wrap .input-box {
    display: flex;
    flex-direction: column;
}

.section-wrapper.sixth .form-wrap .input-box .input-label {
    font-size: 20px;
    color: #fff;
    margin: 0 0 12px 10px;
}

.section-wrapper.sixth .form-wrap .input-box .input-label::after {
    display: inline-block;
    content: "*";
    font-size: 20px;
    color: #fbbd5a;
    margin-left: 5px;
}

.section-wrapper.sixth .form-wrap .input-box input {
    width: 100%;
    height: 65px;
    border-radius: 4px;
    background-color: #4b4e54;
    color: #c9cacc;
    font-size: 20px;
    border: none;
    padding-left: 26px;
}

.section-wrapper.sixth .form-wrap .input-box input:focus {
    outline: none;
}

.section-wrapper.sixth .inquiry-btn:hover {
    background-image: url("/images/7_01.png");
}

.section-wrapper.sixth .inquiry-btn {
    display: inline-block;
    width: 253px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    color: #fbbd5a;
    font-weight: bold;
    background-image: url("/images/7_02.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}


@media screen and (max-width: 800px) {

    #contents {
        min-width: 360px;
    }

    .section-wrapper {
        height: calc(100vh - 55px);
    }
    .section-wrapper .wrapper-inner {
        min-width: 360px;
    }

    .section-wrapper.first {
        background-image: url("/images/mobile/1/04.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .scroll-box {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 35px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .scroll-box .next-btn {
        width: 30px;
        object-fit: contain;
        cursor: pointer;
    }
    .contents-footer {
        width: 100%;
        aspect-ratio: 5.4;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .contents-footer .icon {
        display: inline-block;
        width: 50%;
        height: 100%;
    }
    .contents-footer .icon img {
        width: 100%;
        object-fit: contain;
    }

    .section-wrapper.first .wrapper-inner {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #header-logo img {
        width: 104px;
        height: 24px;
    }
    .section-wrapper.fourth .wrapper-body {
        flex-direction: column;
        justify-content: flex-start;
        padding-top: calc(100vh * 0.1);
    }
    .section-wrapper.first .wrapper-body {
        justify-content: flex-start;
        padding-top: calc(100vh * 0.1);
    }
    .section-wrapper.first .wrapper-body {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 54px;
    }
    .section-wrapper.first .main-image-contents {
        width: 169px;
        height: 151px;
    }
    .section-wrapper .copy-text-area {
        gap: 28px;
        align-items: center;
        text-align: center;
    }
    .section-wrapper .copy-text-area .title {
        font-size: 23px;
        font-weight: 800;
    }
    .section-wrapper .copy-text-area .sub {
        font-size: 14px;
    }

    .contents-header {
        position: fixed;
        top: 20px;
        left: 20px;
    }
    #header-logo {
        width: 104px;
        height: 24px;
    }

    .section-wrapper.second {
        background-image: url(/images/mobile/2/01.png);
    }
    /*.section-wrapper {
        height: calc(100vh - 53px);
    }*/

    .section-wrapper.second .copy-text-area .title {
        font-size: 23px;
        line-height: 1.3;
    }
    .section-wrapper.second .wrapper-inner {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
    }
    .section-wrapper.second .wrapper-body {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 75px;
        padding: calc(100vh * 0.2) 20px 0;
    }

    .section-wrapper.second .contract-details-box {
        gap: 22px;
        font-size: 14px;
        color: #fff;
        line-height: 1.4;
    }
    .section-wrapper.second .contract-list {
        gap: 22px;
        font-size: 15px;
        width: 300px;
    }
    .section-wrapper.second .contract-list .law-firm-timer {
        gap: 0;
    }
    .section-wrapper.second .contract-list .law-firm-timer .time .hour {
    }
    .section-wrapper.second .contract-list .law-firm-timer .time .hour:before {
        display: inline-block;
        content: ":";
        width: 2px;
        height: auto;
        margin: 0 4px;
    }
    .section-wrapper.second .contract-list .law-firm-timer .time .minute {
    }
    .section-wrapper.second .contract-list .law-firm-timer .time .minute:before {
        display: inline-block;
        content: ":";
        width: 2px;
        height: auto;
        margin: 0 4px;
    }
    .section-wrapper.second .contract-list .law-firm-timer .time .seconds {
    }
    .section-wrapper.second .contract-list .law-firm-timer .time .seconds:before {
        display: inline-block;
        content: ":";
        width: 2px;
        height: auto;
        margin: 0 4px;
    }
    .section-wrapper.second .contract-list .law-firm-name {
        margin-right: 0;
    }

    .lawyer-images .lawyer-item {
        width: 253px;
        height: 112px;
        gap: 12px;
        padding: 0 0 18px 25px;
    }

    .section-wrapper.third .lawyer-images {
        flex-direction: column;
        gap: 22px;
        margin-bottom: 30px;
    }
    .lawyer-images .lawyer-item .lawyer-text {
        font-size: 10px;
    }

    .lawyer-images .lawyer-item.seven {
        background-image: url("/images/mobile/3/02.png");
    }

    .lawyer-images .lawyer-item.seven.active {
        background-image: url("/images/mobile/3/02_2.png");
    }

    .lawyer-images .lawyer-item.six {
        background-image: url("/images/mobile/3/03.png");
    }

    .lawyer-images .lawyer-item.six.active {
        background-image: url("/images/mobile/3/03_2.png");
    }

    .lawyer-images .lawyer-item.five {
        background-image: url("/images/mobile/3/04.png");
    }

    .lawyer-images .lawyer-item.five.active {
        background-image: url("/images/mobile/3/04_2.png");
    }

    .lawyer-images .lawyer-item .year {
        font-size: 18px;
    }

    .section-wrapper .copy-title {
        width: 330px;
        height: 18px;
        background-image: url(/images/mobile/3/05.png);
        background-size: contain;
        font-size: 18px;
        margin-top: 30px;
    }

    .section-wrapper.third #portfolio {
        width: 100%;
     /*   margin-bottom: 120px;*/
    }
    .section-wrapper.third #portfolio img {
        width: 100%;
    }
    .section-wrapper.third {
    }
    .section-wrapper.third .wrapper-body {
        height: 100%;
        justify-content: flex-start;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        background-image: url(/images/mobile/3/01.png);
        gap: 0;
        padding: 100px 35px 0;
    }
    .section-wrapper.third .portfolio-footer-title {
        font-family: 'esamanru-bold';
        color: #fbbd5a;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: left;
        font-size: 10px;
        margin-bottom: 20px;
    }

    .section-wrapper.fourth .message-box {
        width: 300px;
        height: 245px;
        margin-left: 15%;
        margin-bottom: 10px;
    }
    .section-wrapper.fourth .message-box.a {
        background-image: url(/images/mobile/4/01.png);
    }
    .section-wrapper.fourth .message-box.b {
        background-image: url(/images/mobile/4/01_2.png);
    }
    .section-wrapper.fourth .message-box.c {
        background-image: url(/images/mobile/4/01_3.png);
    }
    .section-wrapper.fourth .message-box .company-message {
        padding: 155px 0 0 75px;
        font-size: 13px;
        line-height: 1.3;
    }
    .section-wrapper.fourth .box-title {
        font-size: 23px;
        font-weight: bold;
        color: #fbbd5a;
        margin-bottom: 25px;
        letter-spacing: -1px;
    }
    .section-wrapper.fourth .answer-box {
        width: 330px;
        height: auto;
        gap: 13px;
    }
    .section-wrapper.fourth .answer-box .answer-message {
        width: 330px;
        height: auto;
        background-image: url(/images/mobile/4/02.png);
        background-size: 330px 100%;
        padding: 20px 20px 50px;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }
    .section-wrapper.fourth .companies li {
        width: 96px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        background-image: url(/images/mobile/4/04.png);
    }
    .section-wrapper.fourth .companies li.active {
        background-image: url(/images/mobile/4/03.png);
    }
    .section-wrapper.fifth {
        background-image: url(/images/mobile/5/01.png);
    }
    .section-wrapper.fifth .copy-head-text {
        margin-bottom: 38px;
        font-size: 40px;
    }
    .section-wrapper.fifth .copy-body-text {
        margin-bottom: 44px;
        font-size: 18px;
    }
    .section-wrapper.sixth .wrapper-header-title {
        font-size: 23px;
    }
    .section-wrapper.sixth .explain {
        font-size: 12px;
    }
    .section-wrapper.sixth .form-wrap .input-box input {
        width: 100%;
        height: 36px;
        font-size: 11px;
        padding-left: 20px;
    }
    .section-wrapper.sixth .form-wrap {
        width: 100%;
        padding: 25px;
        gap: 18px;
    }
    .section-wrapper.sixth .form-wrap .input-box .input-label {
        font-size: 11px;
        margin: 0 0 7px 5px;
    }
    .section-wrapper.sixth .wrapper-header {
        gap: 20px;
        margin-bottom: 18px;
    }
    .section-wrapper.sixth .wrapper-body {
        margin-bottom: 13px;
    }
    .section-wrapper.sixth .inquiry-btn {
        width: 134px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        background-image: url(/images/mobile/6/02.png);
    }
    .section-wrapper.sixth .inquiry-btn:hover {
        background-image: url(/images/mobile/6/03.png);
    }
    .section-wrapper.sixth .inquiry-btn.active {
        background-image: url(/images/mobile/6/03.png);
    }
    .section-wrapper.fifth .copy-title {
        width: 100%;
        height: 20px;
        background-image: url(/images/mobile/5/02.png);
        background-size: contain;
        font-size: 20px;
    }
}


































