@charset "utf-8";


@media screen and (max-width: 1600px) {
    html {
        font-size: 15px;
    }


    #hd {
        min-width: 768px;
        overflow: hidden;
    }

    #wrapper {
        overflow: hidden;
    }

    .section1  img {
        width: 100%;
    }

    .section2  img {
        width: 100%;
    }

    .section3  img {
        width: 100%;
    }

    .section4  img {
        width: 100%;
    }

    .section1-logo {
        position: absolute;
        top: 31.2%;
        left: 12%;
        width: 39.2%;
    }


    .section1-txt1 > img {
        width: 100%;

    }


    .section1-txt2 > img {
        width: 100%;

    }

    .section2-txt1 {
        position: absolute;
        top: 13.2%;
        width: 36.3%;
        z-index: 11;
    }

    .section2-dot {
        position: absolute;
        top: 21%;
	width: 0.45%;
    }

    .section2-txt2 {
        position: absolute;
        top: 26.9%;
        width: 25.2%;
        z-index: 11;
    }


    .section2-bottom {
        position: absolute;
        width: 100%;
    }

    .section2-bottom > img {
        width: 100%;
    }

    .section3-txt1 {
        position: absolute;
        top: 19.5%;
        left: 12.9%;
        width: 18.45%;
        z-index: 11;
    }

    .section3-txt2 {
        position: absolute;
        top: 27.5%;
        left: 12.9%;
        width: 21.7%;
        z-index: 11;
    }
    

    .more-txt {
        color: #fff;
        font-family: 'Pretendard-Regular';
        font-size: 13px;
    }

    .more-view-btn {
        background-color: #3e3333;
        width: 64px;
        height: 64px;
        border-radius: 32px;
        line-height: 64px;
        text-align: center;
        color: #fff;
        opacity: 0.3;
        margin-left: -22px;
    }

    .more-view-btn:hover {
        opacity: 0.8;
    }

    /* contact-section */

    #ft {
        width: 100%;
        min-width: 768px;
    }

    .ft_wrapper {
        margin: 0 auto;
        display: flex;
    }


    .m-ft_wrapper {
        display: none;
    }


    .cont-label {
        font-family: 'Pretendard-Medium';
        font-size: 1.437rem;
        line-height: 28pt;
        color: #463225;
    }

    .cont-t-label {
        font-family: 'Pretendard-Medium';
        font-size: 1.437rem;
        line-height: 28pt;
        color: #463225;
    }

    .cont-txt {
        font-family: 'Pretendard-Regular';
        color: #151515;
        font-size: 1.3125rem;
        margin-left: 1.5rem;
        letter-spacing: -0.4px;
    }

    .cont-time-label {
        font-size: 21.74px;
        font-family: 'Pretendard-Bold';
        line-height: 35px;
    }

    .cont-txt1 {
        font-size: 21.74px;
        font-family: 'Pretendard-Bold';
        line-height: 35px;
    }

    .cont-t-txt1 {
        font-size: 1.35875rem;
        font-family: 'Pretendard-Bold';
        line-height: 2.1875rem;
        margin-left: 1.43rem;
        margin-top: 3px;
        display: inline-block;
    }

    .cont-t-txt2 {
        font-size: 1.35875rem;
        font-family: 'Pretendard-Regular';
        line-height: 2.1875rem;
        margin-left: 0.875rem;
        margin-top: 3px;
        letter-spacing: -0.05px;
    }

    .cont-t-txt3 {
        font-size: 1.35875rem;
        font-family: 'Pretendard-Regular';
        line-height: 1.7rem;
        margin-left: 0rem;
        margin-top: 3px;
        letter-spacing: -0.1px;
    }

    .cont-t-hl {
        font-family: 'Pretendard-SemiBold';
        background-color: #463225;
        color: #fff;
        border-radius: 5px;
        margin-left: 6px;
        font-size: 1.06rem;
        line-height: 2.1875rem;
        text-align: center;
        padding: 2px 5px;
        letter-spacing: -0.9px
    }

    .cont-t-hl-s {
        font-family: 'Pretendard-SemiBold';
        background-color: #474747;
        color: #fff;
        border-radius: 5px;
        margin-left: 6px;
        font-size: 0.81rem;
        line-height: 1.23rem;
        text-align: center;
        padding: 2px 5px;
        letter-spacing: -1.1px
    }

    .cont-txt-hl1 {
        font-family: 'Pretendard-SemiBold';
        font-size: 1.35rem;
        color: #463225; 
        margin-left: 2px;
        letter-spacing: -0.5px;
    }

    .cont-txt-hl2 {
        font-family: 'Pretendard-SemiBold';
        font-size: 1.35rem;
        color: #463225; 
        letter-spacing: -0.5px;
    }


    .cont-hp {
        font-family: 'Pretendard-Medium';
        font-size: 1.4375rem;
        line-height: 1.7rem;
        color: #463225;
        position: absolute;
        left: 58.12%;
        top: 70.69%;
        display: flex;
        align-items: start;
    }

    .cont-hp-txt1 {
        color: #463225;
    }

    .cont-hp-txt2 {
        color: #000;
        font-size: 2.81rem;
        margin-left: 17px;
        margin-top: 5px;
        letter-spacing: -1px;
    }

    .cont-ex {
        color: #000;
        font-family: 'Pretendard-Light';
        font-size: 0.97rem;
        position: absolute;
        left: 6.43rem;
        top: 100%;
        letter-spacing: -0.7px;
    }
} /* 1600 max-width */


@media screen and (max-width: 1480px) {
    .section4-wrapper {
        aspect-ratio: 1480 / 982;
        height: auto;
    }


    .section-contact {
        aspect-ratio: 1480 / 918;
    }

    .contact-wrapper {
        min-height: auto;
    }

} /* 1480 max-width */










