@charset "utf-8";

/* s: digico KT */
@font-face {
    font-family: "Prompt";
    src: url("../fonts/Prompt-Medium.eot");
    src: url("../fonts/Prompt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Prompt-Medium.woff2") format("woff2"), url("../fonts/Prompt-Medium.woff") format("woff"), url("../fonts/Prompt-Medium.ttf") format("truetype"), url("../fonts/Prompt-Medium.svg#Prompt-Medium") format("svg");
    font-weight: 500;
}

@font-face {
    font-family: "Prompt";
    src: url("../fonts/Prompt-SemiBold.eot");
    src: url("../fonts/Prompt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Prompt-SemiBold.woff2") format("woff2"), url("../fonts/Prompt-SemiBold.woff") format("woff"), url("../fonts/Prompt-SemiBold.ttf") format("truetype"), url("../fonts/Prompt-SemiBold.svg#Prompt-SemiBold") format("svg");
    font-weight: 600;
}

@font-face {
    font-family: "GGothicssi00";
    src: url("../fonts/HGGGothicssiP00gA.eot");
    src: url("../fonts/HGGGothicssiP00gA.eot?#iefix") format("embedded-opentype"), url("../fonts/HGGGothicssiP00gA.woff2") format("woff2"), url("../fonts/HGGGothicssiP00gA.woff") format("woff"), url("../fonts/HGGGothicssiP00gA.ttf") format("truetype"), url("../fonts/HGGGothicssiP00gA.svg#HGGGothicssiP00gA") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GGothicssi20";
    src: url("../fonts/HGGGothicssiP20gA.eot");
    src: url("../fonts/HGGGothicssiP20gA.eot?#iefix") format("embedded-opentype"), url("../fonts/HGGGothicssiP20gA.woff2") format("woff2"), url("../fonts/HGGGothicssiP20gA.woff") format("woff"), url("../fonts/HGGGothicssiP20gA.ttf") format("truetype"), url("../fonts/HGGGothicssiP20gA.svg#HGGGothicssiP20gA") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GGothicssi40";
    src: url("../fonts/HGGGothicssiP40gA.eot");
    src: url("../fonts/HGGGothicssiP40gA.eot?#iefix") format("embedded-opentype"), url("../fonts/HGGGothicssiP40gA.woff2") format("woff2"), url("../fonts/HGGGothicssiP40gA.woff") format("woff"), url("../fonts/HGGGothicssiP40gA.ttf") format("truetype"), url("../fonts/HGGGothicssiP40gA.svg#HGGGothicssiP40gA") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GGothicssi60";
    src: url("../fonts/HGGGothicssiP60gA.eot");
    src: url("../fonts/HGGGothicssiP60gA.eot?#iefix") format("embedded-opentype"), url("../fonts/HGGGothicssiP60gA.woff2") format("woff2"), url("../fonts/HGGGothicssiP60gA.woff") format("woff"), url("../fonts/HGGGothicssiP60gA.ttf") format("truetype"), url("../fonts/HGGGothicssiP60gA.svg#HGGGothicssiP60gA") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GGothicssi80";
    src: url("../fonts/HGGGothicssiP80gA.eot");
    src: url("../fonts/HGGGothicssiP80gA.eot?#iefix") format("embedded-opentype"), url("../fonts/HGGGothicssiP80gA.woff2") format("woff2"), url("../fonts/HGGGothicssiP80gA.woff") format("woff"), url("../fonts/HGGGothicssiP80gA.ttf") format("truetype"), url("../fonts/HGGGothicssiP80gA.svg#HGGGothicssiP80gA") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GGothicssi90";
    src: url("../fonts/HGGGothicssiP99gA.eot");
    src: url("../fonts/HGGGothicssiP99gA.eot?#iefix") format("embedded-opentype"), url("../fonts/HGGGothicssiP99gA.woff2") format("woff2"), url("../fonts/HGGGothicssiP99gA.woff") format("woff"), url("../fonts/HGGGothicssiP99gA.ttf") format("truetype"), url("../fonts/HGGGothicssiP99gA.svg#HGGGothicssiP99gA") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* common style */
#portfolio #digicoKt {
    position: relative;
    background-color: #f2f2f2;
    color: #000;
    font-family: "GGothicssi60", "Prompt", "san-serif";
    font-size: 22px;
    line-height: 1.45;
}
#digicoKt img,
#digicoKt video {
    max-width: 100%;
    width: 100%;
}
#digicoKt i {
    vertical-align: middle;
}
#portfolio #digicoKt .fixed {
    position: fixed;
    top: 0;
    left: 0;
}
#portfolio #digicoKt .ended {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#digicoKt .under {
    position: relative;
    z-index: 0;
}
#digicoKt .under.on {
    opacity: 1;
}
#digicoKt .under::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.25em;
    left: 0;
    width: 100%;
    height: 0.5em;
    z-index: -1;
}
#digicoKt .under.on::after {
    animation: underWidth 0.7s;
    animation-fill-mode: backwards;
}
#digicoKt .under.on.delay1::after {
    animation-delay: 1s;
}
#digicoKt .under.on.delay2::after {
    animation-delay: 1.5s;
}
#digicoKt .under.on.delay3::after {
    animation-delay: 2s;
}
#digicoKt .hidden {
    opacity: 0;
}
@keyframes underWidth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
#digicoKt .under.yellow::after {
    background-color: #f4ca00;
}
#digicoKt .under.purple::after {
    background-color: #7e3dd045;
}
#digicoKt .under.red::after {
    background-color: #bd202077;
}
#digicoKt .under.orange::after {
    background-color: #f4660060;
}

/* #ktCnt1{padding-top: 7vh; background-color: #fff} */
#ktCnt1 {
    position: relative;
    width: 100%;
    height: 150vh;
    margin-top: 10vh;
    background-color: #fff;
}
#ktCnt1 .kt_cnt1_wrap {
    width: 100%;
    height: 100vh;
    padding-top: 5vh;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
#ktCnt2 {
    padding-bottom: 100px;
}
#ktCnt2 .kt_cnt2_tit {
    max-width: 1390px;
    width: 72.39583333%;
    margin: 0 auto;
    padding: 260px 0;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 66px;
    line-height: 1.56;
    text-align: left;
}
#ktCnt2 .i {
    display: inline-block;
    background: no-repeat center / cover;
}
#ktCnt2 .i.p_dance {
    width: 45px;
    height: 76px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt2_icon_dance.svg");
}
#ktCnt2 .i.r_heart {
    width: 70px;
    height: 70px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt2_icon_heart.svg");
    margin-right: 15px;
}
#ktCnt2 .i.g_light {
    width: 52px;
    height: 52px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt2_icon_light.svg");
}
#ktCnt2 .kt_cnt2_box_inner {
    width: 83.95833333%;
    max-width: 1612px;
    margin: 0 auto;
}
#ktCnt2 .kt_cnt2_box_inner:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}
#ktCnt2 .kt_cnt2_box_inner:nth-child(2) .kt_cnt2_box {
    width: calc(50% - 15px);
}
#ktCnt2 .kt_cnt2_box_inner:nth-child(2) .kt_cnt2_box:last-child {
    margin-left: 30px;
}
#ktCnt2 .kt_cnt2_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    height: 708px;
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0px 4px 30px #00000015;
    text-align: left;
}
#ktCnt2 .kt_cnt2_box1 {
    background: #fff url("../images/portfolio/digico_kt/kt_cnt2_box1.png") no-repeat;
    background-position: bottom right 115px;
}
#ktCnt2 .kt_cnt2_box2 {
    background: #f34747 url("../images/portfolio/digico_kt/kt_cnt2_box2.png") no-repeat;
    background-position: bottom 117px right 72px;
    color: #fff;
}
#ktCnt2 .kt_cnt2_box3 {
    background: #fff url("../images/portfolio/digico_kt/kt_cnt2_box3.png") no-repeat center;
}
#ktCnt2 .kt_cnt2_box .kt_cnt2_box_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 43px;
    border-top: 2px solid #000;
}
#ktCnt2 .kt_cnt2_box1 .kt_cnt2_box_btm {
    width: 715px;
}
#ktCnt2 .kt_cnt2_box2 .kt_cnt2_box_btm {
    border-top-color: #fff;
}
#ktCnt2 .kt_cnt2_box .kt_cnt2_box_btm strong {
    display: block;
    padding-right: 85px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 22px;
}
#ktCnt2 .kt_cnt2_box .tit_num {
    display: block;
    position: absolute;
    top: 60px;
    left: 60px;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    border: 1px solid #000;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 54px;
    line-height: 110px;
    box-sizing: border-box;
    text-align: center;
}
#ktCnt2 .kt_cnt2_box2 .tit_num {
    border-color: #fff;
}
#ktCnt2 .kt_cnt2_box .kt_cnt2_box_tit {
    padding-left: 145px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 40px;
}
#ktCnt2 .kt_cnt2_box .live_on {
    position: relative;
    width: 200px;
    height: 70px;
    margin-top: 34px;
    padding-right: 25px;
    border-radius: 50px;
    background: #000;
    box-sizing: border-box;
    font-family: "Prompt";
    font-size: 36px;
    font-weight: 700;
    color: #e7e51e;
    text-align: center;
    line-height: 70px;
}
#ktCnt2 .kt_cnt2_box .live_on span {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background-color: #e7e51e;
    font-size: 24px;
    letter-spacing: -0.025em;
    color: #000;
}
#ktCnt2 .kt_cnt2_box1_deco {
    position: absolute;
    top: 0;
    right: 0;
}
#ktCnt2 .kt_cnt2_box1_deco p {
    display: inline-block;
    position: absolute;
    width: 378px;
    height: 83px;
    line-height: 89px;
    padding-left: 80px;
    border-radius: 50px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 24px;
}
#ktCnt2 .kt_cnt2_box1_deco p:first-child {
    top: 205px;
    right: -35px;
    background: #5eb600 url("../images/portfolio/digico_kt/kt_cnt2_box1_deco_man.png") no-repeat;
    background-position: center left 30px;
}
#ktCnt2 .kt_cnt2_box1_deco p:last-child {
    top: 502px;
    right: 400px;
    background: #f4ca00 url("../images/portfolio/digico_kt/kt_cnt2_box1_deco_good.png") no-repeat;
    background-position: center left 30px;
}

#ktCnt3 {
    position: relative;
    width: 100%;
    height: 550vh;
}
#ktCnt3 .kt_cnt3_wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#ktCnt3 .kt_cnt3_wrap.on {
    background-color: #000;
}
#ktCnt3 .kt_cnt3_tit_wrap {
    width: 100%;
    height: 100%;
}
#ktCnt3 .kt_cnt3_tit {
    width: 100%;
    height: 100vh;
    background: url("../images/portfolio/digico_kt/kt_cnt3_deco_txt_w.png?v=1") no-repeat center bottom / auto 100vh;
}
#ktCnt3 .kt_cnt3_vdo,
#ktCnt3 .kt_cnt3_card_wrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 100%;
}
#ktCnt3 .kt_cnt3_deco_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#ktCnt3 .kt_cnt3_deco_box div {
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#ktCnt3 .kt_cnt3_deco_box .kt_cnt3_deco_top {
    top: -10%;
    transform: translateY(-100%);
}
#ktCnt3 .kt_cnt3_deco_box .kt_cnt3_deco_btm {
    bottom: -10%;
    transform: translateY(100%);
}
#ktCnt3 .kt_cnt3_deco_box div.on {
    transform: translateY(0);
}
#ktCnt3 .kt_cnt3_deco_txt_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #000;
}
#ktCnt3 .kt_cnt3_deco_txt {
    width: 100%;
    height: 100%;
    background: url("../images/portfolio/digico_kt/kt_cnt3_deco_txt_b.png?v=1") no-repeat center bottom / auto 100vh;
}
#ktCnt3 .kt_cnt3_card_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100vh;
}
#ktCnt3 .kt_cnt3_bg {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background-color: #f2f2f2;
    opacity: 0;
}

#ktCnt3 .kt_cnt3_card_wrap .kt_cnt3_card1 {
    top: -60px;
    margin-left: 0;
}
#ktCnt3 .kt_cnt3_card_wrap .kt_cnt3_card2 {
    top: 125px;
    transition-delay: 0.3s;
}
#ktCnt3 .kt_cnt3_card_wrap .kt_cnt3_card3 {
    top: -133px;
    transition-delay: 0.5s;
}
#ktCnt3 .kt_cnt3_card_wrap .kt_cnt3_card4 {
    top: 23px;
    transition-delay: 0.7s;
}
#ktCnt3 .kt_cnt3_card {
    position: relative;
    width: 348px;
    margin-left: 2.5vw;
    opacity: 0;
    transform: translateY(10%);
    transition: opacity 1s, transform 1s;
}
#ktCnt3 .kt_cnt3_card.on {
    transform: translateY(0);
    opacity: 1;
}
#ktCnt3 .kt_cnt3_card img {
    box-shadow: 0px 22px 46px #00000024;
    border-radius: 20px;
}
#ktCnt3 .kt_cnt3_card video {
    position: absolute;
    top: 12.008431%;
    left: 0;
}
#ktCnt3 .kt_cnt3_card figcaption {
    margin-top: 1em;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 24px;
    color: #c4c4c4;
}

#ktCnt4 {
    position: relative;
    width: 100%;
    height: 100vh !important;
}
#ktCnt4 .kt_cnt4_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#ktCnt4 .kt_cnt4_txt_wrap {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
#ktCnt4 .kt_cnt4_txt_inner {
    width: 70.47916667%;
    max-width: 1390px;
    margin: 0 auto;
    padding-top: 4em;
    text-align: left;
}
#ktCnt4 .kt_cnt4_txt_inner > span {
    font-family: "Prompt";
    font-size: 24px;
}
#ktCnt4 .kt_cnt4_txt_inner h2 {
    padding-top: 2rem;
    font-family: "GGothicssi80";
    font-size: 114px;
    font-weight: 500;
    line-height: 1;
}
#ktCnt4 .txt_green {
    color: #5eb600;
}
#ktCnt4 .txt_red {
    color: #f54c04;
}
#ktCnt4 .txt_blue {
    color: #004df5;
}
#ktCnt4 .ta_right {
    text-align: right;
}
#ktCnt4 .ta_right p {
    display: inline-block;
    margin-top: 4em;
    text-align: left;
    line-height: 1.5;
}
#ktCnt4 .kt_cnt4_deco_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#ktCnt4 .kt_cnt4_deco_wrap span {
    display: block;
    position: absolute;
    left: 100%;
    background: no-repeat center / cover;
    transform: translateX(100%);
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco1 {
    top: 515px;
    width: 315px;
    height: 315px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt4_deco1.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco2 {
    top: 281px;
    width: 242px;
    height: 242px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt4_deco2.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco3 {
    top: -34px;
    width: 445px;
    height: 445px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt4_deco3.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco4 {
    top: 354px;
    width: 201px;
    height: 201px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt4_deco4.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco5 {
    top: 461px;
    width: 475px;
    height: 475px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt4_deco5.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco6 {
    top: 155px;
    width: 400px;
    height: 400px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt4_deco6.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco7 {
    top: 540px;
    width: 235px;
    height: 235px;
    background-image: url("../images/portfolio/digico_kt/kt_cnt4_deco7.png");
}
.kt_cnt4_deco_look {
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: "Prompt";
    font-size: 70px;
    line-height: 360px;
    color: #fff;
}
.kt_cnt4_deco_look .deco_circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-color: #247fed;
    z-index: 1;
}
.kt_cnt4_deco_look p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.kt_cnt4_deco_look.on p {
    animation: lookOpacity 0.5s;
    animation-delay: 1s;
}
@keyframes lookOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.kt_cnt4_vdo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
}
/* .kt_cnt4_vdo video{width: auto; height: 100%} */
#ktCnt5 {
    padding: 200px 0;
    background: #000;
    text-align: left;
}
#ktCnt5 .kt_cnt5_wrap {
    width: 75%;
    max-width: 1440px;
    margin: 0 auto;
}
#ktCnt5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 25px;
}
#ktCnt5 ul li {
    display: inline-block;
    height: 85px;
    padding: 0.5em 2.5em;
    margin-right: 22px;
    border-radius: 50px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 36px;
    line-height: 60px;
}
#ktCnt5 ul li.icon {
    padding: 0;
    width: 85px;
}
#ktCnt5 ul li.w_txt {
    background-color: #fff;
}
#ktCnt5 ul li.y_txt {
    background-color: #f5c704;
}
#ktCnt5 ul li.b_txt {
    background-color: #004af5;
}
#ktCnt5 ul li.r_txt {
    background-color: #f35100;
}
#ktCnt5 ul li.icon {
    width: 85px;
    height: 85px;
}
#ktCnt5 ul li.sharp {
    background: #fff url("../images/portfolio/digico_kt/kt_cnt6_icon_sharp.png") no-repeat center;
}
#ktCnt5 ul li.heart {
    background: #fff url("../images/portfolio/digico_kt/kt_cnt6_icon_heart.png") no-repeat center;
}
#ktCnt5 ul li.arrow {
    background: #fff url("../images/portfolio/digico_kt/kt_cnt6_icon_arrow.png") no-repeat center;
}
#ktCnt5 .link_kt_sns {
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    height: 85px;
    margin-top: 163px;
    padding: 0.25em 3em 0.25em 1.5em;
    border: 4px solid #fff;
    border-radius: 50px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 36px;
    line-height: 70px;
    color: #fff;
}
#ktCnt5 .link_kt_sns::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 44px;
    height: 31px;
    transform: translateY(-50%);
    transition: margin 0.3s;
    background: url("../images/portfolio/digico_kt/kt_cnt6_more.png") no-repeat center / cover;
    animation: arrowMargin 1.2s infinite;
}
@keyframes arrowMargin {
    0% {
        margin-right: -0.2em;
    }
    50% {
        margin-right: 0;
    }
    100% {
        margin-right: -0.2em;
    }
}
/* e: digico KT */

/* s: LG Signature */
/* common style */
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
#dim {
    /* display: none;  */
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
#ytbPop {
    position: fixed;
    z-index: 2000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 936px;
    visibility: hidden;
}
#ytbPop::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
#ytbPop video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

#lgSgnt img,
#lgSgnt video {
    max-width: 100%;
}
#lgSgnt video {
    width: 100%;
}
#lgSgnt .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#lgSgnt .align_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#lgSgnt .space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#lgSgnt .justify_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#lgSgnt .flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lgSgnt .w1260 {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
#lgSgnt .w1302 {
    width: 100%;
    max-width: 1302px;
    margin: 0 auto;
}
#lgSgnt .lgSgnt_tit {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
#lgSgnt .lgSgnt_tit + p {
    max-width: 1000px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
}
#lgSgnt .lgSgnt_cnt .fixed {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#lgSgnt .lgSgnt_cnt .end {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
}

/* style */
#lgSgnt {
    font-family: "Noto Sans KR";
    font-size: 16px;
    text-align: left;
    word-break: keep-all;
}
#lgSgnt .lgSgnt_cnt.dark {
    background-color: #000;
    color: #fff;
}

#lgSgnt_cnt1 {
    padding: 150px 0 200px;
}
#lgSgnt_cnt1 .cnt1_movie { position:relative;width: 100%;height:auto;overflow:hidden; }

#lgSgnt_cnt1 .lgSgnt_ytb {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 4.5em;
}
#lgSgnt_cnt1 .lgSgnt_ytb iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
#lgSgnt_cnt1 .lgSgnt_tit,
#lgSgnt_cnt2 .lgSgnt_tit {
    padding-right: 270px;
}
#lgSgnt_cnt2 {
    padding: 0 0 200px;
}
#lgSgnt_cnt2 .lgSgnt_cnt2_img {
    padding-top: 60px;
}

#lgSgnt_cnt3 {
    position: relative;
}
#lgSgnt_cnt3 .lgSgnt_txt_box_wrap {
    position: absolute;max-width:1200px;width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#lgSgnt_cnt3 .lgSgnt_tit {
    padding-bottom: 0px;font-size: 60px;font-weight:400;
}
#lgSgnt_cnt3 .lgSgnt_tit + p {
    font-size: 15px;
    line-height: 1.6;
}

#lgSgnt_cnt4 {
    padding: 164px 0 120px;
}
#lgSgnt_cnt4 .lgSgnt_3row_box {
    padding-bottom: 170px;
}
#lgSgnt_cnt4 .lgSgnt_tit_big {
    margin-bottom: 130px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
#lgSgnt_cnt4 .lgSgnt_box {
    width: calc(100% / 3);
    max-width: 384px;
    height: 180px;
}
#lgSgnt_cnt4 .lgSgnt_box:nth-child(n + 4) {
    margin-top: 100px;
}
#lgSgnt_cnt4 .lgSgnt_box .lgSgnt_tit {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ffffff80;
    font-size: 20px;
}
#lgSgnt_cnt4 .lgSgnt_triangle {
    position: relative;
    text-align: center;
}
#lgSgnt_cnt4 .lgSgnt_triangle::before {
    content: "";
    position: absolute;
    top: calc(-1046px + 4em);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1046px;
    background: url("../images/portfolio/lg_sgnt/deco_triangle.png") no-repeat center / cover;
}
#lgSgnt_cnt4 .lgSgnt_triangle .lgSgnt_tit {
    font-size: 35px;
}
#lgSgnt_cnt4 .lgSgnt_triangle p {
    max-width: none;
    padding-top: 80px;
}

#lgSgnt_cnt5 {
    position: relative;
    width: 100%;
    height: 200vh;
}
#lgSgnt_cnt5 .lgSgnt_cnt5_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#lgSgnt_cnt5 .lgSgnt_cnt5_af {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#lgSgnt_cnt5 .lgSgnt_cnt5_bf {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: height 0.3s;
}
#lgSgnt_cnt5 .lgSgnt_cnt5_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/portfolio/lg_sgnt/lgSgnt_cnt5_bg.jpg") no-repeat center 50%;
    background-size: auto 100vh;
    transition: background-size 0.3s;
}
#lgSgnt_cnt5 .lgSgnt_cnt5_bg.pcity {
    background: url("../images/portfolio/pcity/lgSgnt_cnt5_bg.jpg") no-repeat center 50%;
}
#lgSgnt_cnt5 .lgSgnt_cnt5_tit {
    display: block;
    width: 50.57291666666667%;
    position: absolute;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -48%);
    pointer-events: none;
}

#lgSgnt_cnt7 {
    position: relative;
    width: 100%;
    padding-bottom: 300px;
    box-sizing: border-box;
    text-align: center;
}
#lgSgnt_cnt7 {
}
#lgSgnt_cnt7 .lgSgnt_tit {
    text-transform: none;
}
#lgSgnt_cnt7 .lgSgnt_tit + p {
    max-width: none;
    margin: 1em auto 50px;
    font-size: 18px;
    font-weight: 400;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_img {
    width: 52.5%;
    margin: 0 auto;
    border: 13px solid #000;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #101010;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_vdo {
    width: 100%;
    margin: 0 auto 70px;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_vdo video {
    width: 79.5%;
    margin: 0 auto;
}

#lgSgnt_cnt7 .lgSgnt_cnt7_img.img2 {
    position: relative;
    background-image: url("../images/portfolio/lg_sgnt/lgSgnt_cnt7_img2.jpg");
    transition: background-position 1.5s;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_img::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 74.9246%;
}

#lgSgnt_cnt7 .lgSgnt_cnt7_inner2 {
	position: relative;
    background-image: url("../images/portfolio/pcity/lgSgnt_cnt7_img2_1.jpg");padding:100px 0px;
 }
 

#lgSgnt_cnt7 .lgSgnt_cnt7_vdo2 {
position: relative;
width: 100%;
max-width: 100%;
overflow: hidden;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_vdo2 video {
	width: 79.5%;margin: 0 auto;
}

/* 중앙 재생버튼 */
.lgSgnt_cnt7_vdo2 .center-play {
position: absolute;
top: 50%;
left: 50%;
width: 150px;
height: 150px;
transform: translate(-50%, -50%);
border: none;
border-radius: 50%;
background: url('../images/portfolio/pcity/btn_play2.png')
no-repeat center center;
background-size: 40%;
cursor: pointer;
transition: opacity 0.3s ease;
}
/* 유튜브 스타일 버튼 */
.yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.yt-play-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: #ff0000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.yt-play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}
.yt-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

/* 재생 중 숨기기 */
.yt-play-btn.hide {
  opacity: 0;
  pointer-events: none;
}
.lgSgnt_cnt7_vdo2 .center-play.hide {
opacity: 0;
pointer-events: none;
}
#lgSgnt_cnt8 {
    position: relative;
    width: 100%;
    height: 100vh;
}
#lgSgnt_cnt8 .lgSgnt_cnt8_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/portfolio/m_pcity/lgSgnt_cnt8_bg.jpg") no-repeat center / cover;
    background-size: auto 100vh;
    background-attachment: fixed;
}
#lgSgnt_cnt8 .lgSgnt_cnt8_img::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 60.4166666%;
}






.center-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    background: url('/images/portfolio/hanwha/ico_play.png') no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
}










#lgSgnt_cnt8 {
    width: 100%;
    height: 100vh;
    background: url("../images/portfolio/lg_sgnt/lgSgnt_cnt8_bg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
#lgSgnt_cnt8-pcity {
    width: 100%;
    height: 100vh;
    background: url("../images/portfolio/pcity/lgSgnt_cnt8_bg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

#lgSgnt_cnt9 { min-width: 1486px;width: 1486px;text-align:center;margin:0px auto; }
#lgSgnt_cnt9 .cnt9_movie { position:relative;width: 100%;height:auto;overflow:hidden; }
#lgSgnt_cnt9 img { max-width: 100%; }

/*#lgSgnt_cnt9 .lgSgnt_gallery:not(:last-child) {
    margin-bottom: 60px;
}*/

#lgSgnt_cnt10 {
    position: relative;
    width: 100%;
    height: 150vh;
}
#lgSgnt_cnt10 .lgSgnt_cnt10_inner {
    width: 100%;
}

#lgSgnt_cnt11 {
    padding: 150px 0;
    text-align: center;
}
#lgSgnt_cnt11 .lgSgnt_tit {
    text-transform: none;
    font-size: 30px;
}
#lgSgnt_cnt11 .lgSgnt_tit + p {
    max-width: none;
    padding-top: 0.5em;
    padding-bottom: 50px;
    font-size: 23px;
    font-weight: 400;
}

#lgSgnt_cnt11 .lgSgnt_cnt11_vdo {
    position: relative;
    width: 100%;
    height: 200vh;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_vdo_inner {
    width: 100%;
}
#lgSgnt_cnt11 video {
    max-width: 1920px;
    margin: 0 auto;
    max-height: 100vh;
}
@media screen and (min-width: 1930px) {
    #lgSgnt_cnt11 .lgSgnt_tit + p {
        padding-bottom: 0;
    }
}
#lgSgnt_cnt11 .lgSgnt_cnt11_img_wrap {
    width: 1300px;
    margin: 0 auto;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_img {
    width: 58.46153846%;
    border: solid 13px #000;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_img.img1 {
    margin: 250px 0 150px;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_img.img2 {
    margin-left: auto;
}

#lgSgnt_cnt12 {
    padding-bottom: 400px;
}
#lgSgnt_cnt12 .lgSgnt_cnt12_wrap {
    position: relative;
}
#lgSgnt_cnt12 h2 {
    padding-top: 230px;
    padding-bottom: 50px;
    font-size: 111px;
    font-weight: 700;
    color: #e0e0e0;
    padding-right: 1.2em;
}
#lgSgnt_cnt12 .cnt12_frame {
    position: absolute;
    top: 0;
    left: -13px;
    width: calc(1008px + 13px + 13px);
    margin: 0 auto;
    margin-left: 23.550833vw;
    border-radius: 24px;
    overflow: hidden;
    pointer-events: none;
}
#lgSgnt_cnt12 .cnt12_frame img {
    width: 100%;
}

#lgSgnt_cnt12 .swiper-container {
    padding-top: 9.49645vw;
    margin-left: 23.550833vw;
}
#lgSgnt_cnt12 .swiper-slide {
    width: auto;
}

@media screen and (min-width: 1930px) {
    #lgSgnt_cnt12 h2 {
        padding-right: 1em;
    }
    #lgSgnt_cnt12 .cnt12_frame {
        margin-left: 30.550833vw;
    }
    #lgSgnt_cnt12 .swiper-container {
        padding-top: 7.59645vw;
        margin-left: 30.550833vw;
    }
}

#lgSgnt_cnt13 {
    margin-bottom: 250px;
}
#lgSgnt_cnt13 .lgSgnt_cnt13_img {
    width: 52.5%;
    margin: 0 auto;
    border: 13px solid #000;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #101010;
    background-image: url("../images/portfolio/lg_sgnt/lgSgnt_cnt13_img.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

#lgSgnt_cnt13 .lgSgnt_cnt13_img::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 74.9246%;
}

#lgSgnt_cnt14 {
    position: relative;
    width: 100%;
    height: 200vh;
}
#lgSgnt_cnt14 .lgSgnt_cnt14_vdo {
    width: 100%;
}

#lgSgnt_cnt15 {
    padding: 150px 0 300px;
    text-align: center;
    background-color: #f0f0f0;
}
#lgSgnt_cnt15 .lgSgnt_cnt15_inner {
    position: relative;
    width: 100%;
    height: 200vh;
}
#lgSgnt_cnt15 .lgSgnt_cnt15_vdo {
    width: 100%;
    background-color: #f0f0f0;
}
#lgSgnt_cnt15 video {
    max-width: 1920px;
    width: 79.5%;
    margin: 0 auto;
    max-height: 100vh;
}
@media screen and (min-width: 1930px) {
    /*#lgSgnt_cnt15 video { width: 100%; }*/
}
#lgSgnt_cnt15 .lgSgnt_tit {
    font-size: 30px;
}
#lgSgnt_cnt15 .lgSgnt_tit + p {
    max-width: none;
    padding-top: 0.5em;
    padding-bottom: 50px;
    font-size: 23px;
    font-weight: 400;
}

#lgSgnt_cnt15_1 {
    background-color: #f0f0f0;
}
.lgSgnt_vdo_gallery_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.lgSgnt_vdo_gallery:nth-of-type(2),
.lgSgnt_vdo_gallery:last-child {
    padding-top: 60px;
}
.btn_vdo_gallery_wrap:nth-child(even) {
    padding-left: 60px;
}

.btn_vdo_gallery {
    position: relative;
    overflow: hidden;
}
.btn_vdo_gallery img {
    transition: all 0.5s;
}
.btn_vdo_gallery::before,
.btn_vdo_gallery::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.btn_vdo_gallery::before {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.5;
    transition: background 0.3s;
}
.btn_vdo_gallery::after {
    width: 55px;
    height: 65px;
    background: url("../images/portfolio/lg_sgnt/btn_play.svg") no-repeat center / cover;
    opacity: 0;
    transition: opacity 0.5s;
}

.btn_vdo_gallery:hover img {
    transform: scale(1.1);
}
.btn_vdo_gallery:hover::before {
    background-color: #000;
}
.btn_vdo_gallery:hover::after {
    opacity: 1;
}

.gallery_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}

.gallery_item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery_item:hover {
    /*transform: translateY(-8px);*/
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.gallery_item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery_item:hover img {
    /*transform: scale(1.05);*/
}

#lgSgnt_cnt15_1 .lgSgnt_cnt15_1_txt {
    padding: 180px 0;
}
#lgSgnt_cnt15_1 .lgSgnt_cnt15_1_txt .lgSgnt_tit {
    padding-bottom: 0.8em;
    text-transform: none;
}
#lgSgnt_cnt15_1 .lgSgnt_cnt15_1_txt .lgSgnt_tit + p {
    font-weight: 400;
}

.lgSgnt_cnt15_img_wrap {
    width: 100%;
    padding: 0 0 200px;
    margin: 200px auto 0;
    background-color: #030303;
}
.lgSgnt_cnt15_img_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 150px;
}
.lgSgnt_cnt15_img {
    overflow: hidden; /* border: 1px solid #fff; border-radius: 36px */
}

@media screen and (min-width: 1930px) {
    #lgSgnt_cnt15 .lgSgnt_tit + p {
        padding-bottom: 1.3em;
    }
}

#lgSgnt_cnt16 {
    position: relative;
    width: 100%;
    height: 200vh;
}
#lgSgnt_cnt16 .lgSgnt_cnt16_inner {
    width: 100%;
}

#portfolio .portfolio_view .view_content .view_detail .detail_cont {
    padding-bottom: 0;
}

@media screen and (min-width: 1930px) {
    #lgSgnt_cnt12 .cnt12_frame {
        margin-left: 30.550833vw;
    }
    #lgSgnt_cnt12 .swiper-container {
        padding-top: 7.59645vw;
        margin-left: 30.550833vw;
    }
}

/* e: LG Signature */

/* s: LG Signature Showroom */
/* common style */
#lgSgntShowroom {
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 1.6;
}
#lgSgntShowroom button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
#lgSgntShowroom video {
    width: 100%;
}
#lgSgntShowroom img {
    max-width: 100%;
}
#lgSgntShowroom .blind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: none;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}
#lgSgntShowroom .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#lgSgntShowroom .align_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#lgSgntShowroom .space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#lgSgntShowroom .justify_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#lgSgntShowroom .flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lgSgntShowroom .flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#lgSgntShowroom .lg_sgnt_showroom_txt_wrap {
    padding: 151px 0 151px 16.19791667%;
    text-align: left;
}
#lgSgntShowroom .lg_sgnt_showroom_tit {
    width: 487px;
    font-size: 25px;
    font-weight: 700;
}
#lgSgntShowroom .lg_sgnt_showroom_txt {
}
#lgSgntShowroom .lg_sgnt_showroom_txt em {
    font-weight: 500;
}

#lgSgntShowroom .lg_sgnt_showroom1 video {
    width: 100%;
}
#lgSgntShowroom .lg_sgnt_showroom2_txt_wrap {
    padding: 143px 0 155px;
}
#lgSgntShowroom .lg_sgnt_showroom2_txt_wrap .lg_sgnt_showroom_tit {
    width: auto;
    font-size: 30px;
}
#lgSgntShowroom .lg_sgnt_showroom2_txt_wrap .lg_sgnt_showroom_txt {
    padding-top: 1em;
    font-size: 22px;
    line-height: 1.818181818;
}
/* #lgSgntShowroom .lg_sgnt_showroom2_img img {width: 100%; background: url("../images/portfolio/lg_sgnt_showroom/lg_sgnt_showroom2_img") no-repeat / fixed;} */
#lgSgntShowroom .lg_sgnt_showroom3 {
    background-color: #f8f8f8;
}
#lgSgntShowroom .lg_sgnt_showroom3 .lg_sgnt_showroom3_wrap {
    border-top: 2px solid #000;
}
#lgSgntShowroom .lg_sgnt_showroom3_wrap:nth-child(2) {
    border-bottom: 2px solid #000;
}
#lgSgntShowroom .lg_sgnt_showroom3 .lg_sgnt_showroom3_box {
    padding: 98px 0;
}
#lgSgntShowroom .lg_sgnt_showroom3_wrap:nth-child(1) .lg_sgnt_showroom3_box {
    width: calc(100% / 3);
}
#lgSgntShowroom .lg_sgnt_showroom3_wrap:nth-child(2) .lg_sgnt_showroom3_box {
    width: calc(100% / 2);
}
#lgSgntShowroom .lg_sgnt_showroom3 .lg_sgnt_showroom3_box:not(:last-child) {
    border-right: 2px solid #000;
}
#lgSgntShowroom .lg_sgnt_showroom3 .lg_sgnt_showroom_tit {
    padding-bottom: 2.6em;
    font-size: 32px;
}
#lgSgntShowroom .lg_sgnt_showroom3 .lg_sgnt_showroom3_box figcaption {
    padding: 1em 0 3em;
    font-size: 20px;
    font-weight: 500;
}
#lgSgntShowroom .lg_sgnt_showroom3 .lg_sgnt_showroom3_box .lg_sgnt_showroom_txt {
    font-size: 25px;
    line-height: 1.68;
}
#lgSgntShowroom .lg_sgnt_showroom3_box_icon figure:not(:last-child) {
    padding-right: 71px;
}
#lgSgntShowroom .lg_sgnt_showroom4 {
    background-color: #000;
    color: #fff;
}
#lgSgntShowroom .lg_sgnt_showroom4 img {
    display: inline-block;
    width: 50%;
}
#lgSgntShowroom .lg_sgnt_showroom4 img:first-child {
    margin-right: 11px;
}
#lgSgntShowroom .lg_sgnt_showroom5 {
    background-color: #f0f0f0;
}
#lgSgntShowroom .lg_sgnt_showroom5 .prosess_bar {
    position: relative;
    display: block;
    width: 100%;
}

#lgSgntShowroom .lg_sgnt_showroom5 .prosess_bar::before,
#lgSgntShowroom .lg_sgnt_showroom5 .prosess_bar::after {
    content: "";
    background-color: #c4c4c4;
}
#lgSgntShowroom .lg_sgnt_showroom5 ul li {
    width: calc(100% / 5);
    margin-right: 10px;
}
#lgSgntShowroom .lg_sgnt_showroom5 ul li:last-child {
    margin-right: 0;
}

#lgSgntShowroom .lg_sgnt_showroom5 .showroom_tab_img {
    position: relative;
    display: block;
}
#lgSgntShowroom .lg_sgnt_showroom5 .showroom_tab_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    transition: background 0.4s;
}
#lgSgntShowroom .lg_sgnt_showroom5 .prosess_bar::before {
    display: block;
    width: 10px;
    height: 10px;
    margin: 20px 0 25px;
    border-radius: 50%;
}
#lgSgntShowroom .lg_sgnt_showroom5 .prosess_bar::after {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
    width: 100%;
    height: 2px;
    transition: background 0.3s;
}
#lgSgntShowroom .lg_sgnt_showroom5 .showroom_tit {
    font-size: 23px;
    font-weight: 700;
    color: #7a7a7a;
    margin-bottom: 5px;
}
#lgSgntShowroom .lg_sgnt_showroom5 .showroom_txt {
    font-size: 18px;
    color: #7a7a7a;
}

#lgSgntShowroom .lg_sgnt_showroom5 li.on .showroom_tab_img::after {
    background-color: transparent;
}
#lgSgntShowroom .lg_sgnt_showroom5 li.on .prosess_bar::before,
#lgSgntShowroom .lg_sgnt_showroom5 li.on .prosess_bar::after {
    background-color: #000;
}
#lgSgntShowroom .lg_sgnt_showroom5 li.on .showroom_tit {
    color: #000;
}
#lgSgntShowroom .lg_sgnt_showroom5 li.on .showroom_txt {
    color: #000;
}

#lgSgntShowroom .lg_sgnt_showroom5 #tab1 .prosess_bar::before {
    margin: 20px 0 25px 35px;
}
#lgSgntShowroom .lg_sgnt_showroom5 #tab1 .prosess_bar::after {
    width: calc(100% - 35px);
    left: 45px;
}
#lgSgntShowroom .lg_sgnt_showroom5 #tab1 .showroom_tit {
    margin-left: 32px;
}
#lgSgntShowroom .lg_sgnt_showroom5 #tab1 .showroom_txt {
    display: block;
    margin-left: 32px;
}
#lgSgntShowroom .lg_sgnt_showroom5 #tab5 .prosess_bar::after {
    width: calc(100% - 35px);
}

#lgSgntShowroom .lg_sgnt_showroom5 .tabpanel_wrap {
    position: relative;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tabpanel_wrap::before {
    content: "";
    display: block;
    padding-top: 30%;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tabpanel {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    max-height: 0;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tabpanel.on {
    visibility: visible;
    max-height: 1000px;
}
#lgSgntShowroom .lg_sgnt_showroom5 .showroom_tabpanel_vdo {
    position: relative;
    max-width: 1465px;
    margin: 105px auto 54px;
}
#lgSgntShowroom .lg_sgnt_showroom5 .showroom_tabpanel_vdo:hover .btn_showroom_tabpanel_vdo {
    opacity: 1;
}
#lgSgntShowroom .lg_sgnt_showroom5 .btn_showroom_tabpanel_vdo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 91px;
    background: url("../images/portfolio/lg_sgnt_showroom/icon_play.svg") no-repeat center / cover;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}
#lgSgntShowroom .lg_sgnt_showroom5 .btn_showroom_tabpanel_vdo.pause {
    background-image: url("../images/portfolio/lg_sgnt_showroom/icon_pause.svg");
}
#lgSgntShowroom .lg_sgnt_showroom5 .showroom_tabpanel_vdo video {
    margin: 0 auto;
}

#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom6_img {
    position: relative;
    opacity: 0;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom6_img_pointer {
    display: block;
    position: absolute;
    top: 52.8845374%;
    left: 40.195833%;
    width: 70px;
    height: 70px;
    background: url("../images/portfolio/lg_sgnt_showroom/lg_sgnt_showroom6_img_pointer.svg") no-repeat center / cover;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom6_img_pointer::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 500px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    clip-path: inset(0 0% 100% 0%);
}

#lgSgntShowroom .lg_sgnt_showroom6_interaction {
    padding-bottom: 193px;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom6_vdo {
    padding-top: 130px;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom6_vdo video {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 5px 11px 20px #00000060;
}

#lgSgntShowroom .lg_sgnt_showroom6_interaction.on .lg_sgnt_showroom6_img {
    animation: opacityAni 0.5s linear forwards;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction.on .lg_sgnt_showroom6_img_pointer::after {
    animation: clipPathAni 1s steps(15) forwards;
    animation-delay: 0.5s;
}
@keyframes opacityAni {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes clipPathAni {
    0% {
        clip-path: inset(0 0% 100% 0%);
    }
    100% {
        clip-path: inset(0 0% 0% 0%);
    }
}

#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom_tit {
    padding: 109px 0 1em;
    width: 100%;
}
#lgSgntShowroom .lg_sgnt_showroom7 video {
    margin: 0 auto;
}
/* e: LG Signature Showroom */

/* s: hasmkorea */
.hasmkorea * {
    font-family: "Nunito Sans", "Pretendard Variable", sans-serif;
}
.hasmkorea .inner {
    max-width: 1406px;
    width: 100%;
    margin: auto;
}
.hasmkorea .round-shadow-box {
    overflow: hidden;
    max-width: 1406px;
    width: 100%;
    margin: auto;
    border-radius: 30px;
    border: 14px solid #1a1414;
    box-shadow: 40px 40px 46px rgba(0, 0, 0, 0.25);
    background: #000;
}
.hasmkorea .round-shadow-box video {
    width: 100%;
}
.hasmkorea .hasm-title-box {
    padding-left: 100px;
    text-align: left;
}
.hasmkorea .hasm-title-box span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #5d5d5d;
    text-transform: uppercase;
}
.hasmkorea .hasm-title-box h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
}
.hasmkorea .hasm-title-box h3::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: url("../images/portfolio/hasmkorea/ico_rolling_b.png") no-repeat center / contain;
    animation: rotate_image 4s linear infinite;
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
.hasmkorea .hasm-title-box p {
    display: block;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
}
.hasmkorea .hasm-title-box.white h3 {
    color: #fff;
}
.hasmkorea .hasm-title-box.white h3::after {
    background-image: url("../images/portfolio/hasmkorea/ico_rolling_w.png");
}
.hasmkorea .hasm-title-box.white p {
    color: #e0e0e0;
}
.hasmkorea .hasm-title-box.center {
    margin-left: 0;
    text-align: center;
}

.hasmkorea01 {
    position: relative;
}
.hasmkorea01 .black-area {
    width: 100%;
    background-color: #000;
}
.hasmkorea01 .black-vdo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hasmkorea01 .black-vdo.fixed {
    position: fixed;
}
.hasmkorea01 .white-area {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 437px 0 70px;
    transition: 0.3s;
}
.hasmkorea01 .white-area.white {
    background: #f1f1f1;
}
.hasmkorea01 .white-area .tit {
    margin-bottom: 50px;
    opacity: 1;
    transition: 0.3s;
}
.hasmkorea01 .white-area .tit.fadeOut {
    opacity: 0;
}
.hasmkorea01 .white-area .tit.fadeIn {
    opacity: 1;
}
.hasmkorea01 .white-area .tit h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 110px;
    line-height: 143px;
    letter-spacing: -0.04em;
}
.hasmkorea01 .white-area .tit span {
    font-size: 38px;
    line-height: 49px;
    letter-spacing: -0.04em;
    color: #646464;
}
.hasmkorea01 .white-area p {
    width: 630px;
    margin: 0 auto 403px;
    text-align: left;
    font-weight: 600;
    font-size: 26px;
    line-height: 41px;
    opacity: 0;
    transition: 0.3s;
}
.hasmkorea01 .white-area p.fadeOut {
    opacity: 0;
}
.hasmkorea01 .white-area p.fadeIn {
    opacity: 1;
}

.hasmkorea02 {
    background: #f1f1f1;
}
.hasmkorea02 .inner {
    padding: 70px 0 140px;
}
.hasmkorea02 .hasm-title-box {
    margin-bottom: 140px;
}
.hasmkorea02 .round-shadow-box {
    position: relative;
    z-index: 1;
}
.hasmkorea02 .product-box {
    position: relative;
    top: -13px;
    max-width: 1380px;
    width: 100%;
    margin: auto;
    background: linear-gradient(180deg, #ffffff 90.39%, #f1f1f1 100%);
}
.hasmkorea02 .product-box .cont_wrap {
    width: 100%;
    height: 100%;
    padding: 119px 43px 195px;
}
.hasmkorea02 .product-box .cont_wrap .title_box {
    display: flex;
    width: 100%;
    text-align: left;
}
.hasmkorea02 .product-box .cont_wrap .title_box h1 {
    width: 50%;
    font-size: 46px;
    line-height: 46px;
    color: #000;
    font-weight: 400;
}
.hasmkorea02 .product-box .cont_wrap .title_box .sub_txt {
    width: 50%;
}
.hasmkorea02 .product-box .cont_wrap .title_box .sub_txt p {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}
.hasmkorea02 .product-box .cont_wrap .title_box .sub_txt p.txt_2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #767676;
    margin-top: 19px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box {
    width: 100%;
    height: 100%;
    padding: 540px 0 414px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bg_text {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bg_text p {
    font-weight: 800;
    font-size: 388px;
    letter-spacing: -0.03em;
    color: #000;
    transform: rotate(90deg);
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont {
    position: absolute;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_1 {
    top: 311px;
    left: 50%;
    width: 252px;
    margin-left: 23px;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_2 {
    top: 712px;
    left: 50%;
    width: 265px;
    margin-left: -370px;
    z-index: 1;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 {
    top: 976px;
    left: 50%;
    width: 194px;
    margin-left: 54px;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_4 {
    top: 1342px;
    left: 50%;
    width: 278px;
    margin-left: -317px;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont img {
    width: 100%;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_1 > div {
    width: 150px;
    top: 161px;
    left: 56px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 > div {
    width: 180px;
    top: 65px;
    left: 65px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 > div.bolt_2 {
    width: 200px;
    top: -165px;
    left: -350px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_4 > div {
    width: 180px;
    top: 51px;
    left: 14px;
}

.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-image: url("../images/portfolio/hasmkorea/ico_plus.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #30b4ff;
    background-size: 43px 43px;
    white-space: nowrap;
    transition: all 0.3s;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div a span {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div a:hover {
    width: auto;
    border-radius: 30px;
    background-image: none;
    padding: 0 24px;
    transition: all 0.3s;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div a:hover span {
    display: flex;
    transition: all 0.3s;
}
.hasmkorea02 .product-box .cont_wrap .more_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .more_box a.hover_s_1 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding-right: 31px;
}
.hasmkorea02 .product-box .cont_wrap .more_box a.hover_s_1 span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../images/portfolio/hasmkorea/ico_arr_b.png") no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s;
}
.hasmkorea02 .product-box .cont_wrap .more_box a.hover_s_1:hover span {
    position: absolute;
    top: 0;
    right: -8px;
    transition: all 0.3s;
}

.hasmkorea03 {
    padding: 120px 0 170px;
    background: #f1f1f1;
}
.hasmkorea03 .hasm-title-box {
    max-width: 1406px;
    width: 100%;
    margin: 0 auto 120px;
}
.hasmkorea03 .show-pop {
    position: relative;
    max-width: 1736px;
    width: 100%;
    margin: auto;
}
.hasmkorea03 .show-pop .img-box,
.hasmkorea03 .show-pop .img-box img {
    width: 100%;
}
.hasmkorea03 .show-pop .pop-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 248px;
    height: 248px;
}
.hasmkorea03 .show-pop .pop-btn img {
    width: 100%;
    height: 100%;
}
.hasmkorea03 .video-pop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.hasmkorea03 .video-pop .dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.hasmkorea03 .video-pop .video_layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 1406px;
    width: 100%;
}
.hasmkorea03 .video-pop .video_layer video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.hasmkorea03 .video-pop .video_layer .video_close_btn {
    position: absolute;
    top: -76px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
    border-radius: 50%;
    background: rgba(84, 84, 84, 0.4);
}
.hasmkorea03 .video-pop .video_layer .video_close_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 22.5px;
    height: 2px;
    background: #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.hasmkorea03 .video-pop .video_layer .video_close_btn span:last-child {
    transform: translate(-50%, -50%) rotate(135deg);
}

.hasmkorea04 {
    background: #f1f1f1;
}
.hasmkorea04 .item-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1504px;
    width: 100%;
    margin: auto;
}
.hasmkorea04 .item-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 310px;
    height: 610px;
    border-radius: 30px;
    border: 7px solid #1a1414;
    box-shadow: 18px 18px 42px rgba(0, 0, 0, 0.25);
    background: #000;
}
.hasmkorea04 .item-box01 {
    margin-top: 134px;
}
.hasmkorea04 .item-box02 {
    margin-top: 0;
}
.hasmkorea04 .item-box03 {
    margin-top: 865px;
}
.hasmkorea04 .item-box04 {
    height: 1110px;
    margin-top: 180px;
}
.hasmkorea04 .item-box video,
.hasmkorea04 .item-box img {
    width: 100%;
    height: 100%;
}

.hasmkorea05 {
    margin-top: -390px;
    padding: 610px 0 0;
    background: #111;
}
.hasmkorea05 .hasm-title-box {
    max-width: 1406px;
    width: 100%;
    margin: auto;
}
.hasmkorea05 .about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 1080px;
    overflow: hidden;
}
.hasmkorea05 .about .cont_wrap {
    padding-top: 220px;
    padding-bottom: 320px;
    text-align: center;
    overflow: hidden;
}
.hasmkorea05 .about .main_title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
}
.hasmkorea05 .about .main_title p {
    position: relative;
    font-weight: 600;
    font-size: 300px;
    color: #fff;
}
.hasmkorea05 .about .main_title p span {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 300px;
    color: #fff;
    transform: translateY(120%);
}
.hasmkorea05 .about .main_title p.txt01,
.hasmkorea05 .about .main_title p.txt02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 270px;
    overflow: hidden;
    letter-spacing: -12px;
}
.hasmkorea05 .about .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hasmkorea05 .about .bg_img .img01 {
    position: absolute;
    left: 505px;
    bottom: 0;
    width: 315px;
    height: 402px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img02 {
    position: absolute;
    right: 249px;
    bottom: 0;
    width: 577px;
    height: 403px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img03 {
    position: absolute;
    left: 104px;
    bottom: 0;
    width: 571px;
    height: 605px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img04 {
    position: absolute;
    right: 290px;
    bottom: 0;
    width: 429px;
    height: 509px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img05 {
    position: absolute;
    left: 505px;
    bottom: 0;
    width: 542px;
    height: 378px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img06 {
    position: absolute;
    right: 457px;
    bottom: 0;
    width: 380px;
    height: 468px;
    transform: translateY(100%);
}
.hasmkorea05 .item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 136px;
    width: 100%;
    padding-bottom: 100px;
    background: url("../images/portfolio/hasmkorea/hasmkorea05_bg.jpg") no-repeat center center / cover;
}
.hasmkorea05 .item-area .item-box {
    overflow: hidden;
    width: 310px;
    border-radius: 30px;
    border: 7px solid #4c4c4c;
    box-shadow: 16px 16px 28px rgba(0, 0, 0, 0.7);
}
.hasmkorea05 .item-area .item-box video {
    width: 100%;
}

.hasmkorea06 {
    position: relative;
    width: 100%;
    padding: 146px 0 1070px;
    background: url("../images/portfolio/hasmkorea/hasmkorea06_bg.jpg") no-repeat center top / cover;
}
.hasmkorea06 .hasm-title-box {
    max-width: 1406px;
    width: 100%;
    margin: auto;
}
.hasmkorea06 .img-box {
    position: absolute;
    top: 334px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hasmkorea07 {
    padding-top: 198px;
    background: url("../images/portfolio/hasmkorea/hasmkorea07_bg.jpg") no-repeat center top / cover;
}
.hasmkorea07 .hasm07-title-box {
    margin-bottom: 140px;
    color: #fff;
    text-align: center;
}
.hasmkorea07 .hasm07-title-box h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.hasmkorea07 .hasm07-title-box p {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
}
.hasmkorea07 .item03-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto 140px;
}
.hasmkorea07 .item03-area .item-box {
    overflow: hidden;
    position: relative;
    width: 552px;
    border-radius: 50px;
}
.hasmkorea07 .item03-area .item-box video {
    width: 100%;
}
.hasmkorea07 .item03-area .item-box .txt {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #fff;
    text-align: left;
}
.hasmkorea07 .item03-area .item-box .txt strong {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.hasmkorea07 .item03-area .item-box .txt h4 {
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.04em;
}
.hasmkorea07 .round-shadow-box {
    max-width: 1406px;
    width: 100%;
    margin: 0 auto 140px;
    border-color: #4c4c4c;
}
.hasmkorea07 .item02-area {
    display: flex;
    justify-content: center;
    gap: 0 136px;
}
.hasmkorea07 .item02-area .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hasmkorea07 .item02-area .item-box01 {
    margin-top: 135px;
}
.hasmkorea07 .item02-area .item-box .item-top {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 310px;
    border-radius: 30px;
    box-shadow: 16px 16px 28px rgba(0, 0, 0, 0.7);
}
.hasmkorea07 .item02-area .item-box .item-bottom {
    width: 298px;
    margin-top: -14px;
    box-shadow: 16px -20px 28px 0px #000000;
}

.hasmkorea08 video {
    width: 100%;
}

.hasmkorea09 {
    padding: 140px 0 140px;
    background: #fff url("../images/portfolio/hasmkorea/hasmkorea09_bg_txt.png") no-repeat center 89% / 1839px 248px;
}
.hasmkorea09 .hasm-title-box {
    margin-bottom: 140px;
}
.hasmkorea09 .video-box {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 100px;
}
.hasmkorea09 .video-box video {
    width: 100%;
}
.hasmkorea09 .item-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.hasmkorea09 .item-box .item {
    overflow: hidden;
    width: 700px;
    border-radius: 20px;
    box-shadow: 17px 17px 50px rgba(0, 0, 0, 0.3);
}
.hasmkorea09 .item-box .item02 {
    margin-top: 312px;
}

.hasmkorea10 {
    background: #f6f6f6;
}
.hasmkorea10 .inner {
    padding-top: 146px;
}
.hasmkorea10 .hasm-title-box {
    margin-bottom: 146px;
}
.hasmkorea10 .item-area {
    display: flex;
    justify-content: center;
    gap: 0 136px;
}
.hasmkorea10 .item-area .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hasmkorea10 .item-area .item-box .item-top {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 310px;
    border-radius: 30px;
    box-shadow: 18px 18px 42px rgba(0, 0, 0, 0.25);
}
.hasmkorea10 .item-area .item-box .item-bottom {
    width: 298px;
    margin-top: -19px;
    box-shadow: 10px -10px 16px 0px rgba(0, 0, 0, 0.1);
}
/* e: hasmkorea */

/* s: lg_dios_stem */
.lg_dios_stem * {
    font-family: "SUIT", sans-serif;
    color: #333;
}
.lg_dios_stem .lg_dios_stem_bg {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
.lg_dios_stem .lg_dios_stem_bg01 {
    background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem_bg01.jpg");
}
.lg_dios_stem .lg_dios_stem_bg02 {
    background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem_bg02.jpg");
}
.lg_dios_stem .lg_dios_stem_bg03 {
    background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem_bg03.jpg");
}
.lg_dios_stem .inner1920 {
    position: relative;
    width: 1920px;
    margin: auto;
}
.lg_dios_stem .inner1504 {
    position: relative;
    width: 1504px;
    margin: auto;
}
.lg_dios_stem .inner1408 {
    position: relative;
    width: 1408px;
    margin: auto;
}
.lg_dios_stem .stem-title-box .title {
    margin-bottom: 36px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 30px;
    line-height: 51px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem .stem-title-box .desc {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.02em;
}
.lg_dios_stem .stem-title-box .desc strong {
    font: inherit;
    font-weight: 700;
    color: inherit;
}

.lg_dios_stem01 .inner1920 {
    padding-top: 467px;
}
.lg_dios_stem01 .title {
    width: 398px;
    margin: 0 auto 70px;
}
.lg_dios_stem01 .title img {
    width: 100%;
}
.lg_dios_stem01 .img-box {
    width: 100%;
}
.lg_dios_stem01 .img-box img {
    width: 100%;
}
.lg_dios_stem01 .round-box {
    overflow: hidden;
    clip-path: ellipse(58% 100% at 50% 100%);
}
.lg_dios_stem01 .round-box img {
    width: 100%;
    transition: 0.3s;
}

.lg_dios_stem02 .stem-title-box {
    position: relative;
    top: -160px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1198px;
    height: 560px;
    margin: 0 auto 80px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem02_img.png") no-repeat center / cover;
    border-radius: 60px;
}
.lg_dios_stem02 .stem-title-box .title {
    position: relative;
    margin-bottom: 76px;
}
.lg_dios_stem02 .stem-title-box .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
    width: 503px;
    height: 1px;
    background: #b7aa93;
}
.lg_dios_stem02 .stem-title-box .title .line {
    position: relative;
    font: inherit;
    color: inherit;
}
.lg_dios_stem02 .stem-title-box .title .line::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 15px;
    transition: 0.6s;
}
.lg_dios_stem02 .stem-title-box .title .line.on::after {
    width: 100%;
}
.lg_dios_stem02 .stem-title-box .title .green::after {
    background: linear-gradient(90deg, rgba(73, 85, 51, 0.35) 0%, rgba(188, 184, 116, 0.35) 100%);
    background-blend-mode: multiply;
}
.lg_dios_stem02 .stem-title-box .title .blue::after {
    background: linear-gradient(90deg, rgba(39, 91, 152, 0.35) 0%, rgba(116, 179, 188, 0.35) 100%);
    background-blend-mode: multiply;
}
.lg_dios_stem02 .stem-title-box .title .line .txt {
    font: inherit;
    position: relative;
    z-index: 1;
    color: inherit;
}

.lg_dios_stem03 .inner1920 {
    height: 730px;
}
.lg_dios_stem03 .img-box {
    position: absolute;
    top: 0;
    transition: 0.6s;
    opacity: 0;
}
.lg_dios_stem03 .img-box01 {
    left: 178px;
    width: 1314px;
}
.lg_dios_stem03 .img-box02 {
    left: 0;
    width: 1920px;
}
.lg_dios_stem03 .img-box03 {
    left: 130px;
    width: 1506px;
}
.lg_dios_stem03 .img-box.on {
    opacity: 1;
}
.lg_dios_stem03 .img-box img {
    width: 100%;
}

.lg_dios_stem04 {
    position: relative;
}
.lg_dios_stem04 .bg-icon {
    display: block;
    position: absolute;
    transition: 0.4s;
}
.lg_dios_stem04 .bg-icon01 {
    top: 234px;
    left: 0;
    width: 152px;
    height: 714px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon01.png") no-repeat center / cover;
}
.lg_dios_stem04 .bg-icon02 {
    bottom: 190px;
    right: 0;
    width: 154px;
    height: 940px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon02.png") no-repeat center / cover;
}
.lg_dios_stem04 .inner1408 {
    padding: 240px 0;
}
.lg_dios_stem04 .stem-title-box {
    margin-bottom: 83px;
}
.lg_dios_stem04 .item-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 203px;
}
.lg_dios_stem04 .item-box:last-of-type {
    margin-bottom: 0;
}
.lg_dios_stem04 .txt-box {
    text-align: left;
}
.lg_dios_stem04 .txt-box strong {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.02em;
    font-weight: 600;
    text-transform: uppercase;
}
.lg_dios_stem04 .txt-box strong::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(90deg, rgba(73, 85, 51, 0.35) 0%, rgba(188, 184, 116, 0.35) 100%);
    background-blend-mode: multiply;
}
.lg_dios_stem04 .txt-box h4 {
    margin-bottom: 58px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 30px;
    line-height: 51px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem04 .txt-box ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    padding-top: 56px;
    text-align: left;
}
.lg_dios_stem04 .txt-box ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 52px;
    height: 36px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_icon.png") no-repeat center / cover;
}
.lg_dios_stem04 .txt-box ul li {
    padding-left: 22px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #383838;
    transition: 0.6s;
    opacity: 0;
}
.lg_dios_stem04 .txt-box ul li:nth-child(2n) {
    padding-left: 42px;
}
.lg_dios_stem04 .txt-box ul li.on {
    opacity: 1;
}
.lg_dios_stem04 .txt-box ul li::before,
.lg_dios_stem04 .txt-box ul li::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 6px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_quote-green.png") no-repeat center / cover;
}
.lg_dios_stem04 .txt-box ul li::after {
    margin-left: 6px;
    margin-right: 0;
    transform: rotate(180deg);
}
.lg_dios_stem04 .txt-box ul .blue::before,
.lg_dios_stem04 .txt-box ul .blue::after {
    background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_quote-blue.png");
}
.lg_dios_stem04 .txt-box ul .purple::before,
.lg_dios_stem04 .txt-box ul .purple::after {
    background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_quote-purple.png");
}
.lg_dios_stem04 .vdo-box {
    position: relative;
    padding-right: 105px;
}
.lg_dios_stem04 .vdo-box video {
    position: relative;
    z-index: 1;
    width: 574px;
    border-radius: 40px;
}
.lg_dios_stem04 .vdo-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 448px;
    height: 619px;
    background: linear-gradient(152.53deg, #d9d9d9 -0.86%, #e4d7bb 98.8%);
    border-radius: 30px;
}
.lg_dios_stem04 .item-box02 .vdo-box {
    padding-right: 0;
    padding-left: 105px;
}
.lg_dios_stem04 .item-box02 .vdo-box::after {
    right: auto;
    left: 0;
    background: linear-gradient(90deg, rgba(152, 39, 39, 0.35) 0%, rgba(222, 157, 157, 0.35) 100%);
    background-blend-mode: multiply;
}
.lg_dios_stem04 .item-box02 .txt-box strong::after {
    background: linear-gradient(90deg, rgba(152, 39, 39, 0.35) 0%, rgba(222, 157, 157, 0.35) 100%);
    background-blend-mode: multiply;
}

.lg_dios_stem05 .inner1920 {
    padding: 240px 0;
}
.lg_dios_stem05 .stem-title-box {
    margin-bottom: 147px;
}
.lg_dios_stem05 .item-box {
    position: relative;
    width: 1565px;
    height: 782px;
    margin: auto;
}
.lg_dios_stem05 .txt {
    text-align: left;
}
.lg_dios_stem05 .txt h4 {
    display: inline-block;
    margin-bottom: 27px;
    padding-right: 3px;
    font-size: 100px;
    font-weight: 800;
    letter-spacing: -0.075em;
    background: linear-gradient(90deg, rgba(191, 175, 158, 0.3) 0%, rgba(191, 175, 158, 1) 100%);
    color: transparent;
    -webkit-background-clip: text;
}
.lg_dios_stem05 .txt p {
    font-size: 20px;
    line-height: 32px;
}
.lg_dios_stem05 .item-list {
    position: absolute;
    top: 0;
    opacity: 0;
}
.lg_dios_stem05 .item-list .item {
    position: absolute;
    width: 320px;
    height: 320px;
}
.lg_dios_stem05 .item-list .item01 {
    top: 257px;
    left: 0;
}
.lg_dios_stem05 .item-list .item02 {
    top: 496px;
    left: 367px;
}
.lg_dios_stem05 .item-list .item03 {
    top: 72px;
    left: 682px;
}
.lg_dios_stem05 .item-list .item04 {
    top: 139px;
    left: 1162px;
}
.lg_dios_stem05 .item-list .item-add-round::after {
    content: "";
    display: block;
    position: absolute;
    top: -79px;
    left: 100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem05_item-shadow.png") no-repeat center / cover;
}
.lg_dios_stem05 .item-list .item div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem05_item01.png") no-repeat center / cover;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 26px;
    line-height: 39px;
    border-radius: 50%;
    box-shadow: 13.99px 13.99px 17.48px 0px #5e4e404a;
}
.lg_dios_stem05 .as-is {
    border-bottom: 5px solid transparent;
    background-image: linear-gradient(rgb(220 211 200), rgb(220 211 200)), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50.5%, rgba(255, 255, 255, 0) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.lg_dios_stem05 .to-be {
    padding-top: 110px;
}
.lg_dios_stem05 .to-be .item-list .item01 {
    top: 403px;
    left: 24px;
}
.lg_dios_stem05 .to-be .item-list .item02 {
    top: 146px;
    left: 472px;
}
.lg_dios_stem05 .to-be .item-list .item03 {
    top: 476px;
    left: 891px;
}
.lg_dios_stem05 .to-be .item-list .item04 {
    top: -30px;
    left: 1159px;
}
.lg_dios_stem05 .to-be .item-list .item-add-round::after {
    top: -74px;
    left: -79px;
}
.lg_dios_stem05 .to-be .item-list .item div {
    background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem05_item02.png");
}

.lg_dios_stem06 .inner1504 {
    padding-bottom: 240px;
}
.lg_dios_stem06 .stem-title-box {
    margin-bottom: 134px;
}
.lg_dios_stem06 .item {
    position: relative;
    width: 1310px;
    margin-bottom: 30px;
}
.lg_dios_stem06 .item:last-child {
    margin-bottom: 0;
}
.lg_dios_stem06 .item img {
    width: 100%;
}
.lg_dios_stem06 .item .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
.lg_dios_stem06 .item .tag p {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.5);
    font-family: "Gowun Dodum", sans-serif;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.02em;
    border-radius: 500px;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.lg_dios_stem06 .item .tag p:nth-child(1) {
    top: 77px;
    left: 76px;
}
.lg_dios_stem06 .item .tag p:nth-child(2) {
    top: 210px;
    left: 427px;
}
.lg_dios_stem06 .item .tag p:nth-child(3) {
    top: 301px;
    left: 356px;
}
.lg_dios_stem06 .item .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 100%;
    padding-left: 730px;
    text-align: left;
}
.lg_dios_stem06 .item .txt strong {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 30px;
    background: rgba(229, 180, 175, 1);
    font-size: 20px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #fff;
    border-radius: 500px;
}
.lg_dios_stem06 .item .txt h4 {
    margin-bottom: 24px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem06 .item .txt p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.02em;
}
.lg_dios_stem06 .item:nth-child(even) {
    margin-left: 194px;
}
.lg_dios_stem06 .item:nth-child(even) .txt {
    padding-left: 159px;
}
.lg_dios_stem06 .item:nth-child(even) .txt strong {
    background: rgba(231, 187, 155, 1);
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(1) {
    top: 46px;
    left: 925px;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(2) {
    top: 187px;
    left: 1006px;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(3) {
    top: 305px;
    left: 655px;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(1) {
    top: 38px;
    left: 138px;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(2) {
    top: 187px;
    left: 37px;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(3) {
    top: 257px;
    left: 412px;
}

.lg_dios_stem07 .inner1920 {
    padding: 240px 0 416px;
}
.lg_dios_stem07 .stem-title-box {
    margin-bottom: 134px;
}
.lg_dios_stem07 .stem-title-box .title,
.lg_dios_stem07 .stem-title-box .desc {
    color: #fff;
}
.lg_dios_stem07 .img-box {
    position: relative;
}
.lg_dios_stem07 .img-box .main {
    width: 1920px;
    margin: auto;
}
.lg_dios_stem07 .img-box .main img {
    width: 100%;
}
.lg_dios_stem07 .img-box .sub {
    position: absolute;
    bottom: -192px;
    left: 50%;
    transform: translateX(-50%);
    width: 768px;
}
.lg_dios_stem07 .img-box .sub img {
    width: 100%;
}
.lg_dios_stem07 .img-box .icon {
    position: absolute;
    transition: 0.4s;
    /* opacity: 0; */
}
.lg_dios_stem07 .img-box .icon01 {
    width: 319px;
    top: 899px;
    right: 145px;
}
.lg_dios_stem07 .img-box .icon02 {
    width: 512px;
    top: 2497px;
    left: 136px;
}
/* .lg_dios_stem07 .img-box .icon.on {
    opacity: 1;
} */

.lg_dios_stem08 .inner1920 {
    height: 1651px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem08_bg-txt.png") no-repeat center 85% / 1256px 329px;
}
.lg_dios_stem08 .img {
    position: absolute;
}
.lg_dios_stem08 .img01 {
    width: 431px;
    top: 0;
    left: 361px;
}
.lg_dios_stem08 .img02 {
    width: 584px;
    top: 353px;
    left: 975px;
}
.lg_dios_stem08 .img03 {
    width: 430px;
    top: 611px;
    left: 1283px;
}
.lg_dios_stem08 .img04 {
    width: 309px;
    top: 961px;
    left: 178px;
}
.lg_dios_stem08 .img05 {
    width: 309px;
    top: 1279px;
    left: 487px;
}
.lg_dios_stem08 .img img {
    width: 100%;
}

.lg_dios_stem09 .inner1504 {
    padding-bottom: 240px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.lg_dios_stem09 .img-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.lg_dios_stem09 .img-box img {
    width: 100%;
}
.lg_dios_stem09 .img-box video {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #cdc5bb;
}
.lg_dios_stem09 .img-box .flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.lg_dios_stem09 .img-box .flex img {
    width: calc(50% - 15px);
}

.lg_dios_stem10 {
    position: relative;
}
.lg_dios_stem10 .video-wrap {
    width: 100%;
    height: 240vh;
    position: relative;
}
.lg_dios_stem10 .video-area {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lg_dios_stem10 .video-box {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.lg_dios_stem10 .video-box.no-fixed {
    position: static;
}
.lg_dios_stem10 .video-box img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.lg_dios_stem10 .floating-area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.lg_dios_stem10 .floating-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.lg_dios_stem10 .floating-box02 {
    position: absolute;
    top: 100vh;
    width: 100%;
}
.lg_dios_stem10 .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1198px;
    height: 530px;
    margin: auto;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem10_img.png") no-repeat center / cover;
}
.lg_dios_stem10 .txt-box .title {
    position: relative;
    margin-bottom: 46px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 38px;
    line-height: 57px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem10 .txt-box .title::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 503px;
    height: 1px;
    background: #7e786c;
}
.lg_dios_stem10 .txt-box .desc {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #262626;
}
.lg_dios_stem10 .txt-box .desc strong {
    font: inherit;
    font-weight: 700;
    color: inherit;
}
.lg_dios_stem10 .play-btn {
    display: block;
    width: 150px;
    height: 174px;
    margin: auto;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem10_play.png") no-repeat center / cover;
}
.lg_dios_stem10 .video-pop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.lg_dios_stem10 .video-pop .dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.lg_dios_stem10 .video-pop .video_layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 1406px;
}
.lg_dios_stem10 .video-pop .video_layer video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.lg_dios_stem10 .video-pop .video_layer .video_close_btn {
    position: absolute;
    top: -76px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
    border-radius: 50%;
    background: rgba(84, 84, 84, 0.4);
}
.lg_dios_stem10 .video-pop .video_layer .video_close_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 22.5px;
    height: 2px;
    background: #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.lg_dios_stem10 .video-pop .video_layer .video_close_btn span:last-child {
    transform: translate(-50%, -50%) rotate(135deg);
}

.lg_dios_stem11 {
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg.png") no-repeat center / cover;
}
.lg_dios_stem11 .inner1920 {
    padding: 330px 0 400px;
}
.lg_dios_stem11 .bg-icon {
    display: block;
    position: absolute;
    width: 146px;
    height: 182px;
    box-shadow: 4px 4px 15px 0px #0000001a;
    transition: 0.6s;
}
.lg_dios_stem11 .bg-icon01 {
    top: 174px;
    left: 1232px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon01.png") no-repeat center / cover;
}
.lg_dios_stem11 .bg-icon02 {
    top: 768px;
    left: 230px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon02.png") no-repeat center / cover;
}
.lg_dios_stem11 .bg-icon03 {
    top: 682px;
    left: 1516px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon03.png") no-repeat center / cover;
}
.lg_dios_stem11 .main-title {
    width: 830px;
    margin: 0 auto 350px;
}
.lg_dios_stem11 .main-title img {
    width: 100%;
}
.lg_dios_stem11 .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1022px;
    height: 494px;
    margin: auto;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_img.png") no-repeat center / cover;
}
.lg_dios_stem11 .txt-box .title {
    position: relative;
    margin-bottom: 46px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 38px;
    line-height: 57px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem11 .txt-box .title::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 503px;
    height: 1px;
    background: #7e786c;
}
.lg_dios_stem11 .txt-box .desc {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #262626;
}
.lg_dios_stem11 .txt-box .desc strong {
    font: inherit;
    font-weight: 700;
    color: inherit;
}

.lg_dios_stem12 .video-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}
.lg_dios_stem12 .video-area {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lg_dios_stem12 .video-box {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lg_dios_stem12 .video-box.no-fixed {
    position: static;
}
.lg_dios_stem12 .video-box video,
.lg_dios_stem12 .video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg_dios_stem13 video {
    width: 100%;
}

.lg_dios_stem14 {
    position: relative;
}
.lg_dios_stem14 .stem-title-box {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.lg_dios_stem14 .stem-title-box .title {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 58px;
    letter-spacing: -0.02em;
}
.lg_dios_stem14 .stem-title-box .desc {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: -0.02em;
}
.lg_dios_stem14 video {
    width: 100%;
}
@media screen and (max-width: 1920px) {
    .lg_dios_stem * {
        font-family: "SUIT", sans-serif;
        color: #333;
    }
    .lg_dios_stem .lg_dios_stem_bg {
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
    }
    .lg_dios_stem .lg_dios_stem_bg01 {
        background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem_bg01.jpg");
    }
    .lg_dios_stem .lg_dios_stem_bg02 {
        background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem_bg02.jpg");
    }
    .lg_dios_stem .lg_dios_stem_bg03 {
        background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem_bg03.jpg");
    }
    .lg_dios_stem .inner1920 {
        position: relative;
        width: 100vw;
        margin: auto;
    }
    .lg_dios_stem .inner1504 {
        position: relative;
        width: 78.3333vw;
        margin: auto;
    }
    .lg_dios_stem .inner1408 {
        position: relative;
        width: 73.3333vw;
        margin: auto;
    }
    .lg_dios_stem .stem-title-box .title {
        margin-bottom: 1.875vw;
        font-family: "Gowun Dodum", sans-serif;
        font-size: 1.5625vw;
        line-height: 2.6563vw;
        letter-spacing: -0.02em;
        font-weight: 600;
        color: #000;
    }
    .lg_dios_stem .stem-title-box .desc {
        font-size: 1.0417vw;
        line-height: 1.7708vw;
        letter-spacing: -0.02em;
    }
    .lg_dios_stem .stem-title-box .desc strong {
        font: inherit;
        font-weight: 700;
        color: inherit;
    }

    .lg_dios_stem01 .inner1920 {
        padding-top: 24.3229vw;
    }
    .lg_dios_stem01 .title {
        width: 20.7292vw;
        margin: 0 auto 3.6458vw;
    }
    .lg_dios_stem01 .title img {
        width: 100%;
    }
    .lg_dios_stem01 .img-box {
        width: 100%;
    }
    .lg_dios_stem01 .img-box img {
        width: 100%;
    }
    .lg_dios_stem01 .round-box {
        overflow: hidden;
        clip-path: ellipse(58% 100% at 50% 100%);
    }
    .lg_dios_stem01 .round-box img {
        width: 100%;
        transition: 0.3s;
    }

    .lg_dios_stem02 .stem-title-box {
        position: relative;
        top: -8.3333vw;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 62.3958vw;
        height: 29.1667vw;
        margin: 0 auto 4.1667vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem02_img.png") no-repeat center / cover;
        border-radius: 3.125vw;
    }
    .lg_dios_stem02 .stem-title-box .title {
        position: relative;
        margin-bottom: 3.9583vw;
    }
    .lg_dios_stem02 .stem-title-box .title:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.3542vw;
        width: 26.1979vw;
        height: 0.0521vw;
        background: #b7aa93;
    }
    .lg_dios_stem02 .stem-title-box .title .line {
        position: relative;
        font: inherit;
        color: inherit;
    }
    .lg_dios_stem02 .stem-title-box .title .line::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0.7813vw;
        transition: 0.6s;
    }
    .lg_dios_stem02 .stem-title-box .title .line.on::after {
        width: 100%;
    }
    .lg_dios_stem02 .stem-title-box .title .green::after {
        background: linear-gradient(90deg, rgba(73, 85, 51, 0.35) 0%, rgba(188, 184, 116, 0.35) 100%);
        background-blend-mode: multiply;
    }
    .lg_dios_stem02 .stem-title-box .title .blue::after {
        background: linear-gradient(90deg, rgba(39, 91, 152, 0.35) 0%, rgba(116, 179, 188, 0.35) 100%);
        background-blend-mode: multiply;
    }
    .lg_dios_stem02 .stem-title-box .title .line .txt {
        font: inherit;
        position: relative;
        z-index: 1;
        color: inherit;
    }

    .lg_dios_stem03 .inner1920 {
        height: 38.0208vw;
    }
    .lg_dios_stem03 .img-box {
        position: absolute;
        top: 0;
        transition: 0.6s;
        opacity: 0;
    }
    .lg_dios_stem03 .img-box01 {
        left: 9.2708vw;
        width: 68.4375vw;
    }
    .lg_dios_stem03 .img-box02 {
        left: 0;
        width: 100vw;
    }
    .lg_dios_stem03 .img-box03 {
        left: 6.7708vw;
        width: 78.4375vw;
    }
    .lg_dios_stem03 .img-box.on {
        opacity: 1;
    }
    .lg_dios_stem03 .img-box img {
        width: 100%;
    }

    .lg_dios_stem04 {
        position: relative;
    }
    .lg_dios_stem04 .bg-icon {
        display: block;
        position: absolute;
        transition: 0.4s;
    }
    .lg_dios_stem04 .bg-icon01 {
        top: 12.1875vw;
        left: 0;
        width: 7.9167vw;
        height: 37.1875vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon01.png") no-repeat center / cover;
    }
    .lg_dios_stem04 .bg-icon02 {
        bottom: 9.8958vw;
        right: 0;
        width: 8.0208vw;
        height: 48.9583vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon02.png") no-repeat center / cover;
    }
    .lg_dios_stem04 .inner1408 {
        padding: 12.5vw 0;
    }
    .lg_dios_stem04 .stem-title-box {
        margin-bottom: 4.3229vw;
    }
    .lg_dios_stem04 .item-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10.5729vw;
    }
    .lg_dios_stem04 .item-box:last-of-type {
        margin-bottom: 0;
    }
    .lg_dios_stem04 .txt-box {
        text-align: left;
    }
    .lg_dios_stem04 .txt-box strong {
        display: inline-block;
        position: relative;
        margin-bottom: 0.625vw;
        font-size: 1.0417vw;
        line-height: 1.7708vw;
        letter-spacing: -0.02em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .lg_dios_stem04 .txt-box strong::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.7813vw;
        background: linear-gradient(90deg, rgba(73, 85, 51, 0.35) 0%, rgba(188, 184, 116, 0.35) 100%);
        background-blend-mode: multiply;
    }
    .lg_dios_stem04 .txt-box h4 {
        margin-bottom: 3.0208vw;
        font-family: "Gowun Dodum", sans-serif;
        font-size: 1.5625vw;
        line-height: 2.6563vw;
        letter-spacing: -0.02em;
        font-weight: 600;
        color: #000;
    }
    .lg_dios_stem04 .txt-box ul {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0.5208vw 0;
        padding-top: 2.9167vw;
        text-align: left;
    }
    .lg_dios_stem04 .txt-box ul::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 2.7083vw;
        height: 1.875vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_icon.png") no-repeat center / cover;
    }
    .lg_dios_stem04 .txt-box ul li {
        padding-left: 1.1458vw;
        font-weight: 500;
        font-size: 1.0417vw;
        line-height: 1.7708vw;
        letter-spacing: -0.02em;
        color: #383838;
        transition: 0.6s;
        opacity: 0;
    }
    .lg_dios_stem04 .txt-box ul li:nth-child(2n) {
        padding-left: 2.1875vw;
    }
    .lg_dios_stem04 .txt-box ul li.on {
        opacity: 1;
    }
    .lg_dios_stem04 .txt-box ul li::before,
    .lg_dios_stem04 .txt-box ul li::after {
        content: "";
        display: inline-block;
        width: 0.8333vw;
        height: 0.625vw;
        margin-right: 0.3125vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_quote-green.png") no-repeat center / cover;
    }
    .lg_dios_stem04 .txt-box ul li::after {
        margin-left: 0.3125vw;
        margin-right: 0;
        transform: rotate(180deg);
    }
    .lg_dios_stem04 .txt-box ul .blue::before,
    .lg_dios_stem04 .txt-box ul .blue::after {
        background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_quote-blue.png");
    }
    .lg_dios_stem04 .txt-box ul .purple::before,
    .lg_dios_stem04 .txt-box ul .purple::after {
        background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_quote-purple.png");
    }
    .lg_dios_stem04 .vdo-box {
        position: relative;
        padding-right: 5.4688vw;
    }
    .lg_dios_stem04 .vdo-box video {
        position: relative;
        z-index: 1;
        width: 29.8958vw;
        border-radius: 2.0833vw;
    }
    .lg_dios_stem04 .vdo-box:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 23.3333vw;
        height: 32.2396vw;
        background: linear-gradient(152.53deg, #d9d9d9 -0.86%, #e4d7bb 98.8%);
        border-radius: 1.5625vw;
    }
    .lg_dios_stem04 .item-box02 .vdo-box {
        padding-right: 0;
        padding-left: 5.4688vw;
    }
    .lg_dios_stem04 .item-box02 .vdo-box::after {
        right: auto;
        left: 0;
        background: linear-gradient(90deg, rgba(152, 39, 39, 0.35) 0%, rgba(222, 157, 157, 0.35) 100%);
        background-blend-mode: multiply;
    }
    .lg_dios_stem04 .item-box02 .txt-box strong::after {
        background: linear-gradient(90deg, rgba(152, 39, 39, 0.35) 0%, rgba(222, 157, 157, 0.35) 100%);
        background-blend-mode: multiply;
    }

    .lg_dios_stem05 .inner1920 {
        padding: 12.5vw 0;
    }
    .lg_dios_stem05 .stem-title-box {
        margin-bottom: 7.6563vw;
    }
    .lg_dios_stem05 .item-box {
        position: relative;
        width: 81.5104vw;
        height: 40.7292vw;
        margin: auto;
    }
    .lg_dios_stem05 .txt {
        text-align: left;
    }
    .lg_dios_stem05 .txt h4 {
        display: inline-block;
        margin-bottom: 1.4063vw;
        padding-right: 0.1563vw;
        font-size: 5.2083vw;
        font-weight: 800;
        letter-spacing: -0.075em;
        background: linear-gradient(90deg, rgba(191, 175, 158, 0.3) 0%, rgba(191, 175, 158, 1) 100%);
        color: transparent;
        -webkit-background-clip: text;
    }
    .lg_dios_stem05 .txt p {
        font-size: 1.0417vw;
        line-height: 1.6667vw;
    }
    .lg_dios_stem05 .item-list {
        position: absolute;
        top: 0;
        opacity: 0;
    }
    .lg_dios_stem05 .item-list .item {
        position: absolute;
        width: 16.6667vw;
        height: 16.6667vw;
    }
    .lg_dios_stem05 .item-list .item01 {
        top: 13.3854vw;
        left: 0;
    }
    .lg_dios_stem05 .item-list .item02 {
        top: 25.8333vw;
        left: 19.1146vw;
    }
    .lg_dios_stem05 .item-list .item03 {
        top: 3.75vw;
        left: 35.5208vw;
    }
    .lg_dios_stem05 .item-list .item04 {
        top: 7.2396vw;
        left: 60.5208vw;
    }
    .lg_dios_stem05 .item-list .item-add-round::after {
        content: "";
        display: block;
        position: absolute;
        top: -4.1146vw;
        left: 5.2083vw;
        width: 16.6667vw;
        height: 16.6667vw;
        border-radius: 50%;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem05_item-shadow.png") no-repeat center / cover;
    }
    .lg_dios_stem05 .item-list .item div {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem05_item01.png") no-repeat center / cover;
        font-family: "Gowun Dodum", sans-serif;
        font-size: 1.3542vw;
        line-height: 2.0313vw;
        border-radius: 50%;
        box-shadow: 0.7286vw 0.7286vw 0.9104vw 0vw #5e4e404a;
    }
    .lg_dios_stem05 .as-is {
        border-bottom: 0.2604vw solid transparent;
        background-image: linear-gradient(rgb(220 211 200), rgb(220 211 200)), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50.5%, rgba(255, 255, 255, 0) 100%);
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    .lg_dios_stem05 .to-be {
        padding-top: 5.7292vw;
    }
    .lg_dios_stem05 .to-be .item-list .item01 {
        top: 20.9896vw;
        left: 1.25vw;
    }
    .lg_dios_stem05 .to-be .item-list .item02 {
        top: 7.6042vw;
        left: 24.5833vw;
    }
    .lg_dios_stem05 .to-be .item-list .item03 {
        top: 24.7917vw;
        left: 46.4063vw;
    }
    .lg_dios_stem05 .to-be .item-list .item04 {
        top: -1.5625vw;
        left: 60.3646vw;
    }
    .lg_dios_stem05 .to-be .item-list .item-add-round::after {
        top: -3.8542vw;
        left: -4.1146vw;
    }
    .lg_dios_stem05 .to-be .item-list .item div {
        background-image: url("../images/portfolio/lg_dios_stem/lg_dios_stem05_item02.png");
    }

    .lg_dios_stem06 .inner1504 {
        padding-bottom: 12.5vw;
    }
    .lg_dios_stem06 .stem-title-box {
        margin-bottom: 6.9792vw;
    }
    .lg_dios_stem06 .item {
        position: relative;
        width: 68.2292vw;
        margin-bottom: 1.5625vw;
    }
    .lg_dios_stem06 .item:last-child {
        margin-bottom: 0;
    }
    .lg_dios_stem06 .item img {
        width: 100%;
    }
    .lg_dios_stem06 .item .tag {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: left;
    }
    .lg_dios_stem06 .item .tag p {
        position: absolute;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0.7813vw 1.5625vw;
        background: rgba(255, 255, 255, 0.5);
        font-family: "Gowun Dodum", sans-serif;
        font-size: 1.1458vw;
        line-height: 1.7188vw;
        letter-spacing: -0.02em;
        border-radius: 26.0417vw;
        box-shadow: 0.2083vw 0.2083vw 0.7813vw 0vw rgba(0, 0, 0, 0.1);
    }
    .lg_dios_stem06 .item .tag p:nth-child(1) {
        top: 4.0104vw;
        left: 3.9583vw;
    }
    .lg_dios_stem06 .item .tag p:nth-child(2) {
        top: 10.9375vw;
        left: 22.2396vw;
    }
    .lg_dios_stem06 .item .tag p:nth-child(3) {
        top: 15.6771vw;
        left: 18.5417vw;
    }
    .lg_dios_stem06 .item .txt {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        width: 100%;
        height: 100%;
        padding-left: 38.0208vw;
        text-align: left;
    }
    .lg_dios_stem06 .item .txt strong {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.0417vw;
        padding: 0 1.5625vw;
        background: rgba(229, 180, 175, 1);
        font-size: 1.0417vw;
        line-height: 2.2917vw;
        letter-spacing: -0.02em;
        color: #fff;
        border-radius: 26.0417vw;
    }
    .lg_dios_stem06 .item .txt h4 {
        margin-bottom: 1.25vw;
        font-family: "Gowun Dodum", sans-serif;
        font-size: 1.5625vw;
        line-height: 2.3438vw;
        letter-spacing: -0.02em;
        font-weight: 600;
        color: #000;
    }
    .lg_dios_stem06 .item .txt p {
        font-size: 1.0417vw;
        line-height: 1.7708vw;
        letter-spacing: -0.02em;
    }
    .lg_dios_stem06 .item:nth-child(even) {
        margin-left: 10.1042vw;
    }
    .lg_dios_stem06 .item:nth-child(even) .txt {
        padding-left: 8.2813vw;
    }
    .lg_dios_stem06 .item:nth-child(even) .txt strong {
        background: rgba(231, 187, 155, 1);
    }
    .lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(1) {
        top: 2.3958vw;
        left: 48.1771vw;
    }
    .lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(2) {
        top: 9.7396vw;
        left: 52.3958vw;
    }
    .lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(3) {
        top: 15.8854vw;
        left: 34.1146vw;
    }
    .lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(1) {
        top: 1.9792vw;
        left: 7.1875vw;
    }
    .lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(2) {
        top: 9.7396vw;
        left: 1.9271vw;
    }
    .lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(3) {
        top: 13.3854vw;
        left: 21.4583vw;
    }

    .lg_dios_stem07 .inner1920 {
        padding: 12.5vw 0 21.6667vw;
    }
    .lg_dios_stem07 .stem-title-box {
        margin-bottom: 6.9792vw;
    }
    .lg_dios_stem07 .stem-title-box .title,
    .lg_dios_stem07 .stem-title-box .desc {
        color: #fff;
    }
    .lg_dios_stem07 .img-box {
        position: relative;
    }
    .lg_dios_stem07 .img-box .main {
        width: 100vw;
        margin: auto;
    }
    .lg_dios_stem07 .img-box .main img {
        width: 100%;
    }
    .lg_dios_stem07 .img-box .sub {
        position: absolute;
        bottom: -10vw;
        left: 50%;
        transform: translateX(-50%);
        width: 40vw;
    }
    .lg_dios_stem07 .img-box .sub img {
        width: 100%;
    }
    .lg_dios_stem07 .img-box .icon {
        position: absolute;
        transition: 0.4s;
        /* opacity: 0; */
    }
    .lg_dios_stem07 .img-box .icon01 {
        width: 16.6146vw;
        top: 46.8229vw;
        right: 7.5521vw;
    }
    .lg_dios_stem07 .img-box .icon02 {
        width: 26.6667vw;
        top: 130.0521vw;
        left: 7.0833vw;
    }
    /* .lg_dios_stem07 .img-box .icon.on {
        opacity: 1;
    } */

    .lg_dios_stem08 .inner1920 {
        height: 85.9896vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem08_bg-txt.png") no-repeat center 85% / 65.4167vw 17.1354vw;
    }
    .lg_dios_stem08 .img {
        position: absolute;
    }
    .lg_dios_stem08 .img01 {
        width: 22.4479vw;
        top: 0;
        left: 18.8021vw;
    }
    .lg_dios_stem08 .img02 {
        width: 30.4167vw;
        top: 18.3854vw;
        left: 50.7813vw;
    }
    .lg_dios_stem08 .img03 {
        width: 22.3958vw;
        top: 31.8229vw;
        left: 66.8229vw;
    }
    .lg_dios_stem08 .img04 {
        width: 16.0938vw;
        top: 50.0521vw;
        left: 9.2708vw;
    }
    .lg_dios_stem08 .img05 {
        width: 16.0938vw;
        top: 66.6146vw;
        left: 25.3646vw;
    }
    .lg_dios_stem08 .img img {
        width: 100%;
    }

    .lg_dios_stem09 .inner1504 {
        padding-bottom: 12.5vw;
        display: flex;
        justify-content: space-between;
        gap: 1.5625vw;
    }
    .lg_dios_stem09 .img-box {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1.5625vw;
    }
    .lg_dios_stem09 .img-box img {
        width: 100%;
    }
    .lg_dios_stem09 .img-box video {
        width: 100%;
        border-radius: 1.0417vw;
        border: 2px solid #cdc5bb;
    }
    .lg_dios_stem09 .img-box .flex {
        display: flex;
        justify-content: space-between;
        gap: 1.5625vw;
    }
    .lg_dios_stem09 .img-box .flex img {
        width: calc(50% - 0.7813vw);
    }

    .lg_dios_stem10 {
        position: relative;
    }
    .lg_dios_stem10 .video-wrap {
        width: 100%;
        height: 240vh;
        position: relative;
    }
    .lg_dios_stem10 .video-area {
        clip: rect(0, auto, auto, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .lg_dios_stem10 .video-box {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .lg_dios_stem10 .video-box.no-fixed {
        position: static;
    }
    .lg_dios_stem10 .video-box img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .lg_dios_stem10 .floating-area {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .lg_dios_stem10 .floating-box {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .lg_dios_stem10 .floating-box02 {
        position: absolute;
        top: 100vh;
        width: 100%;
    }
    .lg_dios_stem10 .txt-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 62.3958vw;
        height: 27.6042vw;
        margin: auto;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem10_img.png") no-repeat center / cover;
    }
    .lg_dios_stem10 .txt-box .title {
        position: relative;
        margin-bottom: 2.3958vw;
        font-family: "Gowun Dodum", sans-serif;
        font-size: 1.9792vw;
        line-height: 2.9688vw;
        letter-spacing: -0.02em;
        font-weight: 600;
        color: #000;
    }
    .lg_dios_stem10 .txt-box .title::after {
        content: "";
        position: absolute;
        bottom: -0.5729vw;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 26.1979vw;
        height: 0.0521vw;
        background: #7e786c;
    }
    .lg_dios_stem10 .txt-box .desc {
        font-size: 1.0417vw;
        line-height: 1.5625vw;
        letter-spacing: -0.02em;
        color: #262626;
    }
    .lg_dios_stem10 .txt-box .desc strong {
        font: inherit;
        font-weight: 700;
        color: inherit;
    }
    .lg_dios_stem10 .play-btn {
        display: block;
        width: 7.8125vw;
        height: 9.0625vw;
        margin: auto;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem10_play.png") no-repeat center / cover;
    }
    .lg_dios_stem10 .video-pop {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
    }
    .lg_dios_stem10 .video-pop .dim {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }
    .lg_dios_stem10 .video-pop .video_layer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 73.2292vw;
    }
    .lg_dios_stem10 .video-pop .video_layer video {
        width: 100%;
        height: 100%;
        border-radius: 0.5208vw;
    }
    .lg_dios_stem10 .video-pop .video_layer .video_close_btn {
        position: absolute;
        top: -3.9583vw;
        right: 0;
        width: 3.125vw;
        height: 3.125vw;
        z-index: 1;
        border-radius: 50%;
        background: rgba(84, 84, 84, 0.4);
    }
    .lg_dios_stem10 .video-pop .video_layer .video_close_btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        width: 1.1719vw;
        height: 0.1042vw;
        background: #ffffff;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .lg_dios_stem10 .video-pop .video_layer .video_close_btn span:last-child {
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .lg_dios_stem11 {
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg.png") no-repeat center / cover;
    }
    .lg_dios_stem11 .inner1920 {
        padding: 17.1875vw 0 20.8333vw;
    }
    .lg_dios_stem11 .bg-icon {
        display: block;
        position: absolute;
        width: 7.6042vw;
        height: 9.4792vw;
        box-shadow: 0.2083vw 0.2083vw 0.7813vw 0vw #0000001a;
        transition: 0.6s;
    }
    .lg_dios_stem11 .bg-icon01 {
        top: 9.0625vw;
        left: 64.1667vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon01.png") no-repeat center / cover;
    }
    .lg_dios_stem11 .bg-icon02 {
        top: 40vw;
        left: 11.9792vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon02.png") no-repeat center / cover;
    }
    .lg_dios_stem11 .bg-icon03 {
        top: 35.5208vw;
        left: 78.9583vw;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon03.png") no-repeat center / cover;
    }
    .lg_dios_stem11 .main-title {
        width: 43.2292vw;
        margin: 0 auto 18.2292vw;
    }
    .lg_dios_stem11 .main-title img {
        width: 100%;
    }
    .lg_dios_stem11 .txt-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 53.2292vw;
        height: 25.7292vw;
        margin: auto;
        background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_img.png") no-repeat center / cover;
    }
    .lg_dios_stem11 .txt-box .title {
        position: relative;
        margin-bottom: 2.3958vw;
        font-family: "Gowun Dodum", sans-serif;
        font-size: 1.9792vw;
        line-height: 2.9688vw;
        letter-spacing: -0.02em;
        font-weight: 600;
        color: #000;
    }
    .lg_dios_stem11 .txt-box .title::after {
        content: "";
        position: absolute;
        bottom: -0.5729vw;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 26.1979vw;
        height: 0.0521vw;
        background: #7e786c;
    }
    .lg_dios_stem11 .txt-box .desc {
        font-size: 1.0417vw;
        line-height: 1.5625vw;
        letter-spacing: -0.02em;
        color: #262626;
    }
    .lg_dios_stem11 .txt-box .desc strong {
        font: inherit;
        font-weight: 700;
        color: inherit;
    }

    .lg_dios_stem12 .video-wrap {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .lg_dios_stem12 .video-area {
        clip: rect(0, auto, auto, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .lg_dios_stem12 .video-box {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .lg_dios_stem12 .video-box.no-fixed {
        position: static;
    }
    .lg_dios_stem12 .video-box video,
    .lg_dios_stem12 .video-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lg_dios_stem13 video {
        width: 100%;
    }

    .lg_dios_stem14 {
        position: relative;
    }
    .lg_dios_stem14 .stem-title-box {
        position: absolute;
        top: 12.5vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: 100%;
    }
    .lg_dios_stem14 .stem-title-box .title {
        margin-bottom: 1.5625vw;
        font-size: 2.1875vw;
        line-height: 3.0208vw;
        letter-spacing: -0.02em;
    }
    .lg_dios_stem14 .stem-title-box .desc {
        font-size: 1.3542vw;
        line-height: 2.2917vw;
        letter-spacing: -0.02em;
    }
    .lg_dios_stem14 video {
        width: 100%;
    }
}
/* e: lg_dios_stem */
