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: #c00c3f;
}
#solution_wrap .align_center .underline_r:after {
    margin: 20px auto;
}
#solution_hero {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    max-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,.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 h3 {
    font-size: 3vh;
    font-weight: bold;
    line-height: 1;
}
#solution_hero .solution_txt h1 {
    font-size: 7vh;
    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: 0;
    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: #c00c3f;
}
#solution_wrap #solution_tab li.on {
    border-bottom: 5px solid #c00c3f;
}

/****************************/
/* Tab Contents
/****************************/
.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: 7vh;
    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: 1080px;
    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 h4 {
    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: 13px;
}
.solution_contents .contents_wrap .noti span:nth-child(2n) {
    width: calc(100% - 13px);
}

.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: #c00c3f;
    transition: 0.1s;
}

.features_tab li.selected .border {
    width: 100%;
    margin-bottom: 0;
    height: 5px;
    background-color: #c00c3f;
    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(/content/dam/channelbtb/lgcom/in/reference/migration/business/lg-signage-care-solution/img/w/connected_section2_play_btn.png) no-repeat;
}
.video_inner .pause_btn {
    background: url(/content/dam/channelbtb/lgcom/in/reference/migration/business/lg-signage-care-solution/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(/content/dam/channelbtb/lgcom/in/reference/migration/business/lg-signage-care-solution/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 h3 {
        font-size: 14px;
    }
    #solution_hero .solution_txt h1, .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: 0;
	}
    #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;
    }
}