/* common */
.h3_tit {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
    margin: 30px 0 20px 0;
}

.h3_tit:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 24px;
    height: 4px;
    background: #0d2563;
}

/* table */
.table_type1 {
    margin: 0 auto;
    width: 100%;

    padding-bottom: 30px;
}

.table_type1 table {
    border-top: 0.1rem #222 solid;
    table-layout: fixed;

}

.table_type1 td,
.table_type1 th {
    font-size: 18px;
    border-bottom: 0.1px #c4c4c4 solid;
    padding: 4px 12px;
}

.table_type1 th {
    border-top: 1px solid #0d2563;
    background: #eeeff4;
    color: #222;
    vertical-align: middle;
    font-weight: 500;
    line-height: 25px;
    height: 54px;
}

.table_type1 td {
    padding: 15px 12px;
    line-height: 25px;
    text-align: center;
}

/*--------------------------------------------------------------
intro
--------------------------------------------------------------*/
/* ceo 인사말 */
.greeting-container {
    display: flex;
}

.greeting-item1 {
    width: 70%;

}

.greeting-container img {
    width: 80%;
    padding: 50px 60px;
    margin-top: 65px;
    background: linear-gradient(45deg, rgb(255, 255, 255), rgb(240, 240, 240));
}

.greeting-item h1 {
    color: #0d2563;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}

.greeting-item em {
    display: block;
    font-style: normal;
}

.greeting-item strong {
    color: #0400B8;
}

.greeting-item p {
    font-size: 20px;
    padding: 30px 0;
    line-height: 1.5;

}

.greeting-sub-tit {
    font-size: 23px;
    font-weight: 600;
}

.greeting-item ul li {
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.6;
}

.num {
    display: inline-block;
    font-size: 20px;
    color: #0d2563;
    font-weight: 600;
    padding-right: 5px;
}

.greeting_sign {
    font-family: 'BookkMyungjo-Bd';
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-top: 30px;
}

.greeting_sign span {
    color: #222;
    font-weight: 700;
    font-size: 30px;
}

/* 경영이념 */
.management_wrap {
    width: 100%;
    overflow: hidden;
}

.management_wrap img {
    width: 100%;
}

.management_wrap .management_tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 27px;
    color: #222;
    line-height: 1.5;
    padding-bottom: 50px;
    font-weight: 600;
}

.sub-tit {
    font-size: 30px;
    color: #0d2563;
    text-align: center;
    padding-bottom: 15px;
}

/* 연혁 */
.history {
    margin: 0 auto;
    height: auto;
    background: url(../img/sub/history-bg.png) no-repeat;
}

.history_wrap {
    position: relative;
    margin: 50px auto;
    overflow-y: auto;

}

.history_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    background: #999;
}

.history_wrap span {
    color: #0d2563;
    font-weight: 600;
}

.history_wrap .item {
    clear: both;
    padding-top: 40px;
    overflow: hidden;
}

.history_wrap .item:first-child {
    padding-top: 0;
}

.history_wrap .item .cont,
.history_wrap .item .image {
    width: 50%;
    box-sizing: border-box;
}

.history_wrap .item .cont {
    float: right;
    position: relative;
    padding-left: 5%;
}

/* 짝수 순서 내용 */
.history_wrap .item:nth-child(even) .cont {
    float: left;

}

.history_wrap .item .cont strong {
    display: block;

    font-size: 50px;
    color: #0d2563;
}

.history_wrap .item .cont p {
    font-size: 40px;
    color: #bbb;
    font-weight: 600;
}

.history_wrap .item .cont strong::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 15px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #0d2563;
    box-sizing: border-box;
}

.history_wrap .item:nth-child(even) .cont strong::before {
    left: auto;
    right: -8px;

}

.history_wrap .item .cont dl {
    margin-top: 30px;
    font-size: 0;
}

.history_wrap .item .cont dl:first-child {
    margin-top: 0;
}

.history_wrap .item .cont dt,
.history_wrap .item .cont dd {
    display: block;
    font-size: 20px;
}

.history_wrap .item .cont dt {
    width: 30%;
    vertical-align: top;
    font-weight: 600;
    color: #222;
    font-size: 30px;
    padding-bottom: 10px;
}

.history_wrap .item .cont dd {
    width: 100%;
    padding-bottom: 15px;
    word-break: keep-all;
    position: relative;
}

.history_wrap .item .cont dd::before {
    position: absolute;
    content: "";
    background: #555;
    width: 3px;
    height: 3px;
    left: -15px;
    top: 12px;
    border-radius: 50%;
}



/* 오시는길 */
.map-contents {
    padding: 20px 0;
}

.map_box {
    width: 100%;
    height: 500px;
}

.map-content h1 {
    font-size: 30px;
    border-bottom: 1px solid #222;
    margin: 100px 0 30px 0;
}

.map-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.map-box>div {
    width: 50%;
}

.location_box {
    padding: 50px 30px 150px;
    min-width: 500px;
}

.location_box i {
    color: #000000;
    vertical-align: -2px;
    padding-right: 5px;
}

.location_box h3 {
    padding-bottom: 20px;
    font-size: 20px;
    color: #0d2563;
}

.location_box p {
    font-size: 18px;
    line-height: 36px;
    text-align: left;
}

.location_box span {
    font-weight: bold;
    width: 120px;
    color: #222;
    display: inline-block;
}

.map-contents p {
    font-size: 18px;
    padding-top: 20px;
    font-weight: 500;
}

/*주요고객사*/
.client-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.client-item {
    margin: 40px 20px;
}

.client-item h3 {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    border: 1px solid #cfcfcf;
    border-top: none;
}

.client-item img {

    border: 1px solid #cfcfcf;
}

/*--------------------------------------------------------------
사업분야
--------------------------------------------------------------*/
/* 사업분야 */

.business {
    width: 100%;
    overflow: hidden;
}

.business_list {
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.business_list .bs_img {
    padding-right: 20px;
}

.business_list .bs_img img {
    width: 600px;
    height: 440px;
    object-fit: cover;
    border: 1px solid #c4c4c4;
}

.business_list_box {
    display: flex;
    justify-content: center;
}

.business_list_sub {
    margin-bottom: 30px;
    padding-right: 50px;
}

.business_list_sub h1 {
    font-size: 25px;
    padding-bottom: 10px;
}

.business_list_sub p {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.business_list_sub p span {
    position: absolute;
    content: "";
    background: #222;
    width: 5px;
    height: 5px;
    left: -15px;
    top: 10px;
    border-radius: 50%;
}

.business_r .bs_img {
    float: right;
}

.business-tit {
    text-align: center;
    padding-bottom: 30px;
}

.business-tit h1 {
    font-size: 35px;
    padding-bottom: 7px;
}

.business-tit p {
    font-size: 18px;
}

/*탭메뉴*/


.business-area {
    /* width: 1460px; */
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.business-area ul.tabs {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 70px;

}

.business-area ul.tabs li {
    display: block;
    font-size: 15px;
    min-width: 350px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: -1px;
    margin-bottom: -1px;
}

.business-area ul.tabs li:hover {
    background: #f8f8f8;
    color: #444;
}

.business-area ul.tabs li.active {
    background-color: #0d2563;
    border: none;
    color: #fff;
}

.business-area .tab_wrap .tab_content {
    padding: 10px;
    display: none;
    font-size: 15px;
}

.business-area.business-03 .tab_wrap #tab6.tab_content {
    padding: 0;
}

.business-02 ul.en-tabs li {
    width: 500px;
}

.business-area.business-03 ul.tabs {
    float: unset;
}

.business-03 ul.tabs li {
    flex: 1 1 33.333%;
    min-width: unset;
}

.p_scr {
    font-size: 1.1em;
    margin-bottom: 4vw;
    text-align: center;
}

/* 사업영역	 */
.bs_area_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.bs_area_list li {
    width: calc(50% - 15px);
    border: 1px solid #ddd;
    padding: 45px 53px;
    margin-bottom: 25px;
    max-height: 700px;
    overflow: hidden;
}

.bs_area_list li:nth-of-type(2n-1) {
    margin-right: 30px;
}

.bs_area_list li>span {
    color: #16cae5;
    font-weight: 800;
}

.bs_area_list li>strong {
    font-size: 30px;
    display: block;
    color: #000;
    margin: 0 0 23px;
    font-weight: 500;
}

.bs_area_list li>p {
    font-size: 18px;
    line-height: 28px;
}

/*사업분야 탭메뉴*/
.tab-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
}

.tab-menu button {
    padding: 15px 0;

    border: 1px solid #bbb;
    color: #222;
    text-align: center;
    margin: 0 -1px -1px 0;
    background-color: #fff;
    font-size: 16px;
}

.business-01 button {
    width: 25%;
}

.business-02 button {
    width: 30%;
}

/* 2025.09.11 */
/* 스마트팩토리 페이지 추가 및 디자인 */
/* ========== 기본 레이아웃(데스크톱 우선) ========== */
.smartfactory_int {
    margin-top: 70px;
}

.business_media {
    width: 100%;
    height: auto;
    aspect-ratio: 21/9;
}

.business_media * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: unset;
}

.turnkey-solution {
    /* 캔버스 크기를 뷰포트에 맞춰 유동적으로 */
    /* --canvas: min(90vw, 860px); */
    --canvas: min(90vw, 700px);
    width: var(--canvas);
    aspect-ratio: 1 / 1;
    /* 정사각 유지 */
    margin: 0 auto;
    position: relative;
}

.circle-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/sub/bs_dig_bg.svg') center/contain no-repeat;
}

/* 중앙 영역 */
.center-box {
    position: absolute;
    inset: 55% auto auto 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: clamp(240px, 35%, 360px);
}

.center-box h2 {
    font-size: clamp(18px, 2.2vw, 28px);
    margin-bottom: 12px;
    font-weight: 800;
}

.center-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: clamp(8px, 1.2vw, 14px); */
}

.center-items .item {
    padding: clamp(8px, 1.2vw, 12px);
    /* border-radius: 10px; */
    aspect-ratio: 106/95;
    width: 100%;
    height: auto;
    font-size: clamp(14px, 1.2vw, 17px);
    font-weight: 600;
    line-height: 1.35;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.center-items .item:nth-child(1) {
    border-radius: 25px 25px 0 25px;
    background-color: #364EA2;
    color: #fff;
}

.center-items .item:nth-child(2) {
    border-radius: 25px 25px 25px 0;
    background-color: #C2E8FC;
}

.center-items .item:nth-child(3) {
    border-radius: 25px 0 25px 25px;
    background-color: #44C8F5;
}

.center-items .item:nth-child(4) {
    border-radius: 0 25px 25px 25px;
    background-color: #233472;
    color: #fff;
}

/* 공통 박스 카드 */
.box {
    position: absolute;
    width: clamp(140px, 25%, 200px);
    text-align: center;
    background: #fff;
    padding: 0 0 15px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.box h3 {
    margin: 8px 0 4px;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 800;
}

.box p {
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 1.35;
    color: #333;
    padding: 0 10px;
}

/* 원 둘레에 배치(극좌표 감성으로 %) */
.box-consultant {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.box-design {
    left: 93%;
    top: 30%;
    transform: translate(-50%, 0);
}

.box-manufacture {
    left: 75%;
    bottom: -7%;
    transform: translate(-50%, 0);
}

.box-installation {
    left: 12%;
    bottom: -10%;
    transform: translate(-50%, 0);
}

.box-as {
    left: 7%;
    top: 30%;
    transform: translate(-50%, 0);
}

/* 스마트팩토리 개요 2 */
.business-systemAll {
    width: 90%;
    margin: 70px auto 0;
}

.system-section {
    margin-bottom: 50px;
    /* background: #f8f9ff; */
    border-radius: 15px;
    padding: 10px 10px 10px 0px;
    /* border-left: 6px solid #4a69bd; */
}

.system-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.system-badge {
    background: #4a69bd;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 25px;
    box-shadow: 0 5px 15px rgba(74, 105, 189, 0.3);
}

.system-info h3 {
    color: #2c3e50;
    font-size: 1.4em;
    margin-bottom: 8px;
}

.system-info p {
    color: #7f8c8d;
    font-size: 1.1em;
}

.system-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: start;
}

.features {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.features ul {
    list-style: none;
}

.features li {
    padding: 8px 0;
    color: #34495e;
    position: relative;
    padding-left: 25px;
}

.features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.process-flow {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.flow-title {
    text-align: center;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
    background: #ecf0f1;
    padding: 10px;
    border-radius: 5px;
}

.flow-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 498px;
    margin: 0 auto 15px;
}

#en_con .flow-row {
    width: 510px;
}

#jp_cont .flow-row {
    width: 600px;
}

.flow-step {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(116, 185, 255, 0.3);
    transition: transform 0.3s ease;
    min-width: 130px;
    text-align: center;
}

#en_con .flow-step {
    min-width: 135px;
    width: 135px;
    word-break: keep-all;
    min-height: 87px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#jp_cont .flow-step {
    min-width: 165px;
}

.flow-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(116, 185, 255, 0.4);
}

.arrow {
    margin: 0 15px;
    font-size: 1.5em;
    color: #74b9ff;
    font-weight: bold;
}

.mdps {
    border-left-color: #e17055;
}

.mdps .system-badge {
    background: #e17055;
    box-shadow: 0 5px 15px rgba(225, 112, 85, 0.3);
}

.agv {
    border-left-color: #00b894;
}

.agv .system-badge {
    background: #00b894;
    box-shadow: 0 5px 15px rgba(0, 184, 148, 0.3);
}

/* arsr */
.business_AsRs .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    padding: 40px;
}

/* PPT와 같은 이미지 배열 */
.business_AsRs .systems-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    height: fit-content;
}

.business_AsRs .system-item {
    /* background: #f8f9ff; */
    border-radius: 15px;
    /* padding: 20px; */
    /* border-left: 5px solid #667eea; */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/* .business_AsRs .system-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
} */

/* 큰 이미지 (1번) */
.business_AsRs .system-item.large {
    grid-row: 1 / 3;
    grid-column: 1;
}

.business_AsRs .system-item.large .image-placeholder {
    /* height: 350px; */
    /* height: fit-content; */
    height: calc(100% - 90px);
}

/* 2,3번 이미지 */
.business_AsRs .system-item.top-right {
    grid-column: 2;
    grid-row: 1;
}

.business_AsRs .system-item.middle-right {
    grid-column: 3;
    grid-row: 1;
}

/* 4,5번 이미지 */
.business_AsRs .system-item.bottom-left {
    grid-column: 2;
    grid-row: 2;
}

.business_AsRs .system-item.bottom-right {
    grid-column: 3;
    grid-row: 2;
}

.business_AsRs .system-item h3 {
    color: #2c3e50;
    font-size: 1.1em;
    margin-bottom: 15px;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 8px;
}

.business_AsRs .system-item .subtitle {
    color: #7f8c8d;
    font-size: 0.9em;
    margin-bottom: 15px;
    font-style: italic;
}

.business_AsRs .image-placeholder {
    width: 100%;
    /* height: 150px; */
    height: calc(100% - 15px - 74px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.business_AsRs .image-placeholder img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.business_AsRs .system-item p {
    font-size: 0.9em;
    color: #34495e;
    line-height: 1.4;
}

.business_AsRs .specs-table {
    background: white;
    height: 100%;
}

.business_AsRs .table-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: inherit;
}

.business_AsRs .table-header {
    background: #ecf0f1;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.business_AsRs .table-header:first-child {
    border-right: 1px solid #ddd;
}

.business_AsRs .table-row {
    display: contents;
}

.business_AsRs .table-cell {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.9em;
}

.business_AsRs .table-cell:last-child {
    border-right: none;
}

.business_AsRs .table-cell.category {
    background: #fff3cd;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.business_AsRs .table-cell.specs {
    background: white;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.business_AsRs .customizing-row .table-cell.category {
    background: #d1ecf1;
}

.contact-section {
    grid-column: 1 / -1;
    margin-top: 40px;
    padding: 30px;
    padding-left: 0;
    border-radius: 15px;
}

.contact-section .section-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.contact-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #3498db;
}


.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

h4 {
    color: #3498db;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.contact-item p {
    margin-bottom: 8px;
}

.contact-item a {
    color: #3498db;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* arsr */
/* arsr2 */
.business_AsRs2 .content {
    /* padding: 40px; */
}

.business_AsRs2 .images-section {
    /* margin-bottom: 50px; */
}

.business_AsRs2 .images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.business_AsRs2 .image-item {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: 500;
    text-align: center;
}

.business_AsRs2 .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: unset;
}

.business_AsRs2 .description {
    background: #fff9e6;
    padding: 25px;
    margin-bottom: 30px;
}

.business_AsRs2 .description p {
    font-size: 1.1em;
    color: #2c3e50;
    text-align: center;
    line-height: 1.7;
}

.business_AsRs2 .specs-section {
    margin-bottom: 50px;
}

.business_AsRs2 .section-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.business_AsRs2 .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #3498db;
}

.business_AsRs2 .specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.business_AsRs2 .spec-item {
    background: #f8f9ff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business_AsRs2 .spec-label {
    font-weight: 600;
    color: #2c3e50;
    min-width: 120px;
}

.business_AsRs2 .spec-value {
    color: #34495e;
    text-align: right;
    flex: 1;
}

.business_AsRs2 .features-section {
    background: #f8f9ff;
    padding: 30px;
    margin-bottom: 40px;
}

.business_AsRs2 .features-list {
    list-style: none;
    margin-top: 20px;
}

.business_AsRs2 .features-list li {
    padding: 12px 0;
    color: #2c3e50;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
}

.business_AsRs2 .features-list li:before {
    content: "▪";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    font-size: 1.2em;
}

.business_AsRs2 .contact-item p {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.business_AsRs2 .contact-item a {
    color: #3498db;
    text-decoration: none;
}

.business_AsRs2 .contact-item a:hover {
    text-decoration: underline;
}

.business_AsRs2 .highlight-box {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    color: white;
    padding: 25px;
    margin: 30px 0;
    text-align: center;
}

.business_AsRs2 .highlight-box h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.business_AsRs2 .highlight-box p {
    font-size: 1.1em;
    opacity: 0.95;
}

/* arsr2 */

/* 2025.09.11 */
/*--------------------------------------------------------------
투자정보
--------------------------------------------------------------*/
/*재무제표*/
.financial-01 p {
    font-size: 15px;
    text-align: right;
    padding-right: 30px;
}

.financial-chart-box {
    display: flex;
    justify-content: center;
    padding: 0 0 50px 0;
}

.chart-up {
    color: rgb(172, 44, 44);
}

.chart-down {
    color: rgb(44, 57, 172);
}

/*기업공시*/


.financial-02 {
    justify-content: center;
    display: flex;
}



/*--------------------------------------------------------------
ESG
--------------------------------------------------------------*/
/*ESG추진방향*/
.esg-01 {
    width: 100%;

}

.esg-content {
    display: flex;
    justify-content: center;
}

.esg-content li {
    padding-bottom: 10px;

    padding-right: 30px;
}

.esg-content li:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 50px;
}

.esg-content ul {
    text-align: left;
    background-color: #F4F8FF;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 0 20px;
}

.esg-box-txt {
    font-size: 20px;
    color: #222;
    line-height: 1.5;
}

/*환경안전경영*/
.esg-tit {
    padding-bottom: 50px;
}

.esg-02 img {
    width: 100%;
}

.esg-tit h1 {
    font-family: 'TheJamsil5Bold';
    font-size: 30px;
    padding-bottom: 10px;
}

.esg-tit span {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
}

.esg-list li {
    font-size: 18px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    color: #222;
    padding: 20px;
}

.esg-list li:last-child {
    border-bottom: 1px solid #ddd;
}

.safety-management {
    padding-top: 100px;
}

.esg-02 .num {
    display: inline-block;
    margin: 0 20px 0 5px;
}


/*--------------------------------------------------------------
인재채용
--------------------------------------------------------------*/
/*인재상*/
.hr-content li:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 50px;
}

.hr-content ul {
    text-align: left;
    background-color: #F4F8FF;
    border-radius: 20px;
    padding: 30px;
    margin: 30px 20px;
}

.hr-content ul em {
    display: block;
    font-weight: 600;
}

.hr-box-txt {
    font-size: 20px;
    color: #222;
    line-height: 1.5;
}

.hr-content {
    display: flex;
    justify-content: center;
}

.hr-content li {
    padding-bottom: 10px;
    padding-right: 30px;
}

.hr-01-tit {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}

.hr-list {
    margin: 50px auto;
    width: 1000px;
}

.hr-list li {
    border-top: 1px solid #ddd;
    font-size: 18px;
    color: #222;
    padding: 20px;

}

.hr-list {
    border-bottom: 1px solid #ddd;
}

.hr-list .num {
    display: inline-block;
    margin: 0 20px 0 5px;
}

/*인사제도*/
.hr-system {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.hr-system h1 {
    font-size: 25px;
}

.hr-item {
    padding-left: 150px;
    font-size: 20px;

}

.hr-item p {
    position: relative;
}

.hr-item span {
    position: absolute;
    content: "";
    background: #222;
    width: 5px;
    height: 5px;
    left: -15px;
    top: 13px;
    border-radius: 50%;
}

.hr-item ul {
    display: flex;
    padding-bottom: 30px;

}

.hr-item li {
    width: 200px;
    height: 200px;
    background-color: #0d2563;
    border-radius: 50%;
    margin: 0 -10px;
}

.hr-item li:nth-child(even) {
    background-color: #31A2E3;
}

.hr-step-txt {
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

.hr-step-txt div:nth-child(2) {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto;

}

/*복리후생*/

.welfare-container {
    display: flex;
    flex-wrap: wrap;
}

.welfare-bg {
    background-color: #ffffff;
    width: 100px;
    height: 100px;
}


.welfare-container>li {
    width: 40%;
    background-color: #F4F8FF;
    border-radius: 10px;
    margin: 10px 50px;
    display: flex;

}

.welfare-item {
    padding: 50px 50px;
}


.welfare-item span {
    display: inline-block;
    color: #555;
    font-size: 18px;
    padding-top: 10px;
}

/*--------------------------------------------------------------
고객지원
--------------------------------------------------------------*/
/* 문의하기 */
.form-custom {
    width: 70%;
    margin: 0 auto;
}

.form-custom table {
    border-collapse: collapse;
    border-top: 2px solid #0d2563;
    border-bottom: 2px solid #ececec;
}

.form-custom th {
    width: 20%;
    border-bottom: 1px solid #fff;
    color: #222;
    text-align: left;
    font-size: 1.083em;
    border-bottom: 1px solid #ddd;
}

.form-custom td {
    border: 1px solid #fff;
    padding: 15px 15px 15px 0;
    font-size: 1.083em;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.form-custom .btn_submit {
    background: #0d2563;
    padding: 10px 20px;
    font-size: 1.083em;
}

.form-custom textarea {
    border: 1px solid #ddd;
    width: 100% !important;
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-custom input[type="text"] {
    border: 1px solid #ddd;
    width: 95%;
    padding: 21px 0;
    border-radius: 5px;
    width: 100%;
}

.form-custom input[type="submit"] {
    display: block;
    width: 100px;
    margin: 50px auto;
}

.form-custom span {
    color: #0d2563;
}

.agree-box h3 {
    font-size: 15px;
}

.agree-box {
    font-size: 14px;
    margin: 30px 0;

}

.agree-box ul {
    border: 1px solid #c4c4c4;
    width: 100%;
    padding: 10px;
}

.agree-box ul li {
    line-height: 1.5;
    color: #999;
}

.agree-box h3 {
    padding-bottom: 10px;
}

.agree-box label {
    display: block;
    padding-top: 10px;

}

input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: -2px;
}

/*오시는길*/


.map ul.tabs {
    margin: 30px auto;
    float: left;
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map ul.tabs li {
    float: left;
    width: 250px;
    height: 50px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    line-height: 50px;
    font-size: 18px;
    transition: 0.3s;
}

.map ul.tabs li:hover {
    background: #f8f8f8;
    color: #444;
}

.map ul.tabs li.active {
    background-color: #0d2563;
    border: none;
    color: #fff;

}

.map .tab_wrap .tab_content {
    padding: 10px;
    display: none;
    font-size: 15px;
}


/*다국어버전 스타일지정*/
.business-02 ul.en-tabs li {
    width: 500px;
}


/* en_con */
#en_con .center-box h2 {
    font-size: clamp(18px, 2.2vw, 26px);
}

#en_con .center-box {
    inset: 58% auto auto 50%;
}

#en_con .box-manufacture {
    bottom: -13%;
}

#en_con .business_AsRs .system-item h3 {
    font-size: .9em;
    line-height: 1;
}

/* en_con */

/**************************** responsive ****************************/
@media (max-width: 1480px) {

    .business_AsRs .system-item.large .image-placeholder,
    .business_AsRs .image-placeholder {
        height: auto;
    }
}

@media (max-width: 1300px) {

    #jp_cont .flow-row {
        flex-direction: column;
        gap: 10px;
        width: auto;
    }

    #jp_cont .flow-step {
        position: relative;
    }

    #jp_cont .flow-step::after {
        position: absolute;
        top: -10px;
        left: -5px;
        content: attr(data-index-number);
        font-size: 1em;
        color: #fff;
        background: #0400B8;
        display: block;
        width: 30px;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 50%;
        line-height: 25px;
    }

    #jp_cont .arrow {
        display: none;
    }
}

/* ========== 태블릿 레이아웃 ========== */
@media (max-width: 1024px) {
    .turnkey-solution {
        --canvas: min(92vw, 820px);
    }

    /* 카드 살짝 키워 간격 유지 */
    .box {
        width: clamp(150px, 22%, 200px);
    }

    /* 중앙 박스 축소 */
    .center-box {
        width: clamp(220px, 42%, 320px);
    }

    /* 위치 미세 조정 */
    .box-design {
        left: 86%;
        top: 33%;
    }

    .box-installation {
        left: 14%;
        bottom: 5%;
    }

    .box-as {
        left: 14%;
        top: 32%;
    }

    /* arsr */
    .business_AsRs .content {
        grid-template-columns: 1fr;
    }

    .business_AsRs .systems-layout {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    .business_AsRs .system-item.large {
        grid-row: 1;
        grid-column: 1 / -1;
    }

    .business_AsRs .system-item.large .image-placeholder {
        /* height: 200px; */
        height: auto;
    }

    .business_AsRs .system-item.top-right {
        grid-column: 1;
        grid-row: 2;
    }

    .business_AsRs .system-item.middle-right {
        grid-column: 2;
        grid-row: 2;
    }

    .business_AsRs .system-item.bottom-left {
        grid-column: 1;
        grid-row: 3;
    }

    .business_AsRs .system-item.bottom-right {
        grid-column: 2;
        grid-row: 3;
    }



}

/****** desktop ******/
@media screen and (min-width: 899px) and (max-width: 1200px) {

    /* 연혁 */
    .history_title {
        width: 33%;
        margin-right: 10%;
    }

    .history_title .year {
        font-size: 50px;
    }

    .history_title .year2 {
        margin: -25px 0 0 0;
    }

    .his_year_list h4 {
        font-size: 24px;
    }


    /* 사업소개 */
    .business_list .bs_txt {
        padding: 30px 0px 0 20px;
    }

    .business_list .bs_img {
        width: 500px;
        height: 300px;
    }

    .business_list .bs_txt h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .business_list .bs_txt h3:after {
        display: none;
    }

    .business_list .bs_txt h3 br {
        display: none;
    }

    .business_list .bs_txt p {
        padding: 20px 20px 0 0px;
    }
}

@media (max-width:840px) {
    #en_con .flow-row {
        flex-direction: column;
        gap: 10px;
        width: auto;
    }

    #en_con .flow-step {
        position: relative;
        min-width: unset;
        width: 100%;
        min-height: unset;
    }

    #en_con .flow-step::after {
        position: absolute;
        top: -10px;
        left: -5px;
        content: attr(data-index-number);
        font-size: 1em;
        color: #fff;
        background: #0400B8;
        display: block;
        width: 30px;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 50%;
        line-height: 25px;
    }

    #en_con .arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .system-content {
        grid-template-columns: 1fr;
    }

    .flow-row {
        flex-direction: column;
        gap: 10px;
        width: auto;
    }

    .flow-step {
        position: relative;
    }

    .flow-step::after {
        position: absolute;
        top: -10px;
        left: -5px;
        content: attr(data-index-number);
        font-size: 1em;
        color: #fff;
        background: #0400B8;
        display: block;
        width: 30px;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 50%;
        line-height: 25px;
    }

    .arrow {
        display: none;
    }

    .business_AsRs .content {
        padding: 20px;
    }

    .business_AsRs .systems-layout {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
    }

    .business_AsRs .system-item.large,
    .business_AsRs .system-item.top-right,
    .business_AsRs .system-item.middle-right,
    .business_AsRs .system-item.bottom-left,
    .business_AsRs .system-item.bottom-right {
        grid-column: 1;
        grid-row: auto;
    }

    .business_AsRs .system-item.large .image-placeholder {
        /* height: 180px; */
    }

    .business_AsRs .contact-grid {
        grid-template-columns: 1fr;
    }

    .business_AsRs .table-content {
        grid-template-columns: 1fr;
    }

    .business_AsRs .table-header {
        grid-column: 1;
    }

    .business_AsRs2 .content {
        padding: 20px;
    }

    .business_AsRs2 .images-grid {
        grid-template-columns: 1fr;
    }

    .business_AsRs2 .specs-grid {
        grid-template-columns: 1fr;
    }

    .business_AsRs2 .spec-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .business_AsRs2 .spec-label,
    .business_AsRs2 .spec-value {
        text-align: center;
    }

    .business-03 ul.tabs li {
        flex: unset;
    }
}

/* ========== 모바일(스택) ========== */
@media (max-width: 720px) {
    .turnkey-solution {
        /* 모바일에선 세로 스크롤 가능한 카드 리스트로 전환 */
        width: min(94vw, 520px);
        aspect-ratio: auto;
        /* 자유 높이 */
    }

    .circle-bg {
        background: none;
        /* 큰 원형 배경 감춤 */
        display: grid;
        grid-template-rows: auto auto;
        gap: 16px;
        padding-top: 8px;
    }

    /* 중앙 박스는 상단 고정 */
    .center-box {
        position: static;
        transform: none;
        width: 100%;
        padding: 4px 0 8px;
    }

    .center-items {
        grid-template-columns: repeat(2, minmax(50px, auto));
        /* 2열 */
        /* gap: 8px; */
    }

    .center-items .item {
        aspect-ratio: 3/1.5;
    }

    /* 가장자리 카드들을 흐름에 맞춰 세로 스택 */
    .box {
        position: static;
        width: 100%;
        transform: none;
        /* display: grid;
        grid-template-columns: 120px 1fr; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* 썸네일 + 텍스트 */
        gap: 12px;
        text-align: left;
        align-items: center;
    }

    .box img {
        border-radius: 12px;
    }

    /* 카드 순서 재배치(시맨틱 유지, 시각만 재정렬) */
    .box-consultant {
        order: 1;
    }

    .box-design {
        order: 2;
    }

    .box-manufacture {
        order: 3;
    }

    .box-installation {
        order: 4;
    }

    .box-as {
        order: 5;
    }
}

/****** tablet ******/
@media screen and (min-width: 691px) and (max-width: 899px) {
    /* 인사말 */

    .greeting-container img {
        width: 80%;
        padding: 0;
        margin-top: 60px;
    }


    /* 연혁 */
    .history_top {
        height: 220px;
    }

    .history_title {
        width: 100%;
    }

    .history_title .year {
        font-size: 37px;
        line-height: 43px;
    }

    .history_title .year2 {
        margin: 0;
        text-align: left;
    }

    .history_wrap {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .his_year_list h4 {
        width: 100%;
        font-size: 24px;
        padding-bottom: 8px;
    }

    .his_year_list .year_wrap {
        width: 100%;
    }

    /* 사업소개 */
    .business_top {
        height: 420px;
        padding: 70px 45px;
    }

    .business_list .bs_img {
        width: 100%;
        overflow: hidden;
    }

    .business_list .bs_txt {
        width: 100%;
        padding: 30px 0px 0 20px;
    }

    .business_list .bs_txt h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .business_list .bs_txt h3:after {
        display: none;
    }

    .business_list .bs_txt h3 br {
        display: none;
    }

    .business_list .bs_txt p {
        padding: 20px 20px 0 0px;
    }
}

@media screen and (max-width: 690px) {
    /******* mobile ******/

    /* 인사말 */
    .greeting-container {
        display: flex;
        flex-wrap: wrap;
    }

    .greeting-item {
        width: 100%;
    }

    .greeting-sub-tit {
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .greeting-container img {
        width: 70%;
        padding: 0;
        margin: 30px auto;
    }

    .greeting-item h1 {
        color: #0d2563;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.4;
    }

    .greeting-item em {
        display: block;
        font-style: normal;
    }

    .greeting-item p {
        font-size: 18px;
        padding: 20px 0;
        line-height: 1.8;
    }

    .greeting-item ul li {
        padding: 15px 0;
        font-size: 16px;
        line-height: 1.6;
    }

    .num {
        display: block;
        font-size: px;
        color: #0d2563;
        font-weight: 600;
        padding-right: 15px;
    }

    .greeting_sign {
        font-family: 'BookkMyungjo-Bd';
        display: block;
        font-weight: 400;
        font-size: 16px;
        padding-top: 30px;
    }

    .greeting_sign span {
        color: #222;
        font-weight: 700;
        font-size: 18px;
    }


    /* 경영이념 */
    .management_wrap .management_tit {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-radius: 30px;
        font-size: 20px;
        color: #222;
        letter-spacing: -1px;
        font-weight: 600;
        line-height: 1.5;
        padding-bottom: 50px;
        font-family: 'TheJamsil5Bold';
    }

    /* 연혁 */
    .history {
        height: 100%;
    }

    .history_wrap::before {
        left: 0%;
    }

    .history_wrap .item .cont,
    .history_wrap .item .image {
        width: 100%;
    }

    .history_wrap .item .cont {
        padding-left: 11%;
    }

    /* 짝수 순서 내용 */
    .history_wrap .item:nth-child(even) .cont {
        float: left;
    }

    .history_wrap .item .cont strong {
        font-size: 30px;
    }

    .history_wrap .item .cont strong::before {
        display: none;
    }

    .history_wrap .item:nth-child(even) .cont strong::before {
        right: -11px;
    }

    .history_wrap .item .cont dt,
    .history_wrap .item .cont dd {
        font-size: 16px;
    }

    .history_wrap .item .cont p {
        font-size: 30px;
    }

    /* 조직도 */

    .org img {
        width: 100%;
    }


    /*주요고객사*/

    .client-item {
        width: 100%;
        margin: 10px 0;
    }

    .client-item img {
        width: 100%;
    }


    /*--------------------------------------------------------------
사업분야
--------------------------------------------------------------*/
    /* 사업분야 */

    .business {
        width: 100%;
    }

    .business-tit h1 {
        font-size: 30px;
    }

    .business-tit p {
        font-size: 15px;
    }

    .business_list {
        overflow: hidden;
        margin-bottom: 0;
    }

    .business_list .bs_img {
        float: left;
        width: 100%;
        height: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .business_list .bs_img img {
        width: 100%;
    }

    .business_list_sub {
        margin-bottom: 30px;
    }

    .table_type1 th:first-child,
    .table_type1 td:first-child {
        width: 80px;
    }

    .table_type1 td {
        padding: 12px 10px;
    }

    .table_type1 td,
    .table_type1 th {
        font-size: 13px;
    }

    /*탭메뉴*/
    .business-area {
        width: 100%;
    }

    .business-area ul.tabs {
        padding-bottom: 50px;
    }

    .business-area ul.tabs li {
        width: 100%;
        font-size: 15px;
    }

    .business-area .tab_wrap .tab_content {
        font-size: 15px;
    }

    .business-02 ul.en-tabs li {
        font-size: 12px;
    }

    /*--------------------------------------------------------------
투자정보
--------------------------------------------------------------*/
    /*재무제표*/
    .financial-chart-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 0 50px 0;
    }


    /*--------------------------------------------------------------
ESG
--------------------------------------------------------------*/
    /*ESG추진방향*/
    .esg-01 {
        padding: 60px 0;
        width: 100%;
        border-radius: 10px;
    }

    .esg-content {
        flex-wrap: wrap;
    }

    .esg-content ul {
        text-align: center;
        width: 300px;
        padding: 10px;
        margin: 10px 0;
    }

    .esg-content li:nth-child(2) {
        padding-bottom: 20px;
    }

    .esg-box-txt {
        font-size: 18px;
    }

    .esg-content li {
        padding-right: 0;
    }

    /*환경안전경영*/
    .esg-tit {
        padding-bottom: 30px;
    }

    .esg-02 li {
        padding: 20px 0;
    }

    .safety-management {
        padding-top: 60px;
    }

    .esg-02 .num {
        display: block;
        margin: 0 10px 10px 0;
    }

    /*--------------------------------------------------------------
인재채용
--------------------------------------------------------------*/
    /*인재상*/
    .hr-01 {
        padding: 60px 0;
    }

    .hr-01-tit {
        padding: 20px 0 30px 0;
        font-size: 25px;
    }

    .hr-01 span {
        font-size: 25px;
    }

    .hr-content {
        flex-wrap: wrap;
    }

    .hr-content li {
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .hr-content ul {
        width: 100%;
        padding: 30px 0;
    }

    .hr-list {
        margin-top: 50px;
    }

    .hr-list li {
        padding: 20px;
    }

    .hr-list .num {
        display: block;
        margin: 0 10px 10px 0;
    }

    /*인사제도*/
    .hr-system {
        padding-bottom: 60px;
    }

    .hr-system h1 {
        font-size: 25px;
    }

    .hr-item {
        width: 100%;
        padding-left: 10px;
        font-size: 15px;

    }

    .hr-item span {
        top: 6px;
    }

    .hr-item ul {
        padding-bottom: 25px;

    }

    .hr-item li {
        width: 110px;
        height: 110px;
    }

    .hr-step-txt {
        padding-top: 30px;
    }

    .hr-step-txt div:nth-child(2) {

        margin: 10px auto;

    }

    /*복리후생*/

    .welfare-container {
        display: flex;
        flex-wrap: wrap;
    }

    .welfare-container>li {
        width: 100%;
        margin: 20px 0;
        display: flex;
    }

    .welfare-item {
        padding: 40px;

    }

    .welfare-item span {
        font-size: 15px;
    }

    .welfare-item h2 {
        font-size: 20px;
    }

    /*--------------------------------------------------------------
고객지원
--------------------------------------------------------------*/
    /*문의하기*/
    .form-custom {
        width: 90%;
        margin: 0 auto;
    }

    .agree-box ul {
        width: 90%;
    }

    .form-custom th {
        width: 32%;
    }

    .form-custom th {
        font-size: 14px;
    }

    /*오시는길*/

    .map-contents>img {
        width: 100%;
    }

    .map-contents p {
        padding-top: 0;
        font-size: 15px;
    }

    .map .tab_wrap .tab_content {
        padding: 10px;
    }

    .map-contents {
        padding: 30px 0 60px 0;
    }

    .map_box {
        width: 100%;
        height: 500px;
    }

    .map-content h1 {
        font-size: 25px;
        margin: 0;
    }

    .map-box {
        margin-top: 10px;
    }

    .map-box>div {
        width: 100%;
    }

    .location_box {
        z-index: 999;
        padding: 0;
        min-width: 500px;
    }

    .location_box p {
        line-height: 40px;
    }

    .location_box h3 {
        padding: 15px 0;
    }

    .location_box span {
        width: 70px;
    }
}

@media screen and (max-width: 550px) {
    .turnkey-solution {
        width: 100%;
        min-width: unset;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== 아주 작은 화면 ========== */
@media (max-width: 420px) {
    .center-items {
        grid-template-columns: 1fr;
    }

    /* 중앙 4칸을 1열로 */
    .box {
        grid-template-columns: 1fr;
        text-align: center;
    }
}


@media screen and (max-width: 319px) {


    /* 연혁 */
    .his_year_list {
        padding: 0 5px 0 10px !important;
    }

    .his_year_list h4 {
        font-size: 22px;
        padding: 0 0 10px 0;
        width: 100%;
    }

    .his_year_list .year_wrap:before {
        display: none;
    }

    .his_year_list .year_wrap {
        width: 100%;
    }

    .his_year_list .year_wrap dl {
        float: left;
        margin-bottom: 10px;
    }

    .his_year_list .year_wrap dl dt.month {
        width: 100%;
        padding-bottom: 4px;
    }

    .his_year_list .year_wrap dl dd.text {
        font-size: 17px;
        width: 100%;
        line-height: 25px;
        word-break: keep-all;
    }
}