@charset "UTF-8";

/*키프레임*/
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* SUITE */
@font-face {
    font-family: "SUITE";
    src: url("/assets/fonts/suite/SUITE-Regular.woff2") format("woff2"), url("/assets/fonts/suite/SUITE-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SUITE";
    src: url("/assets/fonts/suite/SUITE-Medium.woff2") format("woff2"), url("/assets/fonts/suite/SUITE-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SUITE";
    src: url("/assets/fonts/suite/SUITE-Bold.woff2") format("woff2"), url("/assets/fonts/suite/SUITE-Bold.woff2") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SUITE";
    src: url("/assets/fonts/suite/SUITE-ExtraBold.woff2") format("woff2"), url("/assets/fonts/suite/SUITE-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "PretendardJPVariable";
    src: url("/assets/fonts/PretendardJPVariable.woff2") format("woff2");
    font-style: normal;
}


/* 초기화 및 초기 세팅 */
:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
    --hd_height: 9.5rem;
    --hd_height_m: 5.6rem;
    --ic_date: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_282_9915)'%3E%3Cline x1='4' y1='9.35' x2='20' y2='9.35' stroke='%2322272B' stroke-width='1.3'/%3E%3Crect x='4' y='5' width='16' height='15' rx='3' stroke='%2322272B' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M9 4L9 6' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M9 13H7' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17 16H15' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M13 13H11' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17 13H15' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M9 16H7' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M13 16H11' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M15 4L15 6' stroke='%2322272B' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_282_9915'%3E%3Crect width='18' height='18' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    --ic_time: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_282_9913)'%3E%3Cpath d='M11.9999 20.1015C16.4734 20.1015 20.0999 16.475 20.0999 12.0015C20.0999 7.52798 16.4734 3.90149 11.9999 3.90149C7.5264 3.90149 3.8999 7.52798 3.8999 12.0015C3.8999 16.475 7.5264 20.1015 11.9999 20.1015Z' stroke='%2322272B' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.7 13.8014L12 11.6555V6.60144' stroke='%2322272B' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_282_9913'%3E%3Crect width='18' height='18' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

div::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}

div::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 100px;
}

html {
    font-size: 10px;
}

body {
    margin: 0 auto;
    padding: 0;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

label,
input,
button,
select,
img {
    vertical-align: middle;
}

input,
button {
    margin: 0;
    padding: 0;
}

input[type="submit"] {
    cursor: auto;
}

button {
    cursor: auto;
    word-break: keep-all;
}

select {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    display: none;
}

a {
    text-decoration: none;
    color: var(--text);
}

a:hover {
    text-decoration: none;
}

.un_reboot_a {
    color: var(--text);
    text-decoration: underline;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal;
    word-wrap: break-word;
}

img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

/**************************************************/
/*								공통 class 설정	  								*/
/**************************************************/
/* .container-fluid {max-width: 2560px;} */

.btn.btn_auto {
    padding: 0;
    width: auto;
    height: auto !important;
    margin: 0;
}

.auto-phrase {
    word-break: auto-phrase;
}

.keep-all {
    word-break: keep-all;
}

.rad-line {
    display: inline-block;
    width: 0.3rem;
    height: 5rem;
    background-color: #d0121b;
}

.border_mb {
    margin-bottom: 8rem;
}

.mb_10 {
    margin-bottom: 1rem;
}

.mb_15 {
    margin-bottom: 1.5rem;
}

.font_suite {
    font-family: "SUITE", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", sans-serif;
}

.pc_only {
    display: block;
}

.mo_only {
    display: none;
}

.flex_center {
    align-items: center;
    justify-content: center;
}

.cursor_pointer {
    cursor: pointer;
}

.cursor_default {
    cursor: default;
}

.over_hidden {
    overflow: hidden;
}

.bg_att_fixed {
    background-attachment: fixed;
}

/* 스크롤바 none */
.scroll_bar_none {
    -ms-overflow-style: none;
}

.scroll_bar_none::-webkit-scrollbar {
    display: none;
}

/*터치*/
.touch_scroll {
    overflow-x: auto;
    /* 가로 스크롤 활성화 */
    overflow-y: hidden;
    /* 내부 세로 스크롤은 숨김 */
    white-space: nowrap;
    /* 가로 스크롤 자연스럽게 */
}

.touch_scroll:active {
    cursor: grabbing;
}

.touch_scroll > * {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-primary-light {
    background: var(--primary-light);
}

.vh_min100 {
    min-height: 100vh;
}

.vh_100_vh {
    height: 100vh;
}

.w-auto {
    width: auto;
}

.zd_2 {
    position: relative;
    z-index: 2;
}

/* gap */
.gap_5 {
    gap: 0.5rem;
}

.gap_6 {
    gap: 0.6rem;
}

.gap_8 {
    gap: 0.8rem;
}

.gap_10 {
    gap: 1rem;
}

.gap_12 {
    gap: 1.2rem;
}

.gap_15 {
    gap: 1.5rem;
}

.gap_16 {
    gap: 1.6rem;
}

.gap_20 {
    gap: 2rem;
}

.gap_24 {
    gap: 2.4rem;
}

.gap_25 {
    gap: 2.5rem;
}

.gap_30 {
    gap: 3rem;
}

.gap_40 {
    gap: 4rem;
}

.gap_50 {
    gap: 5rem;
}

.gap_60 {
    gap: 6rem;
}

.gap_110 {
    gap: 11rem;
}

/* 아이콘 너비 */
.icon_4 {
    width: 0.4rem;
    flex-shrink: 0;
}

.icon_6 {
    width: 0.6rem;
    flex-shrink: 0;
}

.icon_7 {
    width: 0.7rem;
    flex-shrink: 0;
}

.icon_8 {
    width: 0.8rem;
    flex-shrink: 0;
}

.icon_10 {
    width: 1rem;
    flex-shrink: 0;
}

.icon_12 {
    width: 1.2rem;
    flex-shrink: 0;
}

.icon_14 {
    width: 1.4rem;
    flex-shrink: 0;
}

.icon_15 {
    width: 1.5rem;
    flex-shrink: 0;
}

.icon_16 {
    width: 1.6rem;
    flex-shrink: 0;
}

.icon_18 {
    width: 1.8rem;
    flex-shrink: 0;
}

.icon_20 {
    width: 2rem;
    flex-shrink: 0;
}

.icon_24 {
    width: 2.4rem;
    flex-shrink: 0;
}

.icon_25 {
    width: 2.5rem;
    flex-shrink: 0;
}

.icon_28 {
    width: 2.8rem;
    flex-shrink: 0;
}

.icon_30 {
    width: 3rem;
    flex-shrink: 0;
}

.icon_32 {
    width: 3.2rem;
    flex-shrink: 0;
}

.icon_35 {
    width: 3.5rem;
    flex-shrink: 0;
}

.icon_36 {
    width: 3.6rem;
    flex-shrink: 0;
}

.icon_38 {
    width: 3.8rem;
    flex-shrink: 0;
}

.icon_40 {
    width: 4rem;
    flex-shrink: 0;
}

.icon_48 {
    width: 4.8rem;
    flex-shrink: 0;
}

.icon_50 {
    width: 5rem;
    flex-shrink: 0;
}

.icon_56 {
    width: 5.6rem;
    flex-shrink: 0;
}

.icon_60 {
    width: 6rem;
    flex-shrink: 0;
}

.icon_120 {
    width: 12rem;
    flex-shrink: 0;
}

/**************************************************/
/*								 텍스트 설정		  								*/
/**************************************************/
.text_dynamic {
    white-space: pre-line;
}

.wh_pre {
    white-space: pre-line;
}

.wh_nowrap {
    white-space: nowrap;
}

.break_all {
    word-break: break-all;
}

.text-left {
    text-align: left !important;
}

/*폰트커스텀 기본사이즈 10px*/
.tit_h1 {
    font-size: 3.8rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
}

.tit_h2 {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
}

.tit_h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
}

.tit_h4 {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--text);
    line-height: 1.3;
}

.sub_primary_tit {
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.4;
    word-wrap: break-word;
    word-break: keep-all;
}

.sub_gray_tit {
    font-size: 3.5rem;
    font-weight: 400;
    color: var(--gray-600);
    line-height: 1.4;
    word-wrap: break-word;
    word-break: keep-all;
}

/* 형관펜 효과 */
.tit_text_wr p {
    word-wrap: break-word;
    word-break: keep-all;
}

.underline_text.pink {
    box-shadow: inset 0 -0.5em 0 var(--primary-100);
    word-wrap: break-word;
    word-break: keep-all;
}

.underline_text.gray {
    box-shadow: inset 0 -0.5em 0 var(--border);
}

/* .underline_text .text{ position: relative; z-index: 1;}
.underline_text::after{
    content: "";
    display: block;
    width: 100%;
    height: 1.5rem;
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    z-index: 0;
}
.underline_text.underline_sm::after{ height: 1.0rem; bottom: 0;}
.underline_text.pink::after{ background: var(--primary-100);}
.underline_text.gray::after{ background: var(--border);} */

/* 폰트컬러 */
/* 부트스트랩 class는 --var값으로 설정이 되어 있지 않아서 따로 만들었습니다. 필요시 추가해서 사용 */
.fc_primary {
    color: var(--primary);
}

.fc_primary-dark {
    color: #b90b13;
}

.fc_secondary {
    color: var(--secondary);
}

.fc_text {
    color: var(--text);
}

.fc_gray_100 {
    color: var(--gray-100);
}

.fc_gray_200 {
    color: var(--gray-200);
}

.fc_gray_300 {
    color: var(--gray-300);
}

.fc_gray_400 {
    color: var(--gray-400);
}

.fc_gray_500 {
    color: var(--gray-500);
}

.fc_gray_600 {
    color: var(--gray-600);
}

.fc_gray_700 {
    color: var(--gray-700);
}

.text-black {
    color: #000;
}

/* 라인 헤이트 */
.line_h1 {
    line-height: 1;
}

.line_h1_1 {
    line-height: 1.1;
}

.line_h1_2 {
    line-height: 1.2;
}

.line_h1_3 {
    line-height: 1.3;
}

.line_h1_4 {
    line-height: 1.4;
}

.line_h1_5 {
    line-height: 1.5;
}

.line_h1_6 {
    line-height: 1.6;
}

.line_h1_7 {
    line-height: 1.7;
}

.line_h1_8 {
    line-height: 1.8;
}

.line_h1_9 {
    line-height: 1.9;
}

.line_h2 {
    line-height: 2;
}

.fs_8 {
    font-size: 0.8rem;
}

.fs_9 {
    font-size: 0.9rem;
}

.fs_10 {
    font-size: 1rem;
}

.fs_11 {
    font-size: 1.1rem;
}

.fs_12 {
    font-size: 1.2rem;
}

.fs_13 {
    font-size: 1.3rem;
}

.fs_14 {
    font-size: 1.4rem;
}

.fs_15 {
    font-size: 1.5rem;
}

.fs_16 {
    font-size: 1.6rem;
}

.fs_17 {
    font-size: 1.7rem;
}

.fs_18 {
    font-size: 1.8rem;
}

.fs_19 {
    font-size: 1.9rem;
}

.fs_20 {
    font-size: 2rem;
}

.fs_21 {
    font-size: 2.1rem;
}

.fs_22 {
    font-size: 2.2rem;
}

.fs_23 {
    font-size: 2.3rem;
}

.fs_24 {
    font-size: 2.4rem;
}

.fs_25 {
    font-size: 2.5rem;
}

.fs_26 {
    font-size: 2.6rem;
}

.fs_27 {
    font-size: 2.7rem;
}

.fs_28 {
    font-size: 2.8rem;
}

.fs_29 {
    font-size: 2.9rem;
}

.fs_30 {
    font-size: 3rem;
}

.fs_31 {
    font-size: 3.1rem;
}

.fs_32 {
    font-size: 3.2rem;
}

.fs_33 {
    font-size: 3.3rem;
}

.fs_34 {
    font-size: 3.4rem;
}

.fs_35 {
    font-size: 3.5rem;
}

.fs_36 {
    font-size: 3.6rem;
}

.fs_37 {
    font-size: 3.7rem;
}

.fs_38 {
    font-size: 3.8rem;
}

.fs_39 {
    font-size: 3.9rem;
}

.fs_40 {
    font-size: 4rem;
}

.fs_41 {
    font-size: 4.1rem;
}

.fs_42 {
    font-size: 4.2rem;
}

.fs_43 {
    font-size: 4.3rem;
}

.fs_44 {
    font-size: 4.4rem;
}

.fs_45 {
    font-size: 4.5rem;
}

.fs_46 {
    font-size: 4.6rem;
}

.fs_47 {
    font-size: 4.7rem;
}

.fs_48 {
    font-size: 4.8rem;
}

.fs_49 {
    font-size: 4.9rem;
}

.fs_50 {
    font-size: 5rem;
}

.fs_51 {
    font-size: 5.1rem;
}

.fs_52 {
    font-size: 5.2rem;
}

.fw_100 {
    font-weight: 100;
}

.fw_200 {
    font-weight: 200;
}

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

.fw_900 {
    font-weight: 900;
}

/*글자 줄임말/자르기*/
.line_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-break: break-all;
}

.line1_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3_text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/**************************************************/
/*								공통 여백 class	  								*/
/**************************************************/
/*마진*/
.mt_8 {
    margin-top: 0.8rem;
}

.mt_12 {
    margin-top: 1.2rem;
}

.mt_16 {
    margin-top: 1.6rem;
}

.mt_20 {
    margin-top: 2rem;
}

.mt_24 {
    margin-top: 2.4rem;
}

.mt_25 {
    margin-top: 2.5rem;
}

.mt_28 {
    margin-top: 2.8rem;
}

.mt_35 {
    margin-top: 3.5rem;
}

.mt_36 {
    margin-top: 3.6rem;
}

.mt_40 {
    margin-top: 4rem;
}

.mt_60 {
    margin-top: 6rem;
}

.mt_70 {
    margin-top: 7rem;
}

.mt_80 {
    margin-top: 8rem;
}

.mb_4 {
    margin-bottom: 0.4rem;
}

.mb_6 {
    margin-bottom: 0.6rem;
}

.mb_8 {
    margin-bottom: 0.8rem;
}

.mb_12 {
    margin-bottom: 1.2rem;
}

.mb_14 {
    margin-bottom: 1.4rem;
}

.mb_16 {
    margin-bottom: 1.6rem;
}

.mb_18 {
    margin-bottom: 1.8rem;
}

.mb_20 {
    margin-bottom: 2rem;
}

.mb_24 {
    margin-bottom: 2.4rem;
}

.mb_25 {
    margin-bottom: 2.5rem;
}

.mb_40 {
    margin-bottom: 4rem;
}

.mb_50 {
    margin-bottom: 5rem;
}

.mb_60 {
    margin-bottom: 6rem;
}

.mb_70 {
    margin-bottom: 7rem;
}

.mb_90 {
    margin-bottom: 9rem;
}

.mr_4 {
    margin-right: 0.4rem;
}

.mr_6 {
    margin-right: 0.6rem;
}

.mr_8 {
    margin-right: 0.8rem;
}

.mr_12 {
    margin-right: 1.2rem;
}

.mr_16 {
    margin-right: 1.6rem;
}

.mr_20 {
    margin-right: 2rem;
}

.ml_6 {
    margin-left: 0.6rem;
}

.ml_8 {
    margin-left: 0.8rem;
}

.ml_16 {
    margin-left: 1.6rem;
}

.ml_20 {
    margin-left: 2rem;
}

.mx_n16 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
}

.mx_n20 {
    margin-left: -2rem;
    margin-right: -2rem;
}

/*패딩*/
.pt_6 {
    padding-top: 0.6rem;
}

.pt_14 {
    padding-top: 1.4rem;
}

.pt_20 {
    padding-top: 2rem;
}

.pt_24 {
    padding-top: 2.4rem;
}

.pt_25 {
    padding-top: 2.5rem;
}

.pt_28 {
    padding-top: 2.8rem;
}

.pt_40 {
    padding-top: 4rem;
}

.pt_50 {
    padding-top: 5rem;
}

.pt_60 {
    padding-top: 6rem;
}

.pt_80 {
    padding-top: 8rem;
}

.pt_120 {
    padding-top: 12rem;
}

.pb_8 {
    padding-bottom: 0.8rem;
}

.pb_14 {
    padding-bottom: 1.4rem;
}

.pb_16 {
    padding-bottom: 1.6rem;
}

.pb_18 {
    padding-bottom: 1.8rem;
}

.pb_20 {
    padding-bottom: 2rem;
}

.pb_24 {
    padding-bottom: 2.4rem;
}

.pb_25 {
    padding-bottom: 2.5rem;
}

.pb_40 {
    padding-bottom: 4rem;
}

.pb_50 {
    padding-bottom: 5rem;
}

.pb_60 {
    padding-bottom: 6rem;
}

.pb_70 {
    padding-bottom: 7rem;
}

.pb_80 {
    padding-bottom: 8rem;
}

.pb_90 {
    padding-bottom: 9rem;
}

.pb_100 {
    padding-bottom: 10rem;
}

.pl_16 {
    padding-left: 1.6rem;
}

.pr_16 {
    padding-right: 1.6rem;
}

.py_8 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.py_20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py_35 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.px_8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.px_12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.px_18 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.px_16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.px_20 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.p_20 {
    padding: 2rem;
}

/**************************************************/
/*								공통 요소 설정	  								*/
/**************************************************/
/* 컨테이너 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding-right: 0;
    padding-left: 0;
}

.container-lg {
    max-width: 1196px;
}

.container {
    max-width: 1096px;
}

.container-md {
    max-width: 960px;
}

.container-sm {
    max-width: 540px;
}

/*노데이터*/
.no_data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border-bottom: 1px solid var(--border); */
}

.no_data img {
    width: 6.8rem;
}

/* 고탑버튼*/
.go_top2 {
    width: 5.6rem;
    height: 5.6rem;
    background: url(../img/go_top.png?<?=$v_txt?>) no-repeat center;
    background-color: var(--gray-600);
    background-size: 2.4rem auto;
    z-index: 1000;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    /*transform: translateX(600px);*/
}

.go_top2.show {
    display: block;
}

/* bar 회색바 */
.bar {
    height: 1rem;
    background-color: #f8f8f8;
}

/* 뱃지 디자인 */
.badge {
    padding: 0.3rem 0.5rem;
    border-radius: 0.4rem;
    font-weight: 500;
    font-size: 1.3rem;
}

.badge-primary {
    background-color: rgba(234, 66, 72, 0.1);
    color: #ea4248;
}

.badge-disabled {
    color: #999;
    background: #ddd;
}

.badge-md {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
    padding: 0 1.2rem;
    border-radius: 0.6rem;
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
}

.badge-sm {
    font-size: 1.1rem;
}

/* List Style */
.list_style_1 li {
    display: flex;
    padding-bottom: 0.7rem;
    line-height: 1.4;
}

.list_style_1 li:last-child {
    padding-bottom: 0;
}

.list_style_1 li>span {
    display: inline-block;
    width: 8rem;
    padding-right: 0.5rem;
    flex-shrink: 0;
}

.list_style_2 li {
    display: flex;
    padding-bottom: 0.8rem;
}

.list_style_2 li:before {
    content: "-";
    display: inline-block;
    margin-right: 1rem;
}

.list_style_3 li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_style_3 li:last-child {
    margin-bottom: 0 !important;
}

.list_style_3 li div {}

/* collapse 화살표 아이콘 */
/* 초기 상태에서는 화살표 아래 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="false"] img {
    transform: rotate(0deg);
}

/* 펼쳐진 상태에서는 화살표 위 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="true"] img {
    transform: rotate(180deg);
}

/*탭*/
.tab_sticky {
    position: sticky;
    top: 4.8rem;
    z-index: 15;
}

/*nav-tabs*/
.nav-tabs {
    background: #f5f6f8;
    border-radius: 0.8rem;
    padding: 0.8rem;
    border: 0;
    flex-wrap: nowrap;
}

.nav-tabs .nav-link {
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #999;
    border: 0;
    margin-bottom: 0px;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-radius: 0.8rem;
    font-weight: 600;
    word-break: keep-all;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background: #fff;
    color: #000;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.06);
}

/*nav-pills*/
.nav-pills {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    flex-wrap: nowrap;
}

.nav-pills .col {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 1rem;
    background: #aab1b7;
    color: #fff;
}

/*nav_tab_line*/
.nav_tab_line {
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.nav_tab_line {
    border: unset;
    border-bottom: 1px solid #e3e3e3;
}

.nav_tab_line .nav-item {
    text-align: center;
    /*	background-color: #fff;*/
    border: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

.nav_tab_line .nav-link {
    position: relative;
    /*	border: 1px solid white;*/
    border: none;
    color: #000;
    height: 5.4rem;
    padding: 1.5rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    background: #fff;
}

.nav_tab_line .nav-link.active,
.nav_tab_line .nav-item.show .nav-link {
    /*border-bottom: 0.2rem solid var(--primary);
	color: var(--primary);
	transform: translateY(0.15rem);
	padding-bottom:1.15rem;*/
    color: #b90b13;
}

.nav_tab_line .nav-link.active::after,
.nav_tab_line .nav-item.show .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b90b13;
    left: 0;
    bottom: -1px;
}

/*nav_tab_line2*/
.nav_tab_line2 {
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.nav_tab_line2 {
    border: unset;
    /*	border-bottom:1px solid #E3E3E3;*/
}

.nav_tab_line2 .nav-item {
    text-align: center;
    background-color: #fff;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

.nav_tab_line2 .nav-link {
    color: var(--text);
    height: 6rem;
    padding: 1rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--border);
}

.nav_tab_line2 .nav-link.active,
.nav_tab_line2 .nav-item.show .nav-link {
    border-color: var(--primary);
    color: var(--primary);
}

/* 탭 커스텀 */
.tab_custom {
    border: 1px solid var(--border);
    padding: 3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2.5rem;
    margin-bottom: 8rem;
}

.tab_custom .btn-link {
    padding: 0 5rem;
    font-size: 2rem;
    font-weight: 500;
    color: var(--gray-300);
    border-left: 1px solid var(--border);
}

.tab_custom .btn-link.active {
    color: var(--primary);
}

.tab_custom .btn-link:hover {
    text-decoration: none;
    color: var(--primary);
}

.tab_custom .btn-link:first-child {
    border-left: 0;
}

/*드롭다운*/
.dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dropdown-menu .dropdown-item {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.dropdown-menu .dropdown-item:hover {
    background: #f5f6f8;
}

/*커스텀 스위치*/
.custom-switch {
    padding: 0;
    width: 4.9rem;
    height: 2.5rem;
}

.custom-switch .custom-control-label::after {
    width: 1.9rem;
    height: 1.9rem;
    background-color: #fff;
    border-radius: 3rem;
    top: 0.3rem;
    left: 0.3rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.3rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    cursor: pointer;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    left: 1.9rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}

.custom-control-label::before {
    background-color: #e3e3e3;
    border: 0;
    top: 0;
    cursor: pointer;
}

.custom-switch .custom-control-label::before {
    left: 0;
    width: 4.9rem;
    height: 2.5rem;
    border-radius: 2rem;
}

.dot_list li {
    list-style: none;
    margin-bottom: 1rem;
    display: flex;
}

.dot_list li:before {
    content: "·";
    vertical-align: middle;
    margin-right: 0.5rem;
}

.dot_list li:last-child {
    margin-bottom: 0;
}

.dot_list.fs_10 li {
    margin-bottom: 0.3rem;
}

/* 폼 사각형 */
.sq_guide {
    display: flex;
    flex-wrap: wrap;
}

.sq_guide li {
    width: 80px;
    height: 40px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0.5rem;
}

/*에디터스타일*/
.edit_style {}

.edit_style .h1,
.edit_style h1 {
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.edit_style .h2,
.edit_style h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.edit_style .h3,
.edit_style h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.edit_style .h4,
.edit_style h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.edit_style img {
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
    display: inline-block;
}

.edit_style p {
    white-space: pre-line;
    line-height: 160%;
}

.edit_style ol,
.edit_style ul {
    padding-left: 1.4rem;
    line-height: 160%;
}

/********** 쇼핑몰 관련 **********/
.item_opt_counter {
    position: relative;
    width: 11rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 0.5rem;
    /*	border: 1px solid var(--border);*/
    flex-shrink: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.item_opt_counter_btn {
    width: 3rem;
    height: 3rem;
    vertical-align: top;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 0;
    flex-shrink: 0;
}

.item_opt_up_btn {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.item_opt_down_btn {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.item_opt_counter_btn.disabled,
.item_opt_counter_btn:disabled {
    border-color: var(--border200);
    background: var(--border100);
}

.item_opt_counter_btn.disabled img,
.item_opt_counter_btn:disabled img {
    filter: invert(73%) sepia(8%) saturate(215%) hue-rotate(156deg) brightness(91%) contrast(90%);
}

.item_opt_counter .quantity {
    min-width: 3rem;
    height: 100%;
    vertical-align: top;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    text-align: center;
    border: unset;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0 0.5rem;
}

.item_opt_counter .quantity:focus {
    outline: 0;
}

.item_opt_counter.time_counter {
    width: 15rem;
    height: 4.7rem;
    line-height: 4.7rem;
    border-radius: 3.6rem;
    border: 1px solid #e3e3e3;
}

.item_opt_counter.time_counter .quantity {
    color: #000;
    font-size: 1.8rem;
}

.item_opt_counter.disabled .quantity {
    color: #999;
}

.item_opt_counter.disabled .item_opt_counter_btn {
    opacity: 0.3;
}

/**************************************************/
/*							버튼 / 인풋 디자인	  								*/
/**************************************************/
/* 버튼 */
.btn {
    height: var(--height);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    word-break: keep-all;
}

.btn-sm {
    height: var(--height_sm);
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-md {
    height: var(--height_md);
    font-size: 1.4rem;
}

.btn-lg {
    height: var(--height_lg);
    font-size: 1.6rem;
    font-weight: 700;
}

.btn-link {
    height: auto;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    flex-shrink: 0;
    border: 0;
}

.btn-icon {
    height: auto;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    flex-shrink: 0;
    border: 0;
}

.btn-icon img {
    flex-shrink: 0;
}

/* SNS 버튼 */
.btn-naver {
    background: #1cc800;
    border-color: #1cc800;
    color: #fff;
}

.btn-naver:hover,
.btn-naver:focus {
    background: #1abb00;
    border-color: #1abb00;
}

.btn-kakao {
    background: #ffdd00;
    border-color: #ffdd00;
    color: #333;
}

.btn-kakao:hover,
.btn-kakao:focus {
    background: #ffcc00;
    border-color: #ffcc00;
}

.btn-apple {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn-apple:hover,
.btn-apple:focus {
    background: #222;
    border-color: #222;
}

/* 버튼 disabled */
.btn.disabled,
.btn:disabled {
    opacity: 1;
    color: var(--gray-400) !important;
    background: var(--gray-200) !important;
    border-color: var(--gray-200) !important;
}

/* 버튼 그룹 */
/*.btn-group-toggle .btn{margin-right:0.8rem;}*/
.btn-group-toggle .btn:last-child {
    margin-right: 0;
}

.btn-group-toggle .btn input[type="radio"],
.btn-group-toggle .btn input[type="checkbox"],
.btn-group-toggle .btn-group .btn input[type="radio"],
.btn-group-toggle .btn-group .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-group-full {
    display: flex;
}

.btn-group-full .btn {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn_toggle_primary .btn-outline-light {
    border-color: #d6dae5;
}

.btn_toggle_primary .btn-outline-light:not(:disabled):not(.disabled).active {
    color: var(--primary);
    background-color: #fff;
    border-color: var(--primary);
    font-weight: 600;
}

.btn-group:not(.btn_group_pill) .btn {
    margin-right: 0.8rem;
}

.ft_btn_group {
    padding: 0.4rem;
    border-radius: 1rem;
    background: var(--light);
}

.btn-group.ft_btn_group .btn {
    margin: 0;
    background: none !important;
    border: none;
    border-radius: 1rem !important;
    color: var(--gray-600) !important;
    font-weight: 500;
}

/* 버튼 색상 커스텀 */
.btn:active,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:not(:disabled):hover {
    color: #fff !important;
    background-color: #b90b13 !important;
    border-color: #b90b13 !important;
}

.btn-primary:not(:disabled):focus,
.btn-primary:not(:disabled).focus,
.btn-primary:not(:disabled):active {
    color: #fff !important;
    background-color: #b90b13 !important;
    border-color: #b90b13 !important;
}

.btn-outline-border-200 {
    color: var(--gary-600) !important;
    background: #fff !important;
    border-color: var(--border-200) !important;
}

.btn-outline-border-200:not(:disabled):hover {
    color: var(--gary-600) !important;
    background-color: var(--light) !important;
    border-color: var(--border-200) !important;
}

.btn-outline-border-200:not(:disabled):focus,
.btn-outline-border-200:not(:disabled).focus,
.btn-outline-border-200:not(:disabled):active {
    color: var(--gary-600) !important;
    background-color: var(--light) !important;
    border-color: var(--border-200) !important;
}

.btn-outline-border-200:not(:disabled):not(.disabled):active,
.btn-outline-border-200:not(:disabled):not(.disabled).active,
.show>.btn-outline-border-200.dropdown-toggle {
    color: var(--gary-600) !important;
    background-color: var(--light) !important;
    border-color: var(--border-200) !important;
}

.btn-outline-border-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-border-200:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-border-200.dropdown-toggle:focus {
    color: var(--gary-600) !important;
    background-color: var(--light) !important;
    border-color: var(--border-200) !important;
}

/* 버튼 그룹 색상 커스텀 */
.btn-group-toggle .btn-outline-gray-100:not(:disabled):focus,
.btn-group-toggle .btn-outline-gray-100:not(:disabled).focus,
.btn-group-toggle .btn-outline-gray-100:not(:disabled):active,
.btn-group-toggle .btn-outline-gray-100:not(:disabled).active {
    border-color: var(--primary) !important;
    background: var(--primary) !important;
    color: #fff !important;
}

.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled):focus,
.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled).focus,
.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled):active,
.btn-group-toggle.ft_btn_group .btn-outline-gray-100:not(:disabled).active {
    background: #fff !important;
    color: var(--gray-600) !important;
    box-shadow: 0 0 0.4rem rgb(0 0 0 / 5%);
}

/*바텀 버튼*/
.bottom_btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    padding: 1rem 1.6rem 2rem;
    max-width: 576px;
    transform: translateX(-50%);
    z-index: 1040;
}

/* 인풋 자동완성 초기화 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    -webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* 입력 인풋 */
.form-control {
    height: var(--height);
}

.form-control-sm {
    height: var(--height_sm);
}

.form-control-md {
    height: var(--height_md);
}

.form-control-lg {
    height: var(--height_lg);
    border-radius: 1rem;
}

.form-control-auto {
    height: auto;
}

.form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    border: 1px solid var(--light);
    background-color: var(--light);
    padding: 0.5rem 1.6rem;
    font-size: 1.6rem;
}

.form-control:not(:disabled):focus,
.form-control:not(:disabled):active {
    border: 1px solid var(--light);
    background-color: var(--light);
    outline: 0;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    border: var(--gray-200);
    background-color: var(--gray-200);
    color: var(--gray-400);
}

.ip_wr .ip_tit {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
}

.ip_tit h5 {
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: var(--gray-700);
}

.ip_tit.required h5::after {
    content: "*";
    position: absolute;
    color: var(--danger);
    top: 0;
    right: -1rem;
}

.ip_wr .form-row .col-3 {
    flex: 0 0 30.4%;
    max-width: 30.4%;
}

/* 비밀번호 인풋 */
.form-password {
    position: relative;
}

.form-password .form-control {
    padding-right: 5rem;
}

.form-password .pw_icon {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

/* form-text */
.form-text {
    display: none;
    margin-left: 0.5rem;
    font-size: 1.4rem;
    color: var(--gray-600);
}

.ip_invalid .ip_invalid {
    display: flex;
    color: var(--danger);
}

.ip_invalid input.form-control,
.ip_invalid input.form-control:focus {
    border-color: var(--danger);
    color: var(--danger);
}

.ip_valid .ip_valid {
    display: flex;
    color: var(--success);
}

.form-text.help_text {
    display: block;
}

.text_count {
    font-size: 1.4rem;
    color: var(--gray-300);
    text-align: right;
}

.form_text_timer {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--danger);
}

/*.form-row*/
/*.form-row{margin-left:-0.4rem;margin-right:-0.4rem;}
.form-row > .col, .form-row > [class*=col-]{padding-left:0.4rem;padding-right:0.4rem;}
.form-row > .col-3 .btn{padding-left:0.5rem;padding-right:0.5rem;}*/

/* textarea 높이 */
textarea.form-control {
    min-height: 20rem;
    padding: 1.6rem 1.6rem;
    line-height: 1.3;
    /* resize: none; */
}

.form-control textarea::placeholder {
    color: var(--input_placeholder);
    opacity: 1;
}

/* 셀렉트 박스 */
.custom-select,
.custom-select2 {
    padding-right: 3.5rem;
    background-size: 2rem;
    padding-left: 1.6rem;
    font-size: 1.5rem;
    font-weight: 400;
    min-width: 13.5rem;
    text-align: left;
    position: relative;
}

.custom-select {
    background: url(../img/ic_ip_select.png) no-repeat center right 1.2rem var(--light);
    background-size: 2.4rem;
}

.custom-select2:after {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/ic_ip_select.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

/* 커스텀 셀렉트 드롭다운 */
/*
.custom-select2[aria-expanded="true"] {
	border-radius: 1rem 1rem 0 0;
	border-color: var(--gray);
}
*/
.custom-select2[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select2+.dropdown-menu {
    min-width: 100%;
    max-width: 100%;
    margin: 5px 0 0;
    font-size: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
    border: none;
    padding: 1rem;
}

.custom-select2+.dropdown-menu a {
    padding: 1rem 1.5rem;
    white-space: break-spaces;
    word-break: break-all;
    border-radius: 0.5rem;
}

.custom-select2+.dropdown-menu a:hover {
    color: #b90b13;
    background: var(--light);
}

/* 날짜 선택 */
input.form-control[type="date"],
input.form-control[type="time"] {
    position: relative;
}

input.form-control[type="date"]::-webkit-calendar-picker-indicator,
input.form-control[type="time"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    background: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

input.form-control[type="date"]::before,
input.form-control[type="time"]::before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.6rem;
    background: var(--gray-700);
    cursor: pointer;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

input.form-control[type="time"]::before {
    -webkit-mask: var(--ic_time);
    mask: var(--ic_time);
}

input.form-control[type="date"]::before {
    -webkit-mask: var(--ic_date);
    mask: var(--ic_date);
}

input.form-control.no-icon[type="date"]::before,
input.form-control.no-icon[type="time"]::before {
    display: none;
}

/*검색*/
.sch_ip {
    display: flex;
    border: 1px solid var(--light);
    background: var(--light);
    padding: 0 1.6rem;
}

.sch_ip .form-control {
    height: var(--height);
    padding: 1rem 0;
}

.sch_ip .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.sch_ip .sch_btn {
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    background: transparent;
}

.sch_ip .sch_btn img {
    width: 2.4rem;
}

/*회색 검색*/
.sch_gray.sch_ip {
    background: var(--light);
    border: 0;
    padding-left: 2rem;
}

.sch_gray.sch_ip .form-control {
    background: transparent;
    font-size: 1.4rem;
}

/* 검색어 삭제 버튼 */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.sch_ip .sch_clear_btn {
    width: 2rem;
    height: 2rem;
    display: none;
    margin-right: 1rem;
}

.sch_ip .sch_clear_btn img {
    width: 2rem;
    height: 2rem;
}

/* 체크박스*/
.checks_wr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1rem;
}

.checks_wr .checks {
    margin-right: 3rem;
    margin-bottom: 1rem;
}

.checks label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checks label.chk_right {
    flex-flow: row-reverse;
    justify-content: flex-end;
}

.checks input {
    display: none;
}

.checks .ic_box {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--gray-100);
    /* border-radius: 0.6rem; */
    background-color: var(--light);
    background-image: url(../img/check01_off.png);
    background-position: center;
    background-size: 2.2rem auto;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
    flex-shrink: 0;
}

.chk_p {
    padding-top: 0.1rem;
    color: var(--border-200);
}

.checks input:checked~.chk_p {
    color: var(--text);
}

.checks input:checked+.ic_box {
    background-image: url(../img/check01_on.png);
    background-color: var(--primary);
    border-color: var(--primary);
}

.chk_right .ic_box {
    margin-right: 0;
    margin-left: 0.8rem;
}

.checks.primary_checks .ic_box {
    background-color: #eae9f0;
    border-radius: 50%;
    background-image: none;
}

/* .checks.primary_checks input:checked+.ic_box {
    background-image: url(../img/check01_on.png);
} */

.radios_wr {
    display: flex;
    flex-wrap: wrap;
}

.radios_wr .radios {
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.radios label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radios label.chk_right {
    flex-flow: row-reverse;
    justify-content: flex-end;
}

.radios input {
    display: none;
}

.radios .ic_box {
    position: relative;
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    background-color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    border-radius: 50%;
    border: 1px solid var(--gray-100);
}

.radios .ic_box::after {
    content: "";
    display: none;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--gray-100);
}

.radios input:checked+.ic_box {
    border-color: var(--primary);
    background-color: var(--primary);
}

.radios input:checked+.ic_box:after {
    display: block;
    background-color: #fff;
}

/* 체크모양 라디오 */
.radios .radio_chk .ic_box {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--gray-300);
    border-radius: 0.6rem;
    background-color: var(--gray-100);
    background-image: url(../img/check01_off.png);
    background-position: center;
    background-size: 1rem auto;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.radios .radio_chk .ic_box::after {
    display: none;
}

.radios .radio_chk input:checked+.ic_box {
    background-image: url(../img/check01_on.png);
    background-color: var(--primary);
    border-color: var(--primary);
}

/* 이미지 업로드 */
.touch_scroll:has(.image_upload) .container>div {
    width: max-content;
}

.img_upl_wr .container {
    margin-right: unset;
    margin-left: unset;
}

.image_upload {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
}

.image_upload:last-of-type {
    margin-right: 0;
}

.upload_box {
    width: 11rem;
    /* border: 1px solid var(--border); */
    overflow: hidden;
    cursor: pointer;
    background: url(../img/btn_add_img.png) no-repeat center top 35% / 4rem;
    background-color: var(--light);
    border-radius: 1rem;
    position: relative;
}

.upload_box .max_img {
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: 0;
    font-size: 1.5rem;
    text-align: center;
    color: var(--gray-500);
    font-weight: 500;
}

.image_upload.on .upload_box {
    background: none;
}

.upload_del {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: transparent;
    padding: 0 !important;
    display: none;
}

.upload_del img {
    width: 100%;
}

.image_upload.on .upload_del {
    display: flex;
}

/* 페이지네이션 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    height: 100%;
}

.pagination a {
    font-size: 1.6rem;
    color: var(--gray-300);
    margin: 0 0.3rem;
    width: 4.8rem;
    height: 4.8rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pagination a.on {
    background-color: var(--dark);
    color: #fff;
}

.pagination a.arrow {
    background-color: var(--border);
}

.pagination a.arrow {
    margin: 0;
}

.pagination a.arrow.prev {
    margin-right: 2rem;
}

.pagination a.arrow.next {
    margin-left: 2rem;
}

.pagination a.arrow.disabled {
    background-color: var(--light);
}

.pagination a.arrow.disabled img {
    opacity: 0.3;
}

/* 페이지네이션 ver2 */
.pagination_wr.pgn_ver2 {
    display: flex;
    justify-content: center;
}

.pgn_ver2 .btn.pg_arrow {
    border: 1px solid var(--gray-100);
    background: #fff;
    width: 4rem;
    height: 4rem;
    padding: 0;
}

.pgn_ver2 .btn.pg_arrow:disabled {
    border: 1px solid var(--gray-100) !important;
    background: #fff !important;
}

.pgn_ver2 .btn.pg_arrow:disabled img {
    opacity: 0.3;
}

.pgn_ver2 .btn.pg_arrow img {
    width: 2rem;
    flex-shrink: 0;
}

.pgn_ver2 .btn.pg_arrow.prev {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.pgn_ver2 .btn.pg_arrow.next {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.pgn_ver2 .pgn_number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    padding: 0.3rem 0.4rem;
    border: 1px solid var(--gray-100);
    border-radius: 0;
}

.pgn_ver2 .pagination li {
    height: 100%;
}

.pgn_ver2 .pagination a {
    color: var(--gray-500);
    font-weight: 400;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
}

.pgn_ver2 .pagination a.on {
    background-color: var(--primary);
    color: #fff;
    font-weight: 500;
}

/* 페이저 */
.pager {
    background: #ffffff;
    border-radius: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 45px;
    margin: 3rem auto 0;
    border: 1px solid var(--border);
}

/* 테이블 */
.table_01 {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--primary);
    line-height: 1.3;
}

.table_01 th {
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
    color: var(--gray-600);
    /* font-size: 1.7rem; */
    font-weight: 500;
    padding: 0.8rem 1rem;
    background: var(--light);
    vertical-align: center;
    text-align: center;
}

.table_01 th:last-child {
    border-right: 0;
}

.table_01 td {
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
    padding: 1.5rem 1rem;
    color: var(--gray-500);
    /* font-size: 1.7rem; */
    text-align: center;
}

.table_01 td:last-child {
    border-right: 0;
}

/* 테이블 슬래쉬 */
.table_01 th.slash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="rgb(77,77,77)" /></svg>');
    background-repeat: no-repeat;
}

.table_01 th.backslash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(77,77,77)" /></svg>');
    background-repeat: no-repeat;
}

.table_01 th.slash,
.table_01 th.backslash {
    text-align: left;
}

.slash div,
.backslash div {
    text-align: right;
}

/*테이블 반응형때*/
.table_scroll {
    overflow-x: auto;
    /*overflow-y: hidden;*/
    padding: 0px !important;
}

/* 이미지 크롭 */
.rect {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rect:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.rect img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rect2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rect2:after {
    content: "";
    display: block;
    padding-bottom: 24.212%;
}

.rect2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rect3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.rect3::after {
    content: "";
    display: block;
    padding-bottom: 58.255%;
}

.rect3 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rect4 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rect4:after {
    content: "";
    display: block;
    padding-bottom: 67.962%;
}

.rect4 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**************************************************/
/*									모달 디자인	  								*/
/**************************************************/
/*기본모달*/
body {
    padding-right: 0px !important;
}

body.modal-open[style] {
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    width: 100%;
}

.modal {
    padding-right: 0px !important;
}

.modal-dialog {
    max-height: 100%;
    height: 100%;
}

.modal {
    overflow-y: auto;
}

.modal-default {
    max-width: calc(54rem + 3.2rem);
    margin: 0 auto;
    padding: 2rem 1.6rem;
}

.modal .modal-header {
    padding: 2rem 2rem;
    align-items: center;
    justify-content: space-between;
}

.modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 2rem;
    flex: 1 1 auto;
}

.modal .modal-header .close {
    text-shadow: none;
    opacity: 1;
    width: 2.4rem;
    padding: 0;
    margin: 0;
    transition: 0.2s;
}

.modal .modal-content {
    border: 0;
    border-radius: 1.6rem;
}

.modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 2rem 2rem;
    margin-top: 2rem;
}

.modal .modal-body .close_bar {
    width: 4.4rem;
    height: 0.4rem;
    background: #e3e3e3;
    border-radius: 1rem;
    margin: 0 auto 1rem;
    border: 0;
    display: block;
}

.modal .modal-footer>* {
    margin: 0;
}

.modal .modal-footer {
    padding: 1.5rem 2rem 2rem;
    border: 0;
    display: block;
}

.modal .modal-footer .form-row {}

.modal_bd_tit {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--text);
    margin-bottom: 1rem;
}

.modal_bd_text {
    font-size: 1.5rem;
    color: var(--gray-500);
    line-height: 1.5;
}

/* modal-sm */
.modal-sm {
    max-width: calc(34rem + 3.2rem);
    margin: 0 auto;
    padding: 2rem 1.6rem;
}

.modal .modal-sm .modal-header {
    padding: 0;
    border: 0;
}

.modal .modal-sm .modal-body {
    border: 0;
    padding: 4rem 2rem 3.2rem;
    margin-top: 0;
    text-align: center;
}

.modal-sm .modal-footer {
    padding: 0 2rem 2rem;
}

/* modal-md */
.modal-md {
    max-width: calc(40rem + 3.2rem);
    margin: 0 auto;
    padding: 2rem 1.6rem;
    /*max-height: calc(100% - 3.5rem);
	min-height: calc(100% - 3.5rem);*/
}

.modal .modal-md .modal-header {}

.modal .modal-md .modal-body {
    padding: 0 2rem 1rem;
    margin-top: 2rem;
}

.modal-md .modal-footer {
    padding: 1rem 2rem 2rem;
}

/*전체사이즈*/
.modal_full.modal {
    overflow-y: auto;
}

.modal_full.modal .modal-header {
    width: 100%;
    background: #fff;
    padding: 0rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--hd_height_m);
}

.modal_full.modal .modal-header button {
    border: 0;
    background: transparent;
    width: 3rem;
}

.modal_full.modal .modal-content {
    border-radius: 0;
    max-height: 100vh;
    height: 100vh;
}

.modal_full.modal .modal-dialog {
    margin: 0 auto;
    max-width: 57.6rem;
    transform: translate(0%, 0);
    max-height: 100%;
}

.modal_full.modal .modal-body {
    border: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.modal_full.modal .modal-footer {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    display: block;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.modal_full.modal .modal-footer .form-row {
    margin-left: -5px;
    margin-right: -5px;
}

.modal_full.modal .bg-black .modal-title {
    background: #000;
}

/*하단 팝업*/
.modal_bottom.modal {
    padding-right: 0 !important;
    overflow-y: hidden;
}

.modal_bottom.modal.fade {}

.modal_bottom.modal.show .modal-dialog {
    padding-right: 0 !important;
    transform: translate(-50%, 0);
}

.modal_bottom.modal .modal-dialog {
    transform: translate(0, 5rem);
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, 5rem);
    left: 50%;
}

.modal_bottom.modal .modal-title button {
    border: 0;
    background: transparent;
    width: 3.2rem;
    position: absolute;
    right: 2rem;
    top: 1.6rem;
}

.modal_bottom.modal .modal-dialog {
    justify-content: flex-end;
    margin: 0 auto;
    min-height: 100%;
    max-width: 57.6rem;
}

.modal_bottom.modal .modal-content {
    border-radius: 2rem 2rem 0 0;
    margin-top: 3rem;
}

.modal_bottom.modal .modal-body {
    border-bottom: 0;
    padding: 2rem 1.6rem 2rem;
}

.modal_bottom.modal .modal-footer {
    padding: 1rem 1.6rem 1.5rem;
}

.modal-backdrop {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

/* 토스트팝업 */
.toast {
    color: #fff;
    border-radius: 0.6rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

/* toast */
.toast {
    position: fixed;
    top: 7.2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1.4rem;
    box-shadow: none;
    font-weight: 300;
    z-index: 9999;
    border: 0;
    background: transparent;
}

.toast-body {
    padding: 1.3rem 2rem;
    background-color: rgba(51, 51, 51, 0.8);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 1rem;
    text-align: center;
}

.toast-body p {
    display: flex;
    align-items: center;
    line-height: 1.3;
    justify-content: center;
}

.toast-body p i {
    margin-right: 0.6rem;
}

/**************************************************/
/*									헤더 / 푸터		  							*/
/**************************************************/
/***** 헤더 *****/
/*PC헤더 스타일*/
.de_head_cont {
    position: relative;
    width: 100%;
    height: 9.5rem;
    transition: all ease 0.3s;
}

.head-box:after {
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 9.5rem;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.head-box.on:after {
    opacity: 1;
    visibility: visible;
}

.head-box.on .de_head_cont {
    overflow: hidden;
    height: 45.4rem;
    background: #fff;
}

.logo {
    position: absolute;
    top: 4rem;
    left: 3.5rem;
    display: inline-block;
    width: 11rem;
    height: 1.9rem;
    background: url(../img/logo.svg) no-repeat center;
    background-size: contain;
    transition: all ease 0.3s;
    margin-right: 0;
}

.head-box.scrolled .logo,
.head-box.on .logo {
    background: url(../img/logo_on.svg) no-repeat center;
    background-size: contain;
}

.head-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    background: transparent;
}

.head-box.scrolled {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.hd-menu .gnb-wrap {
    height: 100%;
}

.hd-menu .gnb-wrap .gnb {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.hd-menu .gnb-wrap .gnb>li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 3.85rem 0;
    height: 100%;
    width: 13rem;
    transition: all ease 0.3s;
}

.hd-menu .gnb-wrap .gnb>li .depth {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 3rem;
    height: 35.9rem;
    min-width: 215px;
    width: 100%;
    border-right: 1px solid #e3e3e3;
}

.hd-menu .gnb-wrap .gnb>li:last-child .depth {
    border-right: 0;
}

.hd-menu .gnb-wrap .gnb>li>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.head-box.on .hd-menu .gnb-wrap .gnb>li.on>a {
    color: #d0121b !important;
}

.hd-menu .gnb-wrap .gnb>li:hover>a {
    color: #d0121b !important;
    font-weight: 700;
}

.head-box.scrolled .hd-menu .gnb-wrap .gnb>li>a,
.head-box.on .hd-menu .gnb-wrap .gnb>li>a {
    color: #6f6f6f;
}

.head-box.on .hd-menu .gnb-wrap .gnb>li {
    width: 23rem;
}

.head-box.on .hd-menu .gnb-wrap .gnb>li .depth {
    opacity: 1;
    visibility: visible;
}

.hd-menu .gnb-wrap .gnb>li .depth>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.hd-menu .gnb-wrap .gnb>li .depth>ul>li {
    width: 100%;
}

.hd-menu .gnb-wrap .gnb>li .depth>ul>li.on>a>span {
    color: #d0121b;
}

.hd-menu .gnb-wrap .gnb>li .depth>ul>li>a>span {
    display: inline-block;
    color: #6f6f6f;
    font-size: 1.6rem;
    font-weight: 500;
}

.hd-menu .gnb-wrap .gnb>li .depth>ul>li>a>span:hover {
    color: #d0121b;
}

.hd-info {
    display: flex;
    align-items: center;
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
    z-index: 10;
    gap: 2rem;
}

.hd-info>a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    transition: all ease 0.3s;
}

.head-box.on .hd-info a,
.head-box.scrolled .hd-info a {
    color: #6f6f6f;
}

.head-box.on .hd-info a:hover,
.head-box.scrolled .hd-info a:hover {
    color: #d0121b;
}

.dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    border: 0;
    gap: 0.5rem;
    background: transparent;
}

.dropdown .dropdown-toggle::after {
    content: "";
    width: 16px;
    aspect-ratio: 1 / 1;
    background: url(../img/w-dropdown.svg) no-repeat;
    background-size: cover;
    margin: 0;
    vertical-align: unset;
    border: 0;
    transition: all ease 0.3s;
}

.head-box.on .dropdown .dropdown-toggle::after,
.head-box.scrolled .dropdown .dropdown-toggle::after {
    background: url(../img/g-dropdown.svg) no-repeat;
    background-size: cover;
}

.dropdown-btn span {
    display: inline-block;
    background: url(../img/w-language.svg) no-repeat;
    width: 2.5rem;
    aspect-ratio: 1 / 1;
    transition: all ease 0.3s;
}

.head-box.on .dropdown-btn span,
.head-box.scrolled .dropdown-btn span {
    background: url(../img/g-language.svg) no-repeat;
}

.moblie-menu {
    display: none;
}

.mobile-menu-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}

.mobile-menu-bg.on {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-bg .moblie-menu-list {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    background-color: #fff;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-menu-bg.on .moblie-menu-list {
    transform: translateX(0);
}

.mobile-menu-bg .moblie-menu-list .menu-top {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem;
}

.mobile-menu-bg .moblie-menu-list .menu-top a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #6f6f6f;
}

.mobile-menu-bg .moblie-menu-list .menu-top button {
    width: 2.4rem;
    aspect-ratio: 1 / 1;
    background: transparent;
    border: 0;
}

.mobile-menu-bg .moblie-menu-list>ul {
    height: calc(100% - 65px);
    overflow: auto;
    padding-bottom: 3rem;
}

.mobile-menu-bg .moblie-menu-list .m-gnb-wrap .m-gnb button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background: transparent;
    border: 0;
}

.mobile-menu-bg .moblie-menu-list .m-gnb-wrap .m-gnb button img {
    transition: transform 0.3s ease;
}

.mobile-menu-bg .moblie-menu-list .m-gnb-wrap .m-gnb button p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #6f6f6f;
}

.mobile-menu-bg .moblie-menu-list .m-gnb-wrap .m-gnb button[aria-expanded="true"] p {
    color: #d0121b;
    font-weight: 700;
}

.mobile-menu-bg .moblie-menu-list .m-gnb-wrap .m-gnb button[aria-expanded="true"] img {
    transform: rotate(-180deg);
}

.m-depth {
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    padding: 2rem 3rem;
}

.m-depth li {
    width: 100%;
}

.m-depth li a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #6f6f6f;
    display: block;
    height: 100%;
    line-height: 1.2;
}

.m-depth li a:focus {
    color: #d0121b;
}

.m-depth li a.on {
    color: #d0121b;
}

.hd-menu .gnb-wrap .gnb>li>a.on {
    position: relative;
    font-weight: 800;
}

.hd-menu .gnb-wrap .gnb>li>a.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background: var(--primary);
    position: absolute;
    bottom: -1.7rem;
}

.head-box.on .hd-menu .gnb-wrap .gnb>li>a.on {
    font-weight: 700;
}

.head-box.on .hd-menu .gnb-wrap .gnb>li>a.on::after {
    display: none;
}

/* 헤더 드롭다운 */
.hd-info .dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 13rem;
    padding: 1rem 0;
    font-size: 1.6rem;
    color: var(--gray-300);
    text-align: center;
    top: 3rem !important;
    box-shadow: 0 0 1.6rem rgb(0 0 0 / 6%);
}

.hd-info .dropdown .dropdown-menu .dropdown-item {
    color: inherit;
    font-weight: 700;
    padding: 0.7rem 0.5rem;
    border-bottom: 1px solid var(--border);
}

.hd-info .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: var(--primary);
}

.hd-info .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.hd-info .dropdown .dropdown-menu .dropdown-item.active {
    color: var(--primary);
    font-weight: 800;
    background-color: transparent;
}

/* 모바일 메뉴 */
.hd_menu_btn {
    font-size: 2rem;
}

.m_menu_wr {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: var(--body_width);
    z-index: 99999;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    transform: translateX(-50%);
}

/* x버튼 */
.close_btn_wr {
    display: none;
    opacity: 0;
}

.m_nav .close_btn_wr {
    display: flex;
    justify-content: flex-end;
    opacity: 0;
}

.menu_on .m_nav .close_btn_wr {
    opacity: 1;
}

.close_btn {
    font-size: 2rem;
    border: 0;
    height: auto;
}

.close_btn img {
    width: 3rem;
}

/* 메뉴 열렸을때 외부 */
.menu_on .m_menu_wr {
    visibility: visible;
    opacity: 1;
}

.m_nav {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    transition: all 0.4s ease-in-out;
    max-width: 0;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}

.menu_on .m_nav {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    max-width: 30rem;
    width: 80%;
}

.menu_bg {
    position: fixed;
    left: 50%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 99998;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    max-width: var(--body_width);
}

.menu_on .menu_bg {
    visibility: visible;
    opacity: 1;
}

/* 메뉴 열렸을때 내부 */
.m_nav .nav_wr {
    height: auto;
}

.m_nav .nav_ul {
    display: block;
}

.m_nav .nav_li {
    height: 100%;
    position: relative;
}

.m_nav .nav_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1.2rem 1.6rem;
}

.m_nav .nav_a i {
    display: inline-block;
}

.m_nav .nav_a img {
    width: 2rem;
}

.m_nav .nav_ul2 {
    display: none;
    background: var(--light);
}

.m_nav .nav_ul2 a {
    display: block;
    padding: 1.2rem 1.6rem;
    white-space: nowrap;
}

/***** 푸터 *****/
.ft {
    background: var(--light);
    color: var(--gray-300);
    border-top: 1px solid var(--border);
    padding: 6rem 0;
}

.ft_nav {
    display: flex;
    margin-bottom: 10rem;
}

.ft_nav ul {
    padding: 0 2rem;
    border-right: 1px solid var(--border-200);
    flex-grow: 1;
}

.ft_nav ul:last-child {
    border-right: 0;
}

.ft_nav .dep1_tit {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--gray-600);
    margin-bottom: 2rem;
}

.ft_nav li {
    margin-bottom: 1.6rem;
}

.ft_nav li:last-child {
    margin-bottom: 0;
}

.ft_nav .dep2_link {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--gray-300);
}

.ft_copy {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.4;
    color: var(--gray-300);
    text-align: center;
    padding-top: 3rem;
    border-top: 1px solid var(--border);
}

/***** 하단메뉴 *****/
.bt_menu {
    width: calc(100% + 2px);
    max-width: var(--body_width);
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: block;
}

.bt_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 1.6rem;
    height: 6rem;
    border-top: 1px solid var(--border);
}

.bt_menu ul li {
    width: 20%;
    max-width: 6rem;
}

.bt_menu ul li a {
    display: inline-block;
    color: var(--gray2);
    font-weight: 600;
    font-size: 1.2rem;
}

.bt_menu ul li .ico {
    width: 3.5rem;
    display: block;
    margin: 0 auto;
}

.bt_menu ul li .img_on {
    display: none;
}

.bt_menu ul li.on a {
    color: var(--primary);
}

.bt_menu ul li.on .img_on {
    display: block;
}

.bt_menu ul li.on .img_off {
    display: none;
}

/**************************************************/
/*									메인 페이지	  								*/
/**************************************************/
/* 메인 서브 공통 */
#main {
    padding-top: var(--hd_height);
}

/*메인*/
.idx_pg {}

/* 풀페이지 설정 */
#fullpage .section {
    overflow: hidden;
}

/* 메인 비디오 영역 */
.main_video::-webkit-media-controls {
    display: none !important;
}

.container-lg.idx_video_container {
    max-width: 1280px;
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 50%;
    bottom: 30%;
    /* 새로고침 시 텍스트가 비디오 뒤에 있다가 나타나는 현상 방지 */
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

/* 25.09.26 메인페이지 영상 유튜브로 변경 테스트 */
.main_bg{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background:#222;
    overflow: hidden;
    -ms-overflow-style: none;
    z-index: 3;
}
.main_bg::-webkit-scrollbar{ display:none; }

.video-background {
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

/* 메인슬라이드 텍스트 */
.main_text{
    position: absolute;
    left: 0; bottom: 0;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    text-shadow: -1px 0px rgb(0 0 0 / 40%), 0px 1px rgb(0 0 0 / 40%), 1px 0px rgb(0 0 0 / 40%), 0px -1px rgb(0 0 0 / 40%);
}
.main_text strong{ font-weight: 600;}
.main_text .main_text_ani{ overflow: hidden; display:block;}
.main_text .main_text_ani > span{ display:block; opacity: 0;}

/* ✅ 활성화된 텍스트 묶음(한 번에 한 묶음만) */
.main_text.is_group_active .main_text_ani > span{
    -webkit-animation: mainTextAni 1s ease forwards;
    -moz-animation: mainTextAni 1s ease forwards;
    -ms-animation: mainTextAni 1s ease forwards;
    -o-animation: mainTextAni 1s ease forwards;
    animation: mainTextAni 1s ease forwards;
}
/* 기존 지연값 유지 */
.main_text.is_group_active .main_text_ani:nth-child(1) > span{ animation-delay: .2s; }
.main_text.is_group_active .main_text_ani:nth-child(2) > span{ animation-delay: .4s; }
.main_text.is_group_active .main_text_ani:nth-child(3) > span{ animation-delay: .6s; }
.main_text.is_group_active .main_text_ani:nth-child(4) > span{ animation-delay: .8s; }

/* 키프레임 */
@keyframes mainTextAni {
    0% { opacity:0; transform:translateY(100%); }
    100% { opacity:1; transform:translateY(0); }
}

@-webkit-keyframes mainTextAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes mainTextAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-ms-keyframes mainTextAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-o-keyframes mainTextAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mainTextAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 공통 레이아웃 */
.main_sect_layout {
    display: flex;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* 페이지네이션 */
/* .text_slide_pagination{ margin-bottom: 3.0rem;} */
.text_slide_pagination .slick-dots {
    position: absolute;
    bottom: unset;
    top: 0;
    display: flex;
    gap: 2rem;
    z-index: 2;
}

.text_slide_pagination .slick-dots li {
    padding: 0;
    margin: 0;
    width: 1rem;
    height: 1rem;
}

.text_slide_pagination .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.text_slide_pagination .slick-dots li button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: unset;
    border: 1px solid var(--gray-300);
    opacity: 1;
}

.text_slide_pagination .slick-dots li.slick-active button:before {
    border-color: var(--primary);
    background: var(--primary);
}

/* 텍스트 영역 */
.main_sect_layout .main_sect_text {
    width: 38%;
    padding-right: 3rem;
    position: relative;
}

.main_sect_text .link_wr {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
    margin-top: 2rem;
}

.main_sect_text .link_wr .btn {
    font-size: 2rem;
    font-weight: 500;
    color: var(--gray-600);
}

.main_text_slide {
    height: 100%;
    margin-bottom: 0 !important;
}

/* 좌측 텍스트 스타일 */
.main_cont_text {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 100%;
    padding-top: 4rem;
}

.main_cont_text h2 {
    font-size: 4rem;
    font-weight: 200;
    color: var(--gray-300);
    line-height: 1.4;
    /* white-space: pre-line; */
}

.main_cont_text h2 span {
    font-weight: 600;
    color: var(--primary);
}

/* 텍스트영역 height값 잡기 */
.main_text_slide .slick-list,
.main_text_slide .slick-track,
.main_text_slide .slick-slide,
.main_text_slide .slick-slide>div {
    height: 100%;
}

/* 이미지 영역 */
.main_sect_layout .main_sect_img {
    width: 62%;
}

/* 한세소식 슬라이드 */
.main_news_slide .slick-slide {
    margin: 0 2.5rem;
}

.main_news_slide .slick-list {
    margin: 0 -2.5rem;
}

.main_news_slide div:nth-child(even) .slide_item {
    padding-top: 4.5rem;
}

.news_card {
    cursor: pointer;
}

.news_card:hover .news_thumb {
    background-size: auto 110%;
}

.news_card .news_thumb {
    aspect-ratio: 350 / 420;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    transition: 0.5s;
}

.news_card .news_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.news_card .news_text .date {
    font-size: 2rem;
    font-weight: 200;
    color: var(--gray-300);
}

.news_card .news_text .title {
    font-size: 2.1rem;
    font-weight: 500;
    color: var(--gray-600);
}

/**************************************************/
/*									서브 페이지	  								*/
/**************************************************/
/*서브 공통 */
.sub_tit {
    position: relative;
}

.sub_pg {}

/* 서브탑 */
.sub_top {
    padding-top: var(--hd_height);
    position: relative;
    overflow: hidden;
}

.sub_top::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bgZoomIn 2s ease-in-out both;
    -moz-animation: bgZoomIn 2s ease-in-out both;
    -ms-animation: bgZoomIn 2s ease-in-out both;
    -o-animation: bgZoomIn 2s ease-in-out both;
    animation: bgZoomIn 2s ease-in-out both;
}

.sub_top::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 서브탑 배경 설정 */
.sub_pg01 .sub_top::after {
    background-image: url(../img/sub_top01.jpg);
}

.sub_pg02 .sub_top::after {
    background-image: url(../img/sub_top02.jpg);
}

.sub_pg03 .sub_top::after {
    background-image: url(../img/sub_top03.jpg);
}

.sub_pg04 .sub_top::after {
    background-image: url(../img/sub_top04.jpg);
}

.sub_pg05 .sub_top::after {
    background-image: url(../img/sub_top05.jpg);
}

/* bgZoomIn */
@-webkit-keyframes bgZoomIn {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

@-moz-keyframes bgZoomIn {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

@-ms-keyframes bgZoomIn {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

@-o-keyframes bgZoomIn {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

@keyframes bgZoomIn {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

/* 서브탑 타이틀 */
.sub_top .sub_tit {
    padding-top: 14rem;
    padding-bottom: 19.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sub_top .sub_tit h2 {
    font-size: unset;
}

.sub_top .sub_tit span {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    /*min-width:0.25em;*/
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation: subTitFlip 0.3s ease forwards;
    -moz-animation: subTitFlip 0.3s ease forwards;
    -ms-animation: subTitFlip 0.3s ease forwards;
    -o-animation: subTitFlip 0.3s ease forwards;
    animation: subTitFlip 0.3s ease forwards;
}

.sub_top .sub_tit span:nth-child(1) {
    animation-delay: 0.36s;
}

.sub_top .sub_tit span:nth-child(2) {
    animation-delay: 0.48s;
}

.sub_top .sub_tit span:nth-child(3) {
    animation-delay: 0.6s;
}

.sub_top .sub_tit span:nth-child(4) {
    animation-delay: 0.72s;
}

.sub_top .sub_tit span:nth-child(5) {
    animation-delay: 0.84s;
}

.sub_top .sub_tit span:nth-child(6) {
    animation-delay: 0.96s;
}

.sub_top .sub_tit span:nth-child(7) {
    animation-delay: 1.08s;
}

.sub_top .sub_tit span:nth-child(8) {
    animation-delay: 1.2s;
}

.sub_top .sub_tit span:nth-child(9) {
    animation-delay: 1.32s;
}

.sub_top .sub_tit span:nth-child(10) {
    animation-delay: 1.44s;
}

.sub_top .sub_tit span:nth-child(11) {
    animation-delay: 1.56s;
}
.sub_top .sub_tit span:nth-child(12) {
    animation-delay: 1.68s;
}
.sub_top .sub_tit span:nth-child(13) {
    animation-delay: 1.8s;
}
.sub_top .sub_tit span:nth-child(14) {
    animation-delay: 1.92s;
}
.sub_top .sub_tit span:nth-child(15) {
    animation-delay: 2.04s;
}
.sub_top .sub_tit span:nth-child(16) {
    animation-delay: 2.16s;
}
.sub_top .sub_tit span:nth-child(17) {
    animation-delay: 2.28s;
}
.sub_top .sub_tit span:nth-child(18) {
    animation-delay: 2.4s;
}
.sub_top .sub_tit span:nth-child(19) {
    animation-delay: 2.52s;
}
.sub_top .sub_tit span:nth-child(20) {
    animation-delay: 2.64s;
}

/* txt animation */
@-webkit-keyframes subTitFlip {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: rotateY(0);
    }
}

@-moz-keyframes subTitFlip {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: rotateY(0);
    }
}

@-ms-keyframes subTitFlip {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: rotateY(0);
    }
}

@-o-keyframes subTitFlip {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: rotateY(0);
    }
}

@keyframes subTitFlip {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: rotateY(0);
    }
}

/* 서브페이지 내용 영역 */
.sub_cont {
    min-height: 780px;
    background: #fff;
    padding: 14rem 0;
}

.sub_cont_tit .tit_text_wr {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.7rem;
    padding-bottom: 8rem;
}

.sub_cont_tit2 .tit_text_wr {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 5rem;
}

/************ 연혁 ************/
.history_list_gr {
    margin-bottom: 11rem;
}

/* 타이틀 부분 */
.history_list_gr .period {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: 38rem;
    border-radius: 10rem 0 10rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    text-align: center;
    color: #fff;
}

.history_list_gr .period h3 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-family: var(--font-family-suite);
}

.history_list_gr .period p {
    font-size: 2rem;
    line-height: 1.3;
}

.history_nav {
    margin-top: 6rem;
    display: flex;
    align-items: end;
    gap: 10rem;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.history_nav a {
    display: inline-block;
    position: relative;
    padding-bottom: 1.5rem;
    opacity: 0.6;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    word-break: keep-all;
    word-wrap: break-word;
}

.history_nav a.active {
    padding-bottom: 2rem;
    opacity: 1;
    font-weight: 700;
}

.history_nav a::after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transform: translateY(50%);
}

.history_nav a.active::after {
    width: 1rem;
    height: 1rem;
    background: var(--primary);
}

/* 배경설정 */
#history_gr01 .period {
    background-image: url(../img/history_bg01.jpg);
}

#history_gr02 .period {
    background-image: url(../img/history_bg02.jpg);
}

#history_gr03 .period {
    background-image: url(../img/history_bg03.jpg);
}

#history_gr04 .period {
    background-image: url(../img/history_bg04.jpg);
}

/* 연혁리스트 */
.history_list {}

.history_list>li {
    padding: 6rem 0;
    display: flex;
    align-items: start;
    border-bottom: 1px solid var(--border);
}

.history_list .year {
    flex-shrink: 0;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--primary);
    font-family: var(--font-family-suite);
    min-width: 30rem;
}

.month_gr {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.month_gr>li {
    display: flex;
    align-items: start;
    line-height: 1.4;
}

.month_gr>li .month {
    font-weight: 800;
    font-family: var(--font-family-suite);
    color: var(--gray-600);
    min-width: 7.5rem;
}

.month_gr>li .cont {
    color: var(--gray-500);
    word-break: keep-all;
    word-wrap: break-word;
}

/************ 파이프사업부 ************/
/******* 제품정보 *******/
.sub_cont_sect {
    margin-bottom: 11rem;
}

/* 막대그래프 */
.bar_graph_wr {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.bar_graph {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--light);
    border-radius: 0 1rem 1rem 0;
    height: 5.2rem;
    padding-right: 1.8rem;
}

.bar_graph span {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark);
}

.bar_graph .color_bar {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
    padding: 2rem;
    color: #fff;
    border-radius: 0 1rem 1rem 0;
    margin-right: 2rem;
}

.bar_graph .color_bar.red {
    max-width: 53.6rem;
    background: linear-gradient(90deg, rgba(208, 18, 27, 1) 0%, rgba(170, 0, 8, 1) 100%);
}

.bar_graph .color_bar.brown {
    max-width: 41.5rem;
    background: linear-gradient(90deg, rgba(119, 70, 70, 1) 0%, rgba(51, 39, 39, 1) 100%);
}

.bar_graph .color_bar.green {
    max-width: 30.4rem;
    background: linear-gradient(90deg, rgba(64, 101, 121, 1) 0%, rgba(48, 70, 82, 1) 100%);
}

.bar_graph .color_bar.blue {
    max-width: 30.4rem;
    background: linear-gradient(90deg, rgba(79, 87, 145, 1) 0%, rgba(48, 52, 82, 1) 100%);
}

/* 범례 */
.legend_wr {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    border: 1px solid var(--border);
    padding: 1.5rem;
    margin-top: 3rem;
}

.legend {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--gray-600);
}

.legend::before {
    content: "";
    display: block;
    width: 2.4rem;
    aspect-ratio: 1/1;
    border-radius: 0.4rem;
    margin-right: 0.5rem;
}

.legend.red::before {
    background: linear-gradient(90deg, rgba(208, 18, 27, 1) 0%, rgba(170, 0, 8, 1) 100%);
}

.legend.brown::before {
    background: linear-gradient(90deg, rgba(119, 70, 70, 1) 0%, rgba(51, 39, 39, 1) 100%);
}

.legend.green::before {
    background: linear-gradient(90deg, rgba(64, 101, 121, 1) 0%, rgba(48, 70, 82, 1) 100%);
}

.legend.blue::before {
    background: linear-gradient(90deg, rgba(79, 87, 145, 1) 0%, rgba(48, 52, 82, 1) 100%);
}

/* 중간 배 이미지 */
.product_information .sect03 {
    height: 40rem;
    background-image: url(../img/prd_info_sect02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* APPLICATION */
.appli_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--gray-600);
    text-align: center;
    margin-top: 4rem;
}

/* dot list 커스텀 */
.dot_style_ul>li {
    display: flex;
    font-size: 1.6rem;
    color: var(--gray-500);
    line-height: 1.5;
}

.dot_style_ul>li::before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 1rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.dot_style_ul.red_dot>li::before {
    background: var(--primary);
}

/************ 갤러리 게시판 ************/
.border_wr:has(.gellary_list_wr) {
    padding: 5rem 0;
}

.border_wr.border-top {
    border-top: 2px solid var(--dark) !important;
}

.gellary_list_wr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.gellary_item .gellary_thumb {
    width: 100%;
    aspect-ratio: 339 / 226;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 3rem;
}

.gellary_item .gellary_thumb img {
    aspect-ratio: 339 / 226;
    object-fit: cover;
}

.gellary_item .gellary_text .tit {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2rem;
}

.gellary_item .gellary_text .date {
    font-size: 1.6rem;
    color: var(--gray-300);
}

/************ 연구개발 ************/
.development .sub_cont_sect:not(.sub_cont_tit2) .tit_h2 {
    margin-bottom: 5rem;
}

.development_diagram_wr {
    margin-top: 5rem;
}

.development_diagram01 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
}

.development_diagram01::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--border-200);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.development_diagram01 .circle {
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 1rem;
    position: relative;
    z-index: 1;
    background: #fff;
}

.development_diagram01 .circle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    white-space: pre-line;
    border-radius: 50%;
    line-height: 1.4;
}

.development_diagram01 .circle.outline_circle {
    border: 1px dashed var(--primary);
}

.development_diagram01 .circle.outline_circle span {
    border: 1px solid var(--primary);
    color: var(--dark);
}

.development_diagram01 .circle.solid_circle {
    border: 1px solid var(--primary);
    background: var(--primary);
}

.development_diagram01 .circle.solid_circle span {
    border: 1px dashed #fff;
    color: #fff;
}

.diagram_arrow {
    display: flex;
}

.diagram_arrow img {
    max-width: 15.8rem;
}

.diagram_arrow.arrow_reverse img {
    transform: rotate(180deg);
}

.development .sect02 {
    padding: 11rem 0 12rem 0;
    color: #fff;
    background: url("../img/development_sect02_bg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

.development .sect02 .tit_h2 {
    margin-bottom: 6rem;
}

.black_circle_wr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}

.black_circle_wr .black_circle {
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    flex: 1 1 33.33%;
}

.black_circle_wr .black_circle span {
    white-space: pre-line;
}

.black_circle_wr .black_circle:nth-child(2) {
    margin: 0 -4rem;
}

.development .sect03 .border_box {
    padding: 4rem 1rem;
    font-size: 2.4rem;
}

.development .sect03 .border_box p.fc_dark {
    padding-right: 2rem;
}

.development .sect03 .border_box p.fc_gray_500 {
    padding-left: 2rem;
}

.red_box_wr {
    gap: 2rem;
}

.red_box_wr .red_box {
    flex: 1 1 33.33%;
    padding: 1.6rem 1.6rem 2.4rem;
    border: 1px solid var(--border);
}

.red_box_wr .red_box p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background: var(--primary);
    margin-bottom: 2.4rem;
}

.red_box_wr .red_box ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 1.7rem;
    color: var(--gray-600);
    line-height: 1.3;
    text-align: center;
}

.development .sect04 {
    padding: 11rem 0;
}

.development .ethical_sec4 ul li {
    width: calc((100% / 2) - 1rem);
}

/*회사소개 개요*/
.company_sec2 {
    padding: 15rem 1.6rem;
    background: url(../img/company_sec2.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 11rem;
}

.company_sec2 .logo_img {
    margin-bottom: 3.5rem;
}

.company_sec3 ul {
    display: flex;
    gap: 6rem 1.5rem;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-top: 2.3rem;
    margin-bottom: 11rem;
}

.company_sec3 ul li {
    width: calc((100% / 3) - 10px);
    background-color: #f6f6f6;
    padding: 6rem 3rem 5rem;
    position: relative;
}

.company_sec3 ul li span {
    background-color: #4c4c4e;
    display: inline-flex;
    width: 4.6rem;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}

.company_sec3 ul li img {
    width: 5.4rem;
    aspect-ratio: 1 / 1;
    margin-bottom: 3rem;
}

.company_sec3 ul li p {
    letter-spacing: -1px;
}

.company_sec3 ul li p:nth-child(2) {
    margin-bottom: 1.5rem;
}

.company_sec4 {
    overflow: hidden;
    position: relative;
    max-height: 40rem;
    margin-bottom: 11rem;
}

.company_sec4 .company_sec4_img {
    width: 100%;
    aspect-ratio: 127 / 66;
    background: url(../img/company_sec4.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}

.company_sec4 .text-center {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company_sec5 .text-center {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.company_sec5 .text-center p {
    width: 100%;
}

/*회사소개 경영철학*/
.our_sec1 {
    padding-bottom: 6rem;
}

.sub_cont_tit.our_sec1 .tit_text_wr {
    padding-bottom: 6rem;
}

.our_sec2 {
    padding: 15rem 1.6rem;
    background: url(../img/our_sec2.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.sub_cont_tit.our_sec2 .tit_text_wr {
    padding-bottom: 0rem;
}

.our_sec3_ul>li {
    padding: 5rem;
    border-bottom: 1px solid #e3e3e3;
}

.our_sec3_ul>li .flex-box {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0;
}

.our_sec3_ul>li .flex-box .left {
    width: 40%;
}

.our_sec3_ul>li .flex-box .right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.our_sec3_ul>li .flex-box .right li {
    width: 100%;
    position: relative;
    padding-left: 1.5rem;
}

.our_sec3_ul>li .flex-box .right li:after {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute;
    top: 1.15rem;
    left: 0;
    z-index: 0;
}

.our_sec3_ul>li .flex-box .right li p {
    width: 100%;
    word-break: keep-all;
}

/*회사소개 비전&핵심가치*/
.vision_sec2 {
    margin-bottom: 19.2rem;
}

.vision_top {
    position: relative;
    text-align: center;
}

.dot_circle {}

.gr_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.core_value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
    background: url(../img/core_value.png) no-repeat center;
    background-size: cover;
    width: 24rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 140%;
}

.core_philosophy {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%) !important;
    z-index: 3;
    width: 18rem;
    background-color: rgba(245, 20, 31, 0.8);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 140%;
}

.vision_list {
    position: absolute;
    padding: 2rem;
    background-color: #fff;
}

.vision_list p:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
    line-height: 140%;
    color: #333;
    margin-bottom: 0.5rem;
}

.vision_list p:nth-child(2) {
    font-size: 2rem;
    font-weight: 400;
    line-height: 140%;
    color: #6f6f6f;
}

.vision_list1 {
    z-index: 3;
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%) !important;
    text-align: right;
}

.vision_list2 {
    z-index: 3;
    top: 20%;
    left: 77%;
    transform: translate(-50%, -50%) !important;
    text-align: left;
}

.vision_list3 {
    z-index: 3;
    top: 80%;
    left: 20%;
    transform: translate(-50%, -50%) !important;
    text-align: right;
}

.vision_list4 {
    z-index: 3;
    top: 80%;
    left: 77%;
    transform: translate(-50%, -50%) !important;
    text-align: left;
}

.vision_list5 {
    z-index: 3;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}

.vision_sec3_img {
    width: 100%;
    background: url(../img/vision_sec3.png) no-repeat center;
    background-size: cover;
    aspect-ratio: 275 / 105;
    min-height: 30rem;
}

.vision_sec4 {
    margin-top: 7rem;
}

.vision_sec4 .flex {
    display: flex;
    justify-content: space-between;
}
.vision_sec4 .flex > div{ width: 50%;}

.vision_sec4 .flex .right{
    padding-left: 20px;
    border-left: 2px solid var(--border-200);
}
.vision_sec4 .flex .right img {
    max-width: 45rem;
    width: 100%;
}

/*파이프사업부 - 소개*/
.gary_bg {
    background: var(--light);
    padding: 2.7rem 1.6rem 14rem;
}

.pipe_works_list {
    display: flex;
    align-items: stretch;
    gap: 1.5rem;
}

.pipe_works_list li {
    width: calc(100% / 3);
    padding: 4rem 3rem;
    background: var(--light);
}

/*지속가능경영 - 품질경영*/
.quality_sec3 {
    margin-bottom: 10rem;
}

.quality_sec3 .container>ul {
    display: flex;
    align-items: stretch;
    border-top: 2px solid #333;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.quality_sec3 .container>ul>li {
    width: calc(100% / 3);
    border-left: 1px solid #e3e3e3;
    padding: 5rem 3rem;
}

.quality_sec3 .container>ul>li:nth-child(1) {
    border-left: 0;
}

.quality_sec3 .container>ul>li>p {
    margin-bottom: 1.5rem;
}

.quality_sec3 .container>ul>li>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.quality_sec3 .container>ul>li>ul>li {
    width: 100%;
    position: relative;
    padding-left: 1.5rem;
}

.quality_sec3 .container>ul>li>ul>li:after {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #d0121b;
    position: absolute;
    top: 1.15rem;
    left: 0;
    z-index: 0;
}

.quality_sec3 .container>ul>li>ul>li p {
    color: #4c4c4e;
    line-height: 150%;
}

.quality_sec4 {
    margin-bottom: 5rem;
}

.quality_sec4 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4_list1 {
    position: relative;
    max-width: 24.6rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sec4_list1>img {
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate360 5s linear infinite;
}

.sec4_list3 {
    max-width: 30rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.sec4_list3 .red_box1 {
    width: calc((100% / 2) - 0.4rem);
    aspect-ratio: 1 / 1;
    border-radius: 3rem 3rem 0 3rem;
    background-color: #d0121b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4_list3 .red_box2 {
    width: calc((100% / 2) - 0.4rem);
    aspect-ratio: 1 / 1;
    border-radius: 0 3rem 3rem 3rem;
    background-color: #d0121b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4_list3 .gray_box1 {
    width: calc((100% / 2) - 0.4rem);
    aspect-ratio: 1 / 1;
    border-radius: 3rem 3rem 3rem 0;
    background-color: #efefef;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4_list3 .gray_box2 {
    width: calc((100% / 2) - 0.4rem);
    aspect-ratio: 1 / 1;
    border-radius: 3rem 0 3rem 3rem;
    background-color: #efefef;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4_list5 {
    position: relative;
    max-width: 24.6rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sec4_list5>img {
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate360 5s linear infinite;
}

.quality_sec4 .red-circle {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 20rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #d0121b;
    padding: 5rem 1rem;
}

.quality_sec4 .red-circle p {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1rem;
    color: #111;
}

.quality_sec5 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
}

.quality_sec5 ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 10rem;
}

.quality_sec5 ul li {
    width: calc((100% / 4) - 0.5rem);
    padding: 1.6rem 1.6rem 2.4rem;
    border: 1px solid #e3e3e3;
    text-align: center;
}

.quality_sec5 ul li .black-box {
    margin-bottom: 2.4rem;
    background-color: #333;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.5rem 0.5rem;
}

.quality_sec5 ul li>p {
    margin-bottom: 2rem;
}

.quality_sec5 ul li>p:last-child {
    margin-bottom: 0;
}

.quality_sec6 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
}

.quality_sec6 ul li {
    width: calc((100% / 2) - 1rem);
    border: 1px solid #e3e3e3;
    text-align: center;
}

.quality_sec6 ul li .black-box {
    background-color: #333;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.5rem 0.5rem;
}

.quality_sec6 ul li .quality_sec6_list {
    padding: 3rem 4rem;
}

.quality_sec6 ul li .quality_sec6_list .gray-box {
    padding: 1rem;
    background-color: #f6f6f6;
    margin-bottom: 1rem;
}

.quality_sec6 ul li .quality_sec6_list .gray-box:last-child {
    margin-bottom: 0;
}

/*지속가능경영 - 윤리경영*/
.ethical_sec2 {
    margin-bottom: 10rem;
}

.ethical_img {
    margin-top: 5rem;
}

.ethical_sec3 .circle-box {
    position: relative;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 10rem;
}

.ethical_sec3 .red_circle_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ethical_sec3 .red_circle_box .red_circle {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 29rem;
    aspect-ratio: 1 / 1;
    background-color: #d0121b;
    color: #fff;
    border-radius: 50%;
    padding: 2rem;
    border: 2rem solid rgba(227, 227, 227, 1);
}

.ethical_sec3 .red_circle_box .backgray-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 35rem;
    height: 35rem;
    background-color: rgba(246, 246, 246, 1);
    border-radius: 50%;
    z-index: 1;
}

.ethical_sec3 .red_circle h3 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
}

.ethical_sec3 .red_line_circle {
    position: absolute;
    z-index: 3;
    width: 18.4rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #d0121b;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px rgba(208, 18, 27, 0.18);
}

.ethical_sec3 .red_line_circle.circle1 {
    top: 0.8rem;
    left: 18%;
}

.ethical_sec3 .red_line_circle.circle2 {
    top: 0.8rem;
    right: 18%;
}

.ethical_sec3 .red_line_circle.circle3 {
    bottom: 0.8rem;
    left: 18%;
}

.ethical_sec3 .red_line_circle.circle4 {
    bottom: 0.8rem;
    right: 18%;
}

.ethical_sec4 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ethical_sec4 ul li {
    padding: 4rem 3rem 12rem;
    width: calc((100% / 3) - 1rem);
    border: 1px solid rgba(227, 227, 227, 1);
    position: relative;
    background-color: #fff;
}

.ethical_sec4 ul li .icon_img {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
}

/*지속가능경영 - 인재경영*/
.talent_sec2 {
    margin-bottom: 15rem;
}

.talent_sec2 .text_box {
    margin-bottom: 6rem;
}

.talent_sec2 .con .circle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 29rem;
    height: 29rem;
    background: url(../img/talent_earth.png) no-repeat center / cover;
    margin: 0 auto;
}

.talent_sec2 .con .circle .line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.talent_sec2 .con .circle.in-view .line {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.talent_sec2 .con .circle .line.line1 {
    width: 150%;
    height: 150%;
    background: #f6f6f6;
    opacity: 1;
    z-index: -1;
}

.talent_sec2 .con .circle .line.line2 {
    width: 200%;
    height: 200%;
    background: #f6f6f6;
    opacity: 0.5;
    z-index: -2;
}

.talent_sec2 .con .circle .line.line3 {
    width: 250%;
    height: 250%;
    background: #f6f6f6;
    opacity: 0.2;
    z-index: -3;
}

.talent_sec2 .con ul {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    gap: 10rem;
}

.talent_sec2 .con ul li {
    position: relative;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, 1);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 2rem 5rem;
}

.talent_sec2 .con li:nth-child(1):after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: calc(100% - 15rem);
    transform: rotate(45deg);
    width: 1px;
    height: 330px;
    background: rgba(204, 204, 204, 1);
    z-index: -1;
}

.talent_sec2 .con li:nth-child(2):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% - 15rem);
    width: 1px;
    height: 330px;
    background: rgba(204, 204, 204, 1);
    z-index: -1;
}

.talent_sec2 .con li:nth-child(3):after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: calc(100% - 15rem);
    transform: rotate(-45deg);
    width: 1px;
    height: 330px;
    background: rgba(204, 204, 204, 1);
    z-index: -1;
}

.talent_sec3 h3 {
    margin-bottom: 4rem;
}

.talent_sec3 .big_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 7rem;
}

.talent_sec3 .big_flex .small {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem 7rem;
}

.talent_sec3 .big_flex .small2 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem 7rem;
}

.talent_sec3 .big_flex .small .img_box {
    width: 50%;
}

.talent_sec3 .big_flex .small2 .img_box {
    width: 50%;
    order: 2;
}

.talent_sec3 .big_flex .small .text_box {
    width: 50%;
}

.talent_sec3 .big_flex .small2 .text_box {
    width: 50%;
    order: 1;
}

/*구매방침*/
.gray_bg {
    padding: 4rem;
    background-color: #f6f6f6;
}

.black_tap {
    padding: 0.5rem 1.6rem;
    display: inline-block;
    border-radius: 5rem;
    background-color: #333;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.dot_list.policy {
    padding-left: 1.5rem;
}

.dot_list.policy li {
    position: relative;
    padding-left: 1.5rem;
}

.dot_list.policy li:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #6f6f6f;
}

.policy_sec {
    margin-bottom: 10rem;
}

/*자료실*/
.custom_table_link tr {
    cursor: pointer;
}

.table.custom_table tr {
    border-bottom: 1px solid var(--border);
}

.table.custom_table tr th,
.table.custom_table tr td {
    text-align: center;
    padding: 2rem 0.75rem;
    vertical-align: middle;
    border-top: 0;
}

.table.custom_table thead tr th {
    font-size: 1.6rem;
    font-weight: 600;
    background-color: var(--light);
    border-bottom: 0;
    border: unset;
}

.table.custom_table tbody tr th {
    font-size: 1.6rem;
    font-weight: 500;
}

.list_wrap {
    margin-left: -4rem;
    margin-right: -4rem;
}

.list_cont {
    padding: 0 3.5rem 3.5rem;
    display: block;
}

.table.custom_table col.col_num {
    width: 13%;
}

.table.custom_table col.col_title {
    width: 61%;
}

.table.custom_table col.col_writer {
    width: 13%;
}

.table.custom_table col.col_date {
    width: 13%;
}

/* 게시판 검색 */
.board_sch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.8rem;
    background: var(--light);
}

.board_sch .sch_ip {
    width: 100%;
    /* max-width: 60rem; */
    padding: 0 2.0rem;
}

/*CI*/
.ci_sec1,
.ci_sec2,
.ci_sec3 {
    margin-bottom: 7rem;
}

.symbol_box {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.symbol_box .symbol {
    width: calc((100% / 2) - 1rem);
    border: 1px solid #ccc;
    padding: 2rem;
    text-align: center;
    background: url(../img/gradation.png);
    position: relative;
    max-height: 24rem;
    height: 24rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.symbol_box .symbol span {
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-size: 2rem;
    font-weight: 700;
    color: #6f6f6f;
}

.symbol_box .symbol img {
    scale: 0.5;
}

.ci_flex {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.ci_flex>div {
    width: 50%;
}

.ci_flex .w {
    position: absolute;
    top: 2rem;
    right: 30%;
    transform: translateX(-50%);
}

.ci_flex .symbol_box .symbol .dot_x_line {
    left: 50%;
    top: auto;
    width: 1px;
    height: 90%;
    transform: translateX(-50%);
    background: url(../img/dot_x_line.png);
}

.ci_flex .h {
    position: absolute;
    top: 40%;
    right: 2rem;
    transform: translateY(-50%);
}

.ci_flex .symbol_box .symbol .dot_h_line {
    left: auto;
    top: calc(50% + 4px);
    width: 95%;
    height: 1px;
    transform: translateY(-50%);
    background: url(../img/dot_h_line.png);
}

.hansae_color {
    padding: 2rem 4rem;
}

.hansae_red {
    background: var(--primary);
}

.hansae_gray {
    background: #727171;
}

.hansae_color h4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.hansae_color p {
    line-height: 1.4;
}

.hansae_color p:first-child {
    width: 2rem;
    margin-right: 1rem;
}

/**온라인 상담**/
.inquiry_btn input {
    width: 15.6rem;
    height: 5.6rem;
}

.inquiry .ip_tit {
    margin-left: 0;
}

.inquiry .ip_tit h5 {
    font-size: 1.6rem;
}

/**비즈니스 네트워크**/

.bsnk_mb {
    display: none;
}

.bsnk_sub {
    padding-bottom: 4rem;
}

.bsnk_sub ul {
    border-top: 1px solid var(--border-200);
    border-bottom: 1px solid var(--border-200);
}

.bsnk_cn {
    padding-left: 3rem;
}

.bsnk_sub>div>ul>li:nth-child(2) {
    border-left: 1px solid var(--border-200);
}

.bsnk_sub_tit h3 {
    padding-bottom: 4rem;
}

.bsnk_sub_tit img {
    width: 20rem;
}

/* === 25.09.26  수정 === */
.bsnk_map_wr{ margin-bottom: 8.0rem;}
.bsnk_map_wr h3{ padding-bottom: 5rem;}
.bsnk_map{ width: fit-content;}
.bsnk_map img{ min-width: 65.0rem;}


/**파이프 사업부 생산능력**/
.eqmt_wr p {
    letter-spacing: -0.02rem;
    word-break: keep-all;
}

.eqmt_wr ul li {
    letter-spacing: -0.03rem;
}

.pipe_tr th {
    height: 9rem;
}

.pipe_tr td {
    height: 4.5rem;
}

/**파이프 사업부 사업실적**/
.bspf_left {
    padding-left: 5rem;
}

.bspf_left .dot_style_ul>li {
    font-size: 2rem;
    font-weight: 500;
}

.bspf_left .dot_style_ul>li::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 1.1rem;
}

.bs_reveal {
    position: relative;
    display: inline-block;
}

.bs_reveal::after {
    content: "";
    position: absolute;
    left: 0;
    top: -0.5%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 1.1s;
}

.bs_reveal.show::after {
    width: 0;
}

/**파이프 사업부 생산설비**/

.pline_wr div {
    padding: 1.5rem;
    border: 0.1rem solid var(--border);
}

/**파이프 사업부 검사장비**/

.insp_wr ul {
    max-width: 85.6rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}

.insp_wr ul li {
    margin-right: 3rem;
}

.insp_wr ul:nth-child(4) li {
    margin-right: 1rem;
}

.insp_wr ul li:last-child {
    margin-right: 0;
}

.insp_02 {
    width: 29.3rem;
}

/**인사제도**/
.personal_ss span {
    word-break: keep-all;
}

.personal_sub div {
    padding: 4rem 3rem;
    border-top: 0.2rem solid var(--border-200);
}

.personal_sub p {
    font-size: 2rem;
    font-weight: 600;
}

.personal_sub h1 {
    font-family: var(--font-family-suite);
}

.personal_sub li {
    position: relative;
}

.personal_sub li::before {
    content: "";
    position: absolute;
    left: -1.4rem;
    top: 0.9rem;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--gray-300);
}

/**인증현황**/
.cert_wr div {
    width: 34.5rem;
    height: 48.9rem;
    margin-bottom: 4rem;
}

.cert_wr>div>p {
    color: var(--gray-600);
    text-align: center;
    padding-top: 1rem;
    font-size: 2rem;
    font-weight: 500;
}

/**인사말**/

.greet_rg p {
    word-break: keep-all;
    padding-bottom: 4.6rem;
}

.greet_bg {
    padding-top: 7rem;
    max-width: 135rem;
    margin: 0 auto;
    background: url(../img/greeting_bg.png) no-repeat 1rem 15rem;
}

.greet_lf {
    margin-right: 7.4rem;
    max-width: 42.5rem;
}

/**오시는길**/
.loca_info {
    border-top: 0.2rem solid #000;
    border-bottom: 0.1rem solid #000;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.loca_info li {
    padding-bottom: 3rem;
    align-items: baseline;
}

.loca_info li p:nth-child(2) {
    border-left: 1px solid var(--border-200);
}

.location_wr p {
    word-break: keep-all;
}

.location_btn a {
    width: 15.6rem;
    height: 4.8rem;
    border-radius: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    cursor: pointer;
}

/**안전경영**/
.safety_txt li {
    word-break: keep-all;
}

.safety_txt li span {
    color: var(--gray-600);
    font-weight: 500;
}

/**환경경영**/
.environ_sec3 .black_box {
    background-color: #332727;
}

.environ_sec3 .txt_box {
    line-height: 1.5;
    color: var(--gray-500);
    padding: 2.5rem 2rem;
    border: 0.1rem solid var(--border);
    height: 30rem;
}

.environ_sec3 .txt_box ul {
    gap: 1rem;
}

.environ_sec3 .txt_box2 {
    line-height: 1.5;
    color: var(--gray-500);
    padding: 2.5rem 2rem;
    border: 0.1rem solid var(--border);
    height: 17.4rem;
}

#environ_gr01 .period {
    background-image: url(../img/environ_img.png);
}

.environ_gr .period {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem;
    height: 36rem;
    border-radius: 10rem 0 10rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    line-height: 6rem;
}

/**사회공헌**/
.responsibility .dot_style_ul>li {
    font-size: 1.7rem;
}

/**자료실 reference_room_view**/
.rf_view_btn>.btn {
    font-weight: 500;
}

/**************************************************/
/*										반응형			  								*/
/**************************************************/
/*반응형 max 1400 xl*/
@media (max-width: 1400px) {
    .head-box.on .hd-menu .gnb-wrap .gnb>li {
        width: 16rem;
    }

    .hd-menu .gnb-wrap .gnb>li .depth {
        min-width: 16rem;
    }
}

/*반응형 max 1280 */
@media (max-width: 1279.98px) {
    .container-lg {
        padding: 0 3.5rem;
    }
    .main_text{ margin: 0 3.5rem;}
}

/*반응형 max 1200 xl*/
@media (max-width: 1199.98px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        /* max-width: 100%; */
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .main_text{ margin: 0 1.6rem;}

    #main {
        padding-top: var(--hd_height_m);
    }

    /*모바일 헤더 및 메뉴*/
    .de_head_cont {
        min-height: 5.6rem;
        max-height: 5.6rem;
        height: 100%;
    }

    .hd-menu .gnb-wrap .gnb {
        opacity: 0;
        visibility: hidden;
    }

    .de_head_cont .hd-menu,
    .hd-info>a {
        display: none;
    }

    .logo {
        top: 50%;
        transform: translateY(-50%);
        left: 2rem;
        width: 9rem;
        height: 1.5rem;
    }

    .hd-info {
        top: 50%;
        transform: translateY(-50%);
        right: 2rem;
        gap: 1.5rem;
    }

    .moblie-menu {
        display: block;
    }

    .moblie-menu button {
        background: url(../img/ham_btn_w.png) no-repeat;
        width: 2.4rem;
        background-size: cover;
        aspect-ratio: 1 / 1;
        border: 0;
        transition: all ease 0.3s;
    }

    .head-box.scrolled .moblie-menu button {
        background: url(../img/ham_btn_g.png) no-repeat;
        background-size: cover;
    }

    /*메인*/
    .main_text {
        font-size: 3.6rem;
    }

    .main_sect_layout .main_sect_text {
        width: 45%;
        padding-right: 2rem;
    }

    .main_sect_layout .main_sect_img {
        width: 55%;
    }

    .main_cont_text h2 {
        font-size: 3.6rem;
        letter-spacing: -0.5px;
    }

    .main_sect_text .link_wr .btn {
        font-size: 1.8rem;
    }

    /*서브*/
    .sub_pg {
        min-height: 100vh;
    }

    /* 탭 커스텀 */
    .tab_custom {
        row-gap: 2rem;
        margin-bottom: 6rem;
    }

    .tab_custom .btn-link {
        padding: 0 4rem;
        font-size: 1.8rem;
    }

    /* 타이틀 텍스트 */
    .tit_h1 {
        font-size: 3.4rem;
    }

    .tit_h2 {
        font-size: 2.8rem;
    }

    .tit_h3 {
        font-size: 2.4rem;
    }

    .tit_h4 {
        font-size: 2rem;
    }

    .sub_primary_tit {
        font-size: 3.8rem;
    }

    .sub_gray_tit {
        font-size: 3rem;
    }

    /* 서브탑 */
    .sub_top .sub_tit {
        padding-top: 12rem;
        padding-bottom: 17.5rem;
    }

    /* 서브탑 타이틀 */
    .sub_top .sub_tit span {
        font-size: 4.6rem;
    }

    /* 서브페이지 내용 영역 */
    .sub_cont {
        padding: 10rem 0;
    }

    .sub_cont_tit .tit_text_wr {
        padding-bottom: 6rem;
    }

    .vision_list p:nth-child(1),
    .vision_list p:nth-child(2) {
        font-size: 1.8rem;
        word-break: keep-all;
    }

    .sub_cont_tab.pb_50 {
        padding-bottom: 0;
    }

    .greet_bg .container {
        justify-content: center;
    }

    .insp_wr {
        max-width: 100%;
    }

    .cert_wr div:last-child {
        display: none;
    }

    .location_map iframe {
        width: 100%;
        height: 40rem;
    }

    .location_btn a {
        width: 13rem;
        height: 4rem;
    }

    .bspf_left {
        padding-left: 0;
        padding-bottom: 5rem;
    }

    .bs_reveal {
        padding-bottom: 5rem;
    }

    .bs_reveal img {
        max-width: none;
    }

    .personal_sub p {
        font-size: 1.8rem;
    }
}

/**반응형 max 1100px **/
@media (max-width: 1100px) {
    .vision_list1 {
        z-index: 3;
        top: 10%;
        left: 20%;
        transform: translate(-50%, -50%) !important;
        text-align: right;
    }

    .vision_list2 {
        z-index: 3;
        top: 10%;
        left: 77%;
        transform: translate(-50%, -50%) !important;
        text-align: left;
    }

    .vision_list3 {
        z-index: 3;
        top: 80%;
        left: 20%;
        transform: translate(-50%, -50%) !important;
        text-align: right;
    }

    .vision_list4 {
        z-index: 3;
        top: 80%;
        left: 77%;
        transform: translate(-50%, -50%) !important;
        text-align: left;
    }
}

/*반응형 max 992px lg*/
@media (max-width: 991.98px) {
    .pc_only {
        display: none;
    }

    .mo_only {
        display: block;
    }

    body {
        font-size: 1.6rem;
    }

    /* 테이블 */
    .table_01 th {
        font-size: 1.5rem;
    }

    .table_01 td {
        font-size: 1.5rem;
    }

    /* 탭 커스텀 */
    .tab_custom .btn-link {
        padding: 0 3rem;
    }

    .table_scroll table {
        min-width: 768px;
    }

    /* 고탑버튼 모바일 사이즈 */
    .go_top2 {
        width: 45px;
        height: 45px;
        background-size: 1.5rem;
    }

    /* 타이틀 텍스트 */
    .tit_h1 {
        font-size: 3rem;
    }

    .tit_h3 {
        font-size: 2.2rem;
    }

    .tit_h4 {
        font-size: 1.8rem;
    }

    .sub_primary_tit {
        font-size: 3.4rem;
    }

    .sub_gray_tit {
        font-size: 2.6rem;
    }

    /* 서브탑 */
    .sub_top .sub_tit {
        padding-top: 10rem;
        padding-bottom: 15.5rem;
    }

    /* 서브탑 타이틀 */
    .sub_top .sub_tit span {
        font-size: 4.2rem;
    }

    /* 메인페이지 */
    /* .main_sect_layout{
		flex-direction: column;
	} */
    .main_sect_layout .main_sect_text {
        width: 50%;
        padding-right: 2rem;
    }

    .main_sect_layout .main_sect_img {
        width: 50%;
    }

    .main_cont_text {
        padding-top: 3rem;
    }

    .main_cont_text h2 {
        font-size: 3.2rem;
        letter-spacing: -0.5px;
    }

    .main_sect_text .link_wr {
        gap: 0.8rem;
    }

    .main_sect_text .link_wr .btn {
        font-size: 1.6rem;
    }

    .main_sect_text .link_wr .btn img {
        transform: scale(0.9);
        margin-left: 0 !important;
    }

    .text_slide_pagination .slick-dots {
        gap: 1.5rem;
    }

    .news_card .news_text .date {
        font-size: 1.8rem;
    }

    .news_card .news_text .title {
        font-size: 1.9rem;
    }

    /************ 연혁 ************/
    /* 타이틀 부분 */
    .history_list_gr .period {
        height: 32rem;
    }

    .history_list_gr .period h3 {
        font-size: 3.8rem;
    }

    .history_list_gr .period p {
        font-size: 1.8rem;
    }

    .history_nav {
        margin-top: 5rem;
        gap: 8rem;
    }

    .history_nav a {
        font-size: 1.8rem;
    }

    /* 연혁리스트 */
    .history_list .year {
        font-size: 3.8rem;
        min-width: 25rem;
    }

    /************ 파이프사업부 ************/
    /* 막대그래프 */
    .bar_graph span {
        font-size: 1.7rem;
    }

    /* 중간 배 이미지 */
    .product_information .sect03 {
        height: 30rem;
    }

    /* 범례 */
    .legend_wr {
        font-size: 1.5rem;
        padding: 1rem;
    }

    /************ 갤러리 게시판 ************/
    .gellary_list_wr {
        gap: 2.5rem;
    }

    .gellary_item .gellary_thumb {
        margin-bottom: 1.5rem;
    }

    .gellary_item .gellary_text .tit {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .gellary_item .gellary_text .date {
        font-size: 1.5rem;
    }

    /************ 연구개발 ************/
    .development_diagram01 {
        gap: 2rem;
    }

    .development_diagram01 .circle span {
        font-size: 1.6rem;
    }

    .black_circle_wr .black_circle {
        font-size: 2rem;
    }

    .black_circle_wr .black_circle:nth-child(2) {
        margin: 0 -3rem;
    }

    .development .sect03 .border_box {
        padding: 3rem 1rem;
        font-size: 2rem;
    }

    .red_box_wr .red_box p {
        font-size: 1.8rem;
    }

    .red_box_wr .red_box ul {
        font-size: 1.6rem;
    }

    .border_mb {
        margin-bottom: 6rem;
    }

    .company_sec2 {
        padding: 8rem 1.6rem;
        margin-bottom: 5rem;
    }

    .company_sec2 img {
        width: 20rem;
    }

    .company_sec2 .tit_text_wr {
        padding-bottom: 2rem;
    }

    .company_sec2 p {
        font-size: 1.8rem;
        white-space: normal;
        word-break: keep-all;
    }

    .company_sec3 ul {
        margin-bottom: 5rem;
    }

    .company_sec3 ul li {
        width: calc((100% / 2) - 7.5px);
    }

    .company_sec4 {
        margin-bottom: 5rem;
    }

    .company_sec5 p {
        font-size: 1.7rem;
        word-break: keep-all;
    }

    .our_sec1,
    .sub_cont_tit.our_sec1 .tit_text_wr {
        padding-bottom: 3rem;
    }

    .our_sec2 {
        padding: 8rem 1.6rem;
    }

    .our_sec2 .fs_22 {
        font-size: 2rem;
        word-break: keep-all;
    }

    .our_sec3_ul {
        margin: 0 -1.6rem;
    }

    .our_sec3_ul>li {
        padding: 3rem;
    }

    .our_sec3_ul>li .flex-box .left {
        width: 50%;
    }

    .our_sec3_ul>li .flex-box .left .fs_24 {
        font-size: 2.2rem;
    }

    .our_sec3_ul>li .flex-box .right {
        width: 50%;
    }

    .circle-box {
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .dot_circle {
        display: none;
    }

    .core_philosophy {
        left: -10%;
        transform: translateY(-50%) !important;
    }

    .circle-box .gr_circle {
        position: unset;
        top: auto;
        transform: unset;
        z-index: 1;
    }

    .vision_list {
        position: unset;
        padding: 2rem;
        background-color: #fff;
    }

    .vision_list1 {
        z-index: 3;
        transform: unset !important;
        text-align: center;
    }

    .vision_list2 {
        z-index: 3;
        transform: unset !important;
        text-align: center;
    }

    .vision_list3 {
        z-index: 3;
        transform: unset !important;
        text-align: center;
    }

    .vision_list4 {
        z-index: 3;
        transform: unset !important;
        text-align: center;
    }

    .vision_list5 {
        z-index: 3;
        transform: unset !important;
    }

    .vision_sec2 {
        margin-bottom: 5rem;
    }

    .vision_sec4 {
        margin-top: 2rem;
    }

    .vision_sec4 .flex {
        flex-wrap: wrap;
    }

    .vision_sec4 .flex .left {
        width: 100%;
        margin-bottom: 2rem;
    }

    .vision_sec4 .flex .left h3 {
        white-space: normal;
        word-break: keep-all;
        font-size: 3.5rem;
        margin-bottom: 1rem;
    }

    .vision_sec4 .flex .left .fs_20 {
        font-size: 1.8rem;
        white-space: normal;
        word-break: keep-all;
    }

    .vision_sec4 .flex > div{ width: 100%;}

    .gary_bg {
        padding: 2.7rem 1.6rem 8rem;
    }

    .pipe_works_list li {
        width: calc(100% / 3);
        padding: 3rem 2rem;
    }

    .quality_sec4 .flex {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 3rem;
    }

    .quality_sec3 {
        margin-bottom: 5rem;
    }

    .sec4_list2,
    .sec4_list4 {
        transform: rotate(90deg) !important;
    }

    .quality_sec3 .container>ul>li {
        padding: 2rem;
    }

    .quality_sec5 ul {
        gap: 1rem;
        margin-bottom: 5rem;
    }

    .ethical_sec3 .circle-box {
        position: relative;
        margin-top: 5rem;
        margin-bottom: 10rem;
        width: 100%;
        display: block;
    }

    .ethical_sec3 .red_circle_box .backgray-circle {
        display: none;
    }

    .ethical_sec3 .red_circle_box {
        position: unset;
        transform: unset;
        display: flex;
        justify-content: center;
    }

    .ethical_sec3 .red_line_circle {
        position: unset;
        aspect-ratio: unset;
        width: calc((100% / 2) - 1rem);
        border: 1px solid #d0121b;
        border-radius: 1rem;
    }

    .mo_flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
        margin-top: 2rem;
    }

    .ethical_sec4 ul {
        gap: 2rem;
    }

    .ethical_sec4 ul li {
        width: calc((100% / 2) - 1rem);
    }

    .fs_20 {
        font-size: 1.8rem;
    }

    .ethical_sec2,
    .ethical_sec3 .circle-box {
        margin-bottom: 5rem;
    }

    .talent_sec2 .con ul {
        display: block;
    }

    .talent_sec2 .con ul li {
        margin: 0 auto 40px;
    }

    .talent_sec2 .con li:nth-child(1):after,
    .talent_sec2 .con li:nth-child(3):after {
        left: 50%;
        transform: rotate(0deg);
    }

    .talent_sec2 {
        margin-bottom: 10rem;
    }

    .talent_sec3 .big_flex {
        gap: 2rem;
    }

    .talent_sec3 .big_flex .small,
    .talent_sec3 .big_flex .small2 {
        gap: 2rem;
    }

    /* 게시판 검색 */
    .board_sch {
        height: 6rem;
    }

    .board_sch .sch_ip {
        width: 100%;
        max-width: unset;
    }

    .table.custom_table col.col_writer,
    .table.custom_table th:nth-child(3),
    .table.custom_table td:nth-child(3) {
        display: none;
        width: 0;
    }

    .table.custom_table col.col_num {
        width: 18%;
    }

    .table.custom_table col.col_title {
        width: 62%;
    }

    .table.custom_table col.col_date {
        width: 20%;
    }

    .safety_txt {
        text-align: center;
        justify-content: center;
        padding-top: 4rem;
    }

    .safety_img {
        padding-top: 0;
    }

    .greet_lf {
        margin-right: 0;
        padding-bottom: 5rem;
    }

    .greet_rg {
        text-align: center;
    }

    .greet_bg {
        padding-top: 0;
        background: unset;
    }

    .greet_bg .container {
        flex-direction: column;
        align-items: center;
    }

    .bs_reveal img {
        position: relative;
        max-width: none;
        left: -15%;
    }
}

/*반응형 max 768px md*/
@media (max-width: 767.98px) {
    .fs_18 {
        font-size: 1.6rem;
    }

    .table_scroll table {
        min-width: 640px;
    }

    /* 탭 커스텀 */
    .tab_custom {
        padding: 2rem 1rem;
        row-gap: 1.5rem;
    }

    .tab_custom .btn-link {
        padding: 0 1.5rem;
        font-size: 1.7rem;
    }

    /* 페이지네이션 */
    .pagination a {
        width: 3.8rem;
        height: 3.8rem;
    }

    .pagination a.arrow.prev {
        margin-right: 1.5rem;
    }

    .pagination a.arrow.next {
        margin-left: 1.5rem;
    }

    /***** 푸터 *****/
    .ft {
        padding: 4rem 0;
    }

    .ft .container {
        padding: 0 2rem;
    }

    .ft_nav {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .ft_nav ul {
        padding: 0;
        flex-grow: unset;
        width: calc(100% / 3);
        border-right: 0;
        margin-bottom: 3rem;
    }

    .ft_nav .dep1_tit {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .ft_nav .dep2_link {
        font-size: 1.4rem;
    }

    /* 타이틀 텍스트 */
    .tit_h1 {
        font-size: 2.6rem;
    }

    .tit_h2 {
        font-size: 2.4rem;
    }

    .tit_h3 {
        font-size: 2rem;
    }

    .tit_h4 {
        font-size: 1.7rem;
    }

    .sub_primary_tit {
        font-size: 3rem;
    }

    .sub_gray_tit {
        font-size: 2.2rem;
    }

    /*메인*/
    /* 텍스트영역 height값 잡기 */
    .main_text_slide {
        height: auto;
    }

    .main_text_slide .slick-list,
    .main_text_slide .slick-track,
    .main_text_slide .slick-slide,
    .main_text_slide .slick-slide>div {
        height: auto;
    }

    .main_text {
        font-size: 3.2rem;
    }

    .main_sect_layout {
        flex-direction: column;
    }

    .main_sect_layout .main_sect_text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .main_sect_layout .main_sect_img {
        width: 65%;
    }

    .main_sect_layout .main_sect_img:has(.main_news_slide) {
        width: 100%;
    }

    .main_cont_text h2 {
        font-size: 3rem;
    }

    .main_sect_text .link_wr {
        gap: 0.5rem;
    }

    .news_card .news_text .date {
        font-size: 1.6rem;
    }

    .news_card .news_text .title {
        font-size: 1.7rem;
    }

    /* 서브탑 */
    .sub_top .sub_tit {
        padding-top: 4rem;
        padding-bottom: 9.5rem;
    }

    /* 서브탑 타이틀 */
    .sub_top .sub_tit span {
        font-size: 3.8rem;
    }

    /* 서브페이지 내용 영역 */
    .sub_cont {
        padding: 6rem 0;
    }

    .sub_cont_tit .tit_text_wr {
        gap: 0.5rem;
        padding-bottom: 5rem;
    }

    .sub_cont_tit2 .tit_text_wr {
        padding-bottom: 3rem;
    }

    .tab_custom {
        margin-bottom: 5rem;
    }

    /************ 연혁 ************/
    .history_list_gr {
        margin-bottom: 8rem;
    }

    /* 타이틀 부분 */
    .history_list_gr .period {
        height: 25rem;
        border-radius: 7rem 0 7rem 0;
    }

    .history_list_gr .period h3 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .history_list_gr .period p {
        font-size: 1.6rem;
    }

    .history_nav {
        margin-top: 3rem;
        gap: 6rem;
    }

    .history_nav a {
        font-size: 1.6rem;
    }

    /* 연혁리스트 */
    .history_list>li {
        padding: 4rem 0;
    }

    .history_list .year {
        font-size: 3rem;
        min-width: 15rem;
    }

    .month_gr>li .month {
        min-width: 6.5rem;
    }

    /************ 파이프사업부 ************/
    /******* 제품정보 *******/
    .sub_cont_sect {
        margin-bottom: 7rem;
    }

    /* 막대그래프 */
    .bar_graph_wr {
        gap: 1.5rem;
    }

    .bar_graph {
        height: 4.8rem;
    }

    .bar_graph span {
        font-size: 1.6rem;
    }

    .bar_graph .color_bar.red {
        max-width: 75%;
    }

    .bar_graph .color_bar.brown {
        max-width: 60%;
    }

    .bar_graph .color_bar.green {
        max-width: 45%;
    }

    .bar_graph .color_bar.blue {
        max-width: 45%;
    }

    /* 범례 */
    .legend_wr {
        flex-wrap: wrap;
    }

    /* APPLICATION */
    .appli_img {
        margin-top: 2rem;
        gap: 1.5rem;
    }

    /************ 갤러리 게시판 ************/
    .border_wr:has(.gellary_list_wr) {
        padding: 4rem 0;
    }

    .gellary_list_wr {
        grid-template-columns: repeat(2, 1fr);
    }

    /************ 연구개발 ************/
    .development_diagram01 {
        display: flex;
        grid-template-columns: unset;
        justify-content: center;
        flex-wrap: wrap;
    }

    .development_diagram01::after {
        display: none;
    }

    .development_diagram01 .circle {
        width: 100%;
        max-width: 20rem;
        flex-shrink: 0;
    }

    .development_diagram01 .circle:nth-child(1) {
        order: 2;
    }

    .development_diagram01 .circle:nth-child(2) {
        order: 3;
    }

    .development_diagram01 .circle:nth-child(3) {
        order: 1;
    }

    .development_diagram01 .circle:nth-child(4) {
        order: 4;
    }

    .development_diagram01 .circle:nth-child(5) {
        order: 5;
    }

    .development_diagram01 .circle span {
        font-size: 1.7rem;
    }

    .development_diagram02 .development_diagram02_mo {
        max-width: 80%;
    }

    .black_circle_wr .black_circle {
        font-size: 1.7rem;
        padding: 2.5rem;
    }

    .black_circle_wr .black_circle:nth-child(2) {
        margin: 0 -2.5rem;
    }

    .development .sect02 {
        padding: 7rem 0;
    }

    .development .sect04 {
        padding: 7rem 0;
    }

    .development .sect03 .border_box {
        font-size: 1.8rem;
    }

    .red_box_wr .red_box {
        padding: 1.2rem 1.2rem 1.8rem;
    }

    .development .ethical_sec4 ul li .icon_img {
        width: 7.2rem;
    }

    .quality_sec3 .container>ul {
        flex-wrap: wrap;
    }

    .quality_sec3 .container>ul>li {
        width: 100%;
        border-left: 0;
    }

    .quality_sec5 ul {
        flex-wrap: wrap;
    }

    .quality_sec5 ul li {
        width: calc((100% / 2) - 0.5rem);
    }

    .quality_sec6 ul {
        gap: 1rem;
    }

    .quality_sec6 ul li {
        width: 100%;
    }

    .ethical_sec4 ul li {
        padding: 3rem 2rem 10.2rem;
    }

    .ethical_sec4 ul li .icon_img {
        position: absolute;
        bottom: 2rem;
        right: 2rem;
    }

    .talent_sec3 .big_flex .small,
    .talent_sec3 .big_flex .small2 {
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .talent_sec3 .big_flex .small .img_box {
        width: 100%;
        text-align: center;
    }

    .talent_sec3 .big_flex .small .text_box {
        max-width: 514px;
        width: 100%;
        text-align: center;
    }

    .talent_sec3 .big_flex .small2 .img_box {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .talent_sec3 .big_flex .small2 .text_box {
        order: 2;
        max-width: 514px;
        width: 100%;
        text-align: center;
    }

    .talent_sec2 .con .circle .line.line1,
    .talent_sec2 .con .circle .line.line2,
    .talent_sec2 .con .circle .line.line3 {
        display: none;
    }

    .gray_bg {
        padding: 3rem 2rem;
    }

    .policy_sec {
        margin-bottom: 5rem;
    }

    .symbol_box .mb_40 {
        margin-bottom: 3rem;
    }

    .symbol_box .symbol {
        width: 100%;
    }

    .ci_flex {
        flex-direction: column;
        justify-content: unset;
    }

    .ci_flex>div {
        width: 100%;
    }

    .loca_info li p:first-child {
        width: 11rem;
    }

    .bsnk_sub_tit h3 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .bsnk_sub {
        padding-bottom: 2rem;
    }

    .bsnk_ic {
        width: 2.2rem;
    }

    .bsnk_cn {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .bsnk_sub>div>ul>li:nth-child(2) {
        border-left: 0;
    }

    .environ_gr .period {
        text-align: center;
        padding: 0;
    }

    .environ_sec3 .txt_box2 {
        height: auto;
    }

    .bs_reveal img {
        max-width: 200%;
        left: -50%;
    }

    .bspf_left .dot_style_ul>li {
        font-size: 1.7rem;
    }

    .bspf_left .dot_style_ul>li::before {
        margin-top: 0.8rem;
    }

    .responsibility .dot_style_ul>li {
        font-size: 1.6rem;
    }
}

/*반응형 max 576px sm*/
@media (max-width: 575.98px) {
    body {
        font-size: 1.5rem;
    }

    .table_scroll table {
        min-width: 600px;
    }

    /* 타이틀 텍스트 */
    .tit_h1 {
        font-size: 2.4rem;
    }

    .tit_h2 {
        font-size: 2.2rem;
    }

    .sub_primary_tit {
        font-size: 2.4rem;
    }

    .sub_gray_tit {
        font-size: 1.8rem;
    }

    /*메인*/
    .main_text {
        font-size: 2.8rem;
    }

    .main_cont_text h2 {
        font-size: 2.8rem;
    }

    .main_sect_layout .main_sect_img {
        width: 75%;
    }

    .main_news_slide .slick-slide {
        margin: 0 1.2rem;
    }

    .main_news_slide .slick-list {
        margin: 0 -1.2rem;
    }

    .news_card .news_text .date {
        font-size: 1.5rem;
    }

    .news_card .news_text .title {
        font-size: 1.6rem;
    }

    /* 서브탑 */
    .sub_top .sub_tit {
        padding-top: 3rem;
        padding-bottom: 8.5rem;
    }

    /* 서브탑 타이틀 */
    .sub_top .sub_tit span {
        font-size: 3.2rem;
    }

    /************ 연혁 ************/
    .history_list_gr {
        margin-bottom: 6rem;
    }

    /* 타이틀 부분 */
    .history_list_gr .period {
        height: 23rem;
        border-radius: 5rem 0 5rem 0;
    }

    .history_list_gr .period h3 {
        font-size: 2.8rem;
    }

    .history_list_gr .period p {
        font-size: 1.5rem;
    }

    .history_nav {
        margin-top: 3rem;
        gap: 4rem;
    }

    .history_nav a {
        font-size: 1.5rem;
    }

    /* 연혁리스트 */
    .history_list>li {
        padding: 4rem 0;
    }

    .history_list .year {
        font-size: 2.8rem;
        min-width: 10rem;
    }

    .month_gr>li .month {
        min-width: 5rem;
    }

    /************ 파이프사업부 ************/
    /* 막대그래프 */
    .bar_graph span {
        font-size: 1.5rem;
    }

    .bar_graph .color_bar {
        padding: 1.6rem;
    }

    /* 중간 배 이미지 */
    .product_information .sect03 {
        height: 25rem;
    }

    /************ 갤러리 게시판 ************/
    .border_wr:has(.gellary_list_wr) {
        padding: 3rem 0 0 0;
    }

    .gellary_list_wr {
        gap: 2rem;
    }

    .gellary_item .gellary_thumb {
        margin-bottom: 1rem;
    }

    .gellary_item .gellary_text .tit {
        font-size: 1.6rem;
    }

    .gellary_item .gellary_text .date {
        font-size: 1.4rem;
    }

    /************ 연구개발 ************/
    .development_diagram02 .development_diagram02_mo2 {
        max-width: 60%;
    }

    .black_circle_wr {
        flex-direction: column;
    }

    .black_circle_wr .black_circle {
        font-size: 1.6rem;
        width: 100%;
        max-width: 25rem;
    }

    .black_circle_wr .black_circle:nth-child(2) {
        margin: -2.5rem 0;
    }

    .red_box_wr {
        flex-direction: column;
    }

    .red_box_wr .red_box {
        flex: unset;
        width: 100%;
    }

    .red_box_wr .red_box p {
        height: 4rem;
        margin-bottom: 2rem;
    }

    .red_box_wr .red_box ul {
        gap: 1.5rem;
    }

    .development .ethical_sec4 ul li {
        width: 100%;
    }

    .list_wrap {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .list_cont {
        padding: 0;
        padding-bottom: 3rem;
    }

    .company_sec2 {
        padding: 5rem 1.6rem;
    }

    .company_sec2 p {
        font-size: 1.6rem;
    }

    .company_sec3 ul li {
        width: 100%;
    }

    .company_sec3 p.fs_20 {
        font-size: 1.8rem;
    }

    .company_sec3 p {
        font-size: 1.6rem;
        white-space: normal;
    }

    .company_sec5 p {
        font-size: 1.6rem;
        white-space: normal;
    }

    .company_sec4 .tit_h2 {
        font-size: 2rem;
        word-break: auto-phrase;
    }

    .company_sec4 .tit_h2 span {
        word-break: auto-phrase;
    }

    .our_sec3_ul>li .flex-box .left {
        width: 100%;
    }

    .our_sec3_ul>li .flex-box .left .fs_24 {
        font-size: 2rem;
    }

    .our_sec3_ul>li .flex-box .right {
        width: 100%;
    }

    .circle-box .gr_circle {
        display: none;
    }

    .core_value {
        position: unset;
        transform: unset !important;
        font-size: 2.4rem;
        width: 19rem;
    }

    .core_philosophy {
        position: unset;
        transform: unset !important;
        margin-right: -2rem;
        font-size: 2.4rem;
        width: 14rem;
    }

    .pipe_works_list {
        flex-wrap: wrap;
    }

    .pipe_works_list li {
        width: 100%;
    }

    .quality_sec5 ul li {
        padding: 0 0 2rem;
    }

    .quality_sec5 ul li .black-box,
    .quality_sec6 ul li .black-box {
        font-size: 1.7rem;
    }

    .ethical_sec2 p,
    .ethical_sec3 p {
        white-space: normal;
        word-break: keep-all;
    }

    .ethical_sec3 h2 {
        white-space: normal;
        word-break: keep-all;
    }

    .ethical_img {
        margin-top: 3rem;
    }

    .ethical_sec4 ul li {
        width: 100%;
    }

    .ethical_sec3 .red_line_circle {
        width: 100%;
    }

    .ethical_sec3 .red_line_circle br {
        display: none;
    }

    .symbol_box .symbol img.logo_h {
        scale: 0.7;
    }

    .our_sec2 .fs_22 {
        font-size: 1.8rem;
        white-space: unset;
    }

    .bsnk_pc {
        display: none;
    }

    .bsnk_mb {
        display: block;
    }

    .insp_wr ul {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .insp_wr ul li {
        margin-right: 0;
    }

    .insp_wr ul:nth-child(4) li {
        margin-right: 0;
    }

    .insp_02 {
        width: 100%;
    }

    .environ_sec3 .txt_box ul {
        gap: 0.5rem;
    }

    .edu_ws {
        white-space: normal;
    }

    .location_map iframe {
        height: 25rem;
    }

    /* === 25.09.26 수정 === */
    .vision_sec4 .flex .right{
        padding-left: 0;
        border-left: 0;
    }
}

/*반응형 max 390px*/
@media (max-width: 390px) {
    .main_sect_layout .main_sect_img {
        width: 100%;
    }

    /* === 25.09.26 수정 === */
    .vision_sec4 .flex .right p{
        white-space: unset;
    }
}

/*반응형 max 375px*/
@media (max-width: 375px) {
    html {
        font-size: 9.5px;
    }

    /* 페이지네이션 */
    .pagination a {
        margin: 0 0.2rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .pagination a.arrow.prev {
        margin-right: 1rem;
    }

    .pagination a.arrow.next {
        margin-left: 1rem;
    }

    /*메인*/
    .main_text {
        font-size: 2.4rem;
    }

    .main_cont_text h2 {
        font-size: 2.4rem;
    }

    .main_news_slide {
        margin: 0 -1.6rem;
    }

    .main_news_slide .slick-slide {
        margin: 0 1rem;
    }

    .main_news_slide .slick-list {
        margin: 0 -1rem;
        padding: 0 1.6rem;
    }

    /************ 연혁 ************/
    .history_list_gr {
        margin-bottom: 5rem;
    }

    /* 타이틀 부분 */
    .history_list_gr .period {
        height: 20rem;
        border-radius: 0;
        margin: 0 -1.6rem;
    }

    .history_list_gr .period h3 {
        font-size: 2.4rem;
    }

    .history_nav {
        margin-top: 2.5rem;
        gap: 3rem;
    }

    /* 연혁리스트 */
    .history_list>li {
        padding: 3rem 0;
        flex-direction: column;
    }

    .history_list .year {
        font-size: 2.4rem;
        min-width: unset;
        margin-bottom: 2rem;
    }

    .month_gr {
        gap: 2rem;
    }

    .month_gr>li .month {
        min-width: 5.5rem;
    }

    /* APPLICATION */
    .appli_img {
        grid-template-columns: 1fr;
    }

    /************ 갤러리 게시판 ************/
    .gellary_list_wr {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .gellary_item .gellary_thumb {
        margin-bottom: 1rem;
    }

    .gellary_item .gellary_text .tit {
        font-size: 1.6rem;
    }

    .gellary_item .gellary_text .date {
        font-size: 1.4rem;
    }

    /************ 연구개발 ************/
    .development_diagram02 .development_diagram02_mo2 {
        max-width: 100%;
    }

    .talent_sec3 .big_flex p {
        white-space: normal;
        word-break: keep-all;
    }

    .our_sec2 .fs_22 {
        font-size: 1.6rem;
    }

    .environ_gr .period {
        height: 20rem;
        border-radius: 0;
        margin: 0 -1.6rem;
        line-height: 3rem;
    }

    .environ_gr .period p:first-child {
        font-size: 1.7rem;
    }

    .environ_gr .period p:nth-child(2) {
        font-size: 2.4rem;
    }

    .safety_txt li:nth-child(2) {
        white-space: normal;
    }

    .bspf_left .dot_style_ul>li {
        font-size: 1.5rem;
    }
}

/* ========== 25.09.15 추가 ==========*/
.corp_list {
    row-gap: 2.4rem;
}

/* ========== 25.10.23 추가 ==========*/
.idx_pg .fullpage-wrapper section:not(.fp-auto-height) .fp-tableCell{ padding-top: var(--hd_height);}
@media (max-width: 992px){
    .idx_pg .fullpage-wrapper section:not(.fp-auto-height) .fp-tableCell{ padding-bottom: var(--hd_height_m);}
    .ft_copy{ font-size: 1.4rem;}
}
@media (max-width: 575.98px){
    .ft_nav .dep1_tit{ font-size: 1.5rem;}
}
@media (max-width: 390px) {
    .ft{ padding: 3rem 0;}
    .ft_nav ul{ margin-bottom: 2.4rem;}
    .ft_nav .dep1_tit{ margin-bottom: 1.2rem;}
    .ft_nav li{ margin-bottom: 1.2rem;}
    .ft_copy{ padding-top: 2.4rem;}
}


/* ========== 영문 페이지 ========== */
/* 메인 */
@media (min-width: 992px){
    .en_pg .main_cont_text h2{ font-size: 3.4rem;}
}
@media (max-width: 575.98px){
    .en_pg .main_cont_text h2{ font-size: 2.4rem;}
}
@media (max-width: 375px){
    .en_pg .main_cont_text h2{ font-size: 2.0rem;}
}

/* 푸터 */
@media (max-width: 575.98px){
    .en_pg .ft_nav .dep1_tit{ letter-spacing: -0.4px;}
}


/* 지속가능경영 > 품질경영 */
.en_pg .quality .quality_sec4 .sec4_list1, .en_pg .quality .quality_sec4 .sec4_list5 { padding: 2rem; display: flex; align-items: center; justify-content: center;}
.en_pg .quality .quality_sec4 .red-circle{ aspect-ratio: 1/1; width: 100%; padding: 0; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.en_pg .quality .sec4_list3{ text-align: center;}

/* 지속가능경영 > 환경경영 */
.en_pg .environmental .environ_sec3 .row:has(.en_box){ align-items: stretch;}
.en_pg .environmental .environ_sec3 .en_box{ display: flex; flex-direction: column;}
.en_pg .environmental .environ_sec3 .txt_box{ height: auto; flex-grow: 1;}

/* 지속가능경영 > 연구개발 */
.en_pg .development .development_diagram01 .circle span{ font-size: 1.6rem; padding: 1rem;}
.en_pg .development .black_circle_wr .black_circle span{ display: block; padding: 0 4rem;}
@media (max-width: 991.98px) {
    .en_pg .development .black_circle_wr .black_circle{ font-size: 1.8rem;}
    .en_pg .development .black_circle_wr .black_circle span{ padding: 0 3rem;}
}
@media (max-width: 767.98px) {
    .en_pg .development .black_circle_wr .black_circle{ font-size: 1.6rem;}
    .en_pg .development .black_circle_wr .black_circle span{ padding: 0 2.5rem;}
}

/* 지속가능경영 > 사회공헌 */
.en_pg .responsibility .environ_sec3 .row:has(.en_box){ align-items: stretch;}
.en_pg .responsibility .environ_sec3 .en_box{ display: flex; flex-direction: column;}
.en_pg .responsibility .environ_sec3 .txt_box2{ height: auto; flex-grow: 1;}

/* 회사소개 > 연혁 */
@media (max-width: 375px) {
    .history_list_gr .period{ height: 23rem;}
}




/* ========== 일문 페이지 ========== */
body.ja_pg{ font-family: PretendardJPVariable, "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}