@charset "utf-8";
@import "./common.css";

:root {
    /* PROGRESS COLOR */
    --solution_color: #373c42;
}
.solution_mainTitle {
    max-width: 1184px;
    width: 100%;
    text-align: center;
}
.solution_mainTitle h2 {
    font-size: 36px;
    line-height: 49px;
    font-weight: var(--FW-SB);
    margin-bottom: 30px;
}
.solution_mainTitle h2 > span {
    font-size: 24px;
    font-weight: var(--FW-R);
    line-height: 32px;
    display: block;
}
.solution_mainTitle p {
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--FW-R);
}
.solution__container {
    height: 100%;
}
.sub__header {
    width: 100%;
    position: sticky;
    top: 99px;
    z-index: 5;
    background-color: white;
}
.sub__header > nav {
    width: 100%;
    border-bottom: 1px solid #ccc;
    /* overflow-x: auto;
    overflow-y: hidden; */
}
.maintenance__container .sub__header > nav > ul {
    gap: 60px;
}
.sub__header > nav > ul {
    height: 87px;
    max-width: 1642px;
    margin: 0 auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 0 30px;
}
.sub__header > nav li {
    /* width: 11.11%; */
    width: auto;
    text-align: center;
}
.sub__header > nav li.active {
    position: relative;
}
.sub__header > nav li.active a {
    font-weight: var(--FW-B);
    color: var(--color-point);
}
.sub__header > nav li:hover a {
    color: var(--color-point);
}
.sub__header > nav a {
    font-size: 15px;
    font-weight: var(--FW-R);
    color: #2e2e2e;
    transition: all 0.3s;
    font-weight: 600;
    white-space: nowrap;
}
.sub__header > nav li.active a::before {
    /* content: url(../images/tabactive_icon.svg);
    position: absolute;
    left: 50%;
    transform: translate(-50%,44px);
    bottom: -35px;
    bottom: 0; */
    position: absolute;
    left: 50%;
    left: 50%;
    transform: translate(-50%, 31px);
    bottom: -35px;
    bottom: 0;
    content: "";
    width: 100%;
    background: #128dff;
    height: 3px;
}
.solution__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution__content {
    width: 100%;
    padding-bottom: 180px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution_tab_box {
    display: flex;
    width: 1184px;
}
.tab__btn {
    justify-self: center;
    margin: 100px 0 150px 0;
    display: flex;
    flex-shrink: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: var(--FW-R);
    background-color: white;
    border: 1px solid #ddd;
    color: #000;
    transition: all 0.5s;
    border-left: none;
    box-sizing: border-box;
    letter-spacing: -0.6px;
}
.solution_tab_box .tab__btn:first-child {
    border-left: 1px solid #ddd;
}

.tab__btn:hover {
    font-weight: var(--FW-B);
    /* color: #0085FF; */
}
.tab__btn.active {
    font-weight: var(--FW-B);
    background-color: #0085ff;
    color: white;
    transition: all 0.5s;
}
.solution__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution__title > h3 {
    font-size: 34px;
    line-height: 46px;
    font-weight: var(--FW-B);
    margin-bottom: 22px;
    word-break: keep-all;
}
.solution__title > p {
    /* width: 810px; */
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--FW-R);
    word-break: keep-all;
}
.solution__content .pdf__download {
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 150px;
}
.solution__content .overview {
    width: 100%;
    padding: 100px 30px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.solution__content .overview > div {
    width: 100%;
}
.solution__content .overview_title {
    font-size: 34px;
    line-height: 46px;
    font-weight: var(--FW-SB);
    padding-bottom: 85px;
    text-align: center;
}
.solution__content .overview_wrap {
    max-width: 1184px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    gap: 20px;
    width: 100%;
}
.solution__content .overview_wrap > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 38px;
    word-break: keep-all;
    gap: 25px;
}
.solution__content .overview_wrap.overview_4 > div {
    width: 25%;
}
.solution__content .overview_wrap.overview_5 > div {
    width: 25%;
}
.solution__content .overview_wrap > div > p {
    font-weight: var(--FW-SB);
    font-size: 20px;
    line-height: 38px;
}
.solution__content .overview_wrap > div li {
    font-weight: var(--FW-R);
    font-size: 18px;
    line-height: 34px;
    display: flex;
    /* max-width: 145px; */
    width: 100%;
}

.solution__content .overview_wrap > div li::before {
    content: "-";
    margin-right: 5px;
}
.GEO_TM.solution__content .overview_wrap > div li {
    word-break: keep-all;
    display: flex;
}
/* system overview 사진 */
.overview__icon {
    width: 150px;
    height: 150px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
/* TM_WATCH */
.TM_WATCH .overview_wrap > div:nth-child(1) .overview__icon {
    background-image: url(../images/solution/overview_TMWATCH01.png);
}
.TM_WATCH .overview_wrap > div:nth-child(2) .overview__icon {
    background-image: url(../images/solution/overview_TMWATCH02.png);
}
.TM_WATCH .overview_wrap > div:nth-child(3) .overview__icon {
    background-image: url(../images/solution/overview_TMWATCH03.png);
}
.TM_WATCH .overview_wrap > div:nth-child(4) .overview__icon {
    background-image: url(../images/solution/overview_TMWATCH04.png);
}
.TM_WATCH .overview_wrap > div:nth-child(5) .overview__icon {
    background-image: url(../images/solution/overview_TMWATCH05.png);
}
/* NMS */
.TM_NMS .overview_wrap > div:nth-child(1) .overview__icon {
    background-image: url(../images/solution/overview_NMS01.png);
}
.TM_NMS .overview_wrap > div:nth-child(2) .overview__icon {
    background-image: url(../images/solution/overview_NMS02.png);
}
.TM_NMS .overview_wrap > div:nth-child(3) .overview__icon {
    background-image: url(../images/solution/overview_NMS03.png);
}
.TM_NMS .overview_wrap > div:nth-child(4) .overview__icon {
    background-image: url(../images/solution/overview_GEOTM04.png);
}
/* FNMS */
.TM_FNMS .overview_wrap > div:nth-child(1) .overview__icon {
    background-image: url(../images/solution/overview_FNMS01.png);
}
.TM_FNMS .overview_wrap > div:nth-child(2) .overview__icon {
    background-image: url(../images/solution/overview_FNMS02.png);
}
.TM_FNMS .overview_wrap > div:nth-child(3) .overview__icon {
    background-image: url(../images/solution/overview_FNMS03.png);
}
.TM_FNMS .overview_wrap > div:nth-child(4) .overview__icon {
    background-image: url(../images/solution/overview_FNMS04.png);
}
/* GEOTM */
.GEO_TM .overview_wrap > div:nth-child(1) .overview__icon {
    background-image: url(../images/solution/overview_GEOTM01.png);
}
.GEO_TM .overview_wrap > div:nth-child(2) .overview__icon {
    background-image: url(../images/solution/overview_GEOTM02.png);
}
.GEO_TM .overview_wrap > div:nth-child(3) .overview__icon {
    background-image: url(../images/solution/overview_GEOTM03.png);
}
.GEO_TM .overview_wrap > div:nth-child(4) .overview__icon {
    background-image: url(../images/solution/overview_GEOTM04.png);
}
.GEO_TM .overview_wrap > div:nth-child(5) .overview__icon {
    background-image: url(../images/solution/overview_GEOTM05.png);
}
/* TMHANA */
.TM_HANA .overview_wrap > div:nth-child(1) .overview__icon {
    background-image: url(../images/solution/overview_TMHANA01.png);
}
.TM_HANA .overview_wrap > div:nth-child(2) .overview__icon {
    background-image: url(../images/solution/overview_TMHANA02.png);
}
.TM_HANA .overview_wrap > div:nth-child(3) .overview__icon {
    background-image: url(../images/solution/overview_TMHANA03.png);
}
.TM_HANA .overview_wrap > div:nth-child(4) .overview__icon {
    background-image: url(../images/solution/overview_TMHANA04.png);
}
.TM_HANA .overview_wrap > div:nth-child(5) .overview__icon {
    background-image: url(../images/solution/overview_TMHANA05.png);
}

/* function */
.function {
    padding: 170px 30px 0;
    width: 100%;
    overflow-x: auto;
}
.function_title {
    font-size: 34px;
    font-weight: var(--FW-B);
    line-height: 46px;
    padding-bottom: 120px;
    text-align: center;
}
.function_wrap {
    max-width: 1184px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 150px;
}
.function_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}
.function_item_text {
    color: var(--solution_color);
}
.function_item_text b {
    display: block;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 20px;
}
.function_item_text p {
    font-size: 20px;
    line-height: 28px;
}
/* function_wrap_Cstyle */
/* 그리드 만들어야함8 */
.function_wrap_Cstyle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 335px, 484px, 335px;
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    color: var(--solution_color);
    grid-column-gap: 52px;
    grid-row-gap: 100px;
}
.function_wrap_Cstyle .function_Cstyle_itemImg {
    margin-left: -39px;
    grid-column: 1/3;
    grid-row: 2/3;
    position: relative;
}
.function_Cstyle_mainBG {
    position: absolute;
    z-index: -1;
    height: 480px;
    background-color: #eef4fa;
    top: 40px;
    right: 0;
    border-radius: 0 500px 500px 0;
    left: -100%;
}
.function_wrap_Cstyle > .function_Cstyle_item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}
.function_wrap_Cstyle > .function_Cstyle_item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
}
.function_wrap_Cstyle > .function_Cstyle_item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
}
.function_wrap_Cstyle > .function_Cstyle_item:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: center;
}
.function_wrap_Cstyle > .function_Cstyle_item:nth-child(6) {
    grid-column: 1/2;
    grid-row: 3/4;
}
.function_wrap_Cstyle > .function_Cstyle_item:nth-child(7) {
    grid-column: 2/3;
    grid-row: 3/4;
}
.function_wrap_Cstyle > .function_Cstyle_item:nth-child(8) {
    grid-column: 3/4;
    grid-row: 3/4;
}
.function_Cstyle_item {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.function_Cstyle_item p {
    font-size: 22px;
    line-height: 20px;
    font-weight: var(--FW-SB);
}
.function_Cstyle_item li {
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--FW-R);
    color: #373c42;
    padding-bottom: 10px;
    display: flex;
}
.function_Cstyle_item li::before {
    content: "-";
    display: inline-flex;
    margin-right: 7px;
}
.function_Cstyle_item li.list_r {
    color: red;
}
.function_Cstyle_item li.list_r::before {
    content: "※";
    display: inline-flex;
    margin-right: 7px;
}

/* example 시작 */
.example {
    width: 100%;
    max-width: 1184px;
    padding: 200px 30px 0;
}
.example .solution__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.example .solution__title > p {
    margin-bottom: 100px;
}
.local_brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 115px;
}

/* 솔루션 탭 */
.solution__content {
    display: none;
}
.solution__content.active {
    display: flex;
}

/* 카탈로그 다운 애니메이션 */
.btn_animation {
    width: 140px;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    font-weight: 700;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: inset 0 0 #fff;
}
.btn_animation:hover {
    color: white;
    box-shadow: inset 240px 0 #37455a;
}
.brand-center {
    justify-content: center;
    gap: 100px;
}

/* kiosk */
/* main */
.kiosk_main,
.did_main {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(5, 1fr);
    color: var(--solution_color);
}
.kiosk_main_img1 {
    grid-column: 1/6;
    grid-row: 1/6;
    justify-self: flex-end;
}
.kiosk_main_img2 {
    grid-column: 6/10;
    grid-row: 1/2;
}
.kiosk_main_img3 {
    grid-column: 7/10;
    grid-row: 3/6;
    justify-self: flex-end;
    padding-top: 50px;
}
.kiosk_main_txt1 {
    grid-column: 6/10;
    grid-row: 2/3;
}
.kiosk_main_txt2 {
    grid-column: 4/7;
    grid-row: 4/6;
}

.did_main_img1 {
    grid-column: 1/6;
    grid-row: 1/6;
}
.did_main_img3 {
    grid-column: 7/10;
    grid-row: 3/6;
    justify-self: flex-end;
    margin-top: -60px;
}
.did_main_txt1 {
    grid-column: 6/10;
    grid-row: 1/3;
    padding-top: 75px;
}
.did_main_txt2 {
    grid-column: 3/6;
    grid-row: 4/6;
    margin-right: -50px;
}
.function_txt > div {
    width: 56px;
    height: 56px;
}
.did_icon1 {
    background-image: url(../images/solution/did_icon01.png);
}
.did_icon2 {
    background-image: url(../images/solution/did_icon02.png);
}
.did_icon3 {
    background-image: url(../images/solution/did_icon03.png);
}
.did_icon4 {
    background-image: url(../images/solution/did_icon04.png);
}

.right_txt {
    align-items: flex-end;
}
.right_txt b,
.right_txt p {
    text-align: right;
    display: block;
}
.main_text b {
    font-size: 36px;
    line-height: 49px;
    font-weight: var(--FW-SB);
    display: block;
    white-space: nowrap;
    padding-bottom: 8px;
}
.main_text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--FW-R);
}
.main_text p > span {
    font-weight: var(--FW-B);
}
.kiosk_main_txt1 {
    padding-left: 30px;
}
/* runstep */
.runstep {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    padding-bottom: 200px;
}
.runStep_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: var(--FW-SB);
    padding-bottom: 80px;
    text-align: center;
}
.step_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}
.step_item {
    width: 20%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}
/* function  */
.solution_colorBG {
    background-color: #eceff3;
}
.TM_KIOSK .function {
    width: 100%;
    padding: 100px 0;
}
.function_wrap {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 160px;
}
.function_item {
    display: flex;
    justify-content: space-between;
}
.function_txt {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: var(--solution_color);
}
.function_txt b {
    font-size: 40px;
    line-height: 54px;
    font-weight: var(--FW-B);
}
.function_txt p {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--FW-R);
    white-space: nowrap;
}
.function_txt p > span {
    font-weight: var(--FW-B);
}
/* did ex */
.ex_img_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
}
.ex_img_list li {
    width: 25%;
    color: #555;
    font-size: 16px;
    font-weight: var(--FW-M);
}
.ex_img_list p {
    padding-top: 10px;
}
.ex_img_list img {
    width: 100%;
    object-fit: contain;
}

/* 유지보수 */
.maintenance_title {
    padding: 0 30px;
}

.maintenance__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 180px;
}
.maintenance_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding-top: 100px;
    padding-bottom: 60px;
}
.maintenance_title h3 {
    font-size: 36px;
    line-height: 49px;
    font-weight: var(--FW-SB);
}
.maintenance_title p {
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--FW-M);
}
.maintenance_TabWrap {
    max-width: 1184px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}
.maintenance_TabWrap img {
    border-radius: 3px;
}
.maintenance_Tabimg {
    max-width: 705px;
    width: 100%;
    margin: 0 auto;
}
.maintenance_Tabimg > img {
    display: none;
}
.maintenance_Tabimg > img.active {
    display: block;
}
.maintenance_TabBtn {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 30px;
    cursor: pointer;
}
.maintenance_TabBtn li {
    width: 25%;
}
/* .maintenance_TabBtn li:hover{
    position: relative;
} */
/* .maintenance_TabBtn li:hover::after{
    content: '크게 보기';
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #37455A;
} */
.maintenance_TabBtn li.active {
    position: relative;
}
.maintenance_TabBtn li.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #37455a;
    opacity: 0.8;
}
.maintenance_TabBtn li > img {
    object-fit: cover;
    width: 100%;
}
.maintenance_overview {
    width: 100%;
    background-color: #eceff3;
    padding: 170px 0;
    background-image: url(../images/solution/maintenance_overviewBG.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}
.maintenance_overview .overview_wrap {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
}
.maintenance_overview {
    font-size: 22px;
    line-height: 33px;
    font-weight: var(--FW-R);
}
.maintenance_overview .overview_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 60px;
}
.maintenance_overview .overview_item > li {
    width: 25%;
    display: flex;
    flex-direction: column;
}
.maintenance_overview .overview_item p {
    font-size: 21px;
    font-weight: var(--FW-SB);
    line-height: 27px;
    color: #1e4980;
    text-align: center;
    margin-top: 20px;
}

/* 새로운 타이틀 css */
.solution_main_title {
    padding: 122px 30px 55px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.solution_main_title h2 {
    font-size: 40px;
    line-height: 54px;
    font-weight: var(--FW-SB);
    padding-bottom: 7px;
}
.solution_main_title h2 > span {
    font-weight: var(--FW-R);
}
.solution_main_title > span {
    font-size: 24px;
    line-height: 33px;
    color: #a9a9a9;
    font-weight: var(--FW-R);
    padding-bottom: 19px;
}
.solution_main_title > img {
    padding-bottom: 60px;
}
/* .solution_main_title > p{
    font-size: 34px;
    line-height: 46px;
    font-weight: var(--FW-SB);
    padding-bottom: 55px;
} 
.solution_main_title > p > span{
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--FW-R);
    display: block;
    padding-top: 16px;
}  */

/* sc step */
.function_step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}
.function_step > img {
    width: 100%;
    object-fit: contain;
}
.function_step > img:nth-child(3) {
    width: 50%;
}
.local_example {
    max-width: 1184px;
    width: 100%;
}
/* .maintenance_title{
    display: flex;
    flex-direction: column;
    
} */

.maintenance_title > h3 {
    font-size: 36px;
    line-height: 49px;
    font-weight: var(--FW-SB);
    padding-bottom: 40px;
}
.maintenance_title > p {
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--FW-M);
    padding-bottom: 100px;
}
.center_overview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    justify-content: space-between;
}
.center_overviewItem {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.center_overviewItem span {
    display: block;
    font-weight: bold;
    font-size: 135px;
    line-height: 135px;
    letter-spacing: -1px;
    color: #000;
    opacity: 0.08;
    text-align: right;
}
.center_overviewItem b {
    display: block;
    padding-bottom: 16px;
    font-size: 23px;
    font-weight: var(--FW-SB);
    line-height: 30px;
    min-height: 62px;
}
.center_overviewItem p {
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--FW-R);
    color: #6a6a6a;
    width: 204px;
    word-break: keep-all;
}

.maintenance_item {
    display: flex;
    width: 100%;
    height: 464px;
    align-items: center;
    margin-top: 200px;
}
.maintenance_item .maintenance_itemTextR {
    width: 50%;
    display: grid;
    grid-template-columns: 600px auto;
}
.maintenance_item .maintenance_itemTextR .itemText_wrap {
    grid-column: 1 / 2;
    padding-left: 127px;
    justify-self: flex-start;
}
.maintenance_item .maintenance_itemTextL {
    width: 50%;
    display: grid;
    grid-template-columns: auto 600px;
}
.maintenance_item .maintenance_itemTextL .itemText_wrap {
    grid-column: 2 / 3;
    justify-self: flex-start;
}
.centerImg {
    width: 50%;
    background-image: url(../images/test/center03.png);
    height: 100%;
    background-size: cover;
    /* grid-column: 6/11; */
}
.itemText_wrap {
    /* max-width: 480px; */
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.itemText_wrap h3 {
    font-size: 36px;
    line-height: 49px;
    font-weight: var(--FW-SB);
}
.itemText_wrap p {
    font-size: 14px;
    line-height: 19px;
    font-weight: var(--FW-R);
    color: #888888;
}
.itemText_wrap li {
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--FW-R);
}
.SolutionMainImg {
    position: relative;
    margin-bottom: 60px;
}
.SolutionMainImg h3 {
    font-size: 36px;
    font-weight: var(--FW-SB);
    line-height: 49px;
}
.SolutionMainImg p {
    font-size: 20px;
    font-weight: var(--FW-R);
    line-height: 30px;
}
.kioskMainImg_text1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    text-align: right;
    position: absolute;
    top: 10px;
    left: -320px;
}
.kioskMainImg_text1 > img {
    max-width: 259px;
}
.kioskMainImg_text2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    position: absolute;
    top: 142px;
    right: -320px;
}
.kioskMainImg_text2 > img {
    max-width: 259px;
}
.kioskMainImg_text3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: -320px;
}
.DidMainImg_wrap {
    max-width: 1184px;
    max-height: 770px;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    margin-bottom: 90px;
    /* overflow-x: auto; */
}
.DidMainImg_content1 {
    grid-column: 1/7;
    grid-row: 1/3;
    display: flex;
    gap: 50px;
}
.DidMainImg_content1 > img {
    width: 623px;
    height: 366px;
}
.DidMainImg_content2 {
    grid-column: 1/5;
    grid-row: 3/5;
    display: flex;
    padding-top: 48px;
}
.DidMainImg_content2 > img {
    width: 483px;
    height: 356px;
}
.DidMainImg_content3 {
    grid-column: 5 / 7;
    grid-row: 2 / 5;
    margin-left: -20px;
    align-self: flex-end;
}
.DidMainImg_content1 .DidkMainImg_text {
    padding-top: 56px;
}
.DidMainImg_content2 .DidkMainImg_text {
    margin-left: -170px;
    margin-top: 48px;
}
.DidkMainImg_text {
    text-align: left;
}
.DidkMainImg_text > h3 {
    font-size: 25px;
    font-weight: var(--FW-SB);
    line-height: 34px;
    padding-bottom: 20px;
}
.DidkMainImg_text > p {
    font-size: 20px;
    font-weight: var(--FW-R);
    line-height: 30px;
}
.did_overview {
    display: flex;
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 30px 200px;
}
.did_overview > div {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.did_overview .overview_item > div {
    display: flex;
    flex-direction: column;
}
.did_overview img {
    max-width: 110px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.did_overview p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--FW-SB);
    padding-bottom: 40px;
}
.did_overview li {
    font-size: 16px;
    font-weight: var(--FW-R);
    line-height: 30px;
    display: flex;
    align-items: center;
}
.did_overview li::before {
    content: "-";
    margin-right: 10px;
}
/* 왔다갔다 레이아웃 */
.ui_function {
    width: 100%;
    padding: 150px 30px;
}
.ui_client {
    display: flex;
    flex-wrap: wrap;
}
.ui_client > h2,
.ui_manager > h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 41px;
    font-weight: var(--FW-B);
    padding-bottom: 0;
}
.ui_manager {
    display: flex;
    flex-direction: column;
    gap: 100px;
    overflow-x: auto;
}
.ui_client > div {
    display: flex;
    align-items: flex-end;
    /* flex-direction: column;
    width: 50%; */
    justify-content: space-between;
    width: 100%;
    padding-top: 60px;
}
.ui_client b {
    font-size: 30px;
    line-height: 41px;
    font-weight: var(--FW-SB);
    padding-bottom: 20px;
    display: block;
    text-align: center;
}
.ui_client li {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--FW-R);
    display: flex;
}
.ui_client li::before {
    content: "-";
    margin-right: 10px;
}
.ui_client_img {
    min-height: 357px;
    padding-bottom: 40px;
}
.ui_client_wrap {
    display: flex;
    justify-content: space-between;
}
.ui_client_wrapItem {
    max-width: 457px;
}

/* 현장 유지보수 */
.maintenance_title {
    padding-bottom: 160px;
    display: flex;
    flex-direction: column;
    max-width: 1184px;
    width: 100%;
    margin: 0 auto;
}
.maintenance_title h2 {
    font-size: 36px;
    line-height: 49px;
    font-weight: var(--FW-SB);
    padding-bottom: 20px;
}
.maintenance_title p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 60px;
}
.maintenance_title ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}
.maintenance_title li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.maintenance_title li > .title_icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maintenance_title li > .title_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.maintenance_function > .maintenance_functionItem:nth-child(odd) {
    background-color: #f9f9f9;
    width: 100%;
}
.functionItem_wrap {
    max-width: 1866px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 30px;
}
.functionItem_wrap b {
    display: block;
    font-size: 36px;
    line-height: 49px;
    font-weight: var(--FW-SB);
    padding-bottom: 30px;
}
.functionItem_wrap p {
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--FW-M);
    padding-bottom: 60px;
}
.maintenance_img {
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 100%;
}
.maintenance_img .maintenance_imgItem {
    width: 560px;
    height: 418px;
}
/* .maintenance_S1_2 .maintenance_imgItem,
.maintenance_S1_4 .maintenance_imgItem{
    width: 802px;
    height: 454px;
} */

/* .swiper {
    width: 1366px;
    height: 100%;
} */
.maintenance__container .slide_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.maintenance_imgItem img {
    width: 560px;
    height: 418px;
}
.example .swiper {
    display: none;
}
.M_step {
    display: none;
}
.m_SolutionMainImg,
.m_SolutionMainTxt {
    display: none;
}
.function_content {
    width: 100%;
    padding: 0 30px;
}
.AI_DID .solution_main_title img {
    width: 100%;
    object-fit: contain;
}
.AI_DID {
    display: flex;
    width: 100%;
    padding: 0 30px 180px;
}
.AI_DID > img {
    width: 60%;
    object-fit: contain;
    padding: 0 30px 40px;
}
.PC_step {
    width: 100%;
    object-fit: contain;
    padding: 0 30px;
}
.m_DidMainImg {
    display: none;
}
.m_DidMainImg_wrap {
    display: none;
}

/* 유지보수 */
.maintenance__container .swiper {
    height: 100%;
}

.maintenance__container .swiper-slide {
    width: 1184px;
    height: 418px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maintenance__container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.maintenance__container .swiper-pagination {
    position: static;
    padding-top: 40px;
}
.maintenance__container .swiper-button-prev,
.maintenance__container .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url(../images/solution/maintenance_swiper_btn.png);
    background-size: 10px 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 50%;
    box-shadow: 0px 0px 12px #d3d5d9;
    position: absolute;
    transform: translateY(-100%);
}
.maintenance__container .swiper-button-next {
    transform: translateY(-100%) rotate(180deg);
}
.maintenance__container .swiper-button-prev::after,
.maintenance__container .swiper-button-next::after {
    display: none;
}
.maintenance__container .swiper-button-prev:hover,
.maintenance__container .swiper-button-next:hover {
    box-shadow: 0px 0px 12px #128dff;
}

.aidid_wrap {
    display: flex;
    flex-direction: column;
    gap: 200px;
    padding: 0 30px;
    width: 100%;
}
.overview_swiper,
.sub_menu_container,
.function_swiper {
    display: none;
}
.aidid_wrap > img {
    width: 80%;
    object-fit: contain;
    margin: 0 auto;
}
.suppliedProduct_function > a{
    display: flex;
    height: 127px;
}
.suppliedProduct_function > a > .banner{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background: url(../images/digitalmall_banner.png);
}
.banner_content_m{
    display: none;
    background: url(../images/digitalmall_banner_m.png);
    width: 255px;
    height: 72px;
}
.suppliedProduct_function > a > .banner2{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background: url(../images/naramall_banner.png);
}
.banner2_content_m{
    display: none;
    background: url(../images/naramall_banner_m.png);
    width: 255px;
    height: 72px;
    background-repeat: no-repeat;
}
/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/
@media all and (max-width: 1279px) {
    /* 솔루션 서브메뉴 수정  */
    .sub__header {
        display: none;
    }
    .sub_menu_container {
        display: block;
    }
    :root {
        --btn-width: 100%;
        --btn-min-width: 10px;
        --btn-height: 55px;
        --btn-min-height: 3px;
        --menu-height: calc(var(--btn-height) * 9);
        --menu-min-height: calc(var(--btn-min-height) * 2);
        --border-rad: 5px;
    }
    .sub_menu_container {
        width: 100%;
        position: sticky;
        top: 53px;
        z-index: 5;
        font-size: 16px;
        background-color: white;
    }
    #label {
        width: 100%;
        min-width: var(--btn-min-width);
        height: 45px;
        min-height: var(--btn-min-height);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
        border-bottom: 1px solid #d9d9d9;
        background-color: white;
        position: relative;
    }
    #label > p {
        font-weight: var(--FW-SB);
    }
    #arrow {
        /* width: calc(var(--btn-height) * 0.6);
        height: calc(var(--btn-height) * 0.6); */
        border-radius: 100%;
        position: absolute;
        transition: 0.3s ease-in-out;
        right: 30px;
        transform: rotate(180deg);
    }
    #menu {
        width: 100%;
        min-width: var(--btn-min-width);
        height: 0;
        border-radius: var(--border-rad);
        opacity: 0;
        overflow: hidden;
        transition: 0.5s ease-in-out;
        position: absolute;
    }
    #menu .dropdown {
        width: calc(100% - 60px);
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        position: relative;
        margin: 0 auto;
        padding-left: 20px;
        box-sizing: border-box;
        background-color: white;
    }
    #toggle:checked ~ #menu {
        height: var(--menu-height);
        min-height: var(--menu-min-height);
        opacity: 1;
        position: absolute;
        overflow: visible;
    }
    #toggle:checked ~ #label {
        background-color: white;
        border-bottom: none;
    }
    #toggle:checked ~ #label > #arrow {
        transform: rotate(0deg);
    }
    .menu-item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .menu-item > img {
        transform: rotate(90deg);
        position: absolute;
        right: 20px;
    }
    .menu-item > a {
        font-size: 16px;
        color: #000;
        padding: 15px 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    #menu .menu-item:last-child > a {
        border-bottom: none;
    }
    .menu-item::before {
        width: 29px;
        height: 29px;
    }
    .menu-item:nth-child(1)::before {
        content: url("../images/solution/submenu_icon01.png");
    }
    .menu-item:nth-child(2)::before {
        content: url("../images/solution/submenu_icon02.png");
    }
    .menu-item:nth-child(3)::before {
        content: url("../images/solution/submenu_icon03.png");
    }
    .menu-item:nth-child(4)::before {
        content: url("../images/solution/submenu_icon04.png");
    }
    .menu-item:nth-child(5)::before {
        content: url("../images/solution/submenu_icon05.png");
    }
    .menu-item:nth-child(6)::before {
        content: url("../images/solution/submenu_icon06.png");
    }
    .menu-item:nth-child(7)::before {
        content: url("../images/solution/submenu_icon07.png");
    }
    .menu-item:nth-child(8)::before {
        content: url("../images/solution/submenu_icon08.png");
    }
    .menu-item:nth-child(9)::before {
        content: url("../images/solution/submenu_icon09.png");
    }
    .maintenance__container .menu-item:nth-child(1)::before {
        content: url("../images/solution/submenu_icon10.png");
    }
    .maintenance__container .menu-item:nth-child(2)::before {
        content: url("../images/solution/submenu_icon11.png");
    }
    .suppliedProduct .menu-item:nth-child(1)::before {
        content: url("../images/solution/submenu_icon12.png");
    }
    .suppliedProduct .menu-item:nth-child(2)::before {
        content: url("../images/solution/submenu_icon13.png");
    }
    .TM_DID {
        padding: 0 30px 0;
    }
    .maintenance_img .maintenance_imgItem {
        width: 380px;
        height: 285px;
    }
    .AI_DID > img {
        width: 80%;
    }
    /* did 메인타이틀 */
    .DidMainImg_wrap {
        display: none;
    }
    .m_DidMainImg {
        display: flex;
        padding: 0 0 30px;
        gap: 20px;
    }
    .m_DidMainImg > img {
        width: 100%;
        min-width: 350px;
        object-fit: contain;
    }
    .m_DidMainImg_wrap {
        display: flex;
        flex-direction: column;
        /* padding: 0 30px 40px; */
    }
    .function {
        overflow: visible;
    }
    .TM_KIOSK .function {
        padding: 100px 30px;
    }
    .function_item {
        gap: 20px;
    }
    .function_item > img {
        width: 50%;
        object-fit: contain;
        margin: 0 !important;
    }
    .function_txt {
        gap: 20px;
    }
    .function_txt b {
        font-size: 26px;
        line-height: 40px;
    }
    .function_txt p {
        font-size: 16px;
        line-height: 26px;
    }
    .sub__header > nav li.active a::before {
        left: 50%;
        transform: translate(-50%, 31px);
        bottom: -35px;
        bottom: 0;
        content: "";
        width: 100%;
        background: #128dff;
        height: 3px;
    }
    .sub__header {
        overflow-x: scroll;
    }

    .solution_main_title h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .solution_main_title > p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 40px;
    }
    .solution_main_title > img {
        padding-bottom: 40px;
        width: 80%;
    }
    .solution__content {
        padding: 50px 0 80px;
    }
    .SolutionMainImg > img {
        width: 300px;
    }
    .kioskMainImg_text1,
    .kioskMainImg_text3 {
        left: -75%;
        gap: 10px;
    }
    .kioskMainImg_text2 {
        right: -63%;
        gap: 10px;
    }
    .SolutionMainImg h3 {
        font-size: 20px;
        line-height: 40px;
    }
    .kioskMainImg_text1 > img {
        width: 200px;
    }
    .kioskMainImg_text2 > img {
        width: 100px;
    }
    .SolutionMainImg p {
        font-size: 14px;
        line-height: 22px;
    }
    .function_wrap {
        gap: 100px;
    }
    .solution_main_title {
        padding: 0 30px 40px;
    }
    .DidMainImg_wrap {
        display: none;
    }
    .m_DidMainImg_wrap {
        text-align: left;
        display: flex;
        justify-content: space-around;
        gap: 20px;
        /* text-align: center; */
    }
    .m_DidMainItem {
        width: 100%;
    }
    .m_DidMainItem > img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        padding-bottom: 20px;
    }
    .m_DidMainItem > h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .m_DidMainItem > p {
        font-size: 14px;
        word-break: keep-all;
    }
    .m_DidMainItem {
        width: 100%;
    }

    .overview__icon {
        width: 100px;
        height: 100px;
    }
    .overview > div {
        width: 90%;
        margin: 0 auto;
    }
    .solution__content .overview_title {
        font-size: 26px;
        padding-bottom: 60px;
    }
    .solution__content .overview_wrap {
        width: 100%;
    }
    .solution__content .overview_wrap > div li {
        font-size: 14px;
        line-height: 22px;
    }
    .solution__content .overview_wrap > div > p {
        font-size: 16px;
    }
    .example {
        padding: 100px 30px 0;
    }
    .local_example {
        /* width: 100%; */
        object-fit: contain;
    }
    .sub__header {
        top: 53px;
    }
    .functionItem_wrap p > br {
        display: none;
        word-break: keep-all;
    }
    /* maintenance__container */

    .maintenance__container .swiper-slide {
        height: auto;
    }
    .maintenance_title p {
        font-size: 14px;
        padding-bottom: 20px;
    }
    /* 조달제품 */
    .suppliedProduct_img {
        width: 600px;
    }
    .suppliedProduct_item {
        flex-direction: column;
        align-items: center;
    }
    .suppliedProduct_img{
        width: 100% !important;
        max-width: 100% !important;
    }
    .suppliedProduct_item_left{
        width: 100%;
        max-width: 600px;
    }
    .suppliedProduct_item_left > p{
        justify-content: center;
    }
    .suppliedProduct_item a:has(.suppliedProduct_link){
        transition: all 0.7s;
        background: #37455a !important;
        color: white;

    }
}
@media all and (max-width: 1023px) {
    /* 솔루션 프로그램 수정 */
    .function_content {
        display: none;
    }
    .solution__title > h3 {
        font-size: 26px;
        /* padding-bottom: 60px; */
    }
    .function {
        padding: 100px 30px 0;
    }
    .function_swiper .func_textArea {
        width: 40%;
        padding-left: 30px;
        word-break: keep-all;
    }
    .function_swiper {
        height: 100%;
        display: block;
    }
    .function_swiper .swiper {
        width: 100%;
        height: 100%;
    }
    .function_swiper .swiper-wrapper {
        padding-top: 16px;
    }
    .function_swiper .swiper-slide {
        padding: 30px 30px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        min-height: 200px;
    }
    .function_swiper .swiper-slide p {
        font-size: 20px;
        font-weight: var(--FW-SB);
        padding-bottom: 16px;
    }
    .function_swiper .swiper-slide li {
        display: flex;
        font-size: 16px;
        padding-bottom: 16px;
    }
    .function_swiper .swiper-slide li:before {
        content: "-";
        margin-right: 5px;
    }
    .function_swiper .swiper-slide img {
        /* display: block; */
        width: 60%;
        height: 100%;
        object-fit: cover;
    }

    .function_swiper .swiper-pagination-bullet {
        max-width: 25%;
        width: 100%;
        min-height: 40px;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: #f4f6f8;
        border: 1px solid #e4e7eb;
        border-bottom: none;
        border-right: none;
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: keep-all;
    }
    .function_swiper .swiper-pagination-bullet:nth-child(4),
    .function_swiper .swiper-pagination-bullet:last-child {
        border-right: 1px solid #e4e7eb;
        border-bottom: 1px solid #e4e7eb;
    }
    .function_swiper .swiper-pagination-bullet:nth-child(5),
    .function_swiper .swiper-pagination-bullet:nth-child(6) {
        border-bottom: 1px solid #e4e7eb;
    }
    .function_swiper .swiper-pagination {
        text-align: left;
        position: static;
        display: flex;
        flex-wrap: wrap;
    }
    .function_swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .function_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
    .function_swiper .swiper-pagination-bullet-active {
        color: #fff;
        background: #0a87ed;
    }
    /* .solution__content .overview_wrap{
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 0;
    }
    .solution__content .overview_wrap.overview_5 > div,
    .solution__content .overview_wrap.overview_4 > div{
        flex-direction: row;
        width: 45%;
        position: relative;
        padding-top: 30px;
        justify-content: space-between;
    }
    .solution__content .overview_wrap > div li{
        max-width: 200px;
    } */

    .maintenance__container .slide_wrap {
        flex-direction: column;
    }
    .function_wrap_Cstyle {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        gap: 80px 20px;
        justify-content: center;
    }
    /* .solution__title > p br{
            display: none;
        } */
    .solution__content .overview_wrap > div > p {
        /* order: 2;
            position: absolute; */
        top: 0;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        font-size: 14px;
    }
    .overview__icon {
        width: 100px;
        height: 100px;
    }
    .solution__content .overview_wrap > div > ul {
        order: 1;
    }
    /* .function_Cstyle_item{
            width: 48%;
        } */
    .function_wrap_Cstyle .function_Cstyle_itemImg {
        display: none;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(1) {
        order: 2;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(2) {
        order: 3;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(3) {
        order: 4;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(4) {
        order: 1;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(5) {
        order: 5;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(6) {
        order: 6;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(7) {
        order: 7;
    }
    .function_wrap_Cstyle > .function_Cstyle_item:nth-child(8) {
        order: 8;
    }
    .function_Cstyle_item {
        width: 90%;
    }
    .function_Cstyle_item p {
        font-size: 36px;
        line-height: 40px;
    }
    .function_Cstyle_item li {
        font-size: 28px;
        line-height: 35px;
        font-weight: var(--FW-SB);
    }
    .function_Cstyle_item br {
        display: none !important;
    }
    .solution__title > p {
        width: 100%;
    }
    .function_Cstyle_itemImg {
        /* width: 100%; */
        display: none;
    }
    .function_Cstyle_itemImg img {
        transform: translateX(-115px);
    }
    .function_Cstyle_item p {
        font-size: 26px;
    }
    .function_Cstyle_item li {
        font-size: 20px;
        line-height: 30px;
    }

    .function_item {
        flex-direction: column;
    }
    .function_item > img {
        order: 1;
    }
    .function_txt {
        order: 2;
        text-align: center;
        align-items: center;
    }
    .function_txt p,
    .function_txt b {
        text-align: center;
    }

    /* 구축사례 */
    .example .solution__title > p {
        margin-bottom: 40px;
        word-break: keep-all;
    }
    .local_example,
    .ex_img_list {
        display: none;
    }
    .local_brand {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-bottom: 40px;
    }
    .local_brand img {
        width: 70px;
        object-fit: contain;
    }
    .TM_HANA .local_brand,
    .GEO_TM .local_brand,
    .TM_NMS .local_brand {
        gap: 15px;
    }

    /* 모바일 구축사례 스와이퍼 */
    .example .swiper {
        display: block;
        width: 50%;
        height: 100%;
        padding-bottom: 30px;
    }

    .example .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .example .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .example .swiper-slide {
        border-radius: 6px;
        overflow: hidden;
    }
    .example .swiper-pagination-fraction {
        bottom: 0px;
    }
}
/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
    .suppliedProduct_function > a > .banner{
        background: linear-gradient(45deg, #435E7B, #182532);
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    }
    .banner_content_m{
        display: block;

    }
    .suppliedProduct_function > a > .banner2{
        background: linear-gradient(45deg, #435E7B, #182532);
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    }
    .banner2_content_m{
        display: block;

    }
    .aidid_wrap > img {
        width: 100%;
    }
    .functionItem_wrap {
        padding: 60px 30px;
    }
    .functionItem_wrap b {
        line-height: 30px;
        padding-bottom: 10px;
        font-size: 26px;
    }
    .maintenance_title {
        gap: 10px;
        padding-bottom: 60px;
    }
    .functionItem_wrap p {
        padding-bottom: 20px;
    }
    .example .solution__title > p {
        font-size: 14px;
    }
    /* 솔루션 프로그램 기능 */
    .function_swiper .swiper {
        min-height: 465px;
    }
    .function_swiper .swiper-slide {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .function_swiper .swiper-slide li {
        padding-bottom: 10px;
    }
    .function_swiper .swiper-pagination-bullet {
        font-size: 12px;
    }
    .function_swiper .func_textArea {
        padding-left: 0;
        width: 80%;
    }
    .function_swiper .func_textArea br {
        display: none;
    }
    .function_swiper .swiper-slide img {
        width: 80%;
    }

    /* 솔루션 서브메뉴 수정 */
    :root {
        --btn-height: 50px;
        --menu-height: calc(var(--btn-height) * 9);
        --menu-min-height: calc(var(--btn-min-height) * 2);
    }
    .sub_menu_container,
    .menu-item > a {
        font-size: 14px;
    }
    .m_DidMainItem > h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .m_DidMainItem > p {
        font-size: 12px;
    }
    .m_DidMainImg {
        flex-direction: column;
        align-items: center;
    }
    .m_DidMainImg_wrap {
        flex-direction: row;
    }

    .solution__content .pdf__download {
        margin-bottom: 80px;
    }
    /* did overview */
    .did_overview {
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: space-between;
    }
    .did_overview p {
        padding-bottom: 20px;
    }
    .did_overview .overview_item {
        width: 45%;
    }

    /* 키오스크 modal */
    /* .m_SolutionMainImg{
        position: relative;
    }
    .dot_wrap{
        position: absolute;
        top: 50%;
        left: 0;
    }
    .dot_area{
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }
    .dot_top{
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 50%;
        border: 1px solid #0085FF;
    }
    @-webkit-keyframes scale-up-center {
        0% {
          -webkit-transform: scale(0.5);
                  transform: scale(0.5);
                  opacity: 1;
        }
        100% {
          -webkit-transform: scale(3);
                  transform: scale(3);
                  opacity: 0;
        }
      }
      @keyframes scale-up-center {
        0% {
          -webkit-transform: scale(0.5);
                  transform: scale(0.5);
                  opacity: 1;
        }
        100% {
          -webkit-transform: scale(3);
                  transform: scale(3);
                  opacity: 0;
        }
      }
    .dot_bottom{
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: #0085FF;
        opacity: 0.8;
        border-radius: 50%;
        top: 0;
        left: 0;
        -webkit-animation: scale-up-center 1s infinite cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards;
        animation: scale-up-center 1s infinite cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards;
    }
    .modal_wrap{
        width: 250px;
        height: 300px;
    }
    .modal_bg{
        position: absolute;
        background-color: rgba(0, 0, 0, 0.516);
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        display: none;
    } */

    /* 하트웨어+소프트웨어제품 */
    .m_DidMainItem > img {
        height: 200px;
    }
    .SolutionMainImg {
        display: none;
    }
    .m_SolutionMainImg {
        display: flex;
        padding-bottom: 40px;
    }
    .m_SolutionMainTxt {
        display: flex;
        gap: 30px;
        padding-bottom: 40px;
        justify-content: space-between;
    }
    .m_SolutionMainType {
        width: 45%;
    }
    .m_SolutionMainType > img {
        object-fit: contain;
        padding-bottom: 20px;
    }
    .m_SolutionMainType > h3 {
        padding-bottom: 20px;
        font-size: 18px;
    }
    .m_SolutionMainType > p {
        word-break: keep-all;
        padding-bottom: 20px;
    }

    .m_SolutionMainImg > img {
        position: relative;
    }
    .function_wrap {
        width: 100%;
        padding: 0 30px;
    }
    .function_item {
        flex-direction: column;
        gap: 40px;
    }
    .function_item > img {
        object-fit: contain;
        width: 80%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        order: 1;
    }
    .function_txt br {
        display: none;
    }

    .function_txt b {
        font-size: 20px;
        line-height: 20px;
        width: 100%;
        text-align: left;
    }

    .function_txt {
        width: 100%;
        order: 2;
        gap: 16px;
    }
    .function_txt p {
        font-size: 14px;
        line-height: 26px;
        white-space: normal;
        text-align: left;
        word-break: keep-all;
    }
    .TM_KIOSK .function {
        margin-bottom: 80px;
    }
    .function_step {
        width: 100%;
        padding: 0 30px;
    }
    .function_step > img {
        width: 100%;
        object-fit: contain;
    }

    .DidMainImg_wrap img {
        width: 100%;
        object-fit: contain;
    }

    .solution__content {
        padding-bottom: 80px;
    }
    .solution__content .overview {
        padding: 60px 30px;
    }
    .solution__content .overview_title {
        padding-bottom: 40px;
    }
    .solution__content .overview_wrap {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 30px;
    }
    .overview_wrap > div li {
        max-width: 300px;
    }
    .solution__content .overview_wrap.overview_5 > div,
    .solution__content .overview_wrap.overview_4 > div {
        width: 45%;
        position: relative;
        gap: 10px;
        padding-top: 35px;
        flex-direction: row;
        justify-content: space-between;
    }

    /* 구축사례 */
    .example .solution__title > p {
        margin-bottom: 40px;
        word-break: keep-all;
    }
    .example .solution__title > p br {
        display: none;
    }
    .local_example,
    .ex_img_list {
        display: none;
    }
    .local_brand {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-bottom: 40px;
    }
    .local_brand img {
        width: 70px;
        object-fit: contain;
    }
    .TM_HANA .local_brand,
    .GEO_TM .local_brand,
    .TM_NMS .local_brand {
        gap: 15px;
    }

    /* 모바일 구축사례 스와이퍼 */
    .example .swiper {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
    }

    .example .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .example .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .example .swiper-slide {
        border-radius: 6px;
        overflow: hidden;
    }
    .example .swiper-pagination-fraction {
        bottom: 0px;
    }
    .TM_KIOSK .example .swiper-slide {
        height: 350px;
    }
    .TM_KIOSK .example .swiper-slide img {
        object-fit: contain;
    }
    .solution__title > h3 {
        font-size: 26px;
    }
    .solution_main_title > p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 30px;
        word-break: keep-all;
    }
    .maintenance_title p > br {
        display: none;
    }

    /* 시스템 개요 수정 */
    /* system overview 사진 */
    .solution__content .overview {
        padding: 60px 0;
    }
    .overview__icon {
        width: 200px;
        height: 200px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* TM_WATCH */
    .TM_WATCH .overview_swiper .swiper-slide:nth-child(1) .overview__icon {
        background-image: url(../images/solution/overview_TMWATCH01.png);
    }
    .TM_WATCH .overview_swiper .swiper-slide:nth-child(2) .overview__icon {
        background-image: url(../images/solution/overview_TMWATCH02.png);
    }
    .TM_WATCH .overview_swiper .swiper-slide:nth-child(3) .overview__icon {
        background-image: url(../images/solution/overview_TMWATCH03.png);
    }
    .TM_WATCH .overview_swiper .swiper-slide:nth-child(4) .overview__icon {
        background-image: url(../images/solution/overview_TMWATCH04.png);
    }
    .TM_WATCH .overview_swiper .swiper-slide:nth-child(5) .overview__icon {
        background-image: url(../images/solution/overview_TMWATCH05.png);
    }
    /* NMS */
    .TM_NMS .overview_swiper .swiper-slide:nth-child(1) .overview__icon {
        background-image: url(../images/solution/overview_NMS01.png);
    }
    .TM_NMS .overview_swiper .swiper-slide:nth-child(2) .overview__icon {
        background-image: url(../images/solution/overview_NMS02.png);
    }
    .TM_NMS .overview_swiper .swiper-slide:nth-child(3) .overview__icon {
        background-image: url(../images/solution/overview_NMS03.png);
    }
    .TM_NMS .overview_swiper .swiper-slide:nth-child(4) .overview__icon {
        background-image: url(../images/solution/overview_GEOTM04.png);
    }
    /* FNMS */
    .TM_FNMS .overview_swiper .swiper-slide:nth-child(1) .overview__icon {
        background-image: url(../images/solution/overview_FNMS01.png);
    }
    .TM_FNMS .overview_swiper .swiper-slide:nth-child(2) .overview__icon {
        background-image: url(../images/solution/overview_FNMS02.png);
    }
    .TM_FNMS .overview_swiper .swiper-slide:nth-child(3) .overview__icon {
        background-image: url(../images/solution/overview_FNMS03.png);
    }
    .TM_FNMS .overview_swiper .swiper-slide:nth-child(4) .overview__icon {
        background-image: url(../images/solution/overview_FNMS04.png);
    }
    /* GEOTM */
    .GEO_TM .overview_swiper .swiper-slide:nth-child(1) .overview__icon {
        background-image: url(../images/solution/overview_GEOTM01.png);
    }
    .GEO_TM .overview_swiper .swiper-slide:nth-child(2) .overview__icon {
        background-image: url(../images/solution/overview_GEOTM02.png);
    }
    .GEO_TM .overview_swiper .swiper-slide:nth-child(3) .overview__icon {
        background-image: url(../images/solution/overview_GEOTM03.png);
    }
    .GEO_TM .overview_swiper .swiper-slide:nth-child(4) .overview__icon {
        background-image: url(../images/solution/overview_GEOTM04.png);
    }
    .GEO_TM .overview_swiper .swiper-slide:nth-child(5) .overview__icon {
        background-image: url(../images/solution/overview_GEOTM05.png);
    }
    /* TMHANA */
    .TM_HANA .overview_swiper .swiper-slide:nth-child(1) .overview__icon {
        background-image: url(../images/solution/overview_TMHANA01.png);
    }
    .TM_HANA .overview_swiper .swiper-slide:nth-child(2) .overview__icon {
        background-image: url(../images/solution/overview_TMHANA02.png);
    }
    .TM_HANA .overview_swiper .swiper-slide:nth-child(3) .overview__icon {
        background-image: url(../images/solution/overview_TMHANA03.png);
    }
    .TM_HANA .overview_swiper .swiper-slide:nth-child(4) .overview__icon {
        background-image: url(../images/solution/overview_TMHANA04.png);
    }
    .TM_HANA .overview_swiper .swiper-slide:nth-child(5) .overview__icon {
        background-image: url(../images/solution/overview_TMHANA05.png);
    }

    .solution__content .overview_wrap {
        display: none;
    }
    .overview_swiper {
        display: flex;
    }
    .overview_swiper .swiper-wrapper {
        padding-bottom: 40px;
    }
    .overview_swiper .swiper-slide {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .overview_swiper .swiper-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        border: 1px solid #f4f4f4;
        width: 100%;
        height: 400px;
        max-width: 400px;
        padding: 0 20px;
        word-break: keep-all;
    }
    .overview_swiper .swiper-slide > div > p {
        font-size: 20px;
        line-height: 38px;
        font-weight: var(--FW-SB);
        padding-bottom: 10px;
    }
    .overview_swiper .swiper-slide > div li {
        font-size: 18px;
        display: flex;
    }
    .overview_swiper .swiper-slide > div li::before {
        content: "-";
        margin-right: 5px;
    }
    .function {
        padding: 100px 30px 0;
    }
    .example .swiper-slide img {
        width: 80%;
    }
    .function_swiper .swiper-slide p {
        font-size: 18px;
        padding-bottom: 4px;
    }
    .function_swiper .swiper-slide li {
        font-size: 14px;
        padding-bottom: 4px;
    }
}

/* 모바일 세로 (해상도 ~ 479px)*/
@media all and (max-width: 479px) {
    /* .function_swiper .swiper-pagination-bullet {
        font-size: 10px;
    } */

    .suppliedProduct_function > a > .banner{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background: linear-gradient(45deg, #435E7B, #182532);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner_content_m{
        display: block;

    }
    .suppliedProduct_function > a > .banner2{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background: linear-gradient(45deg, #435E7B, #182532);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner2_content_m{
        display: block;

    }
    .function_swiper .swiper-pagination-bullet:nth-child(4),
    .function_swiper .swiper-pagination-bullet:nth-child(5) {
        border-bottom: none;
    }
    .function_swiper .swiper-pagination-bullet:nth-child(odd) {
        border-right: none;
    }
    .function_swiper .swiper-pagination-bullet:nth-child(even) {
        border-right: 1px solid #e4e7eb;
    }
    .function_swiper .swiper-pagination-bullet:last-child {
        border: 1px solid #e4e7eb;
    }
    .function_swiper .swiper-pagination-bullet:nth-child(6) {
        border-bottom: 1px solid #e4e7eb;
    }
    .function_swiper .swiper-slide {
        padding: 0;
    }
    .function_swiper .swiper-pagination-bullet {
        max-width: 50%;
    }
    .function_swiper .swiper-slide img,
    .function_swiper .func_textArea {
        width: 100%;
    }

    :root {
        --btn-height: 48px;
        --menu-height: calc(var(--btn-height) * 9);
        --menu-min-height: calc(var(--btn-min-height) * 2);
    }
    .sub_menu_container,
    .menu-item > a {
        font-size: 12px;
    }
    .maintenance__container .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .maintenance_title p {
        font-size: 12px;
    }
    .m_DidMainImg > img {
        min-width: none;
        width: 100%;
    }
    .aidid_wrap {
        gap: 40px;
    }
    /* .overview >div{
        width: 100%;
    }
    .solution__content .overview_wrap > div li{
        max-width: 210px;
    } */
    .solution_main_title {
        width: 100%;
    }
    .solution_main_title h2 {
        line-height: 28px;
        font-size: 18px;
        white-space: nowrap;
    }
    .did_overview {
        justify-content: center;
    }
    .did_overview .overview_item {
        width: 80%;
    }
    .did_overview > div {
        flex-direction: row;
        gap: 10px;
    }
    .did_overview img {
        max-width: 50px;
    }
    .did_overview .overview_item > div {
        /* display: flex; */
        flex-direction: column;
        width: 73px;
    }
    .did_overview li {
        font-size: 12px;
        white-space: nowrap;
    }
    .did_overview li::before {
        margin-right: 4px;
    }
    .did_overview p {
        font-size: 12px;
        padding-bottom: 0;
    }
    .m_DidMainItem > p > br {
        display: none;
    }
    .m_DidMainItem > img {
        height: 150px;
    }
    .sub__header {
        top: 53px;
    }
    .sub__header > nav li.active a::before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: var(--color-point);
        transform: translate(-50%, 15px);
        opacity: 0.6;
    }
    /* 솔루션 컨텐츠 */
    .solution__content {
        padding-bottom: 80px;
    }
    /* .solution__content .overview{
        padding: 60px 30px;
    } */
    .solution__content .overview_title {
        padding-bottom: 40px;
    }
    .solution__content .overview_wrap {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 30px;
    }
    .overview_wrap > div li {
        max-width: 300px;
    }
    .solution__content .overview_wrap.overview_5 > div,
    .solution__content .overview_wrap.overview_4 > div {
        width: 100%;
        position: relative;
        gap: 10px;
        padding-top: 35px;
        flex-direction: row;
        justify-content: space-between;
    }

    .solution_main_title > p br {
        display: none;
    }
    .solution_main_title > span {
        font-size: 12px;
        line-height: 14px;
    }
    .solution_main_title > img {
        width: 100%;
        object-fit: contain;
    }
    .sub__header > nav > ul {
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
        gap: 25px;
        padding: 16px 5px;
        height: 54px;
    }
    /* 프로그램 기능 */
    .function .solution__title > h3 {
        padding-bottom: 40px;
    }
    .function {
        padding: 60px 30px 0;
    }
    .sub__header > nav li {
        width: auto;
        white-space: nowrap;
    }
    .sub__header > nav a {
        font-size: 12px;
    }

    .solution__title > h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        word-break: break-all;
    }
    .solution__title > p {
        font-size: 12px;
        line-height: 16px;
    }
    .solution__title > p br {
        display: none;
    }
    /* .overview__icon{
        order: 2;
    }
    .solution__content .overview_wrap > div > p{
        order: 2;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: left;
    }
    .overview_wrap > div li {
        max-width: 210PX;
    }
    .overview__icon{
        width: 80px;
        height: 80px;
    }
    .solution__content .overview_wrap > div > ul{
        order: 1;
    }
    .solution__content .overview_wrap > div{
        gap: 0;
    } */
    .function_Cstyle_item p {
        font-size: 20px;
        line-height: 20px;
    }
    .function_Cstyle_item li {
        font-size: 14px;
        line-height: 19px;
        font-weight: var(--FW-R);
        word-break: keep-all;
        color: #373c42;
    }

    /* 하드웨어+소프트웨어 스타일 솔루션 */
    .ui_manager {
        gap: 40px;
    }
    .example {
        padding: 60px 30px 0;
    }
    .ui_function {
        padding: 80px 30px;
    }
    .function_item {
        gap: 20px;
    }
    .did_overview {
        padding: 0 30px 60px;
    }
    .did_overview li {
        line-height: 22px;
    }
    .m_DidMainItem > h3 {
        font-size: 16px;
    }
    .m_DidMainItem > p {
        font-size: 12px;
    }
    .m_SolutionMainType > h3 {
        font-size: 16px;
    }
    .solution_main_title > p {
        font-size: 12px;
    }
    .m_SolutionMainType > p {
        font-size: 12px;
    }
    .m_SolutionMainType > img {
        height: 150px;
    }
    .function_item > img {
        width: 100%;
    }
    .function_txt {
        gap: 14px;
    }
    .function_txt b {
        font-size: 16px;
    }
    .function_txt p {
        font-size: 12px;
        line-height: 18px;
    }
    .TM_KIOSK .function {
        margin-bottom: 0;
    }
    .function_wrap {
        gap: 60px;
    }
    .runStep {
        padding: 0 30px;
    }
    .runStep_title {
        padding-bottom: 40px;
    }
    .runStep_title {
        font-size: 26px;
        line-height: 26px;
    }
    .step_wrap {
        margin-bottom: 80px;
    }
    .PC_step {
        display: none;
    }
    .M_step {
        display: flex;
    }
    .step_wrap > img {
        width: 100%;
        object-fit: contain;
    }
    /* 유지보수 */
    .maintenance_imgItem {
        width: 100% !important;
    }
    .maintenance_title ul {
        gap: 0;
        flex-wrap: wrap;
    }
    .maintenance_title li > .title_icon {
        width: 80%;
    }
    .maintenance_title li {
        width: 50%;
        gap: 10px;
    }

    .functionItem_wrap p {
        font-size: 12px;
        word-break: keep-all;
    }
    .functionItem_wrap b {
        font-size: 20px;
    }
    /* 시스템 개요 수정 */
    .overview__icon {
        width: 150px;
        height: 150px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .overview_swiper .swiper-slide > div {
        min-width: 236px;
        height: 320px;
    }
    .overview_swiper .swiper-slide > div > p {
        padding-bottom: 0px;
        line-height: 30px;
    }
    .solution__content .overview_title {
        padding-bottom: 20px;
        font-size: 18px;
    }
    .overview_swiper .swiper-slide > div > p {
        font-size: 16px;
    }
    .overview_swiper .swiper-slide > div li {
        font-size: 14px;
    }
    .example .swiper-slide img {
        width: 100%;
    }

    .m_DidMainImg > img {
        min-width: auto;
    }
    .m_DidMainItem p > br {
        display: none;
    }
    /* 조달제품 */
    .suppliedProduct_title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .suppliedProduct_item_right {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: auto;
        align-items: center;
    }
    .suppliedProduct_link {
        font-size: 13px;
    }
    .suppliedProduct_item td {
        font-size: 13px;
    }
    .suppliedProduct_item td {
        font-size: 12px;
    }
    .suppliedProduct_item_right {
        width: 479px;
    }
    .suppliedProduct_item_left{
        width: 100%;
    }
    .suppliedProduct_img {
        /* width: 600px; */
        padding: 10px;
        width: 100%;
    }
    .suppliedProduct_img > img {
        object-fit: contain;
        width: 60%;
    }
    /* .suppliedProduct_item a {
        background: #37455a !important;
        color: white;
        width: 100% !important;
    } */
    .suppliedProduct_img{
        width: 100% !important;
    }

    .suppliedProduct_item th {
        font-size: 12px;
    }
    .suppliedProduct_item th span {
        font-size: 12px;
    }
    .suppliedProduct_item td {
        padding: 8px 10px;
    }
    .suppliedProduct_title2 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .suppliedProduct_item_left > p {
        font-size: 15px !important;
        justify-content: center;
        white-space: break-spaces !important;
        word-break: keep-all;
        text-align: center;
    }
    .suppliedProduct_title2 {
        align-items: center !important;
    }
    .suppliedProduct_item_left > p::before{
        display: none !important;
    }
}

/* 조달제품  */
.suppliedProduct_function {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 120px 30px 180px;
}
.suppliedProduct_item {
    display: flex;
    gap: 30px;
    min-height: 300px;
}
.suppliedProduct_item_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    width: 100%;
}
.suppliedProduct_item table {
    border: 1px solid #ccc;
    flex-grow: 1;
}
.suppliedProduct_item th {
    background: #f9f9f9;
    min-width: 100px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
}
.suppliedProduct_item td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    word-break: keep-all;
    font-size: 14px;
}
.suppliedProduct_item tr:last-child td {
    border-bottom: none;
}
.suppliedProduct_item th span {
    font-size: 12px;
    font-weight: normal;
    color: #7d7e82;
}
.suppliedProduct_item a:has(.suppliedProduct_link) {
    border: 1px solid #ccc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* width: 300px; */
    width: 100%;
    height: 35px;
    text-align: center;
    background: white;
}
.suppliedProduct_item a:has(.suppliedProduct_link):hover {
    transition: all 0.7s;
    background: #37455a;
    color: white;
}
.suppliedProduct_img {
    /* min-height: 320px; */
    flex-grow: 1;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    width: 470px;
    /* width: 100%; */
}
.contain_img_width .suppliedProduct_img{
    display: flex;
   justify-content: center;
   align-items: center;
}
.contain_img_height .suppliedProduct_img{
   display: flex;
   justify-content: center;
   align-items: center;
}
.suppliedProduct_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.suppliedProduct_title2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.suppliedProduct_item_left > p {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 8px;
    align-items: center;
    height: 35px;
    word-break: auto-phrase;
}
/* .suppliedProduct_item_left > p::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
} */
.copy_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon_copy.png);
    border: none;
    cursor: pointer;
}
.copy_wrap {
    display: flex;
    gap: 5px;
    align-items: center;
}

.hover_link_img{
    position: relative;
}
.hover_link_img:hover .hover_link_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hover_link_text{
    display: none;
}
.hover_link_img:hover .hover_link_text{
    display: block;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.suppliedProduct_item_left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}