/* SEO 현장 common */
.site-info-container h1.main-title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

.site-info-container h1.main-title .highlight {
    color: #0094FF;
}

.site-info-container h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.table-area {
    overflow-x: auto;
    width: 100%;
}

.table-area .table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.table-area .th-wrap .tr,
.table-area .td-wrap .tr {
    display: table-row;
    width: auto;
}

.table-area .th-wrap .th,
.table-area .td-wrap .td {
    display: table-cell;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: default;
}

.table-area .th-wrap .th {
    color: rgba(32, 32, 32, 0.60);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

.table-area .th-wrap .th.bold, .table-area .td-wrap .td.bold .td-text {
    color: #1F689E;
    font-weight: 500;
}

.table-area .td-wrap .td .td-text.bold {
    color: #1F689E;
    font-weight: 500 !important;
}

.table-area .tr .td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table-area .tr .td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-area .td-wrap .tr {
    transition: all 0.1s linear;
}

.table-area .td-wrap .tr:hover {
    background: #ECECEC;
}

.table-area .td-wrap .tr:nth-child(odd) {
    background: #F7F7F7;
}

.table-area .td-wrap .tr:nth-child(odd):hover {
    background: #ECECEC;
}

.table-area .td-wrap .td .td-text {
    cursor: default;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}

.const-step .step-icn {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.const-step .step-icn img {
    display: none;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.const-step .step-nm {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    cursor: pointer;
}

.const-step.type-H .step-nm {
    color: #AA00D4;
}

.const-step.type-S .step-nm {
    color: #0094FF;
}

.const-step.type-S.A .type-S.A,
.const-step.type-S.C .type-S.C,
.const-step.type-S.G .type-S.G,
.const-step.type-H.A .type-H.A,
.const-step.type-H.C .type-H.C,
.const-step.type-H.G .type-H.G {
    display: inline-block;
}

/* site-info */
.table.const_site_list .td:nth-child(1) {
    width: 49.5%;
}

.table.const_site_list .td:nth-child(2) {
    width: 15.8%;
}

.table.const_site_list .td:nth-child(3) {
    width: 15.8%;
}

.table.const_site_list .td:nth-child(4) {
    width: 15.8%;
}

.table.const_site_list .td,
.table.const_site_list .td .td-text {
    cursor: pointer;
}

.main-wrapper.site-info .content-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-wrapper.site-info .content-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-wrapper.site-info .content-3,
.main-wrapper.site-info .content-4,
.main-wrapper.site-info .content-5 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.site-info-container section.content-1 .guide_container {
    margin-bottom: 20px;
}

.site-info-container section.content-2 .guide_container {
    margin: 0;
}

.site-info-container section.content-2 .content-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-info-container section.content-3 .box-area .box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    height: 206px;
    overflow: hidden;
}

.site-info-container section.content-3 .box-area .box-wrap .box {
    width: 100%;
    height: 98px;
    overflow: hidden;
    position: relative;
    padding: 30px 20px;
}

.site-info-container section.content-3 .box-area .box-wrap .box:hover {
    background: linear-gradient(0deg, rgba(32, 32, 32, 0.05) 0%, rgba(32, 32, 32, 0.05) 100%), #F7F7F7;
}

.site-info-container section.content-3 .box-area .box-wrap .box:hover .text {
    text-decoration: underline;
}

.site-info-container section.content-3 .box-area .box-wrap .box:hover .text .bold {
    text-decoration: underline;
}

.site-info-container section.content-3 .box .bold {
    margin-top: -4px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
}

.site-info-container section.content-3 .paging-wrap {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: unset;
    left: 0;
    margin-top: 14px;
}

.site-info-container section.content-3 .paging-wrap .paging {
    border-radius: 8px;
    border: 1px solid rgba(32, 32, 32, 0.30);
    cursor: pointer;
    color: #202020;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 8px;
    transition: all 0.1s linear;
    height: 32px;
}

.site-info-container section.content-3 .paging-wrap .paging:hover {
    background: #F4F4F4;
}

.site-info-container section .filter-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    transition: all 0.1s linear;
}

.site-info-container section .filter {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    background: #F7F7F7;
    cursor: pointer;
}

.site-info-container section .filter p {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    cursor: pointer;
}

.site-info-container section .filter:hover {
    background: linear-gradient(0deg, rgba(32, 32, 32, 0.05) 0%, rgba(32, 32, 32, 0.05) 100%), #F7F7F7;
}

.site-info-container .mobile_modal .mobile_modal-container .body li {
    padding: 16px 14px;
}

.site-info-container .mobile_modal .mobile_modal-container .body li:hover {
    border-radius: 6px;
    background: rgba(32, 32, 32, 0.05);
}

.main-wrapper .banner.shortcut {
    margin-top: -60px;
    min-height: 200px;
}

.main-wrapper .banner.shortcut .banner-text .banner_main-title {
    color: #004080;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

/* site-info-detail */
.main-wrapper.site-info-detail .content-01 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-wrapper.site-info-detail .content-02,
.main-wrapper.site-info-detail .content-03,
.main-wrapper.site-info-detail .content-04,
.main-wrapper.site-info-detail .content-05 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-wrapper.site-info-detail .content-01 .content-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-wrapper.site-info-detail .content-04 .content-area,
.main-wrapper.site-info-detail .content-05 .content-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-05 .select-btn {
    position: relative;
    transition: all 0.1s linear;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid rgba(32, 32, 32, 0.30);
    background: #FFF;
    box-shadow: 0 2px 1px 0 rgba(45, 45, 60, 0.20), 0 2.5px 1px 0 rgba(255, 255, 255, 0.20) inset, 0 -3px 1px 0 rgba(0, 0, 0, 0.10) inset;
}

.content-05 .select-btn:hover {
    background: #ECECEC;
}

.content-05 .select-btn .name {
    cursor: pointer;
    color: #202020;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-05 .select-btn .icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-block;
    margin-right: -4px;
}

.content-05 .select-btn.open .option-lists {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    transition: transform 200ms ease;
}

.content-05 .option-lists {
    opacity: 0;
    transform: scale(0.5);
    transform-origin: top left;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    transition-property: opacity, transform, visibility;
    z-index: 1;
    max-width: 200px;
    min-width: 150px;
    height: auto;
    max-height: 216px;
    overflow: auto;
    position: absolute;
    top: 35px;
    left: 0;
    border-radius: 8px;
    border: 1px solid #202020;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.30);
}

.content-05 .option-lists ul {
    max-height: 190px;
    overflow: auto;
    padding: 4px;
}

.content-05 .option-lists ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 10px 10px 10px 12px;
    border-radius: 6px;
    transition: all 0.1s linear;
}

.content-05 .option-lists ul li:hover {
    background: rgba(32, 32, 32, 0.05);
}

.content-05 .option-lists ul li .li_name {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    width: calc(100% - 26px);
    display: inline-block;
    word-break: break-all;
}

.content-05 .option-lists ul li .select-icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.content-05 .option-lists ul li .select-icon img {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.content-05 .option-lists ul li.on .select-icon {
    display: flex;
}

.site-info-detail__sticky-area {
    position: sticky;
    top: 64px;
    z-index: 2;
    background: #FFF;
}

.site-info-category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-info-category .item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    width: calc(50% - 5px);
    height: auto;
    justify-content: flex-start;
    text-align: left;
}

.site-info-category .item-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.site-info-category .item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.site-info-category .item-info .key {
    color: rgba(32, 32, 32, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.018%;
}

.site-info-category .item-info .value {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    word-break: break-all;
}

.site-info-detail .curr-status-msg {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px;
}

.site-info-detail .curr-status-msg .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: default;
}

.site-info-detail .curr-status-msg .icon img {
    display: none;
    width: 20px;
    height: 20px;
    cursor: default;
}

.site-info-detail .type-S .icon img.type-S,
.site-info-detail .type-H .icon img.type-H {
    display: inline-block;
}

.site-info-detail .curr-status-msg .text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.site-info-detail .curr-status-msg .text .highlight {
    line-height: 19px;
    margin-top: -5px;
    display: inline-block;
}

.site-info-detail .type-S .curr-status-msg .text .highlight {
    color: #0094FF;
}

.site-info-detail .type-H .curr-status-msg .text .highlight {
    color: #C13BE2;
}

.curr-status {
    display: flex;
    padding-top: 24px;
}

.curr-status .curr-step {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
}

.curr-status-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    height: 44px;
    justify-content: center;
}

.curr-status-info .status,
.curr-status-info .date {
    color: #202020;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.curr-step__breadcrumb .line-wrap {
    position: relative;
}

.curr-step__breadcrumb .line-wrap .shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.curr-step__breadcrumb .line {
    width: 100%;
    height: 6px;
    background: #E0E0E0;
    margin: 30px 0 24px 0;
    position: relative;
}

.curr-step__breadcrumb .line .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curr-step__breadcrumb .line .icon img {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.type-S.step-1 .curr-step.step-01 .line {
    background: linear-gradient(90deg, #0094FF 0%, #E0E0E0 100%);
}

.type-S.step-2 .curr-step.step-01 .line {
    background: #0094FF;
}

.type-S.step-2 .curr-step.step-02 .line {
    background: linear-gradient(90deg, #0094FF 0%, #E0E0E0 100%);
}

.type-S.step-3 .curr-step.step-01 .line {
    background: #0094FF;
}

.type-S.step-3 .curr-step.step-02 .line {
    background: #0094FF;
}

.type-S.step-3 .curr-step.step-03 .line {
    background: linear-gradient(90deg, #0094FF 0%, #E0E0E0 100%);
}

.type-H.step-1 .curr-step.step-01 .line {
    background: linear-gradient(90deg, #C13BE2 0%, #E0E0E0 100%);
}

.type-H.step-2 .curr-step.step-01 .line {
    background: #C13BE2;
}

.type-H.step-2 .curr-step.step-02 .line {
    background: linear-gradient(90deg, #C13BE2 0%, #E0E0E0 100%);
}

.type-H.step-3 .curr-step.step-01 .line {
    background: #C13BE2;
}

.type-H.step-3 .curr-step.step-02 .line {
    background: #C13BE2;
}

.type-H.step-3 .curr-step.step-03 .line {
    background: linear-gradient(90deg, #C13BE2 0%, #E0E0E0 100%);
}

.type-S.step-1 .curr-step.step-01 .curr-status-info .status {
    font-size: 16px;
    line-height: 19px;
}

.type-S.step-1 .curr-step.step-01 .curr-status-info .date {
    font-size: 14px;
    line-height: 17px;
}

.type-S.step-1 .curr-step.step-02 .curr-status-info dt,
.type-S.step-1 .curr-step.step-02 .curr-status-info dd {
    color: rgba(32, 32, 32, 0.40);
}

.type-S.step-1 .curr-step.step-03 .curr-status-info dt,
.type-S.step-1 .curr-step.step-03 .curr-status-info dd {
    color: rgba(32, 32, 32, 0.40);
}

.type-S.step-2 .curr-step.step-01 .curr-status-info dt,
.type-S.step-2 .curr-step.step-01 .curr-status-info dd {
    color: #202020;
}

.type-S.step-2 .curr-step.step-02 .curr-status-info .status {
    font-size: 16px;
    line-height: 19px;
}

.type-S.step-2 .curr-step.step-02 .curr-status-info .date {
    font-size: 14px;
    line-height: 17px;
}

.type-S.step-2 .curr-step.step-03 .curr-status-info dt,
.type-S.step-2 .curr-step.step-03 .curr-status-info dd {
    color: rgba(32, 32, 32, 0.40);
}

.type-S.step-3 .curr-step.step-01 .curr-status-info dt,
.type-S.step-3 .curr-step.step-01 .curr-status-info dd {
    color: #202020;
}

.type-S.step-3 .curr-step.step-02 .curr-status-info dt,
.type-S.step-3 .curr-step.step-02 .curr-status-info dd {
    color: #202020;
}

.type-S.step-3 .curr-step.step-03 .curr-status-info .status {
    font-size: 16px;
    line-height: 19px;
}

.type-S.step-3 .curr-step.step-03 .curr-status-info .date {
    font-size: 14px;
    line-height: 17px;
}

.type-H.step-1 .curr-step.step-01 .curr-status-info .status {
    font-size: 16px;
    line-height: 19px;
}

.type-H.step-1 .curr-step.step-01 .curr-status-info .date {
    font-size: 14px;
    line-height: 17px;
}

.type-H.step-1 .curr-step.step-02 .curr-status-info dt,
.type-H.step-1 .curr-step.step-02 .curr-status-info dd {
    color: rgba(32, 32, 32, 0.40);
}

.type-H.step-1 .curr-step.step-03 .curr-status-info dt,
.type-H.step-1 .curr-step.step-03 .curr-status-info dd {
    color: rgba(32, 32, 32, 0.40);
}

.type-H.step-2 .curr-step.step-01 .curr-status-info dt,
.type-H.step-2 .curr-step.step-01 .curr-status-info dd {
    color: #202020;
}

.type-H.step-2 .curr-step.step-02 .curr-status-info .status {
    font-size: 16px;
    line-height: 19px;
}

.type-H.step-2 .curr-step.step-02 .curr-status-info .date {
    font-size: 14px;
    line-height: 17px;
}

.type-H.step-2 .curr-step.step-03 .curr-status-info dt,
.type-H.step-2 .curr-step.step-03 .curr-status-info dd {
    color: rgba(32, 32, 32, 0.40);
}

.type-H.step-3 .curr-step.step-01 .curr-status-info dt,
.type-H.step-3 .curr-step.step-01 .curr-status-info dd {
    color: #202020;
}

.type-H.step-3 .curr-step.step-02 .curr-status-info dt,
.type-H.step-3 .curr-step.step-02 .curr-status-info dd {
    color: #202020;
}

.type-H.step-3 .curr-step.step-03 .curr-status-info .status {
    font-size: 16px;
    line-height: 19px;
}

.type-H.step-3 .curr-step.step-03 .curr-status-info .date {
    font-size: 14px;
    line-height: 17px;
}

.type-S.step-1 .curr-step.step-01 .shadow,
.type-S.step-2 .curr-step.step-02 .shadow,
.type-S.step-3 .curr-step.step-03 .shadow {
    background: #99D7FF;
}

.type-H.step-1 .curr-step.step-01 .shadow,
.type-H.step-2 .curr-step.step-02 .shadow,
.type-H.step-3 .curr-step.step-03 .shadow {
    background: #EC9EFF;
}

.type-S.step-1 .curr-step.step-01 .ty-s.active,
.type-S.step-1 .curr-step.step-02 .ty-s.disabled,
.type-S.step-1 .curr-step.step-03 .ty-s.disabled,
.type-S.step-2 .curr-step.step-01 .ty-s.default,
.type-S.step-2 .curr-step.step-02 .ty-s.active,
.type-S.step-2 .curr-step.step-03 .ty-s.disabled,
.type-S.step-3 .curr-step.step-01 .ty-s.default,
.type-S.step-3 .curr-step.step-02 .ty-s.default,
.type-S.step-3 .curr-step.step-03 .ty-s.active,
.type-H.step-1 .curr-step.step-01 .ty-h.active,
.type-H.step-1 .curr-step.step-02 .ty-h.disabled,
.type-H.step-1 .curr-step.step-03 .ty-h.disabled,
.type-H.step-2 .curr-step.step-01 .ty-h.default,
.type-H.step-2 .curr-step.step-02 .ty-h.active,
.type-H.step-2 .curr-step.step-03 .ty-h.disabled,
.type-H.step-3 .curr-step.step-01 .ty-h.default,
.type-H.step-3 .curr-step.step-02 .ty-h.default,
.type-H.step-3 .curr-step.step-03 .ty-h.active {
    display: inline-block;
}

.site-overview .site-info-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
    justify-content: space-between;
}

.site-overview .site-info-area dl {
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
}

.site-overview .site-info-area dl .key {
    cursor: default;
    color: rgba(32, 32, 32, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100px;
}

.site-overview .site-info-area dl .value {
    cursor: default;
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    width: calc(100% - 110px);
    text-align: right;
    word-break: break-all;
}

.table-area.sig-sul-gam-const {
    position: relative;
}

.table-area.sig-sul-gam-const .th:nth-child(1) {
    width: 63px;
    min-width: 63px;
}

.table-area.sig-sul-gam-const .th:nth-child(2) {
    width: 868px;
}

.table-area.sig-sul-gam-const .th:nth-child(3) {
    width: 140px;
}

.table-area.sig-sul-gam-const .th:nth-child(4) {
    width: 120px;
}

.table-area.sig-sul-gam-const .td:nth-child(1) {
    width: 63px;
}

.table-area.sig-sul-gam-const .td:nth-child(2) {
    width: 868px;
}

.table-area.sig-sul-gam-const .td:nth-child(3) {
    width: 140px;
}

.table-area.sig-sul-gam-const .td:nth-child(4) {
    width: 120px;
}

.table-area.sig-sul-gam-const .td-wrap .td .td-text {
    white-space: nowrap;
}

.table-area.sig-sul-gam-const .blur-area {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: calc(100% - 44px);
    bottom: 0;
    min-height: 82px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(5px);
}

.table-area.sig-sul-gam-const .blur-message p {
    color: #202020;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
}

.table-area.sig-sul-gam-const .table.table_mobile .th:nth-child(2),
.table-area.sig-sul-gam-const .table.table_mobile .td:nth-child(2) {
    width: 100%;
}

.table-area.sig-sul-gam-const .td-wrap .td .td-text {
    font-weight: 400;
}

.table.table_mobile {
    display: none;
}

.table.table_mobile .th-wrap,
.table.table_mobile .td-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.table.table_mobile .tr {
    width: 100%;
    border-radius: 8px;
}

.table.table_mobile .td.cpn-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 12px;
}

.table.table_mobile .td.cpn-info .const-step {
    display: flex;
    align-items: center;
    gap: 5px;
}

.table.table_mobile .td.cpn-info .td-text-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 모바일 */
@media (max-width: 768px) {
    /* common */
    .site-info-container {
        padding: 16px;
    }

    .table.table_desktop {
        display: none;
    }

    .table.table_mobile {
        display: block;
        min-width: unset;
    }

    /* site-info */
    .main-wrapper.site-info .filter-area {
        overflow-x: auto;
    }

    .main-wrapper.site-info .content-1 .table-area .td-wrap .tr {
        display: flex;
        flex-direction: column;
    }

    .main-wrapper.site-info .content-1 .table-area .td-wrap .td:nth-child(3) .td-text,
    .main-wrapper.site-info .content-1 .table-area .td-wrap .td:nth-child(4) .td-text {
        font-size: 12px;
        font-weight: 400;
    }

    .table.table_mobile .td.cpn-info .td-text-wrap .td-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }

    .site-info-container section .box-area .box-wrap.row-2 {
        flex-direction: column;
    }

    .site-info-container section .box-area .box-wrap.row-2 .box {
        width: 100%;
    }

    .site-info-container section.content-3 .box-area .box-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .site-info-container section.content-3 .paging-wrap {
        display: flex;
    }

    .main-wrapper .banner.shortcut .banner-link {
        justify-content: center;
    }

    /* site-info-detail */
    .site-info-container h1.main-title {
        font-size: 24px;
        line-height: 29px;
    }

    .site-info-category .item {
        width: 100%;
    }

    .site-overview .site-info-area dl {
        width: 100%;
    }
    .site-overview .site-info-area dl.last_empty-dl{
        display: none;
    }
    .table-area.sig-sul-gam-const .th:nth-child(3),
    .table-area.sig-sul-gam-const .th:nth-child(4) {
        display: none;
    }

    .table-area.sig-sul-gam-const .tr {
        display: flex;
    }

    .table-area.sig-sul-gam-const .td:first-child .td-text {
        width: 50px;
    }
}
