body.show {
    opacity: 1;
    height: auto;
    overflow: auto;
}
#solution_wrap {
    width: 100%;
    margin: 0 auto;
}

/****************************/
/* Solution Hero
/****************************/
#solution_wrap .underline_r:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    margin: 20px 0;
    background: #fd312e;
}
#solution_wrap .align_center .underline_r:after {
    margin: 20px auto;
}
#solution_hero {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 1080px;
    overflow: hidden;
    align-items: center;
}
#solution_hero .solution_slider {
    /* position: relative; */
    width: 100%;
    height: 100%;
}
#solution_hero .solution_slider li.item {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.5);
}

#solution_hero .solution_slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.57);
}

#solution_hero .item_bg {
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#solution_hero .solution_txt {
    position: absolute;
    top: 50%;
    left: 11%;
    width: 950px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}
#solution_hero .solution_txt h1 {
    font-size: 39px; 
    font-weight: bold;
    line-height: 1;
}
#solution_hero .solution_txt h2 {
    font-size: 91px;
    line-height: 1.09;
}
#solution_hero .solution_txt p {
    margin: 30px 0 40px;
    font-size: 20px;
    line-height: 1.35;
}
#solution_hero .solution_txt .i2b_btn {
    display: inline-block;
    padding: 14px 54px 13px;
    margin-bottom: 60px;
    border-radius: 9px;
    background-color: #ac0c3c;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.6px;
    cursor: pointer;
}
#solution_hero .solution_txt ul li {
    display: flex;
}
#solution_hero .solution_txt ul > li p.dot {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    margin-right: 5px;
}
#solution_hero .solution_txt ul > li p {
    display: block;
    line-height: 1.19;
    font-size: 16px;
    color: #c5c5c5;
    margin-top: 0;
}
#solution_wrap #solution_tab {
    display: flex;
    /* align-items: center; */
    width: 100%;
    height: auto;
    margin-top: -93px;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0.9;
    background-color: #ffffff;
}
#solution_wrap #solution_tab::-webkit-scrollbar {
    display: none;
}
#solution_wrap #solution_tab.top {
    position: fixed;
    top: 88px;
    left: 0;
    margin-top: 0;
    z-index: 50;
    opacity: 1;
}
#solution_wrap #solution_tab li {
    display: block;
    width: 33.3%;
    padding: 20px 0;
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    color: #707070;  
    line-height: 1.13;
    letter-spacing: -0.48px;
}
#solution_wrap #solution_tab li h2 {
    font-size: 26px;
    font-weight: bold;
}
#solution_wrap #solution_tab li>span {
    font-size: 16px;
    font-weight: 600;
}
#solution_wrap #solution_tab li.on span {
    color: #fd312e;
}
#solution_wrap #solution_tab li.on {
    border-bottom: 5px solid #fd312e;
}

/****************************/
/* Tab Contents
/****************************/
.solution_contents.solution1 {
  padding-top: 88px;
}

.solution_contents.solution2 {
  padding-top: 88px;
}

.solution_contents.solution3 {
  padding-top: 88px;
}

@media screen and (max-width: 1080px) {
  .solution_contents.solution1, .solution_contents.solution2, .solution_contents.solution3 {
    padding-top: 54px;
  }
}
.solution_contents .contents_wrap {
    max-width: 1440px;
    padding: 120px 0 160px;
    margin: 0 auto;
}
.solution_contents .align_center {
    text-align: center;
}
.solution_contents .top_title_lt {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
.solution_contents .font_r {
    color: #ac0c3c;
    font-weight: 600;
}
.solution_contents .value_list li ul li .font_r {
    font-weight: 300;
}
.solution_contents h3.tab_top {
    font-size: 3vh;
    font-weight: bold;
    line-height: 1;
    color: #5a5b5e;
}
.solution_contents.solution3 h3.tab_top {
    color: #000;
}
.solution_contents h3.tab_top span {
    color: #af0030;
}
.solution_contents h2.tab_title {
    font-size: 91px;
    line-height: 1.09;
    font-weight: normal;
}
.solution_contents p.tab_desc {
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 1.35;
}
.solution_contents .tab_service {
    position: relative;
    width: 100%;
}

.solution_contents .tab_service_pc {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 832px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution_contents .tab_service_pc .service_desc_pc {
    /* position: absolute;
    top: 50%;
    right: 0; */
    width: 50%;
    padding: 50px;
    /* transform: translateY(-50%); */
    background: #fff;
    /* box-sizing: border-box; */
}

.solution_contents .tab_service_pc p.tab_desc {
    width: 75%;
}
.solution_contents .tab_service .service_desc_pc img {
    margin-top: 5px;
}
.solution_contents.solution1 .tab_service .service_desc_pc img {
    width: 222px;
}

.solution_contents .tab_service img {
    display: block;
    width: 100%;
}
.solution_contents .tab_service .service_desc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    padding: 50px;
    transform: translateY(-50%);
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
}
.solution_contents .tab_service .service_desc img {
    margin-top: 5px;
}
.solution_contents.solution1 .tab_service .service_desc img {
    width: 222px;
}

.solution_contents .tab_service p.tab_desc {
    width: 75%;
}
.solution_contents .tab_value, .solution_contents .tab_value_v3 {
    position: relative;
    width: 100%;
    background: #ececec;
}
.solution_contents .tab_value .contents_wrap {
    padding-bottom: 0;
}
.solution_contents .value_list {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.solution_contents .value_list > li {
    width: 330px;
    margin: 0 25px;
    padding: 55px 36px;
    border-radius: 20px;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.solution_contents .value_list > li .value_title {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 600;
}
.solution_contents .value_list > li .value_title:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    border-left: 1px solid #707070;
    margin: 10px auto 0;
}
.solution_contents .value_list > li ul li {
    font-size: 20px;
    line-height: 1.25;
}
.solution_contents .total_box {
    position: relative;
    width: 980px;
    margin: 80px auto 130px;
}

.solution_contents .total_box #lottie {
    width: 450px;
    height: 450px;
    margin: 0 auto;
}
.solution_contents .total_list > li {
    position: absolute;
    left: 0;
    top: 10px;
    width: 350px;
    text-align: left;
}

.solution_contents .total_list > li div.title_area {
    position: relative;
    padding: 0;
    text-align: left;
}

.solution_contents .total_list > li img.connected {
    position: absolute;
    top: 55.5%;
    left: 16%;

}

.solution_contents .total_list > li img.extended {
    height: 18px;
    position: absolute;
    top: 56%;
    left: 12.5%;

}

.solution_contents .total_list > li:nth-child(2) {
    left: auto;
    right: -140px;
    top: 108px;
}
.solution_contents .total_list > li:nth-child(3) {
    left: 50%;
    top: auto;
    bottom: -200px;
    width: 450px;
    transform: translateX(-50%);
}
.solution_contents .total_list > li h3 {
    font-size: 24px;
    font-weight: 600;
}
.solution_contents .total_list > li:before {
    content: "";
    display: block;
    width: 42px;
    height: 5px;
    margin-bottom: 10px;
    background: #d5d9d3;
}
.solution_contents .total_list > li:nth-child(2):before {
    background: #ac0c3c;
}
.solution_contents .total_list > li:nth-child(3):before {
    background: #93d1d8;
}
.solution_contents .total_list > li ul {
    margin-top: 18px;
}
.solution_contents .total_list > li ul li {
    font-size: 20px;
    line-height: 1.25;
}
.solution_contents .total_list > li ul li span.sort {
    display: block;
    float: left;
}
.solution_contents .total_list > li ul li span.sort:nth-child(1) {
    width: 5%;
}
.solution_contents .total_list > li ul li span.sort:nth-child(2) {
    width: 95%;
    text-align: left;
}
.solution_contents .contents_wrap .noti {
    display: flex;
    flex-wrap: wrap;
    color: #707070;
    text-align: left;
    font-size: 16px;
}
.solution_contents .contents_wrap .noti span:nth-child(2n-1) {
    width: 12px;
}
.solution_contents .contents_wrap .noti span:nth-child(2n) {
    width: calc(100% - 12px);
}
.solution_contents .tab_value .contents_wrap .noti {
    padding: 46px 0 40px;
    margin-left: 65px;
}
.solution_contents .tab_plan .contents_wrap .line_standard .noti {
    display: block;
    padding: 80px 0 20px;
    text-align: center;
}
.solution_contents .tab_feature .contents_wrap {
    padding-bottom: 100px;
}
.solution_contents .feature_list {
    display: flex;
    margin-top: 60px;
}
.solution_contents .feature_list > div {
    width: 40%;
}
.solution_contents .feature_list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.solution_contents .feature_list ul li {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 45px;
}
.solution_contents .feature_list ul li span {
    width: 50px;
    text-align: center;
}
.solution_contents .feature_list ul li p {
    margin-left: 17px;
    font-size: 20px;
    color: #707070;
    font-weight: normal;
}
.solution_contents .feature_list .feature_img {
    width: 60%;
}
.solution_contents .feature_list .feature_img img {
    display: block;
    width: 100%;
}
.solution_contents .tab_plan {
    width: 100%;
    background: #f7f7f7;
}
.solution_contents .tab_plan .contents_wrap {
    padding-bottom: 70px;
}
.solution_contents .plan_list {
    padding-top: 97px;
    margin-bottom: 30px;
}
.solution_contents .plan_list .plan_top, .solution_contents .plan_list .plan_lines {
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution_contents .plan_list .plan_top > li, .solution_contents .plan_list .plan_lines > li {
    width: 23%;
    text-align: center;
}
.solution_contents .plan_list .plan_top > li:first-child, .solution_contents .plan_list .plan_list > li:first-child {
    width: 31%;
}
.solution_contents .plan_list .plan_top {
    padding-bottom: 6px;
}
.solution_contents .plan_list .plan_top p:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
}
.solution_contents .plan_list .plan_top p:nth-child(3) {
    font-size: 16px;
    color: #707070;
}
.solution_contents .plan_list .plan_lines {
    padding: 17px 0;
    margin: 18px 0;
    border-radius: 42px;
    background-color: #ffffff;
}
.solution_contents .plan_list .plan_lines:last-child {
    flex-wrap: wrap;
}
.solution_contents .plan_list .plan_lines .line_standard, .solution_contents .plan_list .plan_lines .line_standard img {
    display: block;
    width: 100%;
}
.solution_contents .plan_list .plan_lines .line_standard {
    padding: 0 90px;
    text-align: left;
}
.solution_contents .plan_list .plan_lines .line_standard .standard_top {
    display: inline-block;
    margin: 50px auto 40px;
    padding: 5px 24px 7px;
    background-color: #939393;
    border-radius: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.solution_contents .plan_list .plan_lines li:first-child {
    flex: 1;
    padding-left: 65px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #217f94;
}

/****************************/
/* Tab2 Contents
/****************************/

.tab_case {
    padding-top: 120px;
    padding-bottom: 140px;
    background-color: #f7f7f7;
}

.case_content {
    width: 1440px;
    margin: 0 auto;
    margin-top: 52px;
}

.tab_blueprint {
    padding-top: 120px;
    padding-bottom: 50px;
}

.case_content_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.case_content_top img {
    width: 100%;
}

.top_desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.bottom_desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.case_content p {
    text-align: left;
}
.case_content p.title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.case_content p.desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}

.case_content_bottom p.desc {
    width: 100%;
    margin-top: 30px;
}

.case_content_top p.desc {
    width: 864px;
}

.case_content_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.case_content_bottom li {
    flex: 1;
    margin-right: 56px;
}

.case_content_bottom li:last-child {
    margin-right: 0;
}

.tab_blueprint p.blueprint_desc {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1.24;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.tab_blueprint img {
    width: 1440px;
}

.tab_blueprint p.blueprint_warn {
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    line-height: 1.19;
    text-align: center;
    margin-top: 70px;
}

/* features start */

.tab_features {
    background-color: #f7f7f7;
    padding: 120px 0 160px 0;
}

.features_tab {
    width: 1440px;
    height: 64px;
    margin: 0 auto;
    margin-top: 42px;
    display: flex;
    
}

.features_tab li {
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.features_tab li .border {
    margin-bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #707070;
}

.solutions .label {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #707070;
}

.features_tab li.selected .label {
    font-weight: bold;
    color: #fd312e;
    transition: 0.1s;
}

.features_tab li.selected .border {
    width: 100%;
    margin-bottom: 0;
    height: 5px;
    background-color: #fd312e;
    transition: 0.1s;
}

.tab_features p.features_desc {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1.24;
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: left;
}

.features_slider_wrapper {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

.features_slider_inner {
    width: 100%;
}

.features_slider_content {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.slider_content_right {
    width: 390px;
    margin-left: 40px;
}

.slider_content_right p.slider_desc_title {
    font-size: 25px;
    font-weight: 600;
    color: #217f94;
    margin-bottom: 20px;
}

.slider_desc_list {
    list-style: disc;
    padding-left: 16px;
}

.slider_desc_list li {
    margin-bottom: 18px;
}

.slider_desc_list li:last-child {
    margin-bottom: 0px;
}

.slider_desc_list p.desc_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.desc_list {
    padding-left: 8px;
    list-style-type: "-";
    margin-top: 12px;
}

.desc_list li {
    padding-left: 8px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 3px;
}

.desc_list li:last-child {
    margin-bottom: 0px;
}

.solution_contents.solution2 .contents_wrap {
    padding-top: 0;
    padding-bottom: 0;
}

/* features end */

.tab_brief {
    padding-top: 120px;
    padding-bottom: 160px;
}

.brief_img {
    margin-top: 36px;
    
}

.brief_box {
    width: 1180px;
    margin: 0 auto;
    border: 1px solid #ac0c3c;
    background-color: #fff;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.brief_box_header {
    width: 100%;
    padding: 10px 0 6px 0;
    background-color: #ac0c3c;
}

.brief_box_header span {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
}

.brief_box_header span.bolded {
    font-size: 30px;
    font-weight: bold;
}

.brief_box_content {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}

.brief_box_content li {
     flex: 1;
     border-right: 1px solid #adadad;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}

.brief_box_content li:last-child {
    border-right: none;
}

.brief_box_content_num {
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 39px;
    border-radius: 17px;
    background-color: #000;
}

.brief_box_content_content {
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.brief_box_content_content p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1.45;
    margin-left: 20px;
    text-align: left;
}

.solution_contents.solution2 .value_list {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.solution_contents.solution2 .value_list > li {
    width: 330px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 55px 40px;
    border-radius: 20px;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.solution_contents.solution2 .value_list > li:first-child {
    margin-left: 0;
}
.solution_contents.solution2 .value_list > li:last-child {
    margin-right: 0;
}
.solution_contents.solution2 .value_list > li .value_title {
    margin: 20px 0 22px;
    font-size: 24px;
    font-weight: 600;
}
.solution_contents.solution2 .value_list > li .value_title:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    border-left: 1px solid #707070;
    margin: 22px auto 0;
}
.solution_contents.solution2 .value_list > li .value_desc {
    word-break: keep-all;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1.24;
}

.solution_contents.solution2 .tab_value {
    padding-top: 120px;
    padding-bottom: 160px;
}

.solution_contents.solution2 .tab_service .service_desc img {
    width: 232px;
}

.solution_contents.solution2 .tab_service_pc .service_desc_pc img {
    width: 232px;
}

.tab_video {
    padding-top: 120px;
    padding-bottom: 146px;
}

.tab2_video {
    position: relative;
    width: 100%;
    background: #fff;
}

.video_area {
    width: 1194px;
    margin: 0 auto;
    margin-top: 80px;
}

.video_inner {
    width: 100%;
    position: relative;
    background-color: #e2e2e3;
}

.video_inner:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.video_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video_content video {
    width: 100%;
}
.video_inner button {
    width: 97px;
    height: 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none;
}
.video_inner button:hover {
    opacity: 0.7;
    transition: 0.8s;
}
.video_inner .play_btn {
    background: url(/theme/rbFront/img/w/connected_section2_play_btn.png) no-repeat;
}
.video_inner .pause_btn {
    background: url(/theme/rbFront/img/w/connected_section2_pause_btn.png) no-repeat;
    opacity: 0;
}
.video_inner:hover .pause_btn {
    opacity: 0.6;
    transition: 0.8s;
}
.video_inner .pause_btn:hover {
    opacity: 1;
    transition: 0.8s;
}
.video_inner .replay_btn {
    background: url(/theme/rbFront/img/w/connected_section2_replay_btn.png) no-repeat;
}

@media screen and (min-width: 1920px) {
    #solution_wrap {
        max-width: 1920px;
    }
}
@media screen and (max-width: 1199px) {
    /****************************/
    /* Solution Hero
    /****************************/
    #solution_hero {
        height: 820px;
    }
    #solution_hero .solution_txt {
        width: 78%;
    }
    #solution_hero .solution_txt h1 {
        font-size: 14px;
    }
    #solution_hero .solution_txt h2, .solution_contents h2.tab_title  {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
    }
    #solution_hero .solution_txt p {
        margin: 25px 0;
        font-size: 16px;
    }
    #solution_hero .solution_txt .i2b_btn {
        padding: 10px 20px;
        margin-bottom: 40px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: normal;
    }

    #solution_hero .solution_txt ul > li p {
        line-height: 1.26;
        font-size: 14px;
    }

    #solution_wrap #solution_tab.top {
        top: 54px;
    }
    #solution_wrap .underline_r:after {
        width: 30px;
        height: 3px;
        margin: 9px 0;
    }
    #solution_wrap .underline_r:after, #solution_wrap .align_center .underline_r:after {
        margin: 9px auto;
    }
    #solution_wrap .align_left.underline_r:after {
        margin: 9px 0;
    }
    #solution_wrap .solution_txt .underline_r:after, #solution_wrap .service_desc .underline_r:after {
        margin-left: 0;
        margin-right: 0;
    }
    #solution_wrap #solution_tab {
        display: block;
        margin-top: -70px;
        text-align: center;
    }
    #solution_wrap #solution_tab li {
        display: inline-block;
        width: 210px;
        padding: 17px 0 15px;
        line-height: 1;
    }
    #solution_wrap #solution_tab li.on {
        border-bottom-width: 4px;
    }
    #solution_wrap #solution_tab li h2 {
        font-size: 18px;
    }
    #solution_wrap #solution_tab li>span {
        font-size: 12px;
        letter-spacing: normal;
    }

    /****************************/
    /* Tab Contents
    /****************************/
    .solution_contents .contents_wrap {
        text-align: center;
    }
    .solution_contents .contents_wrap .noti {
        margin: 0 27px;
        font-size: 14px;
    }
    .solution_contents .tab_feature .contents_wrap .noti {
        margin-bottom: 50px;
    }
    .solution_contents .top_title_lt {
        font-size: 18px;
        line-height: 1.42;
    }
    .solution_contents .tab_service .service_desc {
        width: 67%;
        padding: 30px;
        transform: none;
    }
    
    .solution_contents.solution1 .tab_service .service_desc img {
        width: 130px;
    }
    .solution_contents .tab_value h2.tab_title {
        width: 80%;
        margin: 0 auto;
    }
    .solution_contents p.tab_desc {
        font-size: 16px;
        margin-top: 20px;
    }
    .solution_contents .tab_service p.tab_desc {
        width: 100%;
    }
    .solution_contents .feature_list {
        display: block;
        margin-top: 40px;
    }
    .solution_contents .feature_list > div, .solution_contents .feature_list .feature_img {
        width: 100%;
    }
    .solution_contents .feature_list ul {
        margin-bottom: 20px;
    }
    .solution_contents .feature_list ul li {
        width: 100%;
        justify-content: center;
        padding: 15px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #d8d8d8;
    }
    .solution_contents .feature_list ul li span {
        margin-left: 28px;
    }
    .solution_contents .feature_list ul li p {
        width: 190px;
        line-height: 1.5;
        text-align: left;
        font-size: 16px;
        color: #000;
    }
    .solution_contents .plan_list {
        padding-top: 40px;
    }
    .solution_contents .plan_list .plan_tab li {
        display: inline-block;
        margin: 0 6px;
    }
    .solution_contents .plan_list .plan_tab button {
        width: 94px;
        height: 34px;
        outline: none;
    }
    .solution_contents .plan_list .plan_list_box {
        padding: 0 25px;
        margin: 20px 27px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.04);
    }
    .solution_contents .plan_list .plan_top {
        padding-bottom: 16px;
    }
    .solution_contents .plan_list .plan_top > li:first-child {
        width: 100%;
    }
    .solution_contents .plan_list .plan_top p:nth-child(2) {
        margin: 20px 0 8px;
        line-height: 1.2;
    }
    .solution_contents .plan_list .plan_top p:nth-child(3) {
        color: #000;
    }
    .solution_contents .plan_list .plan_lines {
        padding: 11px 0;
        margin: 0;
        border-radius: 0;
        border-top: 1px solid #d8d8d8;
    }
    .solution_contents .plan_list .plan_lines li:first-child {
        padding-left: 5px;
        font-size: 16px;
        line-height: 1.3;
    }
    .solution_contents .plan_list .plan_lines .line_standard {
        padding: 0;
        text-align: center;
    }
    .solution_contents .plan_list .plan_lines .line_standard .standard_top {
        margin: 20px auto 34px;
        font-size: 16px;
    }
    .solution_contents .tab_plan .contents_wrap .line_standard .noti {
        padding: 30px 0 10px;
        margin: 0;
        text-align: left;
    }
    .solution_contents .total_box {
        width: auto;
        margin: 40px 0 0;
        padding: 0 27px;
    }
    .solution_contents .total_box img {
        width: 100%;
    }
    .solution_contents .total_box #lottie {
        width: 100%;
        height: auto;
    }
    .solution_contents .total_list > li {
        position: static;
        width: 100%;
        padding: 30px;
        margin-top: 20px;
        border-radius: 20px;
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.04);
        background: #fff; 
        box-sizing: border-box;
    }
    .solution_contents .total_list > li:nth-child(3) {
        width: 100%;
        transform: none;
    }

    /* Tab2 */
    .solution_contents.solution2 .tab_service .service_desc img {
        width: 137px;
    }
    .tab_video {
        padding-top: 84px;
        padding-bottom: 0;
    }

    .video_area {
        width: 100%;
        margin-top: 20px;
    }

    .solution_contents.solution2 .tab_value {
        width: 100%;
        position: relative;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .tab_brief {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .brief_img {
        width: 100%;
    }

    .brief_box {
        width: 86%;
        margin: 0 auto;
    }

    .brief_box_header {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .brief_box_header span {
        font-size: 20px;
        font-weight: normal;
    }
    
    .brief_box_header span.bolded {
        font-size: 24px;
        font-weight: bold;
    }
    
    .brief_box_content {
        display: flex;
        flex-direction: column;
        padding: 0 0;
    }
    
    .brief_box_content li {
         flex: 1;
         border-bottom: 1px solid #adadad;
         border-right: none;
         display: flex;
         flex-direction: row;
         align-items: center;
         justify-content: flex-start;
         padding: 17px 24px;

    }
    
    .brief_box_content li:last-child {
        border-bottom: none;
    }
    
    .brief_box_content_num {
        width: 26px;
        height: 26px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        border-radius: 13px;
    }
    
    .brief_box_content_content {
        padding-left: 14px;
        margin-top: 0;
        flex: 1;
    }
    
    .brief_box_content_content p {
        
        font-size: 16px;
        line-height: 1.45;
        margin-left: 14px;
        text-align: left;
    }

    .brief_box_content_ic {
        width: 59px;
    }

    .tab_blueprint {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tab_blueprint p.blueprint_desc {
        width: 83%;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 300;
        color: #000;
        line-height: 1.48;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .tab_blueprint img {
        width: 86%;
        margin: 0 auto;
    }
    
    .tab_blueprint p.blueprint_warn {
        width: 100%;
        width: 83%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.28;
        margin-top: 30px;
        text-align: left;
    }
    
    .solution_contents.solution2 .value_list {
        width: 100%;
        flex-direction: column;
    }
    .solution_contents.solution2 .value_list > li {
        position: relative;
        width: auto;
        margin: 40px 40px 80px;
        padding: 60px 36px 38px;
    }
    .solution_contents.solution2 .value_list > li:first-child {
        margin-left: 40px;
    }
    .solution_contents.solution2 .value_list > li:last-child {
        margin-bottom: 0;
        margin-right: 40px;
    }
    .solution_contents.solution2 .value_list > li img {
        position: absolute;
        top: -64px;
        left: 50%;
        width: 128px;
        transform: translateX(-50%);
    }
    .solution_contents.solution2 .value_list > li .value_title {
        margin-bottom: 20px;
        font-size: 20px;
        /* color: #217f94; */
    }
    .solution_contents.solution2 .value_list > li .value_title:after {
        display: none;
    }

    /* case */
    .tab_case {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f7f7f7;
    }
    
    .case_content {
        width: 86%;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .case_content_top {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
    
    .case_content_top img {
        width: 100%;
    }
    
    .top_desc {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 20px;
    }
    
    .bottom_desc {
        width: 100%;
        margin-top: 20px;
    }
    
    .case_content p {
        text-align: left;
    }
    .case_content p.title {
        font-size: 16px;
    }
    
    .case_content p.desc {
        font-size: 16px;
    }
    
    .case_content_bottom p.desc {
        width: 100%;
        margin-top: 9px;
    }
    
    .case_content_top p.desc {
        width: 100%;
        margin-top: 9px;
    }
    
    .case_content_bottom {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .case_content_bottom li {
        flex: 1;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .case_content_bottom img {
        width: 100%;
    }
    
    .case_content_bottom li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    /* features */

    .tab_features {
        width: 100%;
        background-color: #f7f7f7;
        padding: 50px 0;
    }

    .tab_features.contents_wrap span.underline_r:after {
        margin: 9px 0;
    }

    .solution_contents.solution2 .contents_wrap {
        width: 86%;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .solution_contents.solution2 .content_overwrap {
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .solution_contents.solution2 .content_overwrap::-webkit-scrollbar {
        display: none;
    }

    

    .features_tab {
        width: 520px;
        height: 32px;
        margin-top: 30px;
        padding: 0 27px;
    }
    
    .features_tab li {
        cursor: pointer;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    .features_tab li .border {
        margin-bottom: 1px;
        height: 1px;
        width: 100%;
        background-color: #707070;
    }
    
    .solutions .label {
        font-size: 14px;
    }
    
    .features_tab li.selected .border {
        height: 3px;
    }
    
    .tab_features p.features_desc {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: left;
    }

    .features_slider_wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    .features_slider_inner {
        width: 100%;
    }
    
    .features_slider_content {
        width: 100% !important;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .features_slider_content img {
        width: 100%;
    }
    
    .slider_content_right {
        width: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    
    .slider_content_right p.slider_desc_title {
        font-size: 20px;
        font-weight: 600;
        color: #217f94;
        margin-bottom: 20px;
    }
    
    .slider_desc_list {
        padding-left: 18px;
    }

    .slider_desc_list li {
        padding-left: 0;
    }
    
    .slider_desc_list p.desc_title {
        font-size: 16px;
    }
    
    .desc_list {
        padding-left: 0;
        list-style-type: "-";
        margin-top: 10px;
    }
    
    .desc_list li {
        padding-left: 6px;
        font-size: 16px;
    }
    

    .solution_contents .total_list > li h4 {
        font-size: 20px;
    }
    .solution_contents .total_list > li ul li {
        font-size: 16px;
    }
    
    .solution_contents .total_list > li img.connected {
        width: 171px;
        height: 15px;
        position: absolute;
        top: 56.41%;
        left: 18%;
    
    }
    
    .solution_contents .total_list > li img.extended {
        width: 162px;
        height: 15px;
        position: absolute;
        top: 70.6%;
        left: 18%;
    
    }
}
@media screen and (max-width: 767px) {
    .solution_contents .contents_wrap {
        padding: 50px 0;
    }
    .solution_contents .tab_value {
        padding: 240px 0 0;
    }
    .solution_contents .tab_feature .contents_wrap {
        padding: 50px 0 0;
    }
    .solution_contents .value_list {
        flex-direction: column;
    }
    .solution_contents .value_list > li {
        position: relative;
        width: auto;
        margin: 40px 40px 80px;
        padding: 60px 36px 38px;
    }
    .solution_contents .value_list > li:last-child {
        margin-bottom: 0;
    }
    .solution_contents .value_list > li img {
        position: absolute;
        top: -64px;
        left: 50%;
        width: 128px;
        transform: translateX(-50%);
    }
    .solution_contents .value_list > li .value_title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .solution_contents .value_list > li .value_title:after {
        display: none;
    }
    .solution_contents .value_list > li ul li {
        font-size: 16px;
    }

    /* tab2 */
    
}
@media screen and (max-width: 414px) {
    #solution_hero .solution_txt {
        top: 48%;
    }
    .solution_contents .top_title_lt {
        font-size: 16px;
    }
    .solution_contents h3.tab_top {
        font-size: 18px;
    }
    .solution_contents .tab_value, .solution_contents .tab_value_v3 {
        padding-top: 170px;
    }
    .solution_contents .tab_value .contents_wrap .noti {
        padding: 30px 0 50px;
        margin: 0 40px;
    }
}
/**
  Layout
*/
.fixed-container {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.fixed-container__hr {
  width: 100%;
  height: 1px;
  background-color: #d8d9db;
  margin: 10px 0;
}

.flex-container {
  display: flex;
  position: relative;
}
.flex-container--col2 {
  gap: 100px;
}
.flex-container--col2 > div {
  flex-basis: 50%;
}
.flex-container--col3 {
  gap: 33px;
}

.fluid-container {
  width: 100%;
  position: relative;
}
.fluid-container--gray {
  background-color: #f6f6f6;
}
.full-container {
  display: block;
  clear: both;
}
.full-container.full-content {
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 1439px) and (min-width: 1081px) {
  .full-container .full-content {
    padding: 0 36px;
  }
}
@media only screen and (max-width: 1080px) {
  .fixed-container {
    width: 100%;
    overflow: hidden;
  }
  .fluid-container {
    overflow: hidden;
  }
  .flex-container--col2 {
    gap: 20px;
  }
  .full-container .full-content {
    padding: 0 0 0 0;
    border-top: 0;
  }
}
.introduce-list {
  width: 650px;
  height: 100px;
  margin: 48px auto 0;
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.introduce-list__container {
  display: flex;
  gap: 100px;
  justify-content: center;
}
.introduce-list__item {
  display: flex;
  align-items: center;
}
.introduce-list__item--on .introduce-list__text {
  color: #fd312e;
}
.introduce-list__anchor {
  display: flex;
  gap: 23px;
}
.introduce-list__anchor:hover .introduce-list__text {
  color: #fd312e;
  text-decoration: underline;
}
.introduce-list__icon-image {
  max-width: 100%;
}
.introduce-list__text {
  font-size: 24px;
  font-weight: 400;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduce-list--activated {
  width: 100% !important;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1;
  border-radius: 0 !important;
  opacity: 0.96;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .introduce-list {
    width: 45.1388888889vw;
    height: 6.9444444444vw;
    border-radius: 50px;
    margin: 3.3333333333vw auto 0;
  }
  .introduce-list__container {
    gap: 6.9444444444vw;
  }
  .introduce-list__anchor {
    gap: 1.5972222222vw;
  }
  .introduce-list__text {
    font-size: 1.6666666667vw;
    padding-top: 0.2777777778vw;
  }
  .introduce-list--activated {
    top: 2.7777777778vw;
  }
}
@media only screen and (max-width: 1080px) {
  .introduce-list {
    width: 90%;
    height: 60px;
    margin: 38px auto 0;
    border-radius: 50px;
    justify-content: space-around;
  }
  .introduce-list__container {
    width: 90%;
    justify-content: space-around;
    gap: 0;
  }
  .introduce-list__text {
    font-size: 18px;
  }
  .introduce-list__anchor {
    gap: 10px;
  }
  .introduce-list__anchor:hover .introduce-list__text {
    color: #000;
    text-decoration: none;
  }
  .introduce-list--activated {
    position: static;
    top: auto;
    width: auto !important;
    border-radius: 20px !important;
  }
}
.goto-top {
  position: fixed;
  z-index: 100;
  right: 77px;
  bottom: 203px;
  width: 50px;
  height: 50px;
}
.goto-top__button {
  width: 100%;
  height: 100%;
  background: url(/theme/rbFront/img/w/solution/arrow-up-nightrider.svg) 50% 50% no-repeat rgba(229, 229, 229, 0.75);
  background-size: 20px 20px;
  border-radius: 50%;
  line-height: 0;
}
.goto-top__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .goto-top {
    right: 5.3472222222vw;
    bottom: 14.0972222222vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media only screen and (max-width: 1080px) {
  .goto-top {
    width: 45px;
    height: 45px;
    right: 26px;
    bottom: 108px;
  }
}
.dialog-box {
  display: none;
  z-index: 1000;
}
.dialog-box__container {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 700px;
  transform: translate(-50%, -50%);
  max-height: 100%;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  z-index: 1001;
}
.dialog-box__wall {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  z-index: 1000;
}
.dialog-box__header {
  padding: 38px 40px 34px 33px;
}
.dialog-box__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}
.dialog-box__body {
  border-top: 1px solid #eaeaea;
  background-color: #fff;
}
.dialog-box__button {
  position: absolute;
  top: 34px;
  right: 40px;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  overflow: hidden;
  background: url(https://www.lg-informationdisplay.com/theme/rbFront/img/m/btn_layer_close.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 200;
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  .dialog-box__container {
    width: 96%;
  }
  .dialog-box__header {
    padding: 22px 0 20px;
  }
  .dialog-box__title {
    font-size: 18px;
  }
  .dialog-box__button {
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
  }
}

.solution-module-hero {
  position: relative;
  font-size: 0;
  max-width: 1800px;
  margin: 0 auto;
}
.solution-module-hero__image {
  width: 100%;
}
.solution-module-hero__image--mobile {
  display: none;
}
.solution-module-hero__title {
  position: absolute;
  width: 960px;
  font-family: "LG EI Headline";
  font-size: 65px;
  line-height: 78px;
  font-weight: 400;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
  text-align: center;
}
.solution-module-hero__textbox {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 134px;
  transform: translateX(-50%);
  z-index: 1;
}
.solution-module-hero__textbox-title {
  font-size: 64px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  font-weight: 300;
}
.solution-module-hero__textbox-description {
  font-size: 24px;
  line-height: 32px;
  display: flex;
  text-align: center;
  font-weight: 300;
  margin-top: 30px;
  justify-content: center;
}
.solution-module-hero__secondary-text {
  position: absolute;
  right: 14px;
  bottom: -34px;
  z-index: 1;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 24px;
}
.solution-module-hero--white .solution-module-hero__textbox {
  color: #fff;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-hero__title {
    font-size: 4.5138888889vw;
    line-height: 5.4166666667vw;
    width: 66.6666666667vw;
    top: 4.5833333333vw;
  }
  .solution-module-hero__textbox {
    width: 66.6666666667vw;
    top: 7.7777777778vw;
  }
  .solution-module-hero__textbox-title {
    font-size: 4.4444444444vw;
  }
  .solution-module-hero__textbox-description {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
    margin-top: 2.0833333333vw;
  }
  .solution-module-hero__secondary-text {
    right: 0.9722222222vw;
    bottom: -2.3611111111vw;
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-hero {
    height: auto;
  }
  .solution-module-hero__image {
    width: 100%;
    height: auto;
  }
  .solution-module-hero__image--pc {
    display: none;
  }
  .solution-module-hero__image--mobile {
    display: inline;
  }
  .solution-module-hero__title {
    z-index: 1;
    font-size: 29px;
    line-height: 42px;
    width: 80%;
  }
  .solution-module-hero__textbox {
    width: 90%;
    top: 15.2777777778vw;
  }
  .solution-module-hero__textbox-title {
    font-size: 33px;
    text-align: center;
  }
  .solution-module-hero__textbox-description {
    font-size: 14px;
    line-height: 19px;
    margin-top: 2.3611111111vw;
    justify-content: center;
  }
  .solution-module-hero__textbox-description br {
    display: none;
  }
  .solution-module-hero__secondary-text {
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: right;
    padding: 8px 14px 0;
    background-color: #f6f6f6;
  }
}
.solution-module-feature {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  margin-top: 118px;
}
.solution-module-feature > div {
  flex-grow: 1;
  flex-basis: 0;
}
.solution-module-feature__image-wrapper {
  width: 50%;
}
.solution-module-feature__image {
  width: 100%;
}
.solution-module-feature__image--pc {
  display: inline;
}
.solution-module-feature__image--mobile {
  display: none;
}
.solution-module-feature__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.solution-module-feature__eyebrow {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: -10px;
  word-wrap: break-word;
}
.solution-module-feature__title {
  font-size: 65px;
  line-height: 100%;
}
.solution-module-feature__sub-title {
  font-size: 36px;
  line-height: 100%;
}
.solution-module-feature__title-head {
  position: relative;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  margin-top: 37px;
}
.solution-module-feature__title-head::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -37px);
  width: 50px;
  height: 5px;
  background-color: #fd312e;
}
.solution-module-feature__paragraph {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.solution-module-feature__secondary-text {
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6d;
  font-weight: 300;
}
.solution-module-feature__list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.solution-module-feature__list-item {
  background-color: #f6f6f6;
  padding: 56px 33px;
  display: flex;
  gap: 80px;
  flex-direction: column;
  box-sizing: border-box;
}
.solution-module-feature__list-text {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}
.solution-module-feature__card {
  background-color: #f6f6f6;
  padding: 20px 30px;
}
.solution-module-feature__card-text {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
}
.solution-module-feature__card-secondary-text {
  font-size: 16px;
  color: #7c7c7c;
}
.solution-module-feature__include-items {
  display: flex;
  flex-wrap: wrap;
}
.solution-module-feature__include-items--center {
  justify-content: center;
  text-align: center;
}
.solution-module-feature__include-item {
  display: flex;
}
.solution-module-feature__include-item--vertical {
  flex-direction: column;
}
.solution-module-feature__include-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-module-feature__include-item-text {
  color: #000;
  font-size: 17px;
  line-height: 17px;
  display: flex;
  align-items: center;
}
.solution-module-feature__include-item-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
}
.solution-module-feature__include-item-badge {
  height: 24px;
  line-height: 24px;
}
.solution-module-feature__include-item-badge span {
  display: inline-block;
  color: #fff;
  background-color: #888b8d;
  padding: 0 24px;
  border-radius: 20px;
}
.solution-module-feature__include-item-secondary-text {
  font-size: 17px;
  color: #000;
}
.solution-module-feature__bullet-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.solution-module-feature__bullet-list-item {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding-left: 40px;
  text-indent: -32px;
}
.solution-module-feature sup {
  font-size: 0.6em;
  vertical-align: super;
}
.solution-module-feature--center {
  flex-direction: column;
  gap: 50px;
}
.solution-module-feature--center .solution-module-feature__content {
  text-align: center;
}
.solution-module-feature--center .solution-module-feature__image-wrapper {
  width: 100%;
}
.solution-module-feature--center .solution-module-feature__content {
  width: 100%;
}
.solution-module-feature--right {
  flex-direction: row-reverse;
}
.solution-module-feature--vertical {
  flex-direction: column;
  gap: 50px;
}
.solution-module-feature--vertical .solution-module-feature__image-wrapper {
  width: 100%;
}
.solution-module-feature--vertical .solution-module-feature__content {
  width: 100%;
}
.solution-module-feature--small .solution-module-feature__title {
  font-size: 36px;
}
.solution-module-feature--small .solution-module-feature__paragraph {
  font-size: 24px;
}
.solution-module-feature--thin-top {
  margin-top: 50px;
}
.solution-module-feature--align-top {
  align-items: flex-start;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-feature {
    margin-top: 8.1944444444vw;
    gap: 6.9444444444vw;
  }
  .solution-module-feature__content {
    gap: 2.0833333333vw;
  }
  .solution-module-feature__eyebrow {
    font-size: 1.3888888889vw;
    line-height: 2.2222222222vw;
    margin-bottom: 0.6944444444vw;
  }
  .solution-module-feature__title {
    font-size: 4.5138888889vw;
    line-height: 100%;
  }
  .solution-module-feature__sub-title {
    font-size: 2.5vw;
    line-height: 100%;
  }
  .solution-module-feature__title-head {
    font-size: 5vw;
    line-height: 5vw;
    margin-top: 2.5694444444vw;
  }
  .solution-module-feature__title-head::before {
    transform: translate(-50%, -2.5694444444vw);
    width: 3.4722222222vw;
    height: 0.3472222222vw;
  }
  .solution-module-feature__paragraph {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
    font-weight: 300;
  }
  .solution-module-feature__secondary-text {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }
  .solution-module-feature__list {
    margin-top: 2.0833333333vw;
  }
  .solution-module-feature__list-item {
    padding: 3.8888888889vw 2.2916666667vw;
    gap: 5.5555555556vw;
  }
  .solution-module-feature__list-text {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
  }
  .solution-module-feature__card {
    padding: 1.3888888889vw 2.0833333333vw;
  }
  .solution-module-feature__card-text {
    font-size: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  .solution-module-feature__card-secondary-text {
    font-size: 1.1111111111vw;
  }
  .solution-module-feature__include-item-text {
    font-size: 15px;
    line-height: 15px;
  }
  .solution-module-feature__include-item-title {
    font-size: 1.6666666667vw;
  }
  .solution-module-feature__include-item-badge {
    height: 1.6666666667vw;
    line-height: 1.6666666667vw;
  }
  .solution-module-feature__include-item-badge span {
    padding: 0 1.6666666667vw;
    border-radius: 1.3888888889vw;
  }
  .solution-module-feature__include-item-secondary-text {
    font-size: 1.1805555556vw;
  }
  .solution-module-feature--center {
    gap: 3.4722222222vw;
  }
  .solution-module-feature--thin-top {
    margin-top: 3.4722222222vw;
  }
  .solution-module-feature__bullet-list {
    gap: 0.9722222222vw;
  }
  .solution-module-feature__bullet-list-item {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
    padding-left: 2.7777777778vw;
    text-indent: -2.2222222222vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-feature {
    gap: 30px;
    flex-direction: column;
    margin-top: 60px;
  }
  .solution-module-feature__image-wrapper {
    width: 100%;
  }
  .solution-module-feature__image {
    width: 100%;
  }
  .solution-module-feature__image--pc {
    display: none;
  }
  .solution-module-feature__image--mobile {
    display: inline;
  }
  .solution-module-feature__content {
    width: 100%;
    gap: 10px;
  }
  .solution-module-feature__eyebrow {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 0 26px;
    margin-bottom: -5px;
  }
  .solution-module-feature__title {
    font-size: 29px;
    text-align: center;
    padding: 0 26px;
  }
  .solution-module-feature__sub-title {
    font-size: 20px;
    line-height: 100%;
  }
  .solution-module-feature__title-head {
    font-size: 29px;
    line-height: 100%;
    margin-top: 20px;
  }
  .solution-module-feature__title-head::before {
    transform: translate(-50%, -14px);
    width: 30px;
    height: 3px;
  }
  .solution-module-feature__paragraph {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 0 26px;
  }
  .solution-module-feature__secondary-text {
    font-size: 12px;
    line-height: 16px;
    padding: 0 26px;
  }
  .solution-module-feature__bullet-list {
    gap: 4px;
    padding: 0 26px;
    margin-top: 18px;
  }
  .solution-module-feature__bullet-list-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-left: 30px;
    text-indent: -20px;
  }
  .solution-module-feature__list {
    margin-top: 30px;
    flex-direction: column;
  }
  .solution-module-feature__list-item {
    width: auto !important;
    padding: 30px 26px;
    gap: 0;
  }
  .solution-module-feature__list-text {
    font-size: 14px;
    line-height: 18px;
  }
  .solution-module-feature__card {
    padding: 20px 30px;
    margin-top: 30px;
  }
  .solution-module-feature__card-text {
    font-size: 14px;
  }
  .solution-module-feature__card-secondary-text {
    font-size: 12px;
    color: #7c7c7c;
  }
  .solution-module-feature__include-item-text {
    font-size: 15px;
    line-height: 15px;
  }
  .solution-module-feature__include-item-title {
    font-size: 16px;
  }
  .solution-module-feature__include-item-badge {
    height: 22px;
    line-height: 22px;
  }
  .solution-module-feature__include-item-badge span {
    display: inline-block;
    color: #fff;
    background-color: #888b8d;
    padding: 0 18px;
    border-radius: 18px;
  }
  .solution-module-feature__include-item-secondary-text {
    font-size: 15px;
  }
  .solution-module-feature--right {
    flex-direction: column;
  }
  .solution-module-feature--small .solution-module-feature__title {
    font-size: 20px;
  }
  .solution-module-feature--small .solution-module-feature__paragraph {
    font-size: 14px;
  }
  .solution-module-feature--thin-top {
    margin-top: 30px;
  }
}
.solution-module-text {
  text-align: center;
  padding: 110px 0;
}
.solution-module-text__title {
  position: relative;
}
.solution-module-text__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50px);
  width: 50px;
  height: 5px;
  background-color: #fd312e;
}
.solution-module-text__headline {
  font-size: 65px;
  line-height: 100%;
  margin-top: 70px;
}
.solution-module-text__paragraph {
  font-size: 24px;
  line-height: 28px;
  margin-top: 68px;
}
.solution-module-text__secondary-text {
  color: #000;
  font-size: 17px;
  line-height: 24px;
  margin-top: 48px;
}
.solution-module-text__cta {
  display: inline-block;
  background-color: #fd312e;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding: 0 24px;
  border-radius: 26px;
  margin-top: 30px;
}
.solution-module-text__cta:hover {
  color: #fff;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-text {
    padding: 7.6388888889vw 0;
  }
  .solution-module-text__title::before {
    width: 3.4722222222vw;
    height: 0.3472222222vw;
  }
  .solution-module-text__headline {
    font-size: 4.5138888889vw;
    margin-top: 4.8611111111vw;
  }
  .solution-module-text__paragraph {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
    margin-top: 4.7222222222vw;
  }
  .solution-module-text__secondary-text {
    font-size: 1.1805555556vw;
    line-height: 1.6666666667vw;
    margin-top: 3.3333333333vw;
  }
  .solution-module-text__cta {
    height: 3.3333333333vw;
    line-height: 3.3333333333vw;
    font-size: 1.5277777778vw;
    padding: 0 1.6666666667vw;
    border-radius: 1.8055555556vw;
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-text {
    padding: 80px 0;
  }
  .solution-module-text__title {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  .solution-module-text__title::before {
    transform: translate(-50%, -26px);
    width: 30px;
    height: 3px;
  }
  .solution-module-text__title img {
    max-width: 100%;
  }
  .solution-module-text__headline {
    font-size: 26px;
    margin-top: 20px;
  }
  .solution-module-text__paragraph {
    font-size: 16px;
    line-height: 20px;
    margin-top: 38px;
    padding: 0 26px;
    text-align: left;
  }
  .solution-module-text__secondary-text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
    padding: 0 26px;
    text-align: left;
  }
  .solution-module-text__cta {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 26px;
    margin-top: 24px;
  }
}
.solution-module-dynimic-feature {
  position: relative;
  margin-top: 118px;
}
.solution-module-dynimic-feature__message-box {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 40%;
  padding: 50px 80px 50px 30px;
  box-sizing: border-box;
}
.solution-module-dynimic-feature__image {
  width: 100%;
}
.solution-module-dynimic-feature__image--pc {
  display: inline;
}
.solution-module-dynimic-feature__image--mobile {
  display: none;
}
.solution-module-dynimic-feature__title {
  position: relative;
  font-size: 72px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 37px;
}
.solution-module-dynimic-feature__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  transform: translateY(-37px);
  width: 50px;
  height: 5px;
  background-color: #fd312e;
}
.solution-module-dynimic-feature__paragraph {
  font-size: 24px;
  line-height: 28px;
  margin-top: 36px;
}
.solution-module-dynimic-feature__secondary-text {
  color: #000;
  font-size: 16px;
  margin-top: 30px;
}
.solution-module-dynimic-feature__card {
  background-color: #f6f6f6;
  padding: 20px 30px;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% - 20px));
}
.solution-module-dynimic-feature__card-text {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
}
.solution-module-dynimic-feature__card-secondary-text {
  font-size: 17px;
  color: #000;
}
.solution-module-dynimic-feature__include-items {
  display: flex;
  flex-wrap: wrap;
}
.solution-module-dynimic-feature__include-items--center {
  justify-content: center;
  text-align: center;
}
.solution-module-dynimic-feature__include-item {
  display: flex;
}
.solution-module-dynimic-feature__include-item--vertical {
  flex-direction: column;
}
.solution-module-dynimic-feature__include-item-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
}
.solution-module-dynimic-feature__include-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-module-dynimic-feature__include-item-text {
  color: #000;
  font-size: 17px;
  line-height: 17px;
  display: flex;
  align-items: center;
}
.solution-module-dynimic-feature--right .solution-module-dynimic-feature__message-box {
  left: auto;
  right: 0;
  padding: 50px 30px 50px 40px;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-dynimic-feature {
    margin-top: 8.1944444444vw;
  }
  .solution-module-dynimic-feature__message-box {
    padding: 3.4722222222vw 5.5555555556vw 3.4722222222vw 2.0833333333vw;
  }
  .solution-module-dynimic-feature__title {
    font-size: 5vw;
    line-height: 4.1666666667vw;
    margin-top: 2.5694444444vw;
  }
  .solution-module-dynimic-feature__title::before {
    left: 0.2777777778vw;
    transform: translateY(-2.5694444444vw);
    width: 3.4722222222vw;
    height: 0.3472222222vw;
  }
  .solution-module-dynimic-feature__paragraph {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
    margin-top: 2.5vw;
  }
  .solution-module-dynimic-feature--right .solution-module-dynimic-feature__message-box {
    padding: 3.4722222222vw 2.0833333333vw 3.4722222222vw 5.5555555556vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-dynimic-feature {
    position: relative;
    margin-top: 40px;
  }
  .solution-module-dynimic-feature__message-box {
    width: 46%;
    padding: 4.4444444444vw 4.4444444444vw 4.4444444444vw 4.4444444444vw;
  }
  .solution-module-dynimic-feature__image--pc {
    display: none;
  }
  .solution-module-dynimic-feature__image--mobile {
    display: inline;
  }
  .solution-module-dynimic-feature__title {
    font-size: 6.1111111111vw;
    line-height: 100%;
    margin-top: 2.7777777778vw;
  }
  .solution-module-dynimic-feature__title::before {
    left: 2px;
    transform: translateY(-14px);
    width: 30px;
    height: 3px;
  }
  .solution-module-dynimic-feature__paragraph {
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
    margin-top: 3.0555555556vw;
  }
  .solution-module-dynimic-feature__secondary-text {
    color: #000;
    font-size: 2.7777777778vw;
    margin-top: 3.6111111111vw;
  }
  .solution-module-dynimic-feature__card {
    padding: 3.3333333333vw 3.3333333333vw;
    transform: translateY(calc(100% - 10px));
  }
  .solution-module-dynimic-feature__card-text {
    font-size: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .solution-module-dynimic-feature__card-secondary-text {
    font-size: 2.7777777778vw;
  }
  .solution-module-dynimic-feature--right .solution-module-dynimic-feature__message-box {
    padding: 4.4444444444vw 4.4444444444vw 4.4444444444vw 4.4444444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .solution-module-dynimic-feature__message-box {
    width: 82%;
  }
}
.solution-module-virtual {
  position: relative;
  margin-top: 150px;
  padding: 76px 0 90px;
}
.solution-module-virtual__title {
  font-size: 32px;
}
.solution-module-virtual__anchor {
  display: block;
  font-size: 18px;
  color: #fd312e;
  font-weight: 400;
  margin-top: 40px;
}
.solution-module-virtual__anchor:hover {
  color: #fd312e;
  font-weight: 400;
}
.solution-module-virtual__icon {
  width: 54px;
  position: absolute;
  right: 50px;
  top: 132px;
}
.solution-module-virtual__icon img {
  width: 100%;
}
.solution-module-virtual__banner-anchor {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-virtual {
    margin-top: 10.4166666667vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-virtual {
    margin-top: 0;
    padding: 36px 26px 20px;
  }
  .solution-module-virtual__title {
    font-size: 18px;
  }
  .solution-module-virtual__anchor {
    font-size: 12px;
    margin-top: 20px;
  }
  .solution-module-virtual__icon {
    width: 36px;
    right: 26px;
    top: 40px;
  }
  .solution-module-virtual__banner-image {
    max-width: 100%;
  }
}
.solution-module-resources {
  padding: 60px 0 120px;
}
.solution-module-resources__title {
  font-size: 39px;
  line-height: 100%;
  margin-bottom: 20px;
}
.solution-module-resources__item {
  display: flex;
  position: relative;
  padding: 20px 0;
}
.solution-module-resources__item-category {
  width: 164px;
  color: #000;
  font-size: 23px;
  font-weight: 400;
}
.solution-module-resources__item-anchor {
  display: flex;
}
.solution-module-resources__item-button {
  position: absolute;
  width: 193px;
  height: 50px;
  top: 20px;
  right: 0;
}
.solution-module-resources__item-resource-ext {
  width: 68px;
}
.solution-module-resources__item-resource-text {
  display: flex;
  flex-direction: column;
}
.solution-module-resources__item-resource-name {
  font-size: 24px;
  line-height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solution-module-resources__item-resource-size {
  color: #99a8b0;
  font-size: 18px;
  margin-top: 4px;
}
.solution-module-resources__item-button-anchor {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: url(https://www.lg-informationdisplay.com/theme/rbFront/img/w/icon_file_down.png) 36px center no-repeat #fff;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding-left: 22px;
}
.solution-module-resources__item-button-anchor:hover {
  font-weight: 500;
}

@media only screen and (max-width: 1080px) {
  .solution-module-resources {
    padding: 30px 26px 80px;
  }
  .solution-module-resources__title {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .solution-module-resources__item {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }
  .solution-module-resources__item-category {
    width: auto;
    color: #000;
    font-size: 12px;
  }
  .solution-module-resources__item-button {
    position: static;
    width: 100%;
    height: 42px;
  }
  .solution-module-resources__item-resource-ext {
    width: 48px;
  }
  .solution-module-resources__item-resource-ext img {
    width: 28px;
  }
  .solution-module-resources__item-resource-name {
    font-size: 14px;
  }
  .solution-module-resources__item-resource-size {
    font-size: 12px;
    margin-top: 4px;
  }
  .solution-module-resources__item-button-anchor {
    background-position: calc(50% - 50px) center;
    background-size: 14px auto;
    font-size: 14px;
    margin-top: 4px;
  }
}
.solution-module-card {
  display: flex;
  margin: 20px 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.solution-module-card__content {
  padding: 38px 38px 116px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
}
.solution-module-card__image {
  font-size: 0;
  display: flex;
  justify-content: center;
}
.solution-module-card__image--rounded {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
.solution-module-card__image--rounded .solution-module-card__image-source {
  border-radius: 25px;
}
.solution-module-card__image-source {
  max-width: 100%;
}
.solution-module-card__image-source--mobile {
  display: none;
}
.solution-module-card__tag {
  min-height: 22px;
}
.solution-module-card__tag span {
  display: inline-block;
  height: 20px;
  padding: 0 7px;
  border: 1px solid #fd312e;
  border-radius: 3px;
  margin: 0 4px;
  font-size: 12px;
  line-height: 20px;
  color: #fd312e;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.solution-module-card__title {
  font-size: 36px;
  line-height: 100%;
  font-weight: 300;
}
.solution-module-card__paragraph {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.solution-module-card__cta {
  position: absolute;
  left: 38px;
  bottom: 38px;
  display: flex;
  gap: 10px;
}
.solution-module-card__cta-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 184px;
  height: 45px;
  line-height: 43px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #fd312e;
  border: 1px solid #fd312e;
  border-radius: 25px;
}
.solution-module-card__cta-anchor:hover {
  background-color: #fd312e;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
}
.solution-module-card__cta-anchor--outline {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
}
.solution-module-card__cta-anchor--outline:hover {
  background-color: #fff;
  color: #000;
}
.solution-module-card--rounded {
  border-radius: 25px;
}
.solution-module-card--rounded-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.solution-module-card--vertical {
  flex-direction: column;
}
.solution-module-card--empty {
  visibility: hidden;
}
.solution-module-card--big .solution-module-card__title {
  font-size: 48px;
}
.solution-module-card--big .solution-module-card__content {
  padding-top: 88px;
  padding-bottom: 160px;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-card {
    margin: 1.3888888889vw 0;
  }
  .solution-module-card__content {
    padding: 2.6388888889vw 2.6388888889vw 8.0555555556vw;
    gap: 2.0833333333vw;
  }
  .solution-module-card__image--rounded .solution-module-card__image-source {
    border-radius: 1.7361111111vw;
  }
  .solution-module-card__title {
    font-size: 2.5vw;
  }
  .solution-module-card__paragraph {
    font-size: 1.6666666667vw;
    line-height: 2.2222222222vw;
  }
  .solution-module-card__cta {
    left: 2.6388888889vw;
    bottom: 2.6388888889vw;
  }
  .solution-module-card__cta-anchor {
    width: 12.7777777778vw;
    height: 3.125vw;
    line-height: 2.9861111111vw;
    font-size: 1.25vw;
  }
  .solution-module-card--rounded {
    border-radius: 1.7361111111vw;
  }
  .solution-module-card--big .solution-module-card__title {
    font-size: 3.3333333333vw;
  }
  .solution-module-card--big .solution-module-card__content {
    padding-top: 6.1111111111vw;
    padding-bottom: 11.1111111111vw;
  }
  .solution-module-card--big .solution-module-card__cta {
    margin-top: 5.6944444444vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-card {
    width: auto;
    margin: 12px 25px;
    background-size: 100%, 100%;
  }
  .solution-module-card__content {
    padding: 23px 23px 73px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
  }
  .solution-module-card__image--rounded .solution-module-card__image-source {
    border-radius: 16px;
  }
  .solution-module-card__image-source {
    width: 100%;
  }
  .solution-module-card__image-source--pc {
    display: none;
  }
  .solution-module-card__image-source--mobile {
    display: inline;
  }
  .solution-module-card__title {
    font-size: 24px;
  }
  .solution-module-card__paragraph {
    font-size: 14px;
    line-height: 19px;
  }
  .solution-module-card__cta {
    left: 20px;
    bottom: 20px;
  }
  .solution-module-card__cta-anchor {
    width: 133px;
    height: 33px;
    font-size: 14px;
  }
  .solution-module-card--big {
    width: 100%;
    flex-direction: column;
  }
  .solution-module-card--big .solution-module-card__title {
    font-size: 24px;
  }
  .solution-module-card--big .solution-module-card__content {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .solution-module-card--big .solution-module-card__cta {
    position: static;
  }
}
.solution-module-list-title {
  display: flex;
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
  padding-top: 30px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-list-title {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-list-title {
    margin: 0 25px;
    font-size: 23px;
  }
}

.solution-module-finder-bar {
  display: flex;
  justify-content: space-between;
  padding: 32px 20px;
  background-color: #dddee0;
}
.solution-module-finder-bar__text {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
}
.solution-module-finder-bar__button {
  width: 280px;
  color: #fff;
  border: 1px solid #fd312e;
  border-radius: 3px;
  background: #fd312e;
  line-height: 54px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.4s;
}
.solution-module-finder-bar__button:hover {
  border: 1px solid #fd312e;
  background: #fd312e;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .solution-module-finder-bar {
    padding: 2.2222222222vw 1.3888888889vw;
  }
  .solution-module-finder-bar__text {
    font-size: 2.0833333333vw;
    line-height: 100%;
    font-weight: 300;
  }
  .solution-module-finder-bar__button {
    width: 19.4444444444vw;
    line-height: 3.75vw;
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1080px) {
  .solution-module-finder-bar {
    padding: 14px 20px;
  }
  .solution-module-finder-bar__text {
    font-size: 14px;
    line-height: 19px;
  }
  .solution-module-finder-bar__button {
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    line-height: 34px;
  }
}

.solution-module-finder__definitions {
  display: flex;
  padding: 20px 36px;
}
.solution-module-finder__definitions--gray-bg {
  background-color: #ececec;
}
.solution-module-finder__definition-term {
  min-width: 170px;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
.solution-module-finder__definition-desc {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px 0;
}
.solution-module-finder__check-item {
  min-width: 188px;
}
.solution-module-finder__check-item label {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  line-height: 32px;
}
.solution-module-finder__check-item label::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url(https://www.lg-informationdisplay.com/theme/rbFront/img/m/btn_radiobox32x32.png) right -60px no-repeat;
  background-size: 16px auto;
}
.solution-module-finder__check-item label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  background: url(https://www.lg-informationdisplay.com/theme/rbFront/img/m/btn_radiobox32x32.png) no-repeat right 0;
  background-size: 26px auto;
}
.solution-module-finder__check-item label:hover {
  cursor: pointer;
}
.solution-module-finder__check-item input {
  display: none;
}
.solution-module-finder__check-item input:checked + label::after {
  background-position: right -195px;
}
.solution-module-finder__check-result {
  width: 188px;
  display: none;
}
.solution-module-finder__check-result.active {
  display: block;
}
.solution-module-finder__check-result img {
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .solution-module-finder__definitions {
    padding: 10px 20px;
  }
  .solution-module-finder__definition-desc {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 6px 0;
  }
  .solution-module-finder__definition-term {
    min-width: 134px;
    font-size: 14px;
    line-height: 22px;
  }
  .solution-module-finder__check-result {
    width: 125px;
  }
  .solution-module-finder__check-item {
    min-width: 188px;
  }
  .solution-module-finder__check-item label {
    font-size: 14px;
    line-height: 20px;
  }
  .solution-module-finder__check-item label::before {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-size: 12px auto;
  }
  .solution-module-finder__check-item label::after {
    top: 0;
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .solution-module-finder__check-item label:hover {
    cursor: pointer;
  }
  .solution-module-finder__check-item input {
    display: none;
  }
  .solution-module-finder__check-item input:checked + label::after {
    background-position: right -135px;
  }
}

.dms-hero-main .solution-module-hero__title {
  width: 1080px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .dms-hero-main .solution-module-hero__title {
    width: 75vw;
  }
}

.dms-introduce .introduce-list {
  width: 900px;
  height: 180px;
  border-radius: 90px;
}
.dms-introduce .introduce-list__container {
  gap: 40px;
  padding: 0 80px;
}
.dms-introduce .introduce-list__item {
  flex: 1;
}
.dms-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 10px;
}
.dms-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.dms-introduce .introduce-list--activated {
  height: 120px;
}
.dms-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}
.dms-introduce .solution-module-text__title {
  font-size: 26px;
  line-height: 40px;
}
@media only screen and (max-width: 1080px) {
  .dms-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .dms-introduce .introduce-list__container {
    gap: 20px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dms-introduce .introduce-list__item {
    width: 50%;
    flex: auto;
    justify-content: center;
    align-items: center;
  }
  .dms-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .dms-introduce .introduce-list--activated {
    height: auto;
  }
  .dms-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
  .dms-introduce .solution-module-text__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.dms-dashboard .solution-module-feature__card {
  background-color: #fff;
  padding: 0;
}
.dms-dashboard .solution-module-feature__include-items {
  gap: 20px 20px;
  box-sizing: border-box;
}
.dms-dashboard .solution-module-feature__include-item {
  width: calc(50% - 10px);
  gap: 20px;
}
.dms-dashboard .solution-module-feature__include-item-icon {
  width: 20%;
}
.dms-dashboard .solution-module-feature__include-item-icon img {
  max-width: 100%;
}
.dms-dashboard .solution-module-feature__include-item-text {
  width: 80%;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .dms-dashboard .solution-module-feature__card {
    padding: 0 26px;
  }
  .dms-dashboard .solution-module-feature__include-items {
    gap: 1.3888888889vw 1.3888888889vw;
  }
  .dms-dashboard .solution-module-feature__include-item {
    gap: 0.6944444444vw 1.3888888889vw;
  }
  .dms-dashboard .solution-module-feature__include-item-text {
    width: 15.1388888889vw;
  }
}
@media only screen and (max-width: 1080px) {
  .dms-dashboard .solution-module-feature__card {
    padding: 0 26px;
  }
  .dms-dashboard .solution-module-feature__include-items {
    gap: 10px 0;
    justify-content: space-between;
  }
  .dms-dashboard .solution-module-feature__include-item {
    width: 46%;
    gap: 20px;
  }
  .dms-dashboard .solution-module-feature__secondary-text {
    padding: 0 0;
  }
}

@media only screen and (max-width: 1080px) {
  .dms-hero-main {
    margin-bottom: 0;
    height: auto;
    padding-bottom: 28px;
  }
  .dms-hero-main .solution-module-hero__title {
    font-size: 26px;
    line-height: 34px;
    width: 90%;
  }
  .dms-hero-main .solution-module-hero__image {
    position: static;
    height: auto;
    width: 100%;
    transform: translateX(0);
  }
}
.dms-virtual.solution-module-virtual {
  padding-top: 40px;
}

.lg-supersign-software .solution-module-hero__textbox {
  top: 50px;
}
.lg-supersign-software .solution-module-card--main {
  margin-top: 76px;
  background-image: url();
}
.lg-supersign-software .solution-module-card--main .solution-module-card__content {
  width: 54%;
}
.lg-supersign-software .fluid-container--gray {
  padding-bottom: 105px;
}
.lg-supersign-software .flex-container--col2 {
  gap: 48px;
}
.lg-supersign-software .flex-container--col2 .solution-module-card {
  flex-basis: calc(50% - 24px);
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .lg-supersign-software .solution-module-card--main {
    margin-top: 5.2777777778vw;
  }
  .lg-supersign-software .fluid-container--gray {
    padding-bottom: 7.2916666667vw;
  }
  .lg-supersign-software .flex-container--col2 {
    gap: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lg-supersign-software .solution-module-card--main {
    margin-top: 40px;
    background-image: url();
  }
  .lg-supersign-software .solution-module-card--main .solution-module-card__content {
    width: auto;
  }
  .lg-supersign-software .fluid-container--gray {
    padding-bottom: 40px;
  }
  .lg-supersign-software .flex-container--col2 {
    flex-direction: column;
    gap: 0;
  }
  .lg-supersign-software .solution-module-hero__textbox {
    color: #000;
    top: 15.2777777778vw;
  }
}

.lg-supersign-cms-page .cms-hero-main .solution-module-hero__title {
  width: 1080px;
}
.lg-supersign-cms-page .cms-introduce .solution-module-text__paragraph {
  margin-top: 38px;
}
.lg-supersign-cms-page .cms-introduce .introduce-list {
  width: 900px;
  height: 180px;
  border-radius: 90px;
}
.lg-supersign-cms-page .cms-introduce .introduce-list__container {
  gap: 40px;
  padding: 0 110px;
}
.lg-supersign-cms-page .cms-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 0;
}
.lg-supersign-cms-page .cms-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.lg-supersign-cms-page .cms-introduce .introduce-list--activated {
  height: 120px;
}
.lg-supersign-cms-page .cms-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}
.lg-supersign-cms-page .cms-intro01 {
  margin-top: 0;
}
.lg-supersign-cms-page .cms-intro02 .solution-module-feature__image-wrapper {
  text-align: center;
}
.lg-supersign-cms-page .cms-intro02 .solution-module-feature__image {
  width: auto;
  max-width: 100%;
}
.lg-supersign-cms-page .content-distribution .solution-module-dynimic-feature__message-box {
  width: 47%;
  top: 110px;
  padding: 40px 40px 30px 20px;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__card {
  padding: 55px 44px 48px;
  background-color: #fff;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__include-items {
  padding: 0 44px;
  gap: 40px;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item {
  flex-grow: 1;
  flex-basis: 0;
  gap: 14px;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-title {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-badge span {
  background-color: #c93f70;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-icon {
  height: 170px;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.lg-supersign-cms-page .content-creation-details .solution-module-feature__card-secondary-text {
  margin-top: 30px;
  text-align: left;
}
.lg-supersign-cms-page .solution-module-resources {
  margin-top: 150px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .lg-supersign-cms-page .cms-hero-main .solution-module-hero__title {
    width: 75vw;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list {
    width: 62.5vw;
    height: 12.5vw;
    border-radius: 6.25vw;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list__container {
    gap: 2.7777777778vw;
    padding: 0 7.6388888889vw;
  }
  .lg-supersign-cms-page .content-distribution .solution-module-dynimic-feature__message-box {
    top: 7.6388888889vw;
    padding: 2.7777777778vw 2.7777777778vw 2.0833333333vw 1.3888888889vw;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__card {
    padding: 3.8194444444vw 3.0555555556vw 3.3333333333vw;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-items {
    padding: 0 3.0555555556vw;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item {
    gap: 0.9722222222vw;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-title {
    margin-top: 1.3888888889vw;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-icon {
    height: 1convVW 0;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__card-secondary-text {
    margin-top: 2.0833333333vw;
  }
  .lg-supersign-cms-page .solution-module-resources {
    margin-top: 10.4166666667vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lg-supersign-cms-page .cms-hero-main .solution-module-hero__title {
    width: 90%;
    top: 30px;
  }
  .lg-supersign-cms-page .cms-introduce {
    padding-bottom: 40px;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list__container {
    gap: 20px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list__item {
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list--activated {
    height: auto;
  }
  .lg-supersign-cms-page .cms-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
  .lg-supersign-cms-page .cms-intro02 .solution-module-feature__image {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .lg-supersign-cms-page .content-creation-details {
    margin-top: 0;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__card {
    padding: 55px 26px 48px;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-items {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item {
    gap: 8px;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-title {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-icon {
    height: auto;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__include-item-icon img {
    max-width: 50%;
    max-height: 100%;
  }
  .lg-supersign-cms-page .content-creation-details .solution-module-feature__card-secondary-text {
    margin-top: 30px;
  }
  .lg-supersign-cms-page .content-distribution .solution-module-dynimic-feature__message-box {
    width: 80%;
    top: 16px;
    padding: 20px 20px 20px 20px;
  }
  .lg-supersign-cms-page .solution-module-resources {
    margin-top: 0;
  }
}
.lg-connectedcare-page .connectedcare-introduce .introduce-list {
  width: 850px;
  height: 180px;
  border-radius: 90px;
}
.lg-connectedcare-page .connectedcare-introduce .introduce-list__container {
  gap: 36px;
  padding: 0px 20px;
}
.lg-connectedcare-page .connectedcare-introduce .introduce-list__text {
  font-size: 22px;
}
.lg-connectedcare-page .connectedcare-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 8px;
}
.lg-connectedcare-page .connectedcare-introduce .introduce-list--activated {
  height: 120px;
}
.lg-connectedcare-page .connectedcare-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}
.lg-connectedcare-page .connectedcare-introduce .solution-module-text__title {
  font-size: 26px;
  line-height: 40px;
}
.lg-connectedcare-page .solution-module-hero__title {
  width: 1090px;
  top: 23px;
}
.lg-connectedcare-page .solution-module-feature__secondary-text {
  text-align: left;
}
.lg-connectedcare-page .security-report-guidance {
  margin-bottom: 140px;
}
.lg-connectedcare-page .a-software-solution-to-centrally-manage-digital-signage .solution-module-feature__title-head {
  line-height: 72px;
}
@media only screen and (min-width: 1440px) {
  .lg-connectedcare-page .temperature .solution-module-feature__content:last-child .solution-module-feature__secondary-text,
  .lg-connectedcare-page .cabinet-connection .solution-module-feature__content:last-child .solution-module-feature__secondary-text,
  .lg-connectedcare-page .led-pixel-error-detection .solution-module-feature__content:last-child .solution-module-feature__secondary-text {
    margin-top: -20px;
  }
  .lg-connectedcare-page .a-software-solution-to-centrally-manage-digital-signage02 .solution-module-feature__secondary-text,
  .lg-connectedcare-page .energy-dashboard .solution-module-feature__secondary-text {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .lg-connectedcare-page .solution-module-hero__title {
    width: 75.6944444444vw;
    top: 1.5972222222vw;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list {
    width: 59.0277777778vw;
    height: 12.5vw;
    border-radius: 6.25vw;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list__container {
    gap: 2.5vw;
    padding: 0 1.3888888889vw;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list__text {
    font-size: 1.5277777778vw;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list__anchor {
    flex-direction: column;
    gap: 0.5555555556vw;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list--activated {
    height: 8.3333333333vw;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list--activated .introduce-list__container {
    gap: 5.5555555556vw;
  }
  .lg-connectedcare-page .connectedcare-introduce .solution-module-text__title {
    font-size: 1.8055555556vw;
    line-height: 2.7777777778vw;
  }
  .lg-connectedcare-page .security-report-guidance {
    margin-bottom: 9.7222222222vw;
  }
  .lg-connectedcare-page .a-software-solution-to-centrally-manage-digital-signage .solution-module-feature__title-head {
    line-height: 5vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lg-connectedcare-page .solution-module-hero__title {
    width: 100%;
    top: 22px;
    line-height: 120%;
  }
  .lg-connectedcare-page .connectedcare-introduce {
    padding-bottom: 40px;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list__container {
    gap: 20px 0;
    padding: 0 0;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list__item {
    width: 50%;
    justify-content: center;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list--activated {
    height: auto;
  }
  .lg-connectedcare-page .connectedcare-introduce .introduce-list--activated .introduce-list__container {
    gap: 14px 0;
  }
  .lg-connectedcare-page .connectedcare-introduce .solution-module-text__title {
    font-size: 20px;
    line-height: 30px;
  }
  .lg-connectedcare-page .security-report-guidance {
    margin-bottom: 60px;
  }
  .lg-connectedcare-page .a-software-solution-to-centrally-manage-digital-signage .solution-module-feature__title-head {
    line-height: 100%;
  }
}

.procentric-direct-hero-main .solution-module-hero__title {
  width: 1060px;
}

.procentric-direct-introduce .introduce-list {
  width: 1000px;
  height: 180px;
  border-radius: 90px;
}
.procentric-direct-introduce .introduce-list__container {
  gap: 60px;
  padding: 0 80px;
}
.procentric-direct-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 0;
}
.procentric-direct-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.procentric-direct-introduce .introduce-list--activated {
  height: 120px;
}
.procentric-direct-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}

.streamlining-display-management-company .solution-module-feature__list-item {
  width: 472px;
  background-color: #fff;
}
.streamlining-display-management-company .solution-module-feature__list-image img {
  max-width: 100%;
}

.hotel-room {
  margin-top: 54px;
}

.procentric-direct-resources {
  margin-top: 150px;
}

@media only screen and (max-width: 1080px) {
  .procentric-direct-hero-main .solution-module-hero__title {
    width: 90%;
    top: 26px;
    font-size: 26px;
    line-height: 34px;
  }
  .procentric-direct-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .procentric-direct-introduce .introduce-list__container {
    gap: 20px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .procentric-direct-introduce .introduce-list__item {
    width: 47%;
    justify-content: center;
  }
  .procentric-direct-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .procentric-direct-introduce .introduce-list--activated {
    height: auto;
  }
  .procentric-direct-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
  .streamlining-display-management-company .solution-module-feature__list-text {
    text-align: center;
    margin-top: 20px;
  }
  .hotel-room {
    margin-top: 24px;
  }
  .hospital-room {
    margin-bottom: 30px;
  }
  .procentric-direct-resources {
    margin-top: 0;
  }
}
.procentric-cloud .procentric-cloud-hero-main .solution-module-hero__title {
  width: 1090px;
  top: 30px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .procentric-cloud .procentric-cloud-hero-main .solution-module-hero__title {
    width: 75.6944444444vw;
    top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-cloud .procentric-cloud-hero-main .solution-module-hero__title {
    width: 90%;
    top: 26px;
    font-size: 26px;
    line-height: 34px;
  }
}
.procentric-cloud .procentric-cloud-introduce .introduce-list {
  width: 1058px;
  height: 180px;
  border-radius: 90px;
}
.procentric-cloud .procentric-cloud-introduce .introduce-list__container {
  gap: 14px;
  padding: 0;
}
.procentric-cloud .procentric-cloud-introduce .introduce-list__item {
  flex: 1;
  width: 180px;
}
.procentric-cloud .procentric-cloud-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 10px;
}
.procentric-cloud .procentric-cloud-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.procentric-cloud .procentric-cloud-introduce .introduce-list--activated {
  height: 170px;
}
.procentric-cloud .procentric-cloud-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}
@media only screen and (max-width: 1080px) {
  .procentric-cloud .procentric-cloud-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .procentric-cloud .procentric-cloud-introduce .introduce-list__container {
    gap: 10px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .procentric-cloud .procentric-cloud-introduce .introduce-list__item {
    width: 47%;
    justify-content: center;
    align-items: center;
    flex: none;
  }
  .procentric-cloud .procentric-cloud-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .procentric-cloud .procentric-cloud-introduce .introduce-list--activated {
    height: auto;
  }
  .procentric-cloud .procentric-cloud-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
}
.procentric-cloud .cloud-native-solution .solution-module-feature__secondary-text {
  margin-top: -30px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .procentric-cloud .cloud-native-solution .solution-module-feature__secondary-text {
    margin-top: -2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-cloud .cloud-native-solution .solution-module-feature__secondary-text {
    margin-top: -20px;
  }
}
.procentric-cloud .smart-apps .solution-module-feature__secondary-text,
.procentric-cloud .ott-service .solution-module-feature__secondary-text,
.procentric-cloud .lg-channels .solution-module-feature__secondary-text {
  margin-top: -30px;
  text-align: left;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .procentric-cloud .smart-apps .solution-module-feature__secondary-text,
  .procentric-cloud .ott-service .solution-module-feature__secondary-text,
  .procentric-cloud .lg-channels .solution-module-feature__secondary-text {
    margin-top: -2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-cloud .smart-apps .solution-module-feature__secondary-text,
  .procentric-cloud .ott-service .solution-module-feature__secondary-text,
  .procentric-cloud .lg-channels .solution-module-feature__secondary-text {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-cloud .enhanced-guest-engagement {
    padding: 0 3px;
  }
}
.procentric-cloud .enhancing-the-hospitality-experience .solution-module-feature__list-item {
  width: 472px;
  background-color: #fff;
  gap: 50px;
}
.procentric-cloud .enhancing-the-hospitality-experience .solution-module-feature__list-image img {
  max-width: 100%;
}
.procentric-cloud .enhancing-the-hospitality-experience .solution-module-feature__list-text {
  text-align: center;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .procentric-cloud .enhancing-the-hospitality-experience .solution-module-feature__list-item {
    width: 32.7777777778vw;
    gap: 3.4722222222vw;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-cloud .enhancing-the-hospitality-experience .solution-module-feature__list-item {
    gap: 0;
  }
  .procentric-cloud .enhancing-the-hospitality-experience .solution-module-feature__list-text {
    text-align: center;
    margin-top: 20px;
  }
}
.procentric-cloud .user-friendly-content-management-cards .solution-module-feature__card {
  padding: 55px 44px 48px;
  background-color: #fff;
}
.procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-items {
  padding: 0 44px;
  gap: 40px;
}
.procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item {
  flex-grow: 1;
  flex-basis: 0;
  gap: 14px;
}
.procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-title {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
}
.procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-icon {
  height: 170px;
}
.procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.procentric-cloud .user-friendly-content-management-cards .solution-module-feature__card-secondary-text {
  margin-top: 30px;
  text-align: left;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__card {
    padding: 3.8194444444vw 3.0555555556vw 3.3333333333vw;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-items {
    padding: 0 3.0555555556vw;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item {
    gap: 0.9722222222vw;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-title {
    margin-top: 1.3888888889vw;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-icon {
    height: 1convVW 0;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__card-secondary-text {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__card {
    padding: 55px 26px 48px;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-items {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item {
    gap: 8px;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-title {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-icon {
    height: auto;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__include-item-icon img {
    max-width: 50%;
    max-height: 100%;
  }
  .procentric-cloud .user-friendly-content-management-cards .solution-module-feature__card-secondary-text {
    margin-top: 30px;
  }
}

.supersign-control .supersign-control-hero-main .solution-module-hero__title {
  width: 890px;
}
@media only screen and (max-width: 1080px) {
  .supersign-control .supersign-control-hero-main .solution-module-hero__title {
    width: 90%;
    top: 26px;
    font-size: 26px;
    line-height: 34px;
  }
}
.supersign-control .supersign-control-introduce .introduce-list {
  width: 680px;
  height: 180px;
  border-radius: 90px;
}
.supersign-control .supersign-control-introduce .introduce-list__container {
  gap: 5px;
  padding: 0;
}
.supersign-control .supersign-control-introduce .introduce-list__item {
  flex: 1;
  width: 180px;
}
.supersign-control .supersign-control-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 0;
}
.supersign-control .supersign-control-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.supersign-control .supersign-control-introduce .introduce-list--activated {
  height: 120px;
}
.supersign-control .supersign-control-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}
@media only screen and (max-width: 1080px) {
  .supersign-control .supersign-control-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .supersign-control .supersign-control-introduce .introduce-list__container {
    gap: 10px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .supersign-control .supersign-control-introduce .introduce-list__item {
    width: 47%;
    justify-content: center;
    align-items: center;
    flex: none;
  }
  .supersign-control .supersign-control-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .supersign-control .supersign-control-introduce .introduce-list--activated {
    height: auto;
  }
  .supersign-control .supersign-control-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
}
.supersign-control .supersign-control-feature .solution-module-dynimic-feature__message-box {
  top: 26px;
  padding: 30px 30px 40px 30px;
  width: 64%;
}
@media only screen and (max-width: 1080px) {
  .supersign-control .supersign-control-feature .solution-module-dynimic-feature__message-box {
    width: 92%;
    padding: 20px 20px 12px 20px;
  }
}
.supersign-control .supersign-control-feature .solution-module-dynimic-feature__title img {
  max-width: 100%;
}
@media only screen and (max-width: 1080px) {
  .supersign-control .supersign-control-feature .solution-module-dynimic-feature__title img {
    max-width: 70%;
  }
}
.supersign-control .monitoring .solution-module-dynimic-feature__message-box {
  width: 70%;
  top: 24px;
  padding: 50px 30px 50px 30px;
}
@media only screen and (max-width: 1080px) {
  .supersign-control .monitoring .solution-module-dynimic-feature__message-box {
    top: 30px;
    padding: 20px 20px 30px 20px;
  }
}
.supersign-control .device-control .solution-module-dynimic-feature__message-box {
  width: 70%;
  top: 24px;
  padding: 50px 30px 50px 30px;
}
@media only screen and (max-width: 1080px) {
  .supersign-control .device-control .solution-module-dynimic-feature__message-box {
    top: 12px;
    padding: 20px 20px 30px 20px;
  }
}
.supersign-control .management .solution-module-dynimic-feature__message-box {
  width: 42%;
  top: 24px;
  padding: 50px 30px 90px 30px;
}
@media only screen and (max-width: 1080px) {
  .supersign-control .management .solution-module-dynimic-feature__message-box {
    width: 80%;
    top: 20px;
    padding: 20px 20px 30px 20px;
  }
}
.supersign-control .trial-version .solution-module-feature__image-wrapper {
  text-align: center;
}
.supersign-control .trial-version .solution-module-feature__image--pc {
  width: auto;
  max-width: 100%;
}

.supersign-qsr .supersign-qsr-hero-main .solution-module-hero__title {
  width: 1030px;
}
@media only screen and (max-width: 1080px) {
  .supersign-qsr .supersign-qsr-hero-main .solution-module-hero__title {
    width: 90%;
    top: 26px;
    font-size: 26px;
    line-height: 34px;
  }
}
.supersign-qsr .qsr-structure .solution-module-feature__image-wrapper {
  text-align: center;
}
.supersign-qsr .qsr-structure .solution-module-feature__image--pc {
  width: auto;
  max-width: 100%;
}
.supersign-qsr .scalability-with-open-api-second-text {
  width: 80%;
  margin: 46px auto 0;
}
@media only screen and (max-width: 1080px) {
  .supersign-qsr .scalability-with-open-api-second-text {
    width: auto;
  }
}
.supersign-qsr .streamline-in-store-operations-second-text {
  width: 96%;
  margin: 46px auto 0;
}
@media only screen and (max-width: 1080px) {
  .supersign-qsr .streamline-in-store-operations-second-text {
    width: auto;
    margin-bottom: 40px;
  }
}
.supersign-qsr .supersign-qsr-introduce .introduce-list {
  width: 680px;
  height: 180px;
  border-radius: 90px;
}
.supersign-qsr .supersign-qsr-introduce .introduce-list__container {
  gap: 5px;
  padding: 0;
}
.supersign-qsr .supersign-qsr-introduce .introduce-list__item {
  flex: 1;
  width: 180px;
}
.supersign-qsr .supersign-qsr-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 0;
}
.supersign-qsr .supersign-qsr-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.supersign-qsr .supersign-qsr-introduce .introduce-list--activated {
  height: 120px;
}
.supersign-qsr .supersign-qsr-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}
@media only screen and (max-width: 1080px) {
  .supersign-qsr .supersign-qsr-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .supersign-qsr .supersign-qsr-introduce .introduce-list__container {
    gap: 10px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .supersign-qsr .supersign-qsr-introduce .introduce-list__item {
    width: 47%;
    justify-content: center;
    align-items: center;
    flex: none;
  }
  .supersign-qsr .supersign-qsr-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .supersign-qsr .supersign-qsr-introduce .introduce-list--activated {
    height: auto;
  }
  .supersign-qsr .supersign-qsr-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
}

.lg-pro-cloud .fluid-container--gray {
  padding-bottom: 105px;
}
.lg-pro-cloud .flex-container--col3 {
  padding-top: 57px;
}
.lg-pro-cloud .solution-module-hero {
  height: 720px;
  overflow: hidden;
}
.lg-pro-cloud .solution-module-hero__video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .lg-pro-cloud .fluid-container--gray {
    padding-bottom: 7.2916666667vw;
  }
  .lg-pro-cloud .flex-container--col3 {
    gap: 2.2916666667vw;
  }
  .lg-pro-cloud .solution-module-hero {
    height: 50vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lg-pro-cloud .fluid-container--gray {
    padding-bottom: 40px;
  }
  .lg-pro-cloud .flex-container--col3 {
    flex-direction: column;
    gap: 0;
    padding-top: 27px;
  }
  .lg-pro-cloud .solution-module-hero {
    height: 400px;
  }
  .lg-pro-cloud .solution-module-hero__video {
    width: 100%;
    height: auto;
  }
  .lg-pro-cloud .solution-module-hero__textbox {
    top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .lg-pro-cloud .solution-module-hero {
    height: 400px;
  }
  .lg-pro-cloud .solution-module-hero__video {
    width: auto;
    height: 100%;
  }
}

.content-management-solution .fluid-container--gray {
  padding-bottom: 105px;
}
.content-management-solution .flex-container--col2 {
  gap: 48px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .content-management-solution .fluid-container--gray {
    padding-bottom: 7.2916666667vw;
  }
  .content-management-solution .flex-container--col2 {
    gap: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .content-management-solution .fluid-container--gray {
    padding-bottom: 40px;
  }
  .content-management-solution .flex-container--col2 {
    flex-direction: column;
    gap: 0;
  }
  .content-management-solution .solution-module-hero__textbox {
    color: #000;
  }
}

.monitoring-solution .fluid-container--gray {
  padding-bottom: 105px;
}
.monitoring-solution .flex-container--col3 {
  padding-top: 57px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .monitoring-solution .fluid-container--gray {
    padding-bottom: 7.2916666667vw;
  }
  .monitoring-solution .flex-container--col3 {
    gap: 2.2916666667vw;
  }
}
@media only screen and (max-width: 1080px) {
  .monitoring-solution .fluid-container--gray {
    padding-bottom: 40px;
  }
  .monitoring-solution .flex-container--col3 {
    flex-direction: column;
    gap: 0;
    padding-top: 27px;
  }
  .monitoring-solution .solution-module-hero__textbox {
    color: #000;
  }
}

.signage-care-solution .fluid-container--gray {
  padding-bottom: 105px;
}
.signage-care-solution .flex-container--col3 {
  padding-top: 57px;
}
.signage-care-solution .underline_r::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin: 20px 0;
  background: #fd312e;
}
@media screen and (max-width: 1199px) {
  .signage-care-solution .underline_r::after {
    width: 30px;
    height: 3px;
    margin: 9px 0;
  }
}
.signage-care-solution #solution_hero {
  height: 840px;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .signage-care-solution #solution_hero {
    height: 600px;
  }
}
.signage-care-solution .i2b_btn {
  margin-top: 40px;
}
.signage-care-solution .item_bg--mo {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .signage-care-solution .item_bg--pc {
    display: none;
  }
  .signage-care-solution .item_bg--mo {
    display: block;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .signage-care-solution .fluid-container--gray {
    padding-bottom: 7.2916666667vw;
  }
  .signage-care-solution .flex-container--col3 {
    gap: 2.2916666667vw;
  }
}
@media only screen and (max-width: 1080px) {
  .signage-care-solution .fluid-container--gray {
    padding-bottom: 40px;
  }
  .signage-care-solution .flex-container--col3 {
    flex-direction: column;
    gap: 0;
    padding-top: 27px;
  }
  .signage-care-solution .solution-module-hero__textbox {
    color: #000;
  }
  .signage-care-solution .flex-container--col2 {
    flex-direction: column;
    gap: 0;
  }
}

.supersign-hero .solution-module-hero__title {
  width: 1440px;
}

.supersign-introduce .introduce-list {
  width: 1000px;
  height: 180px;
  border-radius: 90px;
}
.supersign-introduce .introduce-list__container {
  gap: 40px;
  padding: 0 110px;
}
.supersign-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 0;
}
.supersign-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.supersign-introduce .introduce-list--activated {
  height: 120px;
}
.supersign-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}

.professional-content-partners .solution-module-feature__card,
.supersign-creation .solution-module-feature__card {
  padding: 55px 44px 48px;
  background: #fff;
}
.professional-content-partners .solution-module-feature__include-items,
.supersign-creation .solution-module-feature__include-items {
  padding: 0 44px;
  gap: 40px;
}
.professional-content-partners .solution-module-feature__include-items:nth-child(2),
.supersign-creation .solution-module-feature__include-items:nth-child(2) {
  margin-top: 60px;
}
.professional-content-partners .solution-module-feature__include-item,
.supersign-creation .solution-module-feature__include-item {
  flex-grow: 1;
  flex-basis: 0;
  gap: 14px;
}
.professional-content-partners .solution-module-feature__include-item-title,
.supersign-creation .solution-module-feature__include-item-title {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
}
.professional-content-partners .solution-module-feature__include-item-icon,
.supersign-creation .solution-module-feature__include-item-icon {
  height: auto;
}
.professional-content-partners .solution-module-feature__include-item-icon img,
.supersign-creation .solution-module-feature__include-item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.professional-content-partners .solution-module-feature__include-item-badge,
.supersign-creation .solution-module-feature__include-item-badge {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.professional-content-partners .solution-module-feature__card-secondary-text,
.supersign-creation .solution-module-feature__card-secondary-text {
  margin-top: 30px;
  text-align: left;
}

.ai-image-generation__cards {
  display: flex;
  justify-content: space-between;
}
.ai-image-generation__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ai-image-generation__text {
  font-size: 24px;
  color: #282828;
  text-align: center;
}

.supersign-analytics .solution-module-feature__card {
  padding: 50px 80px;
}
.supersign-analytics .solution-module-feature__include-items {
  gap: 30px 0;
}
.supersign-analytics .solution-module-feature__include-item {
  box-sizing: border-box;
  flex-basis: 50%;
  align-items: center;
  gap: 30px;
}
.supersign-analytics .solution-module-feature__include-item-icon img {
  height: 112px;
}
.supersign-analytics .solution-module-feature__include-item-textbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.art-lounge .solution-module-feature__secondary-text {
  margin-top: -30px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .art-lounge .solution-module-feature__secondary-text {
    margin-top: -2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .art-lounge .solution-module-feature__secondary-text {
    margin-top: -20px;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .supersign-hero {
    padding-bottom: 5.4166666667vw;
  }
  .supersign-hero .solution-module-hero__title {
    width: 100vw;
  }
  .supersign-introduce .introduce-list {
    width: 69.4444444444vw;
    height: 12.5vw;
    border-radius: 6.25vw;
  }
  .supersign-introduce .introduce-list__container {
    gap: 2.7777777778vw;
    padding: 0 7.6388888889vw;
  }
  .professional-content-partners .solution-module-feature__card,
  .supersign-creation .solution-module-feature__card {
    padding: 3.8194444444vw 3.0555555556vw 3.3333333333vw;
  }
  .professional-content-partners .solution-module-feature__include-items,
  .supersign-creation .solution-module-feature__include-items {
    padding: 0 3.0555555556vw;
  }
  .professional-content-partners .solution-module-feature__include-items:nth-child(2),
  .supersign-creation .solution-module-feature__include-items:nth-child(2) {
    margin-top: 4.1666666667vw;
  }
  .professional-content-partners .solution-module-feature__include-item,
  .supersign-creation .solution-module-feature__include-item {
    gap: 0.9722222222vw;
  }
  .professional-content-partners .solution-module-feature__include-item-title,
  .supersign-creation .solution-module-feature__include-item-title {
    margin-top: 1.3888888889vw;
  }
  .professional-content-partners .solution-module-feature__include-item-badge,
  .supersign-creation .solution-module-feature__include-item-badge {
    height: 1.9444444444vw;
    line-height: 1.9444444444vw;
    font-size: 1.25vw;
  }
  .professional-content-partners .solution-module-feature__card-secondary-text,
  .supersign-creation .solution-module-feature__card-secondary-text {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .supersign-hero {
    margin-bottom: 0;
    height: auto;
    padding-bottom: 28px;
  }
  .supersign-hero .solution-module-hero__title {
    font-size: 26px;
    line-height: 34px;
    width: 90%;
  }
  .supersign-hero .solution-module-hero__image {
    position: static;
    height: auto;
    width: 100%;
    transform: translateX(0);
  }
  .supersign-introduce {
    padding-bottom: 40px;
  }
  .supersign-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .supersign-introduce .introduce-list__container {
    gap: 20px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .supersign-introduce .introduce-list__item {
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  .supersign-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .supersign-introduce .introduce-list--activated {
    height: auto;
  }
  .supersign-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
  .professional-content-partners .solution-module-feature__card,
  .supersign-creation .solution-module-feature__card {
    margin-top: 0;
    padding: 30px 26px 0px;
  }
  .professional-content-partners .solution-module-feature__include-items,
  .supersign-creation .solution-module-feature__include-items {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .professional-content-partners .solution-module-feature__include-items:nth-child(2),
  .supersign-creation .solution-module-feature__include-items:nth-child(2) {
    margin-top: 30px;
  }
  .professional-content-partners .solution-module-feature__include-item,
  .supersign-creation .solution-module-feature__include-item {
    gap: 8px;
  }
  .professional-content-partners .solution-module-feature__include-item-title,
  .supersign-creation .solution-module-feature__include-item-title {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .professional-content-partners .solution-module-feature__include-item-icon,
  .supersign-creation .solution-module-feature__include-item-icon {
    height: auto;
  }
  .professional-content-partners .solution-module-feature__include-item-icon img,
  .supersign-creation .solution-module-feature__include-item-icon img {
    max-width: 100%;
    max-height: 100%;
  }
  .professional-content-partners .solution-module-feature__include-item-badge,
  .supersign-creation .solution-module-feature__include-item-badge {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  .professional-content-partners .solution-module-feature__card-secondary-text,
  .supersign-creation .solution-module-feature__card-secondary-text {
    margin-top: 30px;
  }
  .ai-image-generation__cards {
    flex-direction: column;
    gap: 30px;
  }
  .ai-image-generation__card {
    gap: 12px;
  }
  .ai-image-generation__text {
    font-size: 14px;
  }
  .supersign-analytics .solution-module-feature__card {
    padding: 20px 30px;
  }
  .supersign-analytics .solution-module-feature__include-items {
    flex-direction: column;
    gap: 10px 0;
  }
  .supersign-analytics .solution-module-feature__include-item {
    flex-basis: 100%;
    gap: 20px;
  }
  .supersign-analytics .solution-module-feature__include-item-icon {
    width: 80px;
  }
  .supersign-analytics .solution-module-feature__include-item-icon img {
    max-width: 80%;
    height: auto;
  }
  .supersign-analytics .solution-module-feature__include-item-textbox {
    gap: 4px;
    flex: 1;
  }
  .supersign-analytics .solution-module-feature__include-item-list-item {
    font-size: 13px;
  }
  .compatible-devices {
    margin-bottom: 30px;
  }
}
.lg-pro-centric-software .solution-module-card--main {
  margin-top: 76px;
  background-image: url();
  background-position: 100% 0;
  background-size: auto 100%;
}
.lg-pro-centric-software .solution-module-card--main .solution-module-card__content {
  width: 40%;
}
.lg-pro-centric-software .fluid-container--gray {
  padding-bottom: 105px;
}
.lg-pro-centric-software .flex-container--col2 {
  gap: 48px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .lg-pro-centric-software .solution-module-card--main {
    margin-top: 5.2777777778vw;
  }
  .lg-pro-centric-software .fluid-container--gray {
    padding-bottom: 7.2916666667vw;
  }
  .lg-pro-centric-software .flex-container--col2 {
    gap: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lg-pro-centric-software .solution-module-card--main {
    margin-top: 11.1111111111vw;
    background-image: url();
    background-position: 0 100%;
    background-size: 100% auto;
  }
  .lg-pro-centric-software .solution-module-card--main .solution-module-card__content {
    width: auto;
  }
  .lg-pro-centric-software .fluid-container--gray {
    padding-bottom: 40px;
  }
  .lg-pro-centric-software .flex-container--col2 {
    flex-direction: column;
    gap: 0;
  }
  .lg-pro-centric-software .solution-module-hero__textbox {
    color: #000;
  }
}

.procentric-stay-main .procentric-stay-hero-main .solution-module-hero__title {
  width: 1150px;
}
@media only screen and (max-width: 1280px) {
  .procentric-stay-main .procentric-stay-hero-main .solution-module-hero__title {
    width: 90%;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-stay-main .procentric-stay-hero-main .solution-module-hero__title {
    width: 90%;
    top: 26px;
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-stay-main .solution-module-hero__secondary-text {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1080px) {
  .procentric-stay-main .digital-guide-book {
    margin-bottom: 40px;
  }
}

.webos-main .webos-hero-main .solution-module-hero__textbox {
  width: 890px;
  top: 50px;
}
.webos-main .webos-hero-main .solution-module-hero__textbox-title {
  font-size: 65px;
  font-weight: 400;
}
.webos-main .webos-hero-main .solution-module-hero__textbox-description {
  font-size: 48px;
  line-height: 50px;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  .webos-main .webos-hero-main .solution-module-hero__textbox {
    width: 90%;
  }
}
@media only screen and (max-width: 1080px) {
  .webos-main .webos-hero-main .solution-module-hero__textbox {
    width: 90%;
    top: 50px;
  }
  .webos-main .webos-hero-main .solution-module-hero__textbox-title {
    font-size: 26px;
    line-height: 34px;
  }
  .webos-main .webos-hero-main .solution-module-hero__textbox-description {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1080px) {
  .webos-main .solution-module-hero__secondary-text {
    background-color: #fff;
  }
}
.webos-main .environmental-certifications {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1080px) {
  .webos-main .environmental-certifications {
    margin-bottom: 40px;
  }
}

.lg-dooh-ads .dooh-ads-hero .solution-module-hero__title {
  width: 1440px;
}
.lg-dooh-ads .dooh-ads-introduce .solution-module-text__title {
  font-family: "LG EI Headline";
  font-size: 36px;
  font-weight: 400;
}
.lg-dooh-ads .dooh-ads-introduce .introduce-list {
  width: 1000px;
  height: 180px;
  border-radius: 90px;
}
.lg-dooh-ads .dooh-ads-introduce .introduce-list__container {
  gap: 40px;
  padding: 0 110px;
}
.lg-dooh-ads .dooh-ads-introduce .introduce-list__anchor {
  flex-direction: column;
  gap: 0;
}
.lg-dooh-ads .dooh-ads-introduce .introduce-list__text {
  line-height: 108%;
  font-size: 22px;
}
.lg-dooh-ads .dooh-ads-introduce .introduce-list--activated {
  height: 120px;
}
.lg-dooh-ads .dooh-ads-introduce .introduce-list--activated .introduce-list__container {
  gap: 80px;
}
.lg-dooh-ads .disclimer {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1080px) {
  .lg-dooh-ads .dooh-ads-hero {
    margin-bottom: 0;
    height: auto;
    padding-bottom: 28px;
  }
  .lg-dooh-ads .dooh-ads-hero .solution-module-hero__title {
    font-size: 26px;
    line-height: 34px;
    width: 90%;
  }
  .lg-dooh-ads .dooh-ads-hero .solution-module-hero__image {
    position: static;
    height: auto;
    width: 100%;
    transform: translateX(0);
  }
  .lg-dooh-ads .dooh-ads-introduce {
    padding-bottom: 40px;
  }
  .lg-dooh-ads .dooh-ads-introduce .solution-module-text__title {
    font-size: 22px;
  }
  .lg-dooh-ads .dooh-ads-introduce .solution-module-text__title img {
    height: 20px;
  }
  .lg-dooh-ads .dooh-ads-introduce .introduce-list {
    width: auto;
    margin: 30px 26px 0;
    height: auto;
    border-radius: 20px;
    padding: 16px 0;
  }
  .lg-dooh-ads .dooh-ads-introduce .introduce-list__container {
    gap: 20px 0;
    padding: 0 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lg-dooh-ads .dooh-ads-introduce .introduce-list__item {
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  .lg-dooh-ads .dooh-ads-introduce .introduce-list__text {
    padding: 0 4px;
    font-size: 14px;
  }
  .lg-dooh-ads .dooh-ads-introduce .introduce-list--activated {
    height: auto;
  }
  .lg-dooh-ads .dooh-ads-introduce .introduce-list--activated .introduce-list__container {
    gap: 20px 0;
  }
  .lg-dooh-ads .revenue-generation2 .solution-module-feature__image-wrapper {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .lg-dooh-ads .reports {
    margin-bottom: 80px;
  }
}

.lg-createboard-page .solution-module-hero__title {
  width: 1350px;
  top: 44px;
}
.lg-createboard-page .solution-module-feature__secondary-text {
  text-align: left;
}
.lg-createboard-page .the-lg-createboard-lab .solution-module-feature__secondary-text {
  margin-top: -30px;
}
.lg-createboard-page .collaboration .solution-module-feature__secondary-text {
  margin-top: -20px;
}
.lg-createboard-page .multi-os-support {
  margin-bottom: 140px;
}
.lg-createboard-page .multi-os-support .solution-module-feature__secondary-text {
  margin-top: -40px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .lg-createboard-page .solution-module-hero__title {
    width: 93.75vw;
    top: 3.0555555556vw;
  }
  .lg-createboard-page .the-lg-createboard-lab .solution-module-feature__secondary-text {
    margin-top: -2.0833333333vw;
  }
  .lg-createboard-page .collaboration .solution-module-feature__secondary-text {
    margin-top: -1.3888888889vw;
  }
  .lg-createboard-page .multi-os-support {
    margin-bottom: 9.7222222222vw;
  }
  .lg-createboard-page .multi-os-support .solution-module-feature__secondary-text {
    margin-top: -2.7777777778vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lg-createboard-page .solution-module-hero__title {
    width: 92%;
    top: 24px;
    line-height: 37px;
  }
  .lg-createboard-page .solution-module-hero__title br {
    display: none;
  }
  .lg-createboard-page .the-lg-createboard-lab .solution-module-feature__secondary-text {
    margin-top: -1.3888888889vw;
  }
  .lg-createboard-page .collaboration .solution-module-feature__secondary-text {
    margin-top: -10px;
  }
  .lg-createboard-page .multi-os-support {
    margin-bottom: 60px;
  }
  .lg-createboard-page .multi-os-support .solution-module-feature__secondary-text {
    margin-top: -20px;
  }
}

.solutions-supersign-wb .fixed-container {
  max-width: 1284px;
}
.solutions-supersign-wb .supersign-wb-hero-main .solution-module-hero__image {
  width: auto;
}
@media only screen and (max-width: 1080px) {
  .solutions-supersign-wb .supersign-wb-hero-main .solution-module-hero__image {
    width: 100%;
  }
}
.solutions-supersign-wb .supersign-wb-hero-main .solution-module-hero__textbox {
  top: 210px;
}
.solutions-supersign-wb .solution-module-feature {
  gap: 17px;
  margin-top: 0;
  padding: 48px 0;
}
.solutions-supersign-wb .solution-module-feature__title {
  font-size: 40px;
  font-weight: 600;
}
.solutions-supersign-wb .solution-module-feature__paragraph {
  font-size: 18px;
  line-height: 24px;
}
.solutions-supersign-wb .solution-module-feature__content {
  gap: 17px;
}
.solutions-supersign-wb .solution-module-card {
  gap: 19px;
  margin: 0;
}
.solutions-supersign-wb .solution-module-card__title {
  font-size: 24px;
  font-weight: 600;
}
.solutions-supersign-wb .solution-module-card__paragraph {
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
}
.solutions-supersign-wb .solution-module-card__content {
  padding: 0 0 0;
  gap: 12px;
}
.solutions-supersign-wb .solution-module-card__content--center {
  text-align: center;
}
.solutions-supersign-wb .supersign-wb-tabwrap {
  min-height: 67px;
}
.solutions-supersign-wb .supersign-wb-tabwrap .supersign-wb-select {
  display: none;
}
.solutions-supersign-wb .supersign-wb-tabmenu {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.solutions-supersign-wb .supersign-wb-tabmenu .tabmenu-select__text {
  display: none;
}
.solutions-supersign-wb .supersign-wb-tabmenu__list {
  display: flex;
  border-top: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
}
.solutions-supersign-wb .supersign-wb-tabmenu__item {
  flex-grow: 1;
  position: relative;
}
.solutions-supersign-wb .supersign-wb-tabmenu__item:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fd312e;
}
.solutions-supersign-wb .supersign-wb-tabmenu__item.active::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fd312e;
}
.solutions-supersign-wb .supersign-wb-tabmenu__anchor {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.solutions-supersign-wb .supersign-wb-tabmenu.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #fff;
}
.solutions-supersign-wb .supersign-wb-introduction .solution-module-feature__paragraph {
  max-width: 680px;
}

@media screen and (max-width: 1080px) {
  .solutions-supersign-wb {
    padding-bottom: 30px;
  }
  .solutions-supersign-wb .flex-container {
    flex-direction: column;
  }
  .solutions-supersign-wb .supersign-wb-hero-main .solution-module-hero__title {
    top: 24px;
    width: 90%;
    line-height: 111%;
  }
  .solutions-supersign-wb .supersign-wb-hero-main .solution-module-hero__textbox {
    top: 126px;
  }
  .solutions-supersign-wb .solution-module-feature {
    gap: 8px;
  }
  .solutions-supersign-wb .solution-module-feature__title {
    font-size: 26px;
    text-align: left;
  }
  .solutions-supersign-wb .solution-module-feature__paragraph {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .solutions-supersign-wb .solution-module-feature__image-wrapper {
    padding: 0 26px;
    width: auto;
  }
  .solutions-supersign-wb .solution-module-card {
    margin: 0 26px;
  }
  .solutions-supersign-wb .solution-module-card__content {
    gap: 5px;
  }
  .solutions-supersign-wb .solution-module-card__title {
    font-size: 20px;
    line-height: 26px;
  }
  .solutions-supersign-wb .supersign-wb-key-features .solution-module-card__image-source {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .solutions-supersign-wb .solution-module-feature {
    padding: 20px 0;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu {
    position: relative;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .tabmenu-select__text {
    display: block;
    line-height: 65px;
    padding: 0 60px 0 24px;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .tabmenu-select__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 67px;
    background: url("/theme/rbFront/img/m/solution/supersign-wb/link-open-gray.svg") no-repeat center;
    cursor: pointer;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .supersign-wb-tabmenu__list {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    border: none;
    background-color: #fff;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .supersign-wb-tabmenu__list .supersign-wb-tabmenu__item {
    padding: 0 24px;
    border-bottom: 1px solid #e4e4e4;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .supersign-wb-tabmenu__list .supersign-wb-tabmenu__item:hover::after {
    display: none;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .supersign-wb-tabmenu__list .supersign-wb-tabmenu__item:first-child {
    border-top: none;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .supersign-wb-tabmenu__list .supersign-wb-tabmenu__item.active::after {
    display: none;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu .supersign-wb-tabmenu__list .supersign-wb-tabmenu__anchor {
    text-align: left;
  }
  .solutions-supersign-wb .supersign-wb-tabmenu.active .tabmenu-select__btn {
    transform: rotate(180deg);
  }
  .solutions-supersign-wb .supersign-wb-tabmenu.active .supersign-wb-tabmenu__list {
    display: block;
  }
}
.solutions-main sup {
  font-size: 0.6em;
}/*# sourceMappingURL=solution.css.map */