.page1{
    background: url("../img/brand/page1-bg.png");
    background-position: center center !important;
    background-size: cover !important;
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}
.page1 .flex-wrap{
    max-width: 1280px;
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}
.page1 .flex-wrap .title-wrap{
    width: 425px;
    color: #000;
    font-family: 'GmarketSansMedium';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 90px */
    letter-spacing: -1.8px;
}
.page1 .flex-wrap .title-wrap svg{
    margin-bottom: 15px;
}
.page1 .flex-wrap .title-wrap .accent{
    color: #000;
    font-family: 'Gmarket Sans';
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.8px;
    background: rgba(185, 170, 109, 0.65);
    padding: 15px 20px 4px;
    display: inline-block;
}
.page1 .flex-wrap .txt-wrap{
    color: #505050;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 31.9px */
    letter-spacing: -0.55px;
}
.page1 .flex-wrap .txt-wrap strong{
    color: var(--Green-light, #11624A);
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: -0.55px;
}
.page1 .flex-wrap .txt-wrap .accent{
    color: var(--Green, #19493B);
    font-family: 'Nanum Myeongjo', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%; /* 40px */
    letter-spacing: -0.8px;
    margin: 20px 0;
}
.page1 .bottom-wrap{
    background: var(--Green-light, #11624A);
    padding: 75px 0 105px;
    margin-top: 65px;
}
.page1 .bottom-wrap .txt-wrap{
    text-align: left;
    max-width: 1280px;
    width: 92%;
    margin: 0 auto;
}
.page1 .bottom-img{
    width: 64%;
    position: absolute;
    bottom: 0;
    right: 1%;
}
.page2{
    background: var(--Green, #19493B);
    padding: 80px 0;
}
.page2 .tit{
    color: #FFF;
    font-family: 'GmarketSansMedium';
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 72.8px */
    letter-spacing: -1.4px;
    text-align: center;
    margin-bottom: 40px;
}
.page2 .history-container{
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.page2 .history-container .history-wrap{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.page2 .history-container .history-wrap:nth-child(1),
.page2 .history-container .history-wrap:nth-child(3){
    width: 170px;
}
.page2 .history-container .history-wrap:nth-child(2){
    width: calc(100% - 400px)
}
.page2 .history-container .history-wrap .year{
    color: var(--Green, #19493B);
    font-family: 'Gmarket Sans';
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.7px;
    padding: 10px 20px 8px;
    background: linear-gradient(270deg, #B9AA6D 80%, rgba(185, 170, 109, 0.00) 100%);
    clip-path: polygon(
            0 0,            /* 좌상 */
            calc(100% - 30px) 0, /* 우상 - 세모 시작 */
            100% 50%,       /* 우중 - 세모 끝점 */
            calc(100% - 30px) 100%, /* 우하 - 세모 시작 */
            0 100%          /* 좌하 */
    );
}
.page2 .history-container .history-wrap .year span{
    position: relative;
    left: -2%;
}
.page2 .history-container .history-wrap .data-wrap{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 10px;
}
.page2 .history-container .history-wrap .data-wrap .line{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
}
.page2 .history-container .history-wrap .data-wrap .line .date{
    width: 28%;
    color: var(--Yellowgreen, #B9AA6D);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.4px;
    text-align: left;
}
.page2 .history-container .history-wrap .data-wrap .line .val{
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.4px;
    text-align: left;
    width: 72%;
}

.page2 .history-container .history-wrap .data-container{
    display: flex;
    gap: 25px;
}
.page2 .history-container .history-wrap .data-container .data-wrap{
    width: 25%;
}
.page2 .history-container .history-wrap .mobile-history{
    display: none;
}
.page3{
    background: url("../img/brand/page3-bg.png");
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}
.page3 .tit{
    color: var(--Yellowgreen, #B9AA6D);
    font-family: 'GmarketSansLight';
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 72.8px */
    letter-spacing: -1.4px;
    text-align: center;
}
.page3 .tit strong{
    font-family: 'Gmarket Sans';

}
.page3 .box-wrap{
    max-width: 1280px;
    width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 40px auto;
    border-radius: 20px;
    background: var(--Green, #19493B);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.page3 .box-wrap img{
    max-width: 400px;
    width: 35%;
}
.page3 .box-wrap p{
    color: #B9AA6D;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
    letter-spacing: -0.6px;
    padding-right: 20px;
}
.page3 .pc-content{
    max-width: 1280px;
    width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.page3 .pc-content .left-wrap{
    width: 47%;
    text-align: left;
    position: relative;
    z-index: 2;
}
.page3 .pc-content .left-wrap img{
    width: 260px;
}
.page3 .pc-content .left-wrap .txt{
    color: #FFF;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 31.9px */
    letter-spacing: -0.55px;
    border-top: 1px solid var(--Yellowgreen, #B9AA6D);
    padding-top: 40px;
    margin-top: 40px;

}
.page3 .pc-content .right-wrap{
    width: 53%;
    position: relative;
    z-index: 2;
    padding-top: 5%;
}
.page3 .pc-content .right-wrap img{
    width: 100%;
    margin-bottom: 30px;
}
.page3 .pc-content .right-wrap .txt{
    color: var(--Yellowgreen, #B9AA6D);
    font-family: 'GmarketSansMedium';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.7px;
    text-align: center;
}
.page3 .mo-content{
    display: none;
}
.slide-content{
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}
.slide-content .tit{
    font-family: 'GmarketSansMedium';
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 72.8px */
    letter-spacing: -1.4px;
    text-align: center;
}
.page4{
    background: var(--Green-light, #11624A);
}
.page5{
    background: #F3F0E8;
}
.page4 .tit{
    color: var(--Yellowgreen, #B9AA6D);
}
.page5 .tit{
    color: var(--Green, #19493B);
}

.slide-content .tit strong{
    font-family: 'Gmarket Sans';
}
.slide-content .talk-wrap{
    position: absolute;
    width: 92%;
    max-width: 1280px;
    top: 70px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}
.slide-content .talk-wrap img{
    width: 320px;
}
.slide-content .slide-container{
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.slide-content .slide-container img{
    width: 100%;
}
.slide-content .slide-container .navi-wrap{
    position: absolute;
    width: 75%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    top: calc(50% - 30px);
    left: 12.5%;
}
.slide-content .slide-container .navi-wrap img{
    width: 60px;
    cursor: pointer;
}

@media(max-width: 1300px) {
    .page1 .flex-wrap .title-wrap{
        width: 370px;
        font-size: 60px;
        text-align: center;
    }
    .page1 .flex-wrap .title-wrap svg{
        width: 100%;
    }
    .page1 .flex-wrap{
        align-items: center;
    }
    .page1 .bottom-wrap {
        padding: 55px 0 85px;
    }
    .page2 .history-container{
        gap: 40px;
    }
}
@media(max-width: 1280px) {
    .page2 .history-container{
        flex-wrap: wrap;
    }
    .page2 .history-container .history-wrap{
        width: 100% !important;
        gap: 30px;
    }
    .page2 .history-container .history-wrap .data-wrap{
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }
    .page2 .history-container .history-wrap .data-wrap .line{
        width: calc((100% - 80px) / 5);
    }
    .page2 .history-container .history-wrap .data-wrap .line .date,
    .page2 .history-container .history-wrap .data-wrap .line .val{
        font-size: 18px;
    }
    .page2 .history-container .history-wrap .data-container{
        display: none;
    }
    .page2 .history-container .history-wrap .mobile-history{
        display: flex;
    }
    .page3 .box-wrap p{
        font-size: 20px;
    }
    .page3 .pc-content .left-wrap .txt{
        font-size: 20px;
    }
    .page3 .pc-content .left-wrap img {
        width: 240px;
    }
    .page3 .pc-content .right-wrap .txt{
        font-size: 25px;
    }
}
@media(max-width: 1250px) {
    .slide-content .talk-wrap {
        width: 95%;
    }
    .slide-content .talk-wrap img{
        width: 28%;
    }
}
@media(max-width: 1200px) {
    .page1{
        padding-top: 160px;
    }
    .page1 .flex-wrap .title-wrap {
        width: 270px;
        font-size: 40px;
        text-align: center;
    }
    .page1 .flex-wrap .title-wrap svg{
        margin-bottom: 0;;
    }
    .page1 .flex-wrap .title-wrap .accent{
        font-size: 50px;
        padding: 9px 12px 2px;
    }
    .page1 .flex-wrap .txt-wrap{
        font-size: 20px;
    }
    .slide-content .slide-container .navi-wrap{
        top: calc(50% - 25px);
    }
    .slide-content .slide-container .navi-wrap img{
        width: 50px;
    }
    .slide-content .talk-wrap {
        width: 100%;
    }
    .slide-content .talk-wrap img {
        width: 26%;
    }
    .slide-content .slide-container{
        margin-top: 60px;
    }
}
@media(max-width: 1150px) {
    .page2 .history-container .history-wrap .data-wrap .line {
        width: calc((100% - 60px) / 4);
    }
    .page3 .box-wrap p {
        font-size: 18px;
    }
    .page3 .pc-content .left-wrap img {
        width: 220px;
    }
    .page3 .pc-content .left-wrap .txt {
        font-size: 18px;
        padding-top: 30px;
        margin-top: 30px;
    }
    .page3 .pc-content .right-wrap{
        padding-top: 7%;
    }
    .page3 .pc-content .right-wrap .txt {
        font-size: 23px;
    }
}
@media(max-width: 1024px) {
    .page1 .flex-wrap .txt-wrap{
        word-break: keep-all;
    }
    .page1 .flex-wrap .title-wrap {
        width: 230px;
        font-size: 32px;
    }
    .page1 .flex-wrap .title-wrap .accent {
        font-size: 40px;
        padding: 9px 12px 2px;
    }
    .page1 .flex-wrap .title-wrap svg {
        margin-bottom: -10px;
    }
    .page1 .bottom-wrap {
        padding: 40px 0 65px;
    }
    .page1 .bottom-wrap .txt-wrap svg{
        width: 120px;
    }
    .page1 .bottom-img {
        width: 70%;
    }
    .page2 .history-container .history-wrap .data-wrap .line .date, .page2 .history-container .history-wrap .data-wrap .line .val {
        font-size: 16px;
    }
    .page2 .tit,
    .page3 .tit,
    .page4 .tit,
    .page5 .tit {
        font-size: 45px;
    }
    .page3 .box-wrap img {
        max-width: 400px;
        width: 32%
    }
    .page3 .box-wrap p {
        font-size: 17px;
    }
    .page3 .pc-content .left-wrap img {
        width: 200px;
    }
    .page3 .pc-content .left-wrap .txt {
        font-size: 16px;
        padding-top: 30px;
        margin-top: 30px;
    }
    .page3 .pc-content .right-wrap{
        padding-top: 7%;
    }
    .page3 .pc-content .right-wrap .txt {
        font-size: 21px;
    }

}

@media(max-width: 900px) {
    .page1 .flex-wrap{
        flex-wrap: wrap;
    }
    .page1 .flex-wrap .title-wrap{
        width: 100%;
        font-size: 52px;
    }
    .page1 .flex-wrap .title-wrap svg {
        width: 310px;
        display: block;
        margin: 0 auto 10px;
    }
    .page1 .flex-wrap .title-wrap .accent {
        font-size: 50px;
        padding: 9px 12px 2px;
    }
    .page1 .flex-wrap .txt-wrap{
        text-align: center;
        width: 100%;
        font-size: 22px;
    }
    .page1 .flex-wrap .txt-wrap .accent{
        font-size: 35px;
    }
    .page1 .bottom-wrap{
        margin-top: 120px;
        padding: 30px 0 15px;

    }
    .page1 .bottom-wrap .txt-wrap svg {
        width: 60px;
        height: 150px;
    }
    .page1 .bottom-img {
        width: 75%;
    }
    .page2 .history-container .history-wrap .data-wrap .line {
        width: calc((100% - 40px) / 3);
    }
    .page3 .box-wrap{
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
    }
    .page3 .box-wrap img{
        width: 250px;
        margin-bottom: 20px;
    }
    .page3 .box-wrap .txt{
        width: 100%;
        text-align: center;
        word-break: keep-all;
        padding-right: 0;
    }
    .page3 .box-wrap p {
        font-size: 19px;
    }
    .page3 .pc-content{
        display: none;
    }
    .page3 .mo-content{
        width: 92%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .page3 .mo-content .logo{
        width: 300px;
    }
    .page3 .mo-content .img{
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 40px auto 20;
    }
    .page3 .mo-content .tit{
        padding: 40px 0;
        border-top: 1px solid var(--Yellowgreen, #B9AA6D);
        color: var(--Yellowgreen, #B9AA6D);
        font-family: 'GmarketSansMedium';
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 26px */
        letter-spacing: -0.5px;
    }
    .page3 .mo-content .txt{
        color: #FFF;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%; /* 23.2px */
        letter-spacing: -0.4px;
        word-break: keep-all;
    }
    .slide-content .talk-wrap{
        position: unset;
        transform: none;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 40px auto 0;
        max-width: 600px;
        width: 92%;
    }
    .slide-content .talk-wrap img {
        width: 320px;
    }
    .slide-content .talk-wrap img.left{
        margin-left: auto;
        margin-top: -40px;
    }
    .slide-content .slide-container{
        margin-top: 0;
    }
}
@media(max-width: 768px) {
    .page1 {
        padding-top: 130px;
    }
    .page1 .bottom-wrap {
        margin-top: 120px;
        padding: 80px 0 20px;
    }
    .page1 .bottom-img {
        width: 95%;
        right: -28%;
    }

    .page2 .history-container .history-wrap .year{
        font-size: 25px;
    }
    .page2 .history-container{
        width: 92%;
    }
    .page2 .history-container .history-wrap .data-wrap .line {
        width: calc((100% - 20px) / 2);
    }
    .page3{
        padding: 60px 0;
    }
    .page2 .tit,
    .page3 .tit,
    .page4 .tit,
    .page5 .tit{
        font-size: 40px;
    }
    .page3 .mo-content .logo{
        width: 250px;
    }
    .page3 .mo-content .tit{
        font-size: 25px;
    }
    .page3 .mo-content .txt{
        font-size: 18px;
    }
    .slide-content .talk-wrap{
        margin: 20px auto 0;
    }
    .slide-content .talk-wrap img.left {
        margin-left: auto;
        margin-top: -70px;
        margin-bottom: -20px;
    }
}
@media(max-width: 600px) {
    .page1 .bottom-img {
        width: 130%;
        right: -53%;
    }
}
@media(max-width: 480px) {
    .page1 .flex-wrap .title-wrap {
        font-size: 40px;
    }
    .page1 .flex-wrap .title-wrap svg {
        width: 250px;
        display: block;
        margin: 0 auto 0px;
    }
    .page1 .flex-wrap .title-wrap .accent {
        font-size: 40px;
        padding: 7px 9px 0px;
    }
    .page1 .flex-wrap .txt-wrap{
        font-size: 18px;
    }
    .page1 .flex-wrap .txt-wrap .accent {
        font-size: 28px;
    }
    .page1 .bottom-wrap .txt-wrap svg {
        width: 30px;
        height: 30px;
    }
    .page1 .bottom-img {
        width: 116%;
        right: -46%
    }
    .page2 .history-container .history-wrap .year{
        font-size: 20px;
    }
    .page2 .history-container .history-wrap .data-wrap .line .date, .page2 .history-container .history-wrap .data-wrap .line .val {
        font-size: 14px;
    }
    .page3{
        padding: 40px 0;
    }
    .page2 .tit,
    .page3 .tit,
    .page4 .tit,
    .page5 .tit{
        font-size: 32px;
    }
    .page3 .box-wrap{
        padding: 20px;
    }
    .page3 .box-wrap img{
        width: 100%;
    }
    .page3 .box-wrap .txt{
        font-size: 16px;
    }
    .page3 .mo-content .tit{
        font-size: 20px;
    }
    .page3 .mo-content .txt{
        font-size: 16px;
        text-align: left;
    }
    .slide-content .talk-wrap{
        width: 106%;
    }
}
