@charset "utf-8";

@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%;
}
#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::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;
}

@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;
}

/* #ktCnt2{padding-bottom: 100px} */
#ktCnt2 .kt_cnt2_tit {
    padding: 100px 37.5px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 28.16666667px;
    line-height: 1.56;
    text-align: left;
}
#ktCnt2 .i {
    display: inline-block;
    background: no-repeat center / cover;
}
#ktCnt2 .i.p_dance {
    width: 21.35416667px;
    height: 35.9375px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt2_icon_dance.svg");
}
#ktCnt2 .i.r_heart {
    width: 30.72916667px;
    height: 30.72916667px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt2_icon_heart.svg");
    margin-right: 15px;
}
#ktCnt2 .i.g_light {
    width: 27.08333333px;
    height: 27.08333333px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt2_icon_light.svg");
}
#ktCnt2 .kt_cnt2_box_wrap {
    margin: 0 20px;
    text-align: left;
}
#ktCnt2 .kt_cnt2_box_wrap .kt_cnt2_box {
    margin-bottom: 20px;
    padding: 28px;
    border-radius: 40px;
    box-shadow: 0px 4px 30px #00000015;
    background-size: 75%;
}
#ktCnt2 .kt_cnt2_box1 {
    background: #fff url("../images/portfolio/digico_kt/m_kt_cnt2_box1.png") no-repeat;
    background-position: center 75%;
}
#ktCnt2 .kt_cnt2_box2 {
    background: #f34747 url("../images/portfolio/digico_kt/m_kt_cnt2_box2.png") no-repeat;
    background-position: center;
    color: #fff;
}
#ktCnt2 .kt_cnt2_box3 {
    background: #fff url("../images/portfolio/digico_kt/m_kt_cnt2_box3.png") no-repeat 50% 40%;
}
#ktCnt2 .kt_cnt2_box .kt_cnt2_box_top {
    position: relative;
}
#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;
    background-color: #fff;
}
#ktCnt2 .kt_cnt2_box1 .kt_cnt2_box_top {
    padding-bottom: 350px;
}
#ktCnt2 .kt_cnt2_box2 .kt_cnt2_box_top {
    padding-bottom: 238px;
}
#ktCnt2 .kt_cnt2_box3 .kt_cnt2_box_top {
    padding-bottom: 140px;
}
#ktCnt2 .kt_cnt2_box2 .kt_cnt2_box_btm {
    border-top-color: #fff;
    background-color: transparent;
}
#ktCnt2 .kt_cnt2_box .kt_cnt2_box_btm strong {
    display: block;
    padding-right: 12px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 15px;
}
#ktCnt2 .kt_cnt2_box .kt_cnt2_box_btm p {
    font-size: 15px;
}
#ktCnt2 .kt_cnt2_box .tit_num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #000;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 21px;
    line-height: 45px;
    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: 60px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 20px;
}
#ktCnt2 .kt_cnt2_box .live_on {
    position: relative;
    width: 90px;
    height: 32px;
    margin-top: 17px;
    padding-right: 15px;
    border-radius: 50px;
    background: #000;
    box-sizing: border-box;
    font-family: "Prompt";
    font-size: 18px;
    font-weight: 700;
    color: #e7e51e;
    text-align: center;
    line-height: 32px;
}
#ktCnt2 .kt_cnt2_box .live_on span {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 23.5px;
    height: 23.5px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #e7e51e;
    font-size: 14px;
    letter-spacing: -0.025em;
    color: #000;
}
#ktCnt2 .kt_cnt2_box1_deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#ktCnt2 .kt_cnt2_box1_deco p {
    display: inline-block;
    position: absolute;
    padding: 15px 15px 11px 37px;
    border-radius: 50px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 12px;
}
#ktCnt2 .kt_cnt2_box1_deco p:first-child {
    bottom: 220px;
    right: -20px;
    background: #5eb600 url("../images/portfolio/digico_kt/m_kt_cnt2_box1_deco_man.png") no-repeat;
    background-size: 20px;
    background-position: 13px 57%;
}
#ktCnt2 .kt_cnt2_box1_deco p:last-child {
    bottom: 95px;
    left: -10px;
    background: #f4ca00 url("../images/portfolio/digico_kt/m_kt_cnt2_box1_deco_good.png") no-repeat;
    background-size: 15px;
    background-position: 9% 48%;
}

#ktCnt3 {
    position: relative;
    width: 100%;
    height: 450vh;
}
#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/m_kt_cnt3_deco_txt_w.png") no-repeat center bottom / auto 100vh;
}
#ktCnt3 .kt_cnt3_vdo {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
}
/* #ktCnt3 .kt_cnt3_vdo video{width: auto; height: 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/m_kt_cnt3_deco_txt_b.png") no-repeat center bottom / auto 100vh;
}

#ktCnt3_5 {
    position: relative;
}
#ktCnt3_5 .kt_cnt3_card_wrap {
    position: relative;
    padding: 80px 20px 0;
}
#ktCnt3_5 .kt_cnt3_card_wrap .kt_cnt3_card {
    position: relative;
    width: 280px;
    padding-bottom: 2.5em;
}
#ktCnt3_5 .kt_cnt3_card_wrap .kt_cnt3_card img {
    box-shadow: 0px 22px 46px #00000024;
    border-radius: 20px;
}
#ktCnt3_5 .kt_cnt3_card video {
    position: absolute;
    top: 11.008431%;
    left: 0;
}

#ktCnt3_5 .kt_cnt3_card_wrap .kt_cnt3_card:nth-of-type(2n) {
    margin-left: auto;
}
#ktCnt3_5 .kt_cnt3_card figcaption {
    display: block;
    margin-top: 0.7em;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 22px;
    color: #c4c4c4;
}
.kt_cnt3_5_bg {
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 201%;
    background-color: #f2f2f2;
    opacity: 0;
    pointer-events: none;
}

#ktCnt4 {
    position: relative;
    background-color: #f2f2f2;
}
#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 > span {
    font-family: "Prompt";
    font-size: 18px;
}
#ktCnt4 .kt_cnt4_txt_inner h2 {
    padding-top: 1.5rem;
    font-family: "GGothicssi80";
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
}
#ktCnt4 .txt_green {
    color: #5eb600;
}
#ktCnt4 .txt_red {
    color: #f54c04;
}
#ktCnt4 .txt_blue {
    color: #004df5;
}
#ktCnt4 .ta_right {
    font-size: 14px;
    line-height: 1.7;
}
#ktCnt4 .ta_right p {
    display: inline-block;
    margin-top: 2.5em;
    text-align: center;
}
#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;
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco1 {
    top: 24.35897436%;
    width: 164.5833333px;
    height: 164.5833333px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco1.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco2 {
    top: 13.01282051%;
    width: 126.5625px;
    height: 126.5625px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco2.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco3 {
    bottom: 25.96153846%;
    width: 231.7708333px;
    height: 231.7708333px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco3.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco4 {
    bottom: 16.08974359%;
    width: 104.6875px;
    height: 104.6875px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco4.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco5 {
    top: 461px;
    width: 247.3958333px;
    height: 247.3958333px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco5.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco6 {
    top: 155px;
    width: 208.3333333px;
    height: 208.3333333px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco6.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco7 {
    top: 540px;
    width: 122.3958333px;
    height: 122.3958333px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco7.png");
}
#ktCnt4 .kt_cnt4_deco_wrap span.kt_cnt4_deco8 {
    top: 540px;
    width: 122.3958333px;
    height: 122.3958333px;
    background-image: url("../images/portfolio/digico_kt/m_kt_cnt4_deco8.png");
}
.kt_cnt4_deco_look {
    /* clip-path: circle(100px at 50% 50%); */
    /* border-radius: 50%; */
    position: absolute;
    top: 50%;
    left: 130%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: "Prompt";
    font-size: 36px;
    line-height: 360px;
    color: #fff;
}
.kt_cnt4_deco_look .deco_circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 1;
}
#ktCnt5 {
    padding: 95px 0;
    background: #000;
    text-align: left;
}
#ktCnt5 .kt_cnt5_wrap {
    padding-left: 20px;
}
#ktCnt5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 14px;
}
#ktCnt5 ul li {
    display: inline-block;
    height: 43.5px;
    margin-right: 11px;
    padding: 0 1.5em;
    border-radius: 50px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 19.5px;
    line-height: 50px;
}
#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.sharp {
    background: #fff url("../images/portfolio/digico_kt/m_kt_cnt6_icon_sharp.png") no-repeat center;
    background-size: 40% !important;
}
#ktCnt5 ul li.heart {
    background: #fff url("../images/portfolio/digico_kt/m_kt_cnt6_icon_heart.png") no-repeat center;
}
#ktCnt5 ul li.arrow {
    background: #fff url("../images/portfolio/digico_kt/m_kt_cnt6_icon_arrow.png") no-repeat center;
}
#ktCnt5 ul li.icon {
    width: 43.5px;
    padding: 0;
    background-size: 50%;
}
#ktCnt5 .link_kt_sns {
    position: relative;
    transition: all 0.3s;
    display: inline-block;
    height: 53px;
    margin-top: 80px;
    padding: 0.25em 2.5em 0.25em 1em;
    border: 4px solid #fff;
    border-radius: 53px;
    font-family: "GGothicssi80", "Prompt", "san-serif";
    font-size: 23px;
    color: #fff;
    line-height: 45px;
}
#ktCnt5 .link_kt_sns::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 22px;
    height: 15px;
    transform: translateY(-50%);
    transition: margin 0.3s;
    background: url("../images/portfolio/digico_kt/m_kt_cnt6_more.png") no-repeat center / cover;
    animation: arrowMargin 1s infinite;
}
@keyframes arrowMargin {
    0% {
        margin-right: -0.2em;
    }
    50% {
        margin-right: 0;
    }
    100% {
        margin-right: -0.2em;
    }
}

/* 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;
}

#ytbPop iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#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 .flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#lgSgnt .lgSgnt_tit {
    margin-bottom: 1em;
    margin-top: 100px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#lgSgnt .lgSgnt_tit + p {
    max-width: 750px;
    line-height: 1.5;
    font-weight: 100;
	font-size:13px;
}
#lgSgnt .lgSgnt_cnt .fixed {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#lgSgnt .lgSgnt_cnt .end {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
}

/* style */
#lgSgnt {
    font-family: "Noto Sans KR";
    font-size: 14px;
    text-align: left;
    word-break: keep-all;
}
#lgSgnt .lgSgnt_cnt.dark {
    background-color: #000;
    color: #fff;
}

#lgSgnt .layout_pad {
    padding: 70px 8.4%;
    box-sizing: border-box;
}

#lgSgnt_cnt1 {
    padding-bottom: 50px;
}
#lgSgnt_cnt1 .cnt1_movie { position:relative;width: 100%;height:auto;overflow:hidden; }

#lgSgnt_cnt1 .layout_pad {
    padding: 70px 8.4% 50px;
}
#lgSgnt_cnt1 .lgSgnt_ytb {
    position: relative;
}
#lgSgnt_cnt1 .lgSgnt_ytb::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
#lgSgnt_cnt1 .lgSgnt_ytb iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#lgSgnt_cnt2 {
    padding-bottom: 150px;
}
#lgSgnt_cnt2 .flex {
    margin-bottom: 0;
}

#lgSgnt_cnt3 {
    position: relative;
}
#lgSgnt_cnt3 .lgSgnt_txt_box_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
#lgSgnt_cnt3 .lgSgnt_tit {
    font-size: 24px;
    padding-bottom: 0.5em;
}
#lgSgnt_cnt3 .lgSgnt_tit + p {
    line-height: 1.6;
}


.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: 35%;
    cursor: pointer;
    transition: opacity 0.3s ease;
}



#lgSgnt_cnt4  { position:relative;width: 77.77777%;height:auto;overflow:hidden;margin:0px auto; }
#lgSgnt_cnt4 .cnt9_movie { position:relative;width: 100%;height:auto;overflow:hidden; }

#lgSgnt_cnt4 .lgSgnt_3row_box {
    padding-bottom: 100px;
}
#lgSgnt_cnt4 .lgSgnt_tit_big {
    margin-bottom: 2em;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}
#lgSgnt_cnt4 .lgSgnt_box {
    width: calc(100% / 2);
}
#lgSgnt_cnt4 .lgSgnt_box:nth-child(n + 3) {
    margin-top: 60px;
}
#lgSgnt_cnt4 .lgSgnt_box:nth-child(odd) {
    padding-right: 1em;
}
#lgSgnt_cnt4 .lgSgnt_box:nth-child(even) {
    padding-left: 1em;
}

#lgSgnt_cnt4 .lgSgnt_box .lgSgnt_tit {
    padding-bottom: 0.9em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ffffff80;
    font-size: 15px;
}
#lgSgnt_cnt4 .lgSgnt_box .lgSgnt_tit + p {
    font-size: 12px;
}
#lgSgnt_cnt4 .lgSgnt_triangle {
    position: relative;
    text-align: center;
}
#lgSgnt_cnt4 .lgSgnt_triangle::before {
    content: "";
    position: absolute;
    top: calc(-1213px + 4em);
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 1213px;
    background: url("../images/portfolio/lg_sgnt/deco_triangle.png") no-repeat center / cover;
    pointer-events: none;
}
#lgSgnt_cnt4 .lgSgnt_triangle .lgSgnt_tit {
    font-size: 20px;
}
#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/m_pcity/lgSgnt_cnt5_bg.jpg") no-repeat center 50%;
    background-size: auto 100vh;
    transition: background-size 0.3s;
}
#lgSgnt_cnt5 .lgSgnt_cnt5_bg.pcity {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/portfolio/m_pcity/lgSgnt_cnt5_bg.jpg") no-repeat center 50%;
    background-size: auto 100vh;
    transition: background-size 0.3s;
}
#lgSgnt_cnt5 .lgSgnt_cnt5_tit {
    display: block;
    width: 76.30208333%;
    position: absolute;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -48%);
    pointer-events: none;
}

#lgSgnt_cnt6 {
    position: relative;
    width: 100%;
    background-color: #000;
}
#lgSgnt_cnt6 .lgSgnt_cnt6_inner {
    width: 100%;
}

#lgSgnt_cnt7 {
    position: relative;
    width: 100%;
    padding: 50px 0 0px;
    box-sizing: border-box;
    text-align: center;
}
#lgSgnt_cnt7 .lgSgnt_tit {
    text-transform: none;
    font-size: 20px;
    padding: 0 8.4%;
}
#lgSgnt_cnt7 .lgSgnt_tit + p {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8.4%;
    padding-bottom: 50px;
}

#lgSgnt_cnt7 .lgSgnt_cnt7_img {
    width: 100%;
    margin: 0 auto;
    border: 8px solid #000;
    border-radius: 18px;
    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 50px;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_vdo video {
    margin: 0 auto;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_vdo2 {
    width: 100%;
    margin: 0 auto 0px;padding:37px;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_vdo2 video {
    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 2.5s;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_img::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 74.9246%;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_img_wrap {
    padding-top: 0px;
}
#lgSgnt_cnt7 .lgSgnt_cnt7_inner2 {
	position: relative;
    background-image: url("../images/portfolio/m_pcity/lgSgnt_cnt7_img2_1.jpg");margin-top: 100px;
 }
 
 
 
 
 
.lgSgnt_cnt7_vdo2 {
position: relative;
width: 100%;
max-width: 100%;
overflow: hidden;
}
.lgSgnt_cnt7_vdo2 video {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}

/* 중앙 재생버튼 */
.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;
}
.lgSgnt_cnt7_vdo2 .center-play.hide {
opacity: 0;
pointer-events: none;
}

/* 유튜브 스타일 버튼 */
.yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 40px;
  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: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}
.yt-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

/* 재생 중 숨기기 */
.yt-play-btn.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%;
}






/* #lgSgnt_cnt8 {
    position: relative;
    width: 100%;
    height: 100vh;
}

#lgSgnt_cnt8 .lgSgnt_cnt8_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/portfolio/m_pcity/lgSgnt_cnt8_bg.jpg") no-repeat center 50%;
    background-size: auto 100vh;
    transition: background-size 0.3s;
} */

#lgSgnt_cnt8 {
    position: relative;
    width: 100%;
    height: 100vh;
}
#lgSgnt_cnt8 .lgSgnt_cnt8_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#lgSgnt_cnt8 .lgSgnt_cnt8_af {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#lgSgnt_cnt8 .lgSgnt_cnt8_bf {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: height 0.3s;
}
#lgSgnt_cnt8 .lgSgnt_cnt8_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/portfolio/m_pcity/lgSgnt_cnt8_bg.png") no-repeat center 50%;
    background-size: auto 100vh;
    transition: background-size 0.3s;
}

#lgSgnt_cnt8-pcity {
    width: 100%;
    height: 100vh;
    background: url("../images/portfolio/m_pcity/lgSgnt_cnt8_bg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

#lgSgnt_cnt9 {
    position: relative;
    width: 100%;
    padding: 60px 15px;
    background: #fff;
}
#lgSgnt_cnt9 .lgSgnt_gallery:not(:last-child) {
    margin-bottom: 1.2em;
}
#lgSgnt_cnt9 .lgSgnt_gallery .lgSgnt_gallery_img:first-child {
    padding-right: 1.2em;
}
#lgSgnt_cnt9 .lgSgnt_gallery .lgSgnt_gallery_img:nth-child(3) {
    padding-left: 1.2em;
}

#lgSgnt_cnt9 .lgSgnt_tit {
    text-transform: none;
    font-size: 24px;text-align:center;
}
#lgSgnt_cnt9 .lgSgnt_tit + p {
    max-width: none;
    padding-top: 0.5em;
    padding-bottom: 50px;
    font-size: 13px;
    font-weight: 400;text-align:center;letter-spacing:-0.5px;
}
#lgSgnt_cnt9 .hasm-title-box {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto 20px;text-align:left;
}
#lgSgnt_cnt9 .hasm-title-box h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;text-align:left
    /* text-transform: uppercase; */
}
#lgSgnt_cnt9 .hasm-title-box p {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;letter-spacing:-1px;
}
#lgSgnt_cnt9 .lgSgnt_cnt001 { margin-bottom:50px; }
#lgSgnt_cnt9 .lgSgnt_cnt001 p { font-size: 12px;font-weight: 400;padding:20px 0px;text-align:center;letter-spacing:-1px;line-height: 1.8; }





#lgSgnt_cnt10 {
    position: relative;
    width: 100%;
    padding: 0px 15px;
    background: #fff;
}
#lgSgnt_cnt10 .lgSgnt_tit {
    text-transform: none;
    font-size: 24px;
    text-align: center;
}
#lgSgnt_cnt10 .lgSgnt_tit + p {
    max-width: none;
    padding-top: 0.5em;
    padding-bottom: 50px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.5px;
}
#lgSgnt_cnt10 .lgSgnt_cnt10_inner {
    width: 100%;
}
#lgSgnt_cnt10 video {
    width: 100%;
}

#lgSgnt_cnt11 {
    text-align: center;
    box-sizing: border-box;
}
#lgSgnt_cnt11 .lgSgnt_tit {
    font-size: 20px;
    padding: 100px 8.4% 0;
}
#lgSgnt_cnt11 .lgSgnt_tit + p {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8.4% 50px;
}

#lgSgnt_cnt11 .lgSgnt_cnt11_vdo {
    position: relative;
    width: 100%; /* height: 200vh; */
    box-sizing: border-box;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_vdo_inner {
    width: 100%; /* height: 100vh; */
    padding-bottom: 100px;
}
#lgSgnt_cnt11 video {
    width: 100%;
}

#lgSgnt_cnt11 .lgSgnt_cnt11_img_wrap {
    margin: 0 auto;
    padding: 0 8.4%;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_img {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    box-sizing: border-box;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_img::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 7px solid #000;
    border-radius: 15px;
    pointer-events: none;
}
#lgSgnt_cnt11 .lgSgnt_cnt11_img.img1 {
    margin-bottom: 100px;
}

#lgSgnt_cnt12 {
    padding-bottom: 200px;
}
#lgSgnt_cnt12 .lgSgnt_cnt12_wrap {
    position: relative;
}
#lgSgnt_cnt12 h2 {
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #e0e0e0;
}
#lgSgnt_cnt12 .cnt12_frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    padding: 0 8.4%;
    transform: translateX(-50%);
    border-radius: 15px;
    overflow: hidden;
    pointer-events: none;
    box-sizing: border-box;
}
#lgSgnt_cnt12 .cnt12_frame img {
    width: 100%;
}

#lgSgnt_cnt12 .swiper-container {
    padding-top: 15.49645vw;
}
#lgSgnt_cnt12 .swiper-slide {
    padding: 0 8.4%;
}
#lgSgnt_cnt12 .swiper-slide-next {
    margin-left: -11.4vw;
}

@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;
    }
}

#lgSgnt_cnt13 {
    padding: 0 3% 70px;
}
#lgSgnt_cnt13 .lgSgnt_cnt13_img {
    margin: 0 auto;
    border: 8px solid #000;
    border-radius: 18px;
    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.8246%;
}

#lgSgnt_cnt14 {
    position: relative;
    width: 100%; /* height: 250vh; */
}
#lgSgnt_cnt14 .lgSgnt_cnt14_vdo {
    width: 100%;
}
#lgSgnt_cnt14 .lgSgnt_txt_box_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;color:#fff;
}

#lgSgnt_cnt15 {
    text-align: center;
    background-color: #f0f0f0 !important;
}
#lgSgnt_cnt15 .lgSgnt_cnt15_inner {
    position: relative;
    width: 100%; /*  height: 200vh; */
}
#lgSgnt_cnt15 .lgSgnt_cnt15_vdo {
    width: 100%;
    /* padding: 0 8.4% 150px; */
    padding: 0 8.4% 100px;
    background-color: #f0f0f0;
}
#lgSgnt_cnt15 video {
    max-width: 100%;
    margin: 0 auto;
}
#lgSgnt_cnt15 .lgSgnt_tit {
    font-size: 20px;
    padding-top: 150px;
}
#lgSgnt_cnt15 .lgSgnt_tit + p {
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 50px;
}

#lgSgnt_cnt15_1 {
    /* padding: 100px 0 0; */
    background-color: #f0f0f0;
}
#lgSgnt_cnt15_1 .lgSgnt_vdo_gallery_wrap {
    padding-bottom: 100px;
    background-color: #f0f0f0;
}
.lgSgnt_vdo_gallery:nth-of-type(2),
.lgSgnt_vdo_gallery:nth-of-type(5),
.lgSgnt_vdo_gallery:last-child {
    padding-top: 15px;
}
.btn_vdo_gallery_wrap:nth-child(even) {
    padding-left: 15px;
}
.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: 31px;
    height: 35px;
    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;
}

#lgSgnt_cnt15_1 .lgSgnt_cnt15_1_txt {
    padding: 50px 7vw;
    color: #000;
}
#lgSgnt_cnt15_1 .lgSgnt_cnt15_1_txt .lgSgnt_tit {
    padding-bottom: 0.3em;
    text-transform: none;
    font-size: 17px;
}
#lgSgnt_cnt15_1 .lgSgnt_cnt15_1_txt .lgSgnt_tit + p {
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.727272727;
}

#lgSgnt_cnt15_1 .lgSgnt_cnt15_img_wrap {
    padding: 150px 0 150px;
    background-color: #000;
}
/* #lgSgnt_cnt15_1 .cnt15Slider{width: 71.35416667%; } */
#lgSgnt_cnt15_1 .cnt15Slider .swiper-slide {
    padding: 0 12%;
}
#lgSgnt_cnt15_1 .swiper-pagination {
    left: 0;
    right: 0;
    padding-top: 15px;
}
#lgSgnt_cnt15_1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #818181;
    transition: background 0.2s;
}
#lgSgnt_cnt15_1 .swiper-pagination-bullet:not(:first-child) {
    margin-left: 10px;
}
#lgSgnt_cnt15_1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

#lgSgnt_cnt16 {
    position: relative;
    width: 100%; /* height: 250vh */
}
#lgSgnt_cnt16 .lgSgnt_cnt16_inner {
    width: 100%;
}

#portfolio .portfolio_view .view_content .view_detail .detail_cont {
    padding-bottom: 0;
}

#lgSgntShowroom {
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
#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_tit {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.35px;
}
#lgSgntShowroom .lg_sgnt_showroom_txt {
    padding-top: 1.5em;
    font-size: 14px;
    letter-spacing: -0.25px;
}
#lgSgntShowroom .lg_sgnt_showroom_tit + .lg_sgnt_showroom_txt {
    padding-top: 1.5em;
}
#lgSgntShowroom .lg_sgnt_showroom_txt em {
    font-weight: 500;
}

#lgSgntShowroom .lg_sgnt_showroom_txt_wrap {
    padding: 100px 30px;
}
#lgSgntShowroom .lg_sgnt_showroom2 .lg_sgnt_showroom_txt_wrap.center {
    text-align: center;
}
#lgSgntShowroom .lg_sgnt_showroom2 .lg_sgnt_showroom_txt_wrap .lg_sgnt_showroom_tit {
    font-size: 16.94px;
}
#lgSgntShowroom .lg_sgnt_showroom2 .lg_sgnt_showroom_txt_wrap .lg_sgnt_showroom_txt {
    font-size: 12.5px;
}
#lgSgntShowroom .lg_sgnt_showroom2 .lg_sgnt_showroom2_img {
    width: 100%;
}
#lgSgntShowroom .lg_sgnt_showroom3 {
    padding: 75px 0 35px;
    background-color: #f8f8f8;
    border-top: 2px solid #000;
    text-align: center;
}
#lgSgntShowroom .lg_sgnt_showroom3_box img {
    display: block;
    max-width: 111px;
    margin: 50px auto 20px;
}
#lgSgntShowroom .lg_sgnt_showroom3_box figcaption {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
#lgSgntShowroom .lg_sgnt_showroom3 .swiper-pagination {
    position: relative;
    bottom: auto;
    padding-top: 90px;
}
#lgSgntShowroom .lg_sgnt_showroom3 .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: 1;
}
#lgSgntShowroom .lg_sgnt_showroom3 .swiper-pagination-bullet-active {
    background: #000;
}

#lgSgntShowroom .lg_sgnt_showroom4 {
    background: #000;
    color: #fff;
}

#lgSgntShowroom .lg_sgnt_showroom5 {
    background-color: #f0f0f0;
}
#lgSgntShowroom .lg_sgnt_showroom5 .lg_sgnt_showroom5_tap_cnt .swiper-container {
    overflow: visible;
}
#lgSgntShowroom .lg_sgnt_showroom5 .lg_sgnt_showroom5_tap_cnt .swiper-container::before {
    content: "";
    position: absolute;
    top: calc(100% - 56px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #c4c4c4;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tablist .tab {
    width: 175px !important;
    opacity: 0.5;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tablist .tab.swiper-slide-active {
    overflow: visible;
    opacity: 1;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tablist .tab::before {
    content: "";
    position: absolute;
    top: calc(100% - 56px);
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background 0.3s;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tablist .tab.swiper-slide-active::before {
    background: #000;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tablist .showroom_tit {
    display: block;
    width: 100%;
    padding-top: 40px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tablist .showroom_txt {
    display: block;
    width: 100%;
    padding-top: 2px;
    font-size: 12px;
    text-align: center;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tabpanel_wrap {
    position: relative;
    margin-top: 11px;
    padding-top: 11px;
}
#lgSgntShowroom .lg_sgnt_showroom5 .tabpanel_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6L12 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}

/* #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;
}
#lgSgntShowroom .lg_sgnt_showroom5 .btn_showroom_tabpanel_vdo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
#lgSgntShowroom .lg_sgnt_showroom5 .btn_showroom_tabpanel_vdo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35.5px;
    height: 36px;
    background: url("../images/portfolio/lg_sgnt_showroom/icon_play.svg") no-repeat center / cover;
}
#lgSgntShowroom .lg_sgnt_showroom5 .btn_showroom_tabpanel_vdo.pause::before {
    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.884537%;
    left: 16.195833%;
    width: 35px;
    height: 35px;
    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='2' height='294' viewBox='0 0 2 294' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0L0.999987 294' stroke='white' stroke-width='1.5' stroke-dasharray='5 8'/%3E%3C/svg%3E%0A");
    clip-path: inset(0 0% 100% 0%);
}

#lgSgntShowroom .lg_sgnt_showroom6_interaction {
    padding-bottom: 60px;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom6_vdo {
    padding-top: 30px;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom6_vdo video {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    border-radius: 13px;
    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: 50px 0 1em;
    width: 100%;
    text-align: center;
}
#lgSgntShowroom .lg_sgnt_showroom6_interaction .lg_sgnt_showroom_txt {
    padding-top: 0;
    text-align: center;
}
#lgSgntShowroom .lg_sgnt_showroom7 video {
    margin: 0 auto;
}

/* s: hasmkorea */
/* .hasmkorea * {
    font-family: "Nunito Sans", "Pretendard Variable", sans-serif;
}
.hasmkorea .inner {
    max-width: 612px;
    width: 100%;
    margin: auto;
}
.hasmkorea .round-shadow-box {
    overflow: hidden;
    max-width: 612px;
    width: 100%;
    margin: auto;
    border-radius: 20px;
    border: 6px solid #1a1414;
    box-shadow: 16px 16px 20px 0px rgba(0, 0, 0, 0.25);
    background: #000;
}
.hasmkorea .round-shadow-box video {
    width: 100%;
}
.hasmkorea .hasm-title-box {
    text-align: left;
}
.hasmkorea .hasm-title-box span {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #5d5d5d;
    text-transform: uppercase;
}
.hasmkorea .hasm-title-box h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
}
.hasmkorea .hasm-title-box h3::after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -46px;
    width: 36px;
    height: 36px;
    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: 28px;
    line-height: 45px;
}
.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: #fff;
}
.hasmkorea .hasm-title-box.center {
    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: 545px 0 60px;
    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 {
    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: 570px;
    margin: 430px auto;
    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;
}
.hasmkorea01 .white-area.white p {
    color: #272727;
}

.hasmkorea02 {
    background: #000;
    transition: 0.3s;
}
.hasmkorea02.white {
    background: #f1f1f1;
}
.hasmkorea02 .inner {
    padding: 60px 0 120px;
}
.hasmkorea02 .hasm-title-box {
    margin-bottom: 120px;
}
.hasmkorea02 .round-shadow-box {
    position: relative;
    z-index: 1;
}
.hasmkorea02 .product-box {
    position: relative;
    top: -8px;
    max-width: 600px;
    width: 100%;
    margin: auto;
    background: linear-gradient(180deg, #ffffff 90.39%, #f1f1f1 100%);
}
.hasmkorea02 .product-box .cont_wrap {
    width: 100%;
    height: 100%;
    padding: 52px 19px 81px;
}
.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: 20px;
    line-height: 20px;
    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: 6px;
    line-height: 10px;
    color: #000;
}
.hasmkorea02 .product-box .cont_wrap .title_box .sub_txt p.txt_2 {
    font-weight: 500;
    font-size: 5px;
    line-height: 9px;
    color: #767676;
    margin-top: 8px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box {
    width: 100%;
    height: 100%;
    padding: 235px 0 179px;
}
.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: 168px;
    line-height: 168px;
    letter-spacing: -3%;
    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: 115px;
    left: 50%;
    width: 109px;
    margin-left: 5px;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_2 {
    top: 283px;
    left: 50%;
    width: 115px;
    margin-left: -165px;
    z-index: 1;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 {
    top: 409px;
    left: 50%;
    width: 84px;
    margin-left: 18px;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_4 {
    top: 566px;
    left: 50%;
    width: 121px;
    margin-left: -150px;
    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: 70px;
    left: -23px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 > div {
    width: 180px;
    top: 30px;
    left: -25px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 > div.bolt_2 {
    width: 200px;
    top: -82px;
    left: -212px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_4 > div {
    width: 180px;
    top: 30px;
    left: -42px;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    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: 18px 18px;
    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: 12px;
    line-height: 12px;
    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: 7px;
    font-weight: 600;
    color: #000000;
    padding-right: 14px;
}
.hasmkorea02 .product-box .cont_wrap .more_box a.hover_s_1 span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    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: -4px;
    transition: all 0.3s;
}

.hasmkorea03 {
    padding: 120px 0 100px;
    background: #f1f1f1;
}
.hasmkorea03 .hasm-title-box {
    width: 618px;
    margin: 0 auto 120px;
}
.hasmkorea03 .show-pop {
    position: relative;
}
.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: 162px;
    height: 162px;
}
.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: 612px;
    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;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 612px;
    width: 100%;
    margin: auto;
}
.hasmkorea04 .item-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 290px;
    height: 572px;
    border-radius: 30px;
    border: 6px solid #1a1414;
    box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.25);
    background: #000;
}
.hasmkorea04 .item-box01 {
    margin-top: 150px;
}
.hasmkorea04 .item-box03 {
    margin-top: 361px;
}
.hasmkorea04 .item-box04 {
    height: 1034px;
    margin-top: 130px;
}
.hasmkorea04 .item-box video,
.hasmkorea04 .item-box img {
    width: 100%;
    height: 100%;
}

.hasmkorea05 {
    margin-top: -596px;
    padding: 813px 0 0;
    background: #111;
    position: relative;
}
.hasmkorea05 .hasm-title-box {
    max-width: 612px;
    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: 450px;
    padding-bottom: 676px;
    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: 175px;
    color: #fff;
}
.hasmkorea05 .about .main_title p span {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 175px;
    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: 175px;
    overflow: hidden;
    letter-spacing: -0.04em;
}
.hasmkorea05 .about .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #111;
}
.hasmkorea05 .about .bg_img .img01 {
    position: absolute;
    left: 89px;
    bottom: 0;
    width: 284px;
    height: 360px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img02 {
    position: absolute;
    right: 54px;
    bottom: 0;
    width: 411px;
    height: 286px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img03 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 438px;
    height: 468px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img04 {
    position: absolute;
    right: 54px;
    bottom: 0;
    width: 306px;
    height: 362px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img05 {
    position: absolute;
    left: 80px;
    bottom: 0;
    width: 386px;
    height: 269px;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img06 {
    position: absolute;
    right: 118px;
    bottom: 0;
    width: 272px;
    height: 334px;
    transform: translateY(100%);
}
.hasmkorea05 .item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 37px;
    width: 100%;
    padding-bottom: 114px;
    background: url("../images/portfolio/hasmkorea/hasmkorea05_bg.jpg") no-repeat center top / cover;
    position: absolute;
    bottom: -900px;
    z-index: 1000;
}
.hasmkorea05 .item-area .item-box {
    overflow: hidden;
    width: 290px;
    border-radius: 30px;
    border: 6px solid #4c4c4c;
    box-shadow: 15px 15px 26px rgba(0, 0, 0, 0.7);
}
.hasmkorea05 .item-area .item-box video {
    width: 100%;
}

.hasmkorea06 {
    position: relative;
    width: 100%;
    padding: 120px 0 529px;
    background: url("../images/portfolio/hasmkorea/hasmkorea06_bg.jpg") no-repeat center top / cover;
    margin-top: 900px;
}
.hasmkorea06 .hasm-title-box {
    max-width: 612px;
    width: 100%;
    margin: auto;
}
.hasmkorea06 .img-box {
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

.hasmkorea07 {
    padding-top: 136px;
    background: url("../images/portfolio/hasmkorea/hasmkorea07_bg.jpg") no-repeat center top / cover;
}
.hasmkorea07 .hasm07-title-box {
    margin-bottom: 90px;
    color: #fff;
    text-align: center;
}
.hasmkorea07 .hasm07-title-box h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
}
.hasmkorea07 .hasm07-title-box p {
    font-weight: 500;
    font-size: 28px;
    line-height: 45px;
}
.hasmkorea07 .item03-area {
    max-width: 476px;
    width: 100%;
    margin: 0 auto 100px;
}
.hasmkorea07 .item03-area .item-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 50px;
}
.hasmkorea07 .item03-area .item-box:last-child {
    margin-bottom: 0;
}
.hasmkorea07 .item03-area .item-box video {
    width: 100%;
}
.hasmkorea07 .item03-area .item-box .txt {
    position: absolute;
    top: 42px;
    left: 42px;
    color: #fff;
    text-align: left;
}
.hasmkorea07 .item03-area .item-box .txt strong {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
}
.hasmkorea07 .item03-area .item-box .txt h4 {
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.04em;
}
.hasmkorea07 .round-shadow-box {
    max-width: 612px;
    width: 100%;
    margin: 0 auto 100px;
    border-color: #4c4c4c;
}
.hasmkorea07 .item02-area {
    display: flex;
    justify-content: center;
    gap: 0 32px;
}
.hasmkorea07 .item02-area .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hasmkorea07 .item02-area .item-box01 {
    margin-top: 140px;
}
.hasmkorea07 .item02-area .item-box .item-top {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 290px;
    border-radius: 30px;
    box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.25);
}
.hasmkorea07 .item02-area .item-box .item-bottom {
    width: 280px;
    margin-top: -16px;
    box-shadow: 6px -6px 10px 0px #000000;
}

.hasmkorea08 video {
    width: 100%;
}

.hasmkorea09 {
    padding: 120px 0 120px;
    background: #fff url("../images/portfolio/hasmkorea/hasmkorea09_bg_txt.png") no-repeat center 97.5% / 693px 94px;
}
.hasmkorea09 .hasm-title-box {
    margin-bottom: 120px;
}
.hasmkorea09 .video-box {
    max-width: 720px;
    width: 100%;
    margin: 0 auto 80px;
}
.hasmkorea09 .video-box video {
    width: 100%;
}
.hasmkorea09 .item-box {
    padding: 0 62px;
}
.hasmkorea09 .item-box::after {
    content: "";
    display: block;
    clear: both;
}
.hasmkorea09 .item-box .item {
    overflow: hidden;
    width: 420px;
    border-radius: 12px;
    box-shadow: 9px 9px 30px rgba(0, 0, 0, 0.3);
}
.hasmkorea09 .item-box .item02 {
    float: right;
    margin-top: 60px;
}

.hasmkorea10 {
    background: #f6f6f6;
}
.hasmkorea10 .inner {
    padding-top: 120px;
}
.hasmkorea10 .hasm-title-box {
    margin-bottom: 120px;
}
.hasmkorea10 .item-area {
    display: flex;
    justify-content: center;
    gap: 0 32px;
}
.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: 290px;
    border-radius: 30px;
    box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.25);
}
.hasmkorea10 .item-area .item-box .item-bottom {
    width: 278px;
    margin-top: -13px;
    box-shadow: 10px -10px 16px 0px #0000001a;
} */
.hasmkorea * {
    font-family: "Nunito Sans", "Pretendard Variable", sans-serif;
}
.hasmkorea .inner {
    max-width: 85vw;
    width: 100%;
    margin: auto;
}
.hasmkorea .round-shadow-box {
    overflow: hidden;
    max-width: 85vw;
    width: 100%;
    margin: auto;
    border-radius: 2.7778vw;
    border: 0.8333vw solid #1a1414;
    box-shadow: 2.2222vw 2.2222vw 2.7778vw 0vw rgba(0, 0, 0, 0.25);
    background: #000;
}
.hasmkorea .round-shadow-box video {
    width: 100%;
}
.hasmkorea .hasm-title-box {
    text-align: left;
}
.hasmkorea .hasm-title-box span {
    display: block;
    margin-bottom: 2.7778vw;
    font-weight: 700;
    font-size: 5vw;
    line-height: 5vw;
    color: #5d5d5d;
    text-transform: uppercase;
}
.hasmkorea .hasm-title-box h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 2.7778vw;
    font-weight: 700;
    font-size: 8.3333vw;
    line-height: 8.3333vw;
    text-transform: uppercase;
}
.hasmkorea .hasm-title-box h3::after {
    content: "";
    display: block;
    position: absolute;
    top: -2.0833vw;
    right: -6.3889vw;
    width: 5vw;
    height: 5vw;
    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: 3.8889vw;
    line-height: 6.25vw;
}
.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: #fff;
}
.hasmkorea .hasm-title-box.center {
    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: 75.6944vw 0 8.3333vw;
    transition: 0.3s;
}
.hasmkorea01 .white-area.white {
    background: #f1f1f1;
}
.hasmkorea01 .white-area .tit {
    margin-bottom: 6.9444vw;
    opacity: 1;
    transition: 0.3s;
}
.hasmkorea01 .white-area .tit.fadeOut {
    opacity: 0;
}
.hasmkorea01 .white-area .tit.fadeIn {
    opacity: 1;
}
.hasmkorea01 .white-area .tit h2 {
    font-weight: 600;
    font-size: 15.2778vw;
    line-height: 19.8611vw;
    letter-spacing: -0.04em;
}
.hasmkorea01 .white-area .tit span {
    font-size: 5.2778vw;
    line-height: 6.8056vw;
    letter-spacing: -0.04em;
    color: #646464;
}
.hasmkorea01 .white-area p {
    width: 79.1667vw;
    margin: 59.7222vw auto;
    text-align: left;
    font-weight: 600;
    font-size: 3.6111vw;
    line-height: 5.6944vw;
    opacity: 0;
    transition: 0.3s;
}
.hasmkorea01 .white-area p.fadeOut {
    opacity: 0;
}
.hasmkorea01 .white-area p.fadeIn {
    opacity: 1;
}
.hasmkorea01 .white-area.white p {
    color: #272727;
}

.hasmkorea02 {
    background: #000;
    transition: 0.3s;
}
.hasmkorea02.white {
    background: #f1f1f1;
}
.hasmkorea02 .inner {
    padding: 8.3333vw 0 16.6667vw;
}
.hasmkorea02 .hasm-title-box {
    margin-bottom: 16.6667vw;
}
.hasmkorea02 .round-shadow-box {
    position: relative;
    z-index: 1;
}
.hasmkorea02 .product-box {
    position: relative;
    top: -1.1111vw;
    max-width: 83.3333vw;
    width: 100%;
    margin: auto;
    background: linear-gradient(180deg, #ffffff 90.39%, #f1f1f1 100%);
}
.hasmkorea02 .product-box .cont_wrap {
    width: 100%;
    height: 100%;
    padding: 7.2222vw 2.6389vw 11.25vw;
}
.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: 2.7778vw;
    line-height: 2.7778vw;
    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: 0.8333vw;
    line-height: 1.3889vw;
    color: #000;
}
.hasmkorea02 .product-box .cont_wrap .title_box .sub_txt p.txt_2 {
    font-weight: 500;
    font-size: 0.6944vw;
    line-height: 1.25vw;
    color: #767676;
    margin-top: 1.1111vw;
}
.hasmkorea02 .product-box .cont_wrap .contents_box {
    width: 100%;
    height: 100%;
    padding: 32.6389vw 0 24.8611vw;
}
.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: 23.3333vw;
    line-height: 23.3333vw;
    letter-spacing: -3%;
    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: 15.9722vw;
    left: 50%;
    width: 15.1389vw;
    margin-left: 0.6944vw;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_2 {
    top: 39.3056vw;
    left: 50%;
    width: 15.9722vw;
    margin-left: -22.9167vw;
    z-index: 1;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 {
    top: 56.8056vw;
    left: 50%;
    width: 11.6667vw;
    margin-left: 2.5vw;
    z-index: 3;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_4 {
    top: 78.6111vw;
    left: 50%;
    width: 16.8056vw;
    margin-left: -20.8333vw;
    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: 20.8333vw;
    top: 9.7222vw;
    left: -3.1944vw;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 > div {
    width: 25vw;
    top: 4.1667vw;
    left: -3.4722vw;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_3 > div.bolt_2 {
    width: 27.7778vw;
    top: -11.3889vw;
    left: -29.4444vw;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont.bolt_4 > div {
    width: 25vw;
    top: 4.1667vw;
    left: -5.8333vw;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5vw;
    height: 2.5vw;
    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: 2.5vw 2.5vw;
    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: 1.6667vw;
    line-height: 1.6667vw;
    color: #ffffff;
}
.hasmkorea02 .product-box .cont_wrap .contents_box .bolt_box .bolt_cont > div a:hover {
    width: auto;
    border-radius: 4.1667vw;
    background-image: none;
    padding: 0 3.3333vw;
    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: 0.9722vw;
    font-weight: 600;
    color: #000000;
    padding-right: 1.9444vw;
}
.hasmkorea02 .product-box .cont_wrap .more_box a.hover_s_1 span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 1.3889vw;
    height: 1.3889vw;
    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: -0.5556vw;
    transition: all 0.3s;
}

.hasmkorea03 {
    padding: 16.6667vw 0 13.8889vw;
    background: #f1f1f1;
}
.hasmkorea03 .hasm-title-box {
    width: 85.8333vw;
    margin: 0 auto 16.6667vw;
}
.hasmkorea03 .show-pop {
    position: relative;
}
.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: 22.5vw;
    height: 22.5vw;
}
.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: 85vw;
    width: 100%;
}
.hasmkorea03 .video-pop .video_layer video {
    width: 100%;
    height: 100%;
    border-radius: 1.3889vw;
}
.hasmkorea03 .video-pop .video_layer .video_close_btn {
    position: absolute;
    top: -10.5556vw;
    right: 0;
    width: 8.3333vw;
    height: 8.3333vw;
    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: 3.125vw;
    height: 0.2778vw;
    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;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 85vw;
    width: 100%;
    margin: auto;
}
.hasmkorea04 .item-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 40.2778vw;
    height: 79.4444vw;
    border-radius: 4.1667vw;
    border: 0.8333vw solid #1a1414;
    box-shadow: 2.2222vw 2.2222vw 5.5556vw rgba(0, 0, 0, 0.25);
    background: #000;
}
.hasmkorea04 .item-box01 {
    margin-top: 20.8333vw;
}
.hasmkorea04 .item-box03 {
    margin-top: 50.1389vw;
}
.hasmkorea04 .item-box04 {
    height: 143.6111vw;
    margin-top: 18.0556vw;
}
.hasmkorea04 .item-box video,
.hasmkorea04 .item-box img {
    width: 100%;
    height: 100%;
}

.hasmkorea05 {
    margin-top: -82.7778vw;
    padding: 112.9167vw 0 0;
    background: #111;
    position: relative;
}
.hasmkorea05 .hasm-title-box {
    max-width: 85vw;
    width: 100%;
    margin: auto;
}
.hasmkorea05 .about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 150vw;
    overflow: hidden;
}
.hasmkorea05 .about .cont_wrap {
    padding-top: 62.5vw;
    padding-bottom: 93.8889vw;
    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: 24.3056vw;
    color: #fff;
}
.hasmkorea05 .about .main_title p span {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 24.3056vw;
    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: 24.3056vw;
    overflow: hidden;
    letter-spacing: -0.04em;
}
.hasmkorea05 .about .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #111;
}
.hasmkorea05 .about .bg_img .img01 {
    position: absolute;
    left: 12.3611vw;
    bottom: 0;
    width: 39.4444vw;
    height: 50vw;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img02 {
    position: absolute;
    right: 7.5vw;
    bottom: 0;
    width: 57.0833vw;
    height: 39.7222vw;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img03 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60.8333vw;
    height: 65vw;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img04 {
    position: absolute;
    right: 7.5vw;
    bottom: 0;
    width: 42.5vw;
    height: 50.2778vw;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img05 {
    position: absolute;
    left: 11.1111vw;
    bottom: 0;
    width: 53.6111vw;
    height: 37.3611vw;
    transform: translateY(100%);
}
.hasmkorea05 .about .bg_img .img06 {
    position: absolute;
    right: 16.3889vw;
    bottom: 0;
    width: 37.7778vw;
    height: 46.3889vw;
    transform: translateY(100%);
}
.hasmkorea05 .item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5.1389vw;
    width: 100%;
    padding-bottom: 15.8333vw;
    background: url("../images/portfolio/hasmkorea/hasmkorea05_bg.jpg") no-repeat center top / cover;
    position: absolute;
    bottom: -125vw;
    z-index: 1000;
}
.hasmkorea05 .item-area .item-box {
    overflow: hidden;
    width: 40.2778vw;
    border-radius: 4.1667vw;
    border: 0.8333vw solid #4c4c4c;
    box-shadow: 2.0833vw 2.0833vw 3.6111vw rgba(0, 0, 0, 0.7);
}
.hasmkorea05 .item-area .item-box video {
    width: 100%;
}

.hasmkorea06 {
    position: relative;
    width: 100%;
    padding: 16.6667vw 0 73.4722vw;
    background: url("../images/portfolio/hasmkorea/hasmkorea06_bg.jpg") no-repeat center top / cover;
    margin-top: 125vw;
}
.hasmkorea06 .hasm-title-box {
    max-width: 85vw;
    width: 100%;
    margin: auto;
}
.hasmkorea06 .img-box {
    position: absolute;
    bottom: -12.2222vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

.hasmkorea07 {
    padding-top: 18.8889vw;
    background: url("../images/portfolio/hasmkorea/hasmkorea07_bg.jpg") no-repeat center top / cover;
}
.hasmkorea07 .hasm07-title-box {
    margin-bottom: 12.5vw;
    color: #fff;
    text-align: center;
}
.hasmkorea07 .hasm07-title-box h3 {
    margin-bottom: 1.3889vw;
    font-weight: 700;
    font-size: 4.7222vw;
    line-height: 4.7222vw;
}
.hasmkorea07 .hasm07-title-box p {
    font-weight: 500;
    font-size: 3.8889vw;
    line-height: 6.25vw;
}
.hasmkorea07 .item03-area {
    max-width: 66.1111vw;
    width: 100%;
    margin: 0 auto 13.8889vw;
}
.hasmkorea07 .item03-area .item-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 4.1667vw;
    border-radius: 6.9444vw;
}
.hasmkorea07 .item03-area .item-box:last-child {
    margin-bottom: 0;
}
.hasmkorea07 .item03-area .item-box video {
    width: 100%;
}
.hasmkorea07 .item03-area .item-box .txt {
    position: absolute;
    top: 5.8333vw;
    left: 5.8333vw;
    color: #fff;
    text-align: left;
}
.hasmkorea07 .item03-area .item-box .txt strong {
    display: block;
    margin-bottom: 0.2778vw;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 4.0278vw;
}
.hasmkorea07 .item03-area .item-box .txt h4 {
    font-weight: 400;
    font-size: 5.8333vw;
    line-height: 5.8333vw;
    letter-spacing: -0.04em;
}
.hasmkorea07 .round-shadow-box {
    max-width: 85vw;
    width: 100%;
    margin: 0 auto 13.8889vw;
    border-color: #4c4c4c;
}
.hasmkorea07 .item02-area {
    display: flex;
    justify-content: center;
    gap: 0 4.4444vw;
}
.hasmkorea07 .item02-area .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hasmkorea07 .item02-area .item-box01 {
    margin-top: 19.4444vw;
}
.hasmkorea07 .item02-area .item-box .item-top {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 40.2778vw;
    border-radius: 4.1667vw;
    box-shadow: 2.2222vw 2.2222vw 5.5556vw rgba(0, 0, 0, 0.25);
}
.hasmkorea07 .item02-area .item-box .item-bottom {
    width: 38.8889vw;
    margin-top: -2.2222vw;
    box-shadow: 0.8333vw -0.8333vw 1.3889vw 0vw #000000;
}

.hasmkorea08 video {
    width: 100%;
}

.hasmkorea09 {
    padding: 16.6667vw 0 16.6667vw;
    background: #fff url("../images/portfolio/hasmkorea/hasmkorea09_bg_txt.png") no-repeat center 97.5% / 96.25vw 13.0556vw;
}
.hasmkorea09 .hasm-title-box {
    margin-bottom: 16.6667vw;
}
.hasmkorea09 .video-box {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto 11.1111vw;
}
.hasmkorea09 .video-box video {
    width: 100%;
}
.hasmkorea09 .item-box {
    padding: 0 8.6111vw;
}
.hasmkorea09 .item-box::after {
    content: "";
    display: block;
    clear: both;
}
.hasmkorea09 .item-box .item {
    overflow: hidden;
    width: 58.3333vw;
    border-radius: 1.6667vw;
    box-shadow: 1.25vw 1.25vw 4.1667vw rgba(0, 0, 0, 0.3);
}
.hasmkorea09 .item-box .item02 {
    float: right;
    margin-top: 8.3333vw;
}

.hasmkorea10 {
    background: #f6f6f6;
}
.hasmkorea10 .inner {
    padding-top: 16.6667vw;
}
.hasmkorea10 .hasm-title-box {
    margin-bottom: 16.6667vw;
}
.hasmkorea10 .item-area {
    display: flex;
    justify-content: center;
    gap: 0 4.4444vw;
}
.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: 40.2778vw;
    border-radius: 4.1667vw;
    box-shadow: 2.2222vw 2.2222vw 5.5556vw rgba(0, 0, 0, 0.25);
}
.hasmkorea10 .item-area .item-box .item-bottom {
    width: 38.6111vw;
    margin-top: -1.8056vw;
    box-shadow: 1.3889vw -1.3889vw 2.2222vw 0vw #0000001a;
}
/* 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 .inner720 {
    position: relative;
    width: 720px;
    margin: auto;
}
.lg_dios_stem .inner640 {
    position: relative;
    width: 640px;
    margin: auto;
}
.lg_dios_stem .inner620 {
    position: relative;
    width: 620px;
    margin: auto;
}
.lg_dios_stem .stem-title-box .title {
    margin-bottom: 18px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem .stem-title-box .desc {
    font-size: 30px;
    line-height: 51px;
    letter-spacing: -0.02rem;
}
.lg_dios_stem .stem-title-box .desc strong {
    font: inherit;
    font-weight: 700;
    color: inherit;
}

.lg_dios_stem01 .inner720 {
    padding-top: 407px;
}
.lg_dios_stem01 .title {
    width: 350px;
    margin: 0 auto 105px;
}
.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(92% 100% at 50% 100%);
}
.lg_dios_stem01 .round-box img {
    width: 100%;
    transition: 0.3s;
}

.lg_dios_stem02 .stem-title-box {
    position: relative;
    top: -108px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 640px;
    height: 996px;
    margin: 0 auto 132px;
    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: 159px;
}
.lg_dios_stem02 .stem-title-box .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -85px;
    width: 512px;
    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: 20px;
    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 .img-box {
    transition: 0.6s;
    opacity: 0;
}
.lg_dios_stem03 .img-box01 {
    margin-left: -135px;
    width: 715px;
}
.lg_dios_stem03 .img-box02 {
    margin-left: 37px;
    width: 675px;
}
.lg_dios_stem03 .img-box03 {
    margin-left: 57px;
    width: 717px;
}
.lg_dios_stem03 .img-box.on {
    opacity: 1;
}
.lg_dios_stem03 .img-box img {
    width: 100%;
}

.lg_dios_stem04 {
    position: relative;
    padding: 240px 0;
}
.lg_dios_stem04 .bg-icon {
    display: block;
    position: absolute;
    transition: 0.4s;
}
.lg_dios_stem04 .bg-icon01 {
    top: 950px;
    right: 0;
    width: 124px;
    height: 604px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon01.png") no-repeat center / cover;
}
.lg_dios_stem04 .bg-icon02 {
    bottom: 912px;
    left: 0;
    width: 124px;
    height: 788px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon02.png") no-repeat center / cover;
}
.lg_dios_stem04 .stem-title-box {
    margin-bottom: 240px;
}
.lg_dios_stem04 .item-box {
    margin-bottom: 210px;
}
.lg_dios_stem04 .item-box:last-of-type {
    margin-bottom: 0;
}
.lg_dios_stem04 .txt-box {
    margin-bottom: 66px;
    padding: 0 40px;
    text-align: left;
}
.lg_dios_stem04 .txt-box strong {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    padding: 0 10px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.lg_dios_stem04 .txt-box strong::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    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: 66px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 40px;
    line-height: 56px;
    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: 52px;
    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 {
    font-size: 30px;
    line-height: 51px;
    letter-spacing: -0.02em;
    color: #383838;
    transition: 0.6s;
    opacity: 0;
}
.lg_dios_stem04 .txt-box ul li:nth-child(2n) {
    padding-left: 20px;
}
.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: 0 40px;
}
.lg_dios_stem04 .vdo-box video {
    position: relative;
    z-index: 1;
    width: 534px;
    border-radius: 36px;
}
.lg_dios_stem04 .vdo-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 254px;
    width: 410px;
    height: 564px;
    background: linear-gradient(152.53deg, #d9d9d9 -0.86%, #e4d7bb 98.8%);
    border-radius: 36px;
}
.lg_dios_stem04 .item-box02 .txt-box {
    padding: 0 30px 0 151px;
}
.lg_dios_stem04 .item-box02 .vdo-box {
    padding: 0 40px 0 137px;
}
.lg_dios_stem04 .item-box02 .vdo-box::after {
    left: 51px;
    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 .inner720 {
    padding: 240px 0;
}
.lg_dios_stem05 .stem-title-box {
    margin-bottom: 151px;
}
.lg_dios_stem05 .item-box {
    position: relative;
    width: 600px;
    height: 1333px;
    margin: auto;
}
.lg_dios_stem05 .txt {
    text-align: left;
}
.lg_dios_stem05 .txt h4 {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 5px;
    font-size: 120px;
    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: 30px;
    line-height: 42px;
}
.lg_dios_stem05 .item-list {
    position: absolute;
    top: 0;
    opacity: 0;
}
.lg_dios_stem05 .item-list .item {
    position: absolute;
    width: 300px;
    height: 300px;
}
.lg_dios_stem05 .item-list .item01 {
    top: 213px;
    left: 40px;
}
.lg_dios_stem05 .item-list .item02 {
    top: 484px;
    left: 300px;
}
.lg_dios_stem05 .item-list .item03 {
    top: 736px;
    left: 0;
}
.lg_dios_stem05 .item-list .item04 {
    top: 1064px;
    left: 200px;
}
.lg_dios_stem05 .item-list .item-add-round::after {
    content: "";
    display: block;
    position: absolute;
    top: -69px;
    left: 90px;
    width: 300px;
    height: 300px;
    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: 28px;
    line-height: 42px;
    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 210 200), rgb(220 210 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 {
    height: 1595px;
    padding-top: 120px;
}
.lg_dios_stem05 .to-be .item-list .item01 {
    top: 368px;
    left: 280px;
}
.lg_dios_stem05 .to-be .item-list .item02 {
    top: 678px;
    left: 40px;
}
.lg_dios_stem05 .to-be .item-list .item03 {
    top: 1054px;
    left: 305px;
}
.lg_dios_stem05 .to-be .item-list .item04 {
    top: 1295px;
    left: 0;
}
.lg_dios_stem05 .to-be .item-list .item-add-round::after {
    top: -43px;
    left: -59px;
}
.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 .inner620 {
    padding-bottom: 240px;
}
.lg_dios_stem06 .stem-title-box {
    margin-bottom: 134px;
}
.lg_dios_stem06 .item {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.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: 12px 28px;
    background: rgba(255, 255, 255, 0.5);
    font-family: "Gowun Dodum", sans-serif;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
    border-radius: 450px;
    box-shadow: 4px 4px 15px 0px #0000001a;
}
.lg_dios_stem06 .item .tag p:nth-child(1) {
    top: 446px;
    left: 30px;
}
.lg_dios_stem06 .item .tag p:nth-child(2) {
    top: 612px;
    left: 380px;
}
.lg_dios_stem06 .item .tag p:nth-child(3) {
    top: 702px;
    left: 319px;
}
.lg_dios_stem06 .item .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px 0;
    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: #e5b4af;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #fff;
    border-radius: 500px;
}
.lg_dios_stem06 .item .txt h4 {
    margin-bottom: 26px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem06 .item .txt p {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -0.02em;
}
.lg_dios_stem06 .item:nth-child(2) .txt strong {
    background: #e7bb9b;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(1) {
    top: 426px;
    left: 288px;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(2) {
    top: 563px;
    left: 344px;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(3) {
    top: 696px;
    left: 30px;
}
.lg_dios_stem06 .item:nth-child(3) .txt strong {
    background: #ead398;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(1) {
    top: 386px;
    left: 99px;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(2) {
    top: 541px;
    left: 30px;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(3) {
    top: 648px;
    left: 340px;
}

.lg_dios_stem07 .inner720 {
    padding: 240px 0 1006px;
}
.lg_dios_stem07 .stem-title-box {
    margin-bottom: 119px;
}
.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: 720px;
    margin: auto;
}
.lg_dios_stem07 .img-box .main img {
    width: 100%;
}
.lg_dios_stem07 .img-box .sub {
    position: absolute;
    bottom: -908px;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
}
.lg_dios_stem07 .img-box .sub img {
    width: 100%;
}

.lg_dios_stem08 .inner720 {
    height: 1921px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem08_bg-txt.png") no-repeat center 83% / 720px 312px;
}
.lg_dios_stem08 .img {
    position: absolute;
    width: 309px;
}
.lg_dios_stem08 .img01 {
    top: 0;
    left: 40px;
}
.lg_dios_stem08 .img02 {
    top: 239px;
    left: 371px;
}
.lg_dios_stem08 .img03 {
    top: 890px;
    left: 206px;
}
.lg_dios_stem08 .img04 {
    top: 1548px;
    left: 82px;
}
.lg_dios_stem08 .img05 {
    top: 1730px;
    left: 304px;
}
.lg_dios_stem08 .img img {
    width: 100%;
}

.lg_dios_stem09 .inner640 {
    padding-bottom: 240px;
}
.lg_dios_stem09 .img-area {
    margin-bottom: 100px;
}
.lg_dios_stem09 .img-area:last-child {
    margin-bottom: 0;
}
.lg_dios_stem09 .img-box {
    display: flex;
    gap: 20px;
}
.lg_dios_stem09 .img-box-c {
    flex-direction: column;
}
.lg_dios_stem09 .img-box-r {
    flex-direction: row;
}
.lg_dios_stem09 .img-box img {
    width: 100%;
}
.lg_dios_stem09 .img-box video {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #cdc5bb;
}
.lg_dios_stem09 .img-box .w50 {
    width: calc(50% - 10px);
}

.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: 640px;
    height: 640px;
    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: 34px;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem10 .txt-box .title::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 234px;
    height: 1px;
    background: #7e786c;
}
.lg_dios_stem10 .txt-box .desc {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -0.02rem;
    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;
    max-width: 612px;
    width: 100%;
}
.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 {
    position: relative;
    padding: 487px 0 407px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg.png") no-repeat center / cover;
}
.lg_dios_stem11 .main-title {
    width: 617px;
    margin: 0 auto 523px;
}
.lg_dios_stem11 .main-title img {
    width: 100%;
}
.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: 201px;
    left: 423px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon01.png") no-repeat center / cover;
}
.lg_dios_stem11 .bg-icon02 {
    top: 897px;
    left: 120px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon02.png") no-repeat center / cover;
}
.lg_dios_stem11 .bg-icon03 {
    top: 1104px;
    left: 473px;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon03.png") no-repeat center / cover;
}
.lg_dios_stem11 .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 656px;
    height: 722px;
    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: 40px;
    line-height: 60px;
    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: 30px;
    line-height: 48px;
    letter-spacing: -0.02rem;
    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: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.lg_dios_stem14 .stem-title-box .title {
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.02em;
}
.lg_dios_stem14 .stem-title-box .desc {
    font-size: 30px;
    line-height: 51px;
    letter-spacing: -0.02rem;
}
.lg_dios_stem14 video {
    width: 100%;
} */
.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 .inner720 {
    position: relative;
    width: 100vw;
    margin: auto;
}
.lg_dios_stem .inner640 {
    position: relative;
    width: 88.8889vw;
    margin: auto;
}
.lg_dios_stem .inner620 {
    position: relative;
    width: 86.1111vw;
    margin: auto;
}
.lg_dios_stem .stem-title-box .title {
    margin-bottom: 2.5vw;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 5vw;
    line-height: 8.0556vw;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem .stem-title-box .desc {
    font-size: 4.1667vw;
    line-height: 7.0833vw;
    letter-spacing: -0.02rem;
}
.lg_dios_stem .stem-title-box .desc strong {
    font: inherit;
    font-weight: 700;
    color: inherit;
}

.lg_dios_stem01 .inner720 {
    padding-top: 56.5278vw;
}
.lg_dios_stem01 .title {
    width: 48.6111vw;
    margin: 0 auto 14.5833vw;
}
.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(92% 100% at 50% 100%);
}
.lg_dios_stem01 .round-box img {
    width: 100%;
    transition: 0.3s;
}

.lg_dios_stem02 .stem-title-box {
    position: relative;
    top: -15vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 88.8889vw;
    height: 138.3333vw;
    margin: 0 auto 18.3333vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem02_img.png") no-repeat center / cover;
    border-radius: 8.3333vw;
}
.lg_dios_stem02 .stem-title-box .title {
    position: relative;
    margin-bottom: 22.0833vw;
}
.lg_dios_stem02 .stem-title-box .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11.8056vw;
    width: 71.1111vw;
    height: 0.1389vw;
    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: 2.7778vw;
    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 .img-box {
    transition: 0.6s;
    opacity: 0;
}
.lg_dios_stem03 .img-box01 {
    margin-left: -18.75vw;
    width: 99.3056vw;
}
.lg_dios_stem03 .img-box02 {
    margin-left: 5.1389vw;
    width: 93.75vw;
}
.lg_dios_stem03 .img-box03 {
    margin-left: 7.9167vw;
    width: 99.5833vw;
}
.lg_dios_stem03 .img-box.on {
    opacity: 1;
}
.lg_dios_stem03 .img-box img {
    width: 100%;
}

.lg_dios_stem04 {
    position: relative;
    padding: 33.3333vw 0;
}
.lg_dios_stem04 .bg-icon {
    display: block;
    position: absolute;
    transition: 0.4s;
}
.lg_dios_stem04 .bg-icon01 {
    top: 131.9444vw;
    right: 0;
    width: 17.2222vw;
    height: 83.8889vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon01.png") no-repeat center / cover;
}
.lg_dios_stem04 .bg-icon02 {
    bottom: 126.6667vw;
    left: 0;
    width: 17.2222vw;
    height: 109.4444vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_bg-icon02.png") no-repeat center / cover;
}
.lg_dios_stem04 .stem-title-box {
    margin-bottom: 33.3333vw;
}
.lg_dios_stem04 .item-box {
    margin-bottom: 29.1667vw;
}
.lg_dios_stem04 .item-box:last-of-type {
    margin-bottom: 0;
}
.lg_dios_stem04 .txt-box {
    margin-bottom: 9.1667vw;
    padding: 0 5.5556vw;
    text-align: left;
}
.lg_dios_stem04 .txt-box strong {
    display: inline-block;
    position: relative;
    margin-bottom: 2.2222vw;
    padding: 0 1.3889vw;
    font-size: 3.8889vw;
    line-height: 5.8333vw;
    letter-spacing: 0;
    text-transform: uppercase;
}
.lg_dios_stem04 .txt-box strong::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.7778vw;
    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: 9.1667vw;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 5.5556vw;
    line-height: 7.7778vw;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem04 .txt-box ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.3889vw 0;
    padding-top: 7.2222vw;
    text-align: left;
}
.lg_dios_stem04 .txt-box ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 7.2222vw;
    height: 5vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem04_icon.png") no-repeat center / cover;
}
.lg_dios_stem04 .txt-box ul li {
    font-size: 4.1667vw;
    line-height: 7.0833vw;
    letter-spacing: -0.02em;
    color: #383838;
    transition: 0.6s;
    opacity: 0;
}
.lg_dios_stem04 .txt-box ul li:nth-child(2n) {
    padding-left: 2.7778vw;
}
.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: 2.2222vw;
    height: 1.6667vw;
    margin-right: 0.8333vw;
    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.8333vw;
    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: 0 5.5556vw;
}
.lg_dios_stem04 .vdo-box video {
    position: relative;
    z-index: 1;
    width: 74.1667vw;
    border-radius: 5vw;
}
.lg_dios_stem04 .vdo-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35.2778vw;
    width: 56.9444vw;
    height: 78.3333vw;
    background: linear-gradient(152.53deg, #d9d9d9 -0.86%, #e4d7bb 98.8%);
    border-radius: 5vw;
}
.lg_dios_stem04 .item-box02 .txt-box {
    padding: 0 4.1667vw 0 20.9722vw;
}
.lg_dios_stem04 .item-box02 .vdo-box {
    padding: 0 5.5556vw 0 19.0278vw;
}
.lg_dios_stem04 .item-box02 .vdo-box::after {
    left: 7.0833vw;
    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 .inner720 {
    padding: 33.3333vw 0;
}
.lg_dios_stem05 .stem-title-box {
    margin-bottom: 20.9722vw;
}
.lg_dios_stem05 .item-box {
    position: relative;
    width: 83.3333vw;
    height: 185.1389vw;
    margin: auto;
}
.lg_dios_stem05 .txt {
    text-align: left;
}
.lg_dios_stem05 .txt h4 {
    display: inline-block;
    margin-bottom: 2.7778vw;
    padding-right: 0.6944vw;
    font-size: 16.6667vw;
    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: 4.1667vw;
    line-height: 5.8333vw;
}
.lg_dios_stem05 .item-list {
    position: absolute;
    top: 0;
    opacity: 0;
}
.lg_dios_stem05 .item-list .item {
    position: absolute;
    width: 41.6667vw;
    height: 41.6667vw;
}
.lg_dios_stem05 .item-list .item01 {
    top: 29.5833vw;
    left: 5.5556vw;
}
.lg_dios_stem05 .item-list .item02 {
    top: 67.2222vw;
    left: 41.6667vw;
}
.lg_dios_stem05 .item-list .item03 {
    top: 102.2222vw;
    left: 0;
}
.lg_dios_stem05 .item-list .item04 {
    top: 147.7778vw;
    left: 27.7778vw;
}
.lg_dios_stem05 .item-list .item-add-round::after {
    content: "";
    display: block;
    position: absolute;
    top: -9.5833vw;
    left: 12.5vw;
    width: 41.6667vw;
    height: 41.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: 3.8889vw;
    line-height: 5.8333vw;
    border-radius: 50%;
    box-shadow: 1.9431vw 1.9431vw 2.4278vw 0vw #5e4e404a;
}
.lg_dios_stem05 .as-is {
    border-bottom: 0.6944vw solid transparent;
    background-image: linear-gradient(rgb(220 210 200), rgb(220 210 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 {
    height: 221.5278vw;
    padding-top: 16.6667vw;
}
.lg_dios_stem05 .to-be .item-list .item01 {
    top: 51.1111vw;
    left: 38.8889vw;
}
.lg_dios_stem05 .to-be .item-list .item02 {
    top: 94.1667vw;
    left: 5.5556vw;
}
.lg_dios_stem05 .to-be .item-list .item03 {
    top: 146.3889vw;
    left: 42.3611vw;
}
.lg_dios_stem05 .to-be .item-list .item04 {
    top: 179.8611vw;
    left: 0;
}
.lg_dios_stem05 .to-be .item-list .item-add-round::after {
    top: -5.9722vw;
    left: -8.1944vw;
}
.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 .inner620 {
    padding-bottom: 33.3333vw;
}
.lg_dios_stem06 .stem-title-box {
    margin-bottom: 18.6111vw;
}
.lg_dios_stem06 .item {
    position: relative;
    width: 100%;
    margin-bottom: 5.5556vw;
}
.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: 1.6667vw 3.8889vw;
    background: rgba(255, 255, 255, 0.5);
    font-family: "Gowun Dodum", sans-serif;
    font-size: 3.3333vw;
    line-height: 5vw;
    letter-spacing: -0.02em;
    border-radius: 62.5vw;
    box-shadow: 0.5556vw 0.5556vw 2.0833vw 0vw #0000001a;
}
.lg_dios_stem06 .item .tag p:nth-child(1) {
    top: 61.9444vw;
    left: 4.1667vw;
}
.lg_dios_stem06 .item .tag p:nth-child(2) {
    top: 85vw;
    left: 52.7778vw;
}
.lg_dios_stem06 .item .tag p:nth-child(3) {
    top: 97.5vw;
    left: 44.3056vw;
}
.lg_dios_stem06 .item .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5.5556vw 4.1667vw 0;
    text-align: left;
}
.lg_dios_stem06 .item .txt strong {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.7778vw;
    padding: 0 4.1667vw;
    background: #e5b4af;
    font-size: 3.6111vw;
    line-height: 6.1111vw;
    letter-spacing: -0.02em;
    color: #fff;
    border-radius: 69.4444vw;
}
.lg_dios_stem06 .item .txt h4 {
    margin-bottom: 3.6111vw;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 5.5556vw;
    line-height: 7.7778vw;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem06 .item .txt p {
    font-size: 3.6111vw;
    line-height: 5.4167vw;
    letter-spacing: -0.02em;
}
.lg_dios_stem06 .item:nth-child(2) .txt strong {
    background: #e7bb9b;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(1) {
    top: 59.1667vw;
    left: 40vw;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(2) {
    top: 78.1944vw;
    left: 47.7778vw;
}
.lg_dios_stem06 .item:nth-child(2) .tag p:nth-child(3) {
    top: 96.6667vw;
    left: 4.1667vw;
}
.lg_dios_stem06 .item:nth-child(3) .txt strong {
    background: #ead398;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(1) {
    top: 53.6111vw;
    left: 13.75vw;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(2) {
    top: 75.1389vw;
    left: 4.1667vw;
}
.lg_dios_stem06 .item:nth-child(3) .tag p:nth-child(3) {
    top: 90vw;
    left: 47.2222vw;
}

.lg_dios_stem07 .inner720 {
    padding: 33.3333vw 0 139.7222vw;
}
.lg_dios_stem07 .stem-title-box {
    margin-bottom: 16.5278vw;
}
.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: -126.1111vw;
    left: 50%;
    transform: translateX(-50%);
    width: 76.3889vw;
}
.lg_dios_stem07 .img-box .sub img {
    width: 100%;
}

.lg_dios_stem08 .inner720 {
    height: 266.8056vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem08_bg-txt.png") no-repeat center 83% / 100vw 43.3333vw;
}
.lg_dios_stem08 .img {
    position: absolute;
    width: 42.9167vw;
}
.lg_dios_stem08 .img01 {
    top: 0;
    left: 5.5556vw;
}
.lg_dios_stem08 .img02 {
    top: 33.1944vw;
    left: 51.5278vw;
}
.lg_dios_stem08 .img03 {
    top: 123.6111vw;
    left: 28.6111vw;
}
.lg_dios_stem08 .img04 {
    top: 215vw;
    left: 11.3889vw;
}
.lg_dios_stem08 .img05 {
    top: 240.2778vw;
    left: 42.2222vw;
}
.lg_dios_stem08 .img img {
    width: 100%;
}

.lg_dios_stem09 .inner640 {
    padding-bottom: 33.3333vw;
}
.lg_dios_stem09 .img-area {
    margin-bottom: 13.8889vw;
}
.lg_dios_stem09 .img-area:last-child {
    margin-bottom: 0;
}
.lg_dios_stem09 .img-box {
    display: flex;
    gap: 2.7778vw;
}
.lg_dios_stem09 .img-box-c {
    flex-direction: column;
}
.lg_dios_stem09 .img-box-r {
    flex-direction: row;
}
.lg_dios_stem09 .img-box img {
    width: 100%;
}
.lg_dios_stem09 .img-box video {
    width: 100%;
    border-radius: 2.7778vw;
    border: 3px solid #cdc5bb;
}
.lg_dios_stem09 .img-box .w50 {
    width: calc(50% - 1.3889vw);
}

.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: 88.8889vw;
    height: 88.8889vw;
    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: 4.7222vw;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 5.5556vw;
    line-height: 8.3333vw;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem10 .txt-box .title::after {
    content: "";
    position: absolute;
    bottom: -1.9444vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 32.5vw;
    height: 0.1389vw;
    background: #7e786c;
}
.lg_dios_stem10 .txt-box .desc {
    font-size: 4.1667vw;
    line-height: 6.6667vw;
    letter-spacing: -0.02rem;
    color: #262626;
}
.lg_dios_stem10 .txt-box .desc strong {
    font: inherit;
    font-weight: 700;
    color: inherit;
}
.lg_dios_stem10 .play-btn {
    display: block;
    width: 20.8333vw;
    height: 24.1667vw;
    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;
    max-width: 85vw;
    width: 100%;
}
.lg_dios_stem10 .video-pop .video_layer video {
    width: 100%;
    height: 100%;
    border-radius: 1.3889vw;
}
.lg_dios_stem10 .video-pop .video_layer .video_close_btn {
    position: absolute;
    top: -10.5556vw;
    right: 0;
    width: 8.3333vw;
    height: 8.3333vw;
    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: 3.125vw;
    height: 0.2778vw;
    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 {
    position: relative;
    padding: 67.6389vw 0 56.5278vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg.png") no-repeat center / cover;
}
.lg_dios_stem11 .main-title {
    width: 85.6944vw;
    margin: 0 auto 72.6389vw;
}
.lg_dios_stem11 .main-title img {
    width: 100%;
}
.lg_dios_stem11 .bg-icon {
    display: block;
    position: absolute;
    width: 20.2778vw;
    height: 25.2778vw;
    box-shadow: 0.5556vw 0.5556vw 2.0833vw 0vw #0000001a;
    transition: 0.6s;
}
.lg_dios_stem11 .bg-icon01 {
    top: 27.9167vw;
    left: 58.75vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon01.png") no-repeat center / cover;
}
.lg_dios_stem11 .bg-icon02 {
    top: 124.5833vw;
    left: 16.6667vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon02.png") no-repeat center / cover;
}
.lg_dios_stem11 .bg-icon03 {
    top: 153.3333vw;
    left: 65.6944vw;
    background: url("../images/portfolio/lg_dios_stem/lg_dios_stem11_bg-icon03.png") no-repeat center / cover;
}
.lg_dios_stem11 .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 91.1111vw;
    height: 100.2778vw;
    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: 6.3889vw;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 5.5556vw;
    line-height: 8.3333vw;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000;
}
.lg_dios_stem11 .txt-box .title::after {
    content: "";
    position: absolute;
    bottom: -1.5278vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 69.8611vw;
    height: 0.1389vw;
    background: #7e786c;
}
.lg_dios_stem11 .txt-box .desc {
    font-size: 4.1667vw;
    line-height: 6.6667vw;
    letter-spacing: -0.02rem;
    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: 19.4444vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.lg_dios_stem14 .stem-title-box .title {
    margin-bottom: 5vw;
    font-size: 5.5556vw;
    line-height: 7.7778vw;
    letter-spacing: -0.02em;
}
.lg_dios_stem14 .stem-title-box .desc {
    font-size: 4.1667vw;
    line-height: 7.0833vw;
    letter-spacing: -0.02rem;
}
.lg_dios_stem14 video {
    width: 100%;
}
/* e: lg_dios_stem */
