.template{ background-color: #f2f3f6; }

.template .video {
    position: relative;
    height: 100vh;
    color: #fff;
}

.template .video p {
    font-family: 'Roboto','Pretendard';
    font-size: 18px;
    letter-spacing: 0.025em;
    color: #ffffff;
    line-height: calc(30/18);
    position: absolute;
    z-index: 2;
    text-transform: uppercase;
}

.template .video p.lp {
    left: calc(77/1920*100%);
    top: calc(58/980*100%);
}

.template .video p.rp {
    right: calc(77/1920*100%);
    top: calc(58/980*100%);
    font-style: italic;
}

.template .video h3 {
    font-size: 177px;
    letter-spacing: -0.025em;
    position: absolute;
    right: calc(77/1920*100%);
    bottom: calc(65/980*100%);
    z-index: 2;
    font-family: 'Pretendard';
    font-weight: 300;
    display: flex;
}

.template .video h3 span {
    height: 1em;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
}
.template .video h3 span i {
    display: inline-block;
}


.template .video .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.template .video .video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.template .video .video iframe {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
    width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
}

@media screen and (max-width:1280px) {
    .template .video p {
        font-size: 14px;
    }
    .template .video h3 {
        font-size: 117px;
    }
}

@media screen and (max-width:820px) {
    .template .video p {
        font-size: 14px;
    }
    .template .video h3 {
        font-size: 67px;
    }
}

@media screen and (max-width:480px) {
    .template .video p {
        font-size: 12px;
    }
    .template .video h3 {
        font-size: 47px;
    }
}


/*  */

.template .color-section01 {
    background: #000;
    padding: 225px 0 320px;
    color: #fff;
}

.template .color-section01 .wrap {
    max-width: 1600px;
    margin: 0 auto;
    width: 95%;
}

.template .color-section01 .tit {
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.template .color-section01 .tit dt {
    font-weight: 500;
    font-size: 136px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-family: 'Roboto';
}
.template .color-section01 .tit dd {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-family: 'Roboto', 'Pretendard';
    font-weight: 400;
}
.template .color-section01 .tit dd p span{ color: #ff4393; }
.template .color-section01 .tit dd p {
    font-size: 35px;
    letter-spacing: -0.025em;
    color: #f3f3f3;
}

.template .color-section01 .tbx {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 50%;
    margin-left: auto;
}
.template .color-section01 .tbx dl {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.template .color-section01 .tbx dl dt {
    font-size: 20px;
    letter-spacing: 0.025em;
    font-family: "Roboto";
    font-weight: 500;
}
.template .color-section01 .tbx dl dd {
    line-height: calc(31/18);
    color: #c6c6c6;
    letter-spacing: -0.025em;
    font-size: 18px;
    font-weight: 300;
    font-family: "Pretendard";
    word-break: keep-all;
}
.template .color-section01 .tbx a {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #ff9643;
    font-weight: 300;
    display: inline-flex;
    width: calc(175/18*1em);
    height: calc(50/18*1em);
    border-radius: 100px;
    border: 1px solid #ff9643;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-family: 'Geologica';
}

.template .color-section01 .mockup {
    position: relative;
    max-width: 1767px;
    width: calc(1767 / 1920* 100%);
    margin: 345px auto 0;
}
.template .color-section01 .mockup p {
    font-size: 18px;
    letter-spacing: 0.025em;
    color: #7a94d4;
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
}
.template .color-section01 .mockup p.tp {
    padding-left: calc(300*100/1920*1vw);
}
.template .color-section01 .mockup h3 {
    font-size: calc((296*100/1920)*1vw);
    width: 102%;
    line-height: 1.2;
    white-space: nowrap;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: -0.025em;
    margin-top: 55px;
    /* background: rgb(209,41,41); */
    background: linear-gradient(112deg, #759bef 0%, #ff9b4b 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: rgb(29,37,105); */

}
.template .color-section01 .mockup .poa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}
.template .color-section01 .mockup .bp {
    text-align: right;
    margin-top: 105px;
    padding-right: calc(380*100/1920*1vw);
}


@media screen and (max-width:1280px) {
    .template .color-section01 .tit dt {
        font-size: 96px;
    }
    .template .color-section01 .tbx {
        width: 60%;
    }
    .template .color-section01 .tit dd p {
        font-size: 25px;
    }
    .template .color-section01 .tbx dl dt {
        font-size: 18px;
    }
    .template .color-section01 .tbx dl dd {
        font-size: 16px;
    }
    .template .color-section01 .tbx a {
        font-size: 16px;
    }

    .template .color-section01 .mockup p {
        font-size: 16px;
    }

}

@media screen and (max-width:820px) {

    .template .color-section01 {
        padding: 155px 0 200px;
    }

    .template .color-section01 .tit dt {
        font-size: 66px;
    }

    .template .color-section01 .tit dd p {
        font-size: 18px;
    }
    
    .template .color-section01 .tbx {
        width: 70%;
    }

    .template .color-section01 .mockup {
        margin: 245px auto 0;
    }

}

@media screen and (max-width:480px) {
    
    .template .color-section01 .tit {
        gap: 35px;
    }
    .template .color-section01 .tit dt {
        font-size: 36px;
    }

    .template .color-section01 .tit dd {
        gap: 12px;
    }
    
    .template .color-section01 .tit dd p {
        font-size: 15px;
    }

    .template .color-section01 .tbx {
        width: 85%;
        gap: 30px;
    }

    .template .color-section01 .tbx dl {
        gap: 18px;
    }

    .template .color-section01 .tbx dl dd {
        font-size: 14px;
    }

    .template .color-section01 .tbx a {
        font-size: 14px;
    }


    .template .color-section01 .mockup {
        margin: 145px auto 0;
    }

    .template .color-section01 .mockup .poa {
        width: 60%;
    }

    .template .color-section01 .mockup p {
        font-size: 14px;
    }

    .template .color-section01 .mockup p.tp {
        padding-left: 2.5%;
    }

    .template .color-section01 .mockup .bp {
        padding-right: 2.5%;
    }

    

}


/*  */

.template .white-section01 {
    background: #eeeeee;
    padding: 145px 0 165px;
}

.template .white-section01 .wrap {
    max-width: 1767px;
    margin: 0 auto;
    width: calc(1767/1920*100%);
}

.template .white-section01 .keyword {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.template .white-section01 .keyword .grid {
    display: flex;
    justify-content: center;
}

/* .template .white-section01 .keyword .grid:first-of-type{ padding-left: calc(225 / 1760 * 100%); }
.template .white-section01 .keyword .grid:last-of-type{ padding-right: calc(225 / 1760 * 100%); } */

.template .white-section01 .keyword .grid .col {
    padding: 0 calc(74/50*1em);
    height: calc(142/50*1em);
    border-radius: 1000px;
    background: #2b76ff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(50*100/1920*1vw);
}

.template .white-section01 .keyword .grid .col dl {
    color: #fff;
    position: relative;
}
.template .white-section01 .keyword .grid .col dl dt {
    letter-spacing: -0.025em;
    font-family: "Roboto";
    color: #fff;
    font-weight: 400;
}
.template .white-section01 .keyword .grid .col dl dd {
    font-size: calc(16/50*1em);
    letter-spacing: -0.025em;
    color: #bfd4fc;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(45%,-50%);
    font-family: "Pretendard";
}

.template .white-section01 .keyword .grid .col.white {
    background: none;
    border: 1px solid #2b76ff;
}

.template .white-section01 .keyword .grid .col.white dl dt {
    color: #2b76ff;
}
.template .white-section01 .keyword .grid .col.white dl dd {
    color: #2b76ff;
}

.template .white-section01 .tbx {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 195px;
}
.template .white-section01 .tbx p {
    color: #ff6e17;
    letter-spacing: 0.025em;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
    padding-right: calc(50/1920*100*1vw);
}
.template .white-section01 .tbx dl {
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding-right: calc(83/1920*100*1vw);
}
.template .white-section01 .tbx dl dt {
    font-size: 69px;
    letter-spacing: -0.025em;
    font-weight: 500;
    font-family: "Roboto";
}
.template .white-section01 .tbx dl dd {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: calc(30/18);
    font-family: "Pretendard";
    word-break: keep-all;
}


@media screen and (max-width:1280px) {
    
    .template .white-section01 .keyword .grid {
        flex-wrap: wrap;
    }

    .template .white-section01 .keyword .grid .col {
        font-size: 22px;
    }

    .template .white-section01 .keyword .grid .col dl dd {
        font-size: 10px;
    }

    .template .white-section01 .tbx dl dt {
        font-size: 59px;
    }

}

@media screen and (max-width:1024px) {
    .template .white-section01 .tbx p {
        padding-right: 0;
    }
    .template .white-section01 .tbx dl {
        padding-right: 2%;
    }
}

@media screen and (max-width:820px) {
    .template .white-section01 {
        padding: 125px 0 145px;
    }
    
    .template .white-section01 .keyword {
        gap: 8px;
    }

    .template .white-section01 .keyword .grid {
        gap: 5px;
    }

    .template .white-section01 .keyword .grid .col {
        font-size: 20px;
    }

    .template .white-section01 .keyword .grid .col dl dd {
        font-size: 8px;
    }

    .template .white-section01 .tbx {
        margin-top: 135px;
    }
    .template .white-section01 .tbx p {
        font-size: 14px;
    }
    .template .white-section01 .tbx dl {
        gap: 35px;
    }
    .template .white-section01 .tbx dl dt {
        font-size: 49px;
    }
    .template .white-section01 .tbx dl dd {
        font-size: 16px;
    }
}
@media screen and (max-width:480px) {
    
    .template .white-section01 .keyword .grid .col {
        font-size: 18px;
    }
    .template .white-section01 .tbx dl dt {
        font-size: 39px;
    }
    .template .white-section01 .tbx dl dd {
        font-size: 14px;
    }

    .template .white-section01 .keyword .grid .col dl dd{ transform: translate(); }

    .template .white-section01 .keyword .grid:first-of-type{ padding-left: 0; }
    .template .white-section01 .keyword .grid:last-of-type{ padding-right: 0; }

}


/*  */


.template .color-section02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 1240px;
}

.template .color-section02 .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 555;
}

.template .color-section02 .cover div:nth-of-type(1){
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    z-index: 2;
}

.template .color-section02 .cover div:nth-of-type(2){
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c7c7c7;
}



.template .color-section02 .m-color {
    background: #759bef;
    position: relative;
}

.template .color-section02 .m-color p {
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #000000;
    position: absolute;
    font-weight: 500;
}
.template .color-section02 .m-color p.tp {
    left: calc(57/960*100%);
    top: calc(55/1240*100%);
    font-family: "Roboto";
    font-weight: 500;
}
.template .color-section02 .m-color p.rp {
    right: calc(70/960*100%);
    top: 50%;
    font-weight: 500;
    transform: translateY(-50%);
    font-family: "Roboto";
    font-style: italic;
}
.template .color-section02 .m-color p.bp {
    left: calc(55/960*100%);
    bottom: calc(60/1240*100%); 
    font-family: "Pretendard";
    color: #000000;
    line-height: calc(33/18);
}

.template .color-section02 .r-b {
    display: flex;
    flex-direction: column;
}


.template .color-section02 .r-b .font {
    width: 100%;
    position: relative;
    flex: 0 0 760px;
    background-color: #272727;
    color: #fff;
}

.template .color-section02 .r-b .font p {
    font-weight: 400;
    font-family: "Roboto";
    font-size: 18px;
    letter-spacing: -0.025em;
    position: absolute;
    top: calc(55/760*100%);
    left: calc(60/960*100%);
}

.template .color-section02 .r-b .font dl {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    gap: calc(455/115*1em);
}

.template .color-section02 .r-b .font dl dt {
    font-family: "Roboto";
    font-weight: 300;
    font-size: calc(455*100/1920*1vw);
    letter-spacing: -0.025em;
}

.template .color-section02 .r-b .font dl dd {
    font-family: "Pretendard";
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: calc(30/18);
    color: #fff;
}

.template .color-section02 .r-b .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1;
}

.template .color-section02 .r-b .color {
    background: #fe9854;
    position: relative;
    color: #000;
}
.template .color-section02 .r-b .color p {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.025em;
    position: absolute;
}
.template .color-section02 .r-b .color p.tp {
    left: calc(50/480*100%);
    top: calc(50/480*100%);
}
.template .color-section02 .r-b .color p.rp {
    top: 40%;
    transform: translateY(-50%);
    right: calc(70/480*100%);
    font-style: italic;
}
.template .color-section02 .r-b .color p.bp {
    left: calc(50/480*100%);
    bottom: calc(60/480*100%);
    font-family: "Pretendard";
    line-height: calc(33/18);
    color: #000;
}

.template .color-section02 .r-b .gradtion-color {
    position: relative;
}

.template .color-section02 .r-b .gradtion-color img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.template .color-section02 .r-b .gradtion-color p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(45/480*100%);
    font-size: calc(83*100/1920*1vw);
    letter-spacing: -0.025em;
    line-height: calc(90/83);
    font-family: "Outfit";
    z-index: 2;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width:1280px) {
    .template .color-section02 {
        height: 880px;
    }
    .template .color-section02 .m-color p {
        font-size: 16px;
    }
    .template .color-section02 .r-b .font {
        flex: 0 0 560px;
    }
    .template .color-section02 .r-b .font p {
        font-size: 16px;
    }
    .template .color-section02 .r-b .font dl dd {
        font-size: 16px;
    }
    .template .color-section02 .r-b .color p {
        font-size: 16px;
    }
}

@media screen and (max-width:820px) {
    .template .color-section02 {
        display: block;
        height: auto;
    }
    .template .color-section02 .m-color::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }
    .template .color-section02 .r-b {
        display: block;
    }
    .template .color-section02 .r-b .font {
        flex: none;
    }
    .template .color-section02 .r-b .font::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }
    .template .color-section02 .r-b .grid {
        display: flex;
    }
    .template .color-section02 .r-b .grid > * {
        flex: 1;
    }
    .template .color-section02 .r-b .grid::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }
    .template .color-section02 .r-b .gradtion-color p {
        left: calc(50/480*100%);
        transform: none;
        font-size: calc(83*100/1280*1vw);
    }
}

@media screen and (max-width:480px) {
    .template .color-section02 .m-color p,
    .template .color-section02 .r-b .font p,
    .template .color-section02 .r-b .font dl dd,
    .template .color-section02 .r-b .color p {
        font-size: 12px;
    }
}




/*  */


.template .color-section03 {
    background: #000;
    color: #fff;
    padding: 200px 0 275px;
}

.template .color-section03 .wrap {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
}

.template .color-section03 .tit {
    display: flex;
    color: #fff;
    padding-left: 30px;
}
.template .color-section03 .tit dt {
    flex: 1;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 70px;
    letter-spacing: -0.025em;
}
.template .color-section03 .tit dd {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.template .color-section03 .tit dd em {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.025em;
    color: #ff9600;
    font-family: "Roboto";
    font-weight: 400;
}
.template .color-section03 .tit dd p {
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 400;
    line-height: calc(31/18);
    color: #c6c6c6;
    font-family: "Pretendard";
    word-break: keep-all;
}

.template .color-section03 .grid {
    display: flex;
    margin-top: 210px;
}

.template .color-section03 .grid .small-tit dt {
    font-size: 20px;
    letter-spacing: -0.025em;
    font-family: "Roboto";
    font-weight: 400;
}
.template .color-section03 .grid .small-tit dd {
    font-family: "Pretendard";
    font-size: 18px;
    color: #c8c8c8;
    letter-spacing: -0.025em;
    font-weight: 400;
    margin-top: 20px;
}

.template .color-section03 .grid .hover-icon {
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.template .color-section03 .grid .hover-icon .list {
    margin-top: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template .color-section03 .grid .hover-icon .list .arrow{ position: relative; margin: 0 70px; display: flex; align-items: center; justify-content: center; }
.template .color-section03 .grid .hover-icon .list .arrow span{ display: block; margin: 0; animation: blink 2s infinite linear; }
.template .color-section03 .grid .hover-icon .list .arrow span:nth-of-type(2){ animation-delay: 0.2s; }
.template .color-section03 .grid .hover-icon .list .arrow span:nth-of-type(3){ animation-delay: 0.4s; }
.template .color-section03 .grid .hover-icon .list .bxs{ display: block; }
.template .color-section03 .grid .hover-icon .list .bxs span{ width: 86px; height: 82px; border-radius: 20px; background-color: #759bef; display: block; }
.template .color-section03 .grid .hover-icon .list .bxs span.border{ background-color: transparent; border: 1px solid rgba(255,255,255,0.28); box-sizing: border-box; margin-top: 15px; }

@keyframes blink {
    0%{ opacity: 1; }
    50%{ opacity: 0.2; }
    100%{ opacity: 1; }
}


.template .color-section03 .grid .hover-icon .list .borderbx{ padding: 15px 40px; box-sizing: border-box; border-radius: 50px; border: 1px solid #ff40fd; color: #ff40fd; font-family: 'Geologica', 'Pretendard'; font-weight: 600; font-size: 15px; box-shadow: inset 0 0 10px rgba(255, 64, 253, 0.4); }
.template .color-section03 .grid .hover-icon .list .borderbx._1{ margin-left: -26%; }
.template .color-section03 .grid .hover-icon .list .borderbx._2{ margin-left: 6%; }
.template .color-section03 .grid .hover-icon .list .borderbx._3{ margin-left: -38%; }


.template .color-section03 .grid .hover-icon .list .esg{ width: 100%; display: flex; }
.template .color-section03 .grid .hover-icon .list .esg li{ width: 25%; box-sizing: border-box; word-break: keep-all; padding: 0 5%; }
.template .color-section03 .grid .hover-icon .list .esg li:first-of-type{ padding: 0 7%; }
.template .color-section03 .grid .hover-icon .list .esg li .iconWrap{ position: relative; min-height: 300px; display: flex; align-items: center; justify-content: center; }
.template .color-section03 .grid .hover-icon .list .esg li .iconWrap img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img{ animation: grad2 2s linear infinite; opacity: 0.1; }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img:nth-of-type(1){ margin-top: -36px; margin-left: -39px; animation-delay: 0.1s; }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img:nth-of-type(2){ margin-top: -24px; margin-left: -26px; animation-delay: 0.2s; }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img:nth-of-type(3){ margin-top: -12px; margin-left: -13px; animation-delay: 0.3s; }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img:nth-of-type(4){ animation-delay: 0.4s; }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img:nth-of-type(5){ margin-top: 12px; margin-left: 13px; animation-delay: 0.5s; }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img:nth-of-type(6){ margin-top: 24px; margin-left: 26px; animation-delay: 0.6s; }
.template .color-section03 .grid .hover-icon .list .esg li._1 .iconWrap img:nth-of-type(7){ margin-top: 36px; margin-left: 39px; animation-delay: 0.7s; }

@keyframes grad2 {
    0%{ opacity: 0.1; }
    20%{ opacity: 0.1; }
    50%{ opacity: 1; }
    70%{ opacity: 1; }
    100%{ opacity: 0.1; }
}

.template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img{ animation: grad 3s linear infinite; opacity: 0.1; }
.template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img:nth-of-type(1){ margin-top: -60px; animation-delay: 1.2s; }
.template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img:nth-of-type(2){ animation-delay: 0.8s; }
.template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img:nth-of-type(3){ margin-top: 60px; animation-delay:0.4s; }

@keyframes grad {
    0%{ opacity: 0.1; }
    50%{ opacity: 1; }
    100%{ opacity: 0.1; }
}

.template .color-section03 .grid .hover-icon .list .esg li._3 .iconWrap{ animation: rotn 8s ease-in-out infinite; }
.template .color-section03 .grid .hover-icon .list .esg li._4 .iconWrap{ animation: rotn 7s ease-in-out infinite; }

@keyframes rotn {
    0%{ transform: rotate(0deg); }
    7%{ transform: rotate(0deg); }
    14%{ transform: rotate(60deg); }
    21%{ transform: rotate(60deg); }
    28%{ transform: rotate(120deg); }
    35%{ transform: rotate(120deg); }
    42%{ transform: rotate(180deg); }
    49%{ transform: rotate(180deg); }
    56%{ transform: rotate(240deg); }
    63%{ transform: rotate(240deg); }
    70%{ transform: rotate(300deg); }
    77%{ transform: rotate(300deg); }
    84%{ transform: rotate(360deg); }
    91%{ transform: rotate(360deg); }
    100%{ transform: rotate(360deg); }
}

.template .color-section03 .grid .hover-icon .list .esg li p{ font-size: 18px; font-weight: 300; letter-spacing: -0.025em; color: #6c6c6c; margin-top: 70px; text-align: center; font-family: 'Pretendard'; }


/* .template .color-section03 .grid .hover-icon .list dl {
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.template .color-section03 .grid .hover-icon .list dl dt {
    font-size: 41px;
    letter-spacing: -0.045em;
}
.template .color-section03 .grid .hover-icon .list dl dt i {
    color: #444444;
}
.template .color-section03 .grid .hover-icon .list dl dt i:nth-of-type(1) {
    color: #d92b2b;
}
.template .color-section03 .grid .hover-icon .list dl dd {
    text-align: center;
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 300;
    font-family: "Pretendard";
    letter-spacing: -0.025em;
} */

.template .color-section03 .grid .icon {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 105px;
}

.template .color-section03 .grid .icon .bef_af{ display: flex; align-items: center; }

.template .color-section03 .grid .icon .bef_af .bx{ width: calc(294 / 785 * 100%); }
.template .color-section03 .grid .icon .bef_af .bx > span{ font-family: 'Geologica'; letter-spacing: -0.025em; color: #565656; font-weight: 300; font-size: 18px; margin-top: 25px; text-align: center; display: block; }
.template .color-section03 .grid .icon .bef_af > i{ font-size: 24px; color: #5466ff; margin: 0 35px; display: block; padding-bottom: 30px; }

.template .color-section03 .grid .icon .list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.template .color-section03 .grid .icon .list dl {
    display: flex;
    flex-direction: column;
    gap: 45px;
    text-align: center;
}
.template .color-section03 .grid .icon .list dl.margin_r{ margin-right: 30%; }

.template .color-section03 .grid .icon .list dl dt {
    width: 65px;
    margin: 0 auto;
    position: relative;
}
.template .color-section03 .grid .icon .list dl dt::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.template .color-section03 .grid .icon .list dl dt img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: none;
    width: auto;
}


.template .color-section03 .grid .icon .list dl dd {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    font-family: "Pretendard";
    letter-spacing: -0.025em;  
}

.template .color-section03 .tit-two {
    margin-top: 330px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left: calc(100/1600*100%);
}
.template .color-section03 .tit-two dt {
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #ff8124;
    font-weight: 400;
    font-family: "Roboto";
    font-style: italic;
}
.template .color-section03 .tit-two dd {
    font-weight: bold;
    font-size: 69px;
    letter-spacing: -0.025em;
    line-height: calc(106/69);
    font-family: "Pretendard";
}
.template .color-section03 .tit-two dd img {
    vertical-align: middle;
    transform: translateY(-10%);
}

.template .color-section03 .description {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 54%;
    margin-left: auto;
}

.template .color-section03 .description dt {
    letter-spacing: 0.025em;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 500;
}

.template .color-section03 .description dd {
    word-break: keep-all;
    line-height: calc(31/18);
    font-weight: 300;
    color: #bfbfbf;
    letter-spacing: -0.025em;
    font-size: 18px;
    font-family: "Pretendard";
}

.template .color-section03 .monitor {
    position: relative;
    margin-top: 185px;
}

.template .color-section03 .monitor h3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: calc(314*100/1920*1vw);
    letter-spacing: -0.025em;
    color: #759bef;
    white-space: nowrap;
    font-family: "Roboto";
    font-weight: 500;
    display: flex;
}
.template .color-section03 .monitor h3 span {
    flex: 0 0 auto;
}

.template .color-section03 .monitor .line {
    border: 3px solid #000;
    border-radius: 55px;
    max-width: 1426.99px;
    width: calc(1426.99/1920*100%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #000;
    overflow: hidden;
}
.template .color-section03 .monitor .line::after {
    content: '';
    display: block;
    padding-bottom: calc(726/1426.99*100%);
}

.template .color-section03 .monitor .line i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #313131; animation: spin 2s infinite linear; z-index: 0; font-size: 24px; }

@keyframes spin {
    0%{ transform: translate(-50%, -50%) rotate(0deg); }
    100%{ transform: translate(-50%, -50%) rotate(360deg); }
}

.template .color-section03 .monitor iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 100%;
    height: 177%;
    min-height: 177%;
    z-index: 1;
}

.template .color-section03 .monitor p{ font-size: 16px;font-weight: 500; letter-spacing: 0.025em; color: #ff4393; margin-top: 30px; text-align: right; padding-right: 14%; font-family: 'Pretendard'; }


@media screen and (max-width:1280px) {

    .template .color-section03 .tit dt {
        font-size: 60px;
    }

    .template .color-section03 .tit dd p {
        font-size: 16px;
    }

    .template .color-section03 .grid .hover-icon .list {
        
        gap: 50px;
    }
    .template .color-section03 .grid .hover-icon .list dl dt {
        font-size: 31px;
        text-align: center;
    }

    .template .color-section03 .grid .icon .list dl.margin_r{ margin-right: 44%; }

    .template .color-section03 .grid .icon .list {
        gap: 0;
    }

    .template .color-section03 .grid .icon .list dl{ width: 50%; margin-bottom: 50px; }

    .template .color-section03 .grid .icon .list dl dt {
        width: 45px;
    }

    .template .color-section03 .grid .hover-icon .list .arrow{ margin: 0; }

    .template .color-section03 .tit-two dd {
        font-size: 59px;
    }
    .template .color-section03 .tit-two dd img {
        width: 60px;
    }
    
    .template .color-section03 .description {
        width: 60%;
    }

    .template .color-section03 .description dd {
        font-size: 16px;
    }

    .template .color-section03 .monitor .line {
        border-radius: 30px;
    }

    .template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img:nth-of-type(1){ margin-top: -40px; }
    .template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img:nth-of-type(3){ margin-top: 40px; }

}

@media screen and (max-width: 1000px){
    .template .color-section03 .grid .icon .list dl.margin_r{ margin-right: 35%; }
}

@media screen and (max-width:820px) {

    .template .color-section03 {
        padding: 150px 0 180px;
    }

    .template .color-section03 .tit {
        padding-left: 0;
    }

    .template .color-section03 .tit dt {
        flex: 0.6;
    }

    .template .color-section03 .grid {
        display: block;
        margin-top: 150px;
    }

    .template .color-section03 .grid .hover-icon {
        padding-left: 0;
    }
    .template .color-section03 .grid .hover-icon .list {
        padding-left: 2.5%;
        margin-top: 80px;
    }
    .template .color-section03 .grid .hover-icon .list dl {
        gap: 35px;
    }

    .template .color-section03 .grid .icon .list dl.margin_r{ margin-right: 0; }
    .template .color-section03 .tit{ padding-left: 0; }

    .template .color-section03 .grid .icon {
        margin-top: 95px;
        gap: 80px;
    }
    .template .color-section03 .grid .icon .list {
        padding-left: 2.5%;
    }
    .template .color-section03 .grid .icon .list dl {
        gap: 35px;
    }


    .template .color-section03 .tit-two {
        padding-left: 2.5%;
        gap: 25px;
        margin-top: 200px;
    }
    .template .color-section03 .tit dt {
        font-size: 50px;
        min-width: 290px;
    }
    .template .color-section03 .tit-two dd {
        font-size: 39px;
    }
    .template .color-section03 .tit-two dd img {
        width: 50px;
    }

    .template .color-section03 .description {
        width: 70%;
    }

    .template .color-section03 .description dt {
        font-size: 18px;
    }
    .template .color-section03 .description dd {
        font-size: 16px;
    }

    .template .color-section03 .monitor {
        margin-top: 145px;
    }

    .template .color-section03 .monitor p{ font-size: 14px; margin-top: 15px; padding: 0 14%; box-sizing: border-box; line-height: 1.3; word-break: keep-all; }

    .template .color-section03 .grid .hover-icon .list .esg{ flex-wrap: wrap; } 
    .template .color-section03 .grid .hover-icon .list .esg li{ width: 50%; margin-bottom: 100px; }
    .template .color-section03 .grid .hover-icon .list .esg li p{ font-size: 14px; }

    .template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img:nth-of-type(1){ margin-top: -60px; }
    .template .color-section03 .grid .hover-icon .list .esg li._2 .iconWrap img:nth-of-type(3){ margin-top: 60px; }

    .template .color-section03 .grid .hover-icon .list .esg li p{ margin-top: 30px; }

    .template .color-section03 .grid .hover-icon .list .arrow{ margin: 0 30px; }
    
    
}

@media screen and (max-width:480px) {

    .template .color-section03 .tit {
        display: block;
    }
    .template .color-section03 .tit dt {
        font-size: 40px;
    }
    .template .color-section03 .tit dd {
        margin-top: 40px;
    }
    .template .color-section03 .tit dd p {
        font-size: 14px;
    }

    .template .color-section03 .grid {
        margin-top: 120px;
    }

    .template .color-section03 .grid .small-tit dt {
        font-size: 18px;
    }
    .template .color-section03 .grid .small-tit dd {
        font-size: 16px;
    }

    .template .color-section03 .grid .hover-icon .list {
        gap: 10px;
        padding-left: 0;
    }

    .template .color-section03 .grid .hover-icon .list > img{ width: 30%; }
    .template .color-section03 .grid .hover-icon .list .arrow{ margin: 0 10px; }
    .template .color-section03 .grid .hover-icon .list .bxs span{ width: 50px; height: 50px; border-radius: 10px; }
    .template .color-section03 .grid .icon .list{ padding-left: 0; }

    .template .color-section03 .grid .hover-icon .list dl dt {
        font-size: 26px;
    }

    .template .color-section03 .grid .hover-icon .list dl dd {
        font-size: 16px;
    }

    .template .color-section03 .grid .icon .list {
        /* gap: 25px; */
    }

    .template .color-section03 .grid .icon .list dl dd {
        font-size: 16px;
    }
    
    .template .color-section03 .grid .icon .list dl dt {
        width: 35px;
    }

    .template .color-section03 .tit-two {
        padding-left: 0;
        margin-top: 180px;
    }
    .template .color-section03 .tit-two dt {
        font-size: 14px;
    }
    .template .color-section03 .tit-two dd {
        font-size: 29px;
    }
    .template .color-section03 .tit-two dd img {
        width: 30px;
    }

    .template .color-section03 .description {
        width: 85%;
        margin-top: 40px;
    }
    .template .color-section03 .description dd {
        font-size: 14px;
    }

    .template .color-section03 .grid .hover-icon .list .esg li{ width: 100%; margin-bottom: 30px; padding: 0 23%; }
    .template .color-section03 .grid .hover-icon .list .esg li p{ font-size: 14px; margin-top: 0; }
    .template .color-section03 .grid .hover-icon .list .esg li:first-of-type{ padding: 0 33%; }

}



/*  */


.template .image-section01 {
    height: 1100px;
    position: relative;
    background: url(../image/image-section01-background.jpg) no-repeat center/cover;
    overflow: hidden;
}

.template .image-section01 p {
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #ff7917;
    position: absolute;
    font-weight: 400;
    font-family: "Roboto";
    font-style: italic;
}

.template .image-section01 p.p-one {
    top: calc(540/1100*100%);
    left: calc(640/1920*100%);
} 

.template .image-section01 p.p-two {
    top: calc(730/1100*100%);
    left: calc(405/1920*100%);
} 

.template .image-section01 h3 {
    position: absolute;
    font-size: calc(147*100/1920*1vw);
    letter-spacing: -0.025em;
    color: #1e3f68;
    font-family: "Roboto";
    mix-blend-mode: difference;
}

.template .image-section01 h3.th {
    left: calc(77/1920*100%);
    top: calc(50/1100*100%);
}

.template .image-section01 h3.bh {
    right: calc(-30/1920*100%);
    bottom: calc(60/1100*100%);
    opacity: 0.26;
    color: #3e3d3d;
    mix-blend-mode: screen;
}


.template .image-section01 .grid {
    display: flex;
    position: absolute;
    right: calc(205/1920*100%);
    top: 0;
    gap: 60px;
    height: 100%;
    overflow: hidden;
}

.template .image-section01 .grid .col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.template .image-section01 .grid .col:nth-of-type(2){
    flex-direction: column-reverse;
}

.template .image-section01 .grid .col .line {
    width: 296px;
    border: 2px solid #bebebe;
    border-radius: 36px;
    position: relative;
}
.template .image-section01 .grid .col .line::after {
    content: '';
    display: block;
    padding-bottom: calc(641/296*100%);
}

.template .image-section01 .grid .col .line img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1280px) {

    .template .image-section01 {
        height: 900px;
    }

    .template .image-section01 .grid {
        right: 5%;
        gap: 30px;
    }

    .template .image-section01 .grid .col {
        gap: 30px;
    }

    .template .image-section01 .grid .col .line {
        width: 226px;
        border-radius : 26px;
    }

    .template .image-section01 p.p-one {
        left: 25%;
    }
    .template .image-section01 p.p-two {
        left: 15%;
    }

}

@media screen and (max-width:820px) {


    .template .image-section01 {
        height: 600px;
    }

    .template .image-section01 p {
        font-size: 14px;
    }

    .template .image-section01 p.p-one {
        left: 15%;
    }
    .template .image-section01 p.p-two {
        left: 5%;
    }

    .template .image-section01 .grid .col .line {
        width: 166px;
    }

}

@media screen and (max-width:480px) {


    .template .image-section01 {
        height: 600px;
    }

    .template .image-section01 p {
        font-size: 12px;
    }

    .template .image-section01 p.p-one {
        left: 7.5%;
    }
    .template .image-section01 p.p-two {
        left: 2.5%;
    }

    .template .image-section01 .grid,
    .template .image-section01 .grid .col {
        gap: 15px;
    }

    .template .image-section01 .grid .col .line {
        width: 120px;
        border-radius: 20px;
    }

}



/*  */


.template .white-section02 {
    position: relative;
}
.template .white-section02::after {
    content: '';
    display: block;
    padding-bottom: calc(1327/1920*100%);
}

.template .white-section02 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.template .white-section02 p {
    font-size: 18px;
    letter-spacing: 0.025em;
    color: #474747;
    position: absolute;
    z-index: 2;
    font-family: "Roboto";
    font-weight: 500;
    text-transform: uppercase;
    top: calc(70/1327*100%);
}

.template .white-section02 p.lp {
    left: calc(77/1920*100%);
    line-height: calc(30/18);
}
.template .white-section02 p.lp span {
    font-weight: 600;
    font-family: 'Pretendard';
}

.template .white-section02 p.rp {
    right: calc(77/1920*100%);
    font-style: italic;
}

@media screen and (max-width:1280px){
    .template .white-section02 p {
        font-size: 16px;
    }
}
@media screen and (max-width:820px){

    .template .white-section02 {
        height: 900px;
    }
    
}
@media screen and (max-width:480px){

    .template .white-section02 {
        height: 700px;
    }

    .template .white-section02 p {
        font-size: 14px;
    }
}



/*  */

.template .porfilo-list {
    padding: 130px 0 320px;
    background: #ffffff;
}

.template .porfilo-list .wrap {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
}

.template .porfilo-list .btn {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.025em;
    color: #0024ff;
    border: 1px solid #0024ff;
    width: calc(185.99/20*1em);
    height: calc(49.85/20*1em);
    border-radius: 1000px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(10/20*1em);
    font-family: "Pretendard";
    transition: .4s;
    transition-property: background,color;
}
.template .porfilo-list .btn:hover {
    background: #0024ff;
    color: #fff;
}

.template .porfilo-list dl {
    margin-top: 105px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-family: "Pretendard";
    font-weight: 600;
}

.template .porfilo-list dl dt {
    font-size: 62px;
    letter-spacing: -0.025em;
    font-weight: 600;
    line-height: calc(88/62);
}

.template .porfilo-list dl dd {
    color: #969696;
    font-size: 20px;
    font-weight:600;
    letter-spacing: -0.025em;
    line-height: calc(20/14);
    word-break: keep-all;
}

.template .porfilo-list dl dd span {
    position: relative;
}
.template .porfilo-list dl dd span em {
    position: absolute;
    left: 0;
    top: 0;
    color: #0024ff;
    width: 100%;
    white-space: nowrap;
    height: 100%;
    line-height: normal;
}

.template .porfilo-list .scroll {
    text-align: right;
    display: flex;
    align-items: center;
    color: #868686;
    font-size: 20px;
    letter-spacing: -0.025em;
    gap: 10px;
    justify-content: flex-end;
    font-family: "Roboto";
    font-style: italic;
}

.template .porfilo-list .scroll i {
    font-style: normal;
}

.template .porfilo-list .swiper {
    max-width: 1750px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 170px;
    width: 97.5%;
}

.template .porfilo-list .swiper .swiper-slide .num {
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 500;
    font-family: "Pretendard";
}
.template .porfilo-list .swiper .swiper-slide .img {
    margin-top: 20px;
    background: #000;
    position: relative;
}

.template .porfilo-list .swiper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.template .porfilo-list .swiper .swiper-slide .img::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.template .porfilo-list .swiper .swiper-slide .desc {
    font-family: "Pretendard";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.025em;
    margin-top: 24px;
    padding-top: 20px;
    position: relative;
}
.template .porfilo-list .swiper .swiper-slide .desc::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    width: 25px;
    background: #a0a0a0;
}

@media screen and (max-width:1280px){

    .template .porfilo-list .btn {
        font-size: 18px;
    }
    .template .porfilo-list dl dt {
        font-size: 42px;
    }
    .template .porfilo-list dl dd {
        font-size: 18px;
    }
    .template .porfilo-list .scroll {
        font-size: 18px;
    }
}
@media screen and (max-width:820px){

    .template .porfilo-list {
        padding: 100px 0 180px;
    }

    .template .porfilo-list .btn {
        font-size: 16px;
    }
    .template .porfilo-list dl {
        margin-top: 65px;
    }
    .template .porfilo-list dl dt {
        font-size: 36px;
    }
    .template .porfilo-list dl dd {
        font-size: 16px;
    }
    .template .porfilo-list .scroll {
        font-size: 16px;
        margin-top: 20px;
    }
    
}
@media screen and (max-width:480px){
    
    .template .porfilo-list dl {
        gap: 20px;
    }

    .template .porfilo-list dl dt {
        font-size: 24px;
    }

    .template .porfilo-list .scroll {
        font-size: 14px;
    }

    .template .porfilo-list .swiper {
        margin-top: 100px;
    }
    .template .porfilo-list .swiper .swiper-slide .desc {
        font-size: 16px;
    }
    
}



#view-contact {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 152px;
    height: 154px;
    z-index: 555;
    opacity: 0;
}

#view-contact .wave {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../image/wave.png") no-repeat center/cover;
    animation: view-contact-wave 10s infinite linear;
}

@keyframes view-contact-wave {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#view-contact .tap {
    width: calc(107/152*100%);
    border-radius: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgb(40,159,242);
    background: linear-gradient(42deg, rgba(40,159,242,1) 0%, rgba(29,213,230,1) 100%);
}
#view-contact .tap::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

#view-contact p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #fff;
}


@media screen and (max-width:1024px) {
    #view-contact {
        width: 102px;
        height: 104px;
    }
    #view-contact p {
        font-size: 14px;
    }
}

.template .porfilo-list .wrap{ display: flex; flex-direction: column-reverse; }
.template .porfilo-list dl{ margin-top: 0; }
.template .porfilo-list .btn{ margin-top: 40px; }