@charset "utf-8";
/*───────────────────────────────────────────────────────────
	
	" board｜errors｜goods｜service｜layout/board｜layout/display｜layout/goods "
	" layout/popup.html "

	위 폴더 및 페이지 커스텀 및 layout, navigation, button, company 관련 편집 css 파일 입니다.

	** header, footer, main 관련은 /css/skin.css 에 있습니다.

───────────────────────────────────────────────────────────*/
body::-webkit-scrollbar { display: none; }
/*───────────────────────────────────────────────────────────

	sub common

───────────────────────────────────────────────────────────*/

.sub_visual { font-size: var(--title-20); box-sizing: border-box; padding-top: 58px; }
.sub_visual .w_custom { max-width: 1300px; }
.sub_visual .flex_des { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px 30px; }
.sub_visual h2 { color: var(--black-color00); font-size: 315%; font-weight: 700; font-family: var(--font-type03); line-height: 1.17; letter-spacing: 0.01em; }

.page_nav { margin-top: 48px; box-sizing: border-box; border-bottom: 1px solid var(--border-color04); }
.page_nav .w_custom { max-width: 1300px; }
.page_nav ul { display: flex; gap: 46px; }
.page_nav li { position: relative; font-size: var(--title-20); box-sizing: border-box; }
.page_nav li::before { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 3px; background: var(--point-color01); transition: all 0.4s; }
.page_nav li a { display: block; width: 100%; height: 100%; font-size: 113%; font-weight: 600; line-height: 1.72; letter-spacing: -0.01em; font-family: var(--font-type03); color: var(--black-color10); box-sizing: border-box; padding-bottom: 10px; padding-right: 5px; transition: all 0.4s; }

.page_nav li.on a { color: var(--black-color03); font-weight: 700; }
.page_nav li.on::before { width: 100%; }

.page_nav li[selected="selected"] a { color: var(--black-color03); font-weight: 700; }
.page_nav li[selected="selected"]::before { width: 100%; }

.page_title .w_custom { max-width: 1300px; }

#side_box { margin-top: 18px; }
#side_box .sub_nav {position: relative; display:flex;align-items:center; z-index:10;}
#side_box .sub_nav .home { margin-top: 3px; display:inline-flex;font-size:0; width:18px; height:18px; background:url('../images/sub/ico_home.svg') no-repeat center; background-size: 18px 18px;}
#side_box .sub_nav > dl{display:flex;align-items: center;}
#side_box .sub_nav > dl dt, #side_box .sub_nav > dl dd{font-size: var(--title-18);letter-spacing: 0;font-weight:400;vertical-align: middle; box-sizing: border-box; padding-top: 1px; letter-spacing: 0.005em; }
#side_box .sub_nav > dl dt:before, #side_box .sub_nav > dl dd:before{display:inline-flex; align-items: baseline; content:'';width:7px;height:12px;background:url('../images/sub/ico_sv_arrow.svg') no-repeat center;vertical-align: middle; margin-bottom: 2px; background-size: auto 100%;}
#side_box .sub_nav > dl dt:before { margin-inline: 15px 12px; }
#side_box .sub_nav > dl dd:before { margin-inline: 15px 9px; }
#side_box .sub_nav > dl dt{color: var(--black-color02);}
#side_box .sub_nav > dl dt span { display: inline-block; margin-left: -2px; }
#side_box .sub_nav > dl dd{position:relative; color:var(--black-color02); font-weight: 500; }
#side_box .sub_nav > dl dd ul{display:block;position:absolute;top: calc(100% + -1px);left: 26px;width:100%;background: #fff;padding: 12px 0;border: 1px solid #aaa;box-sizing: border-box;width: calc(100% - 26px); opacity: 0; pointer-events: none; transition: all 0.4s;}
#side_box .sub_nav > dl dd ul li a{line-height: 3;font-size: inherit;font-weight:400;color: var(--black-color02); display: block;padding: 0 15px; box-sizing: border-box; }
#side_box .sub_nav > dl dd ul li.on a {color: var(--point-color01); background: var(--point-white); font-weight: 500;}

.page_title { box-sizing: border-box; padding-top: 138px; font-size: var(--title-20); text-align: center; }
.page_title .title { font-size: 250%; color: var(--black-color01); font-weight: 500; line-height: 1.24; letter-spacing: -0.01em; }
.page_title:has(small) { padding-top: 159px;  }
.page_title:has(small) .title { font-size: 400%; line-height: 1.25; font-weight: 700; font-family: var(--font-type02); letter-spacing: -0.01em; }
.page_title .title small { font-size: inherit; font-weight: 300; }
.page_title .title strong { color: var(--point-color01); }
.page_title p { color: var(--black-color06); font-weight: 400; font-size: 100%; line-height: 1.5; letter-spacing: -0.015em; margin-top: 62px; }

.sub_page_title { text-align: center; font-size: var(--title-20); text-align: center; }
.sub_page_title h4 { font-size: 200%; font-weight: 700; letter-spacing: -0.01em; font-family: var(--font-type02); }
.sub_page_title p { color: var(--black-color06); font-weight: 400; font-size: 100%; line-height: 1.5; letter-spacing: -0.02em; margin-top: 14px; }

.bullet_dd { font-size: var(--title-20); }
.bullet_dd > dd { display: flex; gap: 5px; align-items: baseline; position: relative; }
.bullet_dd > dd::before { content: ''; width: 3px; height: 3px; background: var(--black-color02); border-radius: 100%; translate: 0 -5px; flex-shrink: 0; }

.bullet_dt { font-size: var(--title-20); }
.bullet_dt > dt { display: flex; gap: 5px; align-items: baseline; position: relative; font-size: 90%; font-weight: 500; }
.bullet_dt > dt::before { content: ''; width: 3px; height: 3px; background: var(--black-color02); border-radius: 100%; translate: 0 -5px; flex-shrink: 0; }

.bullet_list { font-size: var(--title-20); }
.bullet_list > li { display: flex; gap: 12px; align-items: baseline; position: relative; }
.bullet_list > li::before { content: ''; width: 4px; height: 4px; background: var(--black-color06); border-radius: 100%; translate: 0 -5px; flex-shrink: 0; }

.bullet { display: flex; align-items: baseline; gap: 20px; }
.bullet::before { content: ''; display: block; width: 8px; height: 8px; flex-shrink: 0; border-radius: 100%; background: var(--point-color01); translate: 0 -3px; }

#container:has(.sub_page_title) { padding-top: 76px }

@media (hover: hover) and (pointer: fine){
    .page_nav li:hover::before { width: 100%; }
    .page_nav li:hover a { color: var(--black-color03); }
}

@media (max-width: 1240px){
    .sub_content br.for_pc { display: none; }
}

@media (max-width: 1023px){
    .page_nav { margin-top: clamp(30px, 5vw, 51px); }
    .page_nav ul { gap: clamp(15px, 3vw, 46px); }

    #side_box { margin-top: clamp(9px, 1.8vw, 18px); }
    #side_box .sub_nav > dl dt:before { margin-inline: clamp(10px, 1.5vw, 15px) clamp(9px, 1.2vw, 12px); }
    #side_box .sub_nav > dl dd:before { margin-inline: clamp(10px, 1.5vw, 15px) 9px; }

    .page_title { padding-top: clamp(70px, 14vw, 140px); }
    .page_title .title { font-size: 230%; }
    .page_title:has(small) { padding-top: clamp(70px, 16vw, 159px); }
    .page_title:has(small) .title { font-size: 360%; }
    .page_title p { margin-top: clamp(30px, 6vw, 62px); }

    .page_nav li a { padding-bottom: clamp(5px, 1vw, 10px); }

    #container:has(.sub_page_title) { padding-top: clamp(40px, 7vw, 76px); }
    .sub_page_title h4 { font-size: 180%; }
    .sub_page_title p { margin-top: clamp(10px, 1vw, 14px); }

    .sub_visual { padding-top: clamp(30px, 6vw, 58px); }
    .sub_visual h2 { font-size: 280%; }
}

@media (max-width: 860px){
    .page_title .title { font-size: 210%; }
    .page_title:has(small) .title { font-size: 320%; }
    .bullet { gap: 15px; }
    .bullet::before { width: 7px; height: 7px; translate: 0 -4px; }
    .sub_page_title h4 { font-size: 160%; }

    .sub_visual h2 { font-size: 260%; }
}

@media (max-width: 640px){
    .page_title .title { font-size: 190%; }
    .page_title:has(small) .title { font-size: 280%; }
    .bullet_list > li { gap: 7px; }
    .bullet_list > li::before { width: 3px; height: 3px; }
    .page_nav li a { font-size: 100%; }
    .sub_page_title h4 { font-size: 140%; }

    .sub_visual h2 { font-size: 240%; }
}

@media (max-width: 560px){
    .page_nav ul { overflow: hidden; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; width: calc(100% + 30px); margin-left: -15px; box-sizing: border-box; padding-right: 15px; }
    .page_nav li:first-child { margin-left: 15px; }
}

@media (max-width: 479px){
    .page_title:has(small) .title { font-size: 240%; }
    .bullet { gap: 10px; }
    .bullet::before { width: 6px; height: 6px; translate: 0 -3px; }
    .bullet_list > li::before { translate: 0 -4px; }
    
    .sub_page_title p { font-size: 90%; }
}

/*───────────────────────────────────────────────────────────

	회사소개

───────────────────────────────────────────────────────────*/

    #container:has(.sub_about) { padding-top: 59px; }

    .sub_about .scr_line { position: relative; width: 2px; height: 180px; margin-inline: auto; }
    .sub_about .scr_line::before { content: ''; display: block; width: 100%; height: 100%; background: var(--border-color04); }
    .sub_about .scr_line::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 50%; background: var(--point-color01); transition: all 0.4s; }

    .sub_about .scr_line.on::after { height: 100%; }

    .sub_about .desc_wrap { font-size: var(--title-20); margin-top: 60px; text-align: center; }
    .sub_about .desc_wrap p { font-size: 120%; font-weight: 500; color: var(--black-color01); letter-spacing: -0.02em; line-height: 1.67; }
    .sub_about .desc_wrap p strong { color: var(--point-color01); font-weight: inherit; }

    .sub_about .page_title { padding-top: 0; margin-top: 133px; position: sticky; top: 130px; }
    .sub_about .sticky_list { margin-top: 35px; position: relative; }
    .sub_about .sticky_list > li { display: flex; gap: 60px; box-sizing: border-box; padding-inline: 80px; padding-block: 9.6vh 12vh; border-radius: 20px; position: sticky; align-items: flex-start; }
    .sub_about .sticky_list > li + li { margin-top: 100px; }
    .sub_about .sticky_list > li .img_wrap { border-radius: 20px; overflow: hidden; width: 52.7%; }
    .sub_about .sticky_list > li dl { font-size: var(--title-20); font-family: var(--font-type02); padding-top: 8vh; box-sizing: border-box; width: 42.3%; }
    .sub_about .sticky_list > li dt { font-size: clamp(16px, 7.3vh, 300%); font-weight: 700; letter-spacing: -0.01em; color: var(--point-white); }
    .sub_about .sticky_list > li dd { font-size: clamp(14px, 1.8vh, 80%); font-weight: 400; line-height: 1.38; letter-spacing: 0; color: var(--point-white); margin-top: 3.5vh; }
    .sub_about .sticky_list > li:nth-child(1) { background: #1C89E4; top: 225px; }
    .sub_about .sticky_list > li:nth-child(2) { background: #1976D3; top: 276px; }
    .sub_about .sticky_list > li:nth-child(3) { background: #1564C0; top: 327px; }
    .sub_about .sticky_list > li:nth-child(4) { background: #0E47A1; }


    @media (max-width: 1023px){
        #container:has(.sub_about) { padding-top: clamp(30px, 3vw, 59px); }
        .sub_about .scr_line { height: clamp(100px, 18vw, 180px); }
        .sub_about .desc_wrap { margin-top: clamp(30px, 3vw, 60px); }

        .sub_about .page_title { margin-top: clamp(65px, 13vw, 133px); position: relative; inset: auto; }
        .sub_about .sticky_list > li { position: relative; flex-direction: column; gap: 30px; padding-inline: clamp(25px, 4vw, 80px); padding-block: clamp(25px, 4vw, 80px) clamp(30px, 6vw, 100px); }
        .sub_about .sticky_list > li + li { margin-top: clamp(20px, 6vw, 100px); }
        .sub_about .sticky_list > li .img_wrap { width: 100%; }
        .sub_about .sticky_list > li .img_wrap img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; }
        .sub_about .sticky_list > li dl { padding-top: 0; width: 100%; }
        .sub_about .sticky_list > li dt { font-size: 260%; }
        .sub_about .sticky_list > li dd { margin-top: clamp(15px, 3vw, 32px); }
        .sub_about .sticky_list > li:nth-child(1) { inset: auto; }
        .sub_about .sticky_list > li:nth-child(2) { inset: auto; }
        .sub_about .sticky_list > li:nth-child(3) { inset: auto; }
    }

    @media (max-width: 860px){
        .sub_about .sticky_list > li dt { font-size: 240%; }
    }

    @media (max-width: 640px){
        .sub_about .sticky_list > li dt { font-size: 220%; }
        .sub_about .desc_wrap p { font-size: 110%; }
    }

    @media (max-width: 479px){
        .sub_about .sticky_list > li { gap: 20px; border-radius: 10px; }
        .sub_about .sticky_list > li .img_wrap { border-radius: 10px; }
        .sub_about .sticky_list > li dt { font-size: 200%; }
    }



/*───────────────────────────────────────────────────────────

	연혁

───────────────────────────────────────────────────────────*/

    #container:has(.sub_history) { max-width: 1450px; box-sizing: border-box; padding-left: 25px; padding-block: 151px 167px; }

    .sub_history .history_wrap .flex_des { display: flex; align-items: flex-start; font-size: var(--title-20); box-sizing: border-box; }
    .sub_history .history_wrap .flex_des .history_title { width: 36.6%; box-sizing: border-box; padding-top: 8px; position: sticky; top: 144px; }
    .sub_history .history_wrap .flex_des .history_title strong { display: block; font-size: 140%; font-weight: 500; letter-spacing: -0.03em; color: var(--point-color01); font-family: var(--font-type04); box-sizing: border-box; padding-right: 20px; }
    .sub_history .history_wrap .flex_des .history_title h4 { box-sizing: border-box; padding-right: 20px; color: var(--black-color02); font-weight: 600; font-size: 300%; letter-spacing: 0.01em; font-family: var(--font-type03); margin-top: 27px; }
    .sub_history .history_wrap .flex_des .history_title h4 span { font-weight: 700; font-size: 104%; letter-spacing: -0.01em; }
    .sub_history .history_wrap .flex_des .history_box_wrap { position: relative; width: 63.4%; box-sizing: border-box; }
    .sub_history .history_wrap .flex_des .history_box_wrap .line { position: absolute; left: 227px; top: 37px; width: 1px; height: calc(100% - 37px); background: var(--border-color01); }
    .sub_history .history_wrap .flex_des .history_box_wrap .line span { position: absolute; left: 0; top: 0; width: 100%; background: var(--point-color01); }
    .sub_history .history_wrap .flex_des .history_box { position: relative; display: flex; font-size: var(--title-20); box-sizing: border-box; padding-top: 11px; }
    .sub_history .history_wrap .flex_des .history_box strong { position: relative; display: block; width: 227px; box-sizing: border-box; padding-right: 40px; font-size: 300%; color: var(--black-color08); font-weight: 600; line-height: 1; letter-spacing: 0; font-family: var(--font-type03); transition: all 0.4s; }
    .sub_history .history_wrap .flex_des .history_box strong::before { content: ''; position: absolute; right: -1px; top: 25px; width: 8px; height: 8px; background: var(--black-color10); border-radius: 100%; transition: all 0.4s; translate: 50% 0; }
    .sub_history .history_wrap .flex_des .history_box .history { width: calc(100% - 227px); box-sizing: border-box; padding-left: 81px; padding-top: 16px; }
    .sub_history .history_wrap .flex_des .history_box:not(:last-child) { padding-bottom: 83px; }
    .sub_history .history_wrap .flex_des .history_box:last-child { padding-bottom: 60px; }
    .sub_history .history_wrap .flex_des .history_box .history dl { display: flex; }
    .sub_history .history_wrap .flex_des .history_box .history dl + dl { margin-top: 36px; }
    .sub_history .history_wrap .flex_des .history_box .history dt { box-sizing: border-box; padding-right: 20px; width: 73px; color: var(--black-color02); font-weight: 400; font-size: 120%; line-height: 1.17; letter-spacing: 0; font-family: var(--font-type03); }
    .sub_history .history_wrap .flex_des .history_box .history dd { width: calc(100% - 73px); color: var(--black-color02); font-family: var(--font-type04); font-weight: 400; font-size: 100%; letter-spacing: -0.03em; }

    .sub_history .history_wrap .flex_des .history_box .line { position: absolute; left: 227px; top: 37px; width: 1px; height: 0; background: var(--point-color01); }

    /* on */

    .sub_history .history_wrap .flex_des .history_box.on strong { color: var(--point-color01); }
    .sub_history .history_wrap .flex_des .history_box.on strong::before { background: var(--point-color01); box-shadow: 0 0 0 6px rgba(230, 0, 18, 0.3); }

    .sub_history .history_wrap .flex_des .history_box.done strong { color: var(--black-color00); }
    .sub_history .history_wrap .flex_des .history_box.done strong::before { background: var(--point-color01); }

    @media (max-width: 1023px){
        #container:has(.sub_history) { padding-left: 0; padding-block: clamp(60px, 6vw, 151px) clamp(100px, 16vw, 167px); }
        .sub_history .history_wrap .flex_des { flex-direction: column; gap: 40px; }
        .sub_history .history_wrap .flex_des .history_title { position: relative; top: unset; padding-top: 0; width: 100%; }
        .sub_history .history_wrap .flex_des .history_title h4 { margin-top: clamp(10px, 3vw, 29px); padding-right: 0; font-size: 260%; }
        .sub_history .history_wrap .flex_des .history_title strong { font-size: 130%; }
        .sub_history .history_wrap .flex_des .history_box_wrap { width: 100%; }
        .sub_history .history_wrap .flex_des .history_box { flex-direction: column; gap: clamp(20px, 3vw, 30px); }
        .sub_history .history_wrap .flex_des .history_box strong { width: 100%; padding-right: 0; padding-left: clamp(25px, 6vw, 70px); font-size: 260%; }
        .sub_history .history_wrap .flex_des .history_box strong::before { right: unset; left: 0; }
        .sub_history .history_wrap .flex_des .history_box_wrap .line { left: 7px; }
        .sub_history .history_wrap .flex_des .history_box .history { width: 100%; padding-left: clamp(25px, 6vw, 70px); padding-top: 0; }
        .sub_history .history_wrap .flex_des .history_box .history dl + dl { margin-top: clamp(20px, 3vw, 36px); }
        
        .sub_history .history_wrap .flex_des .history_box:not(:last-child) { padding-bottom: clamp(40px, 7vw, 83px); }
        .sub_history .history_wrap .flex_des .history_box .line { left: 7px; }
        .sub_history .history_wrap .flex_des .history_box:last-child { padding-bottom: clamp(20px, 5vw, 60px); }
    }

    @media (max-width: 860px){
        .sub_history .history_wrap .flex_des .history_title h4 { font-size: 240%; }
        .sub_history .history_wrap .flex_des .history_title strong { font-size: 120%; }
        .sub_history .history_wrap .flex_des .history_box strong { font-size: 240%; }
        .sub_history .history_wrap .flex_des .history_box strong::before { top: 21px; }
    }

    @media (max-width: 640px){
        .sub_history .history_wrap .flex_des .history_title h4 { font-size: 220%; }
        .sub_history .history_wrap .flex_des .history_title strong { font-size: 110%; }
        .sub_history .history_wrap .flex_des .history_box strong { font-size: 220%; }
        .sub_history .history_wrap .flex_des .history_box strong::before { top: 15px; }
        .sub_history .history_wrap .flex_des .history_box_wrap .line { top: 32px; height: calc(100% - 32px); }
    }

    @media (max-width: 479px){
        .sub_history .history_wrap .flex_des .history_title h4 { font-size: 200%; }
        .sub_history .history_wrap .flex_des .history_box strong { font-size: 200%; }
        .sub_history .history_wrap .flex_des .history_box strong::before { width: 6px; height: 6px; left: 2px; top: 13px; }        
        .sub_history .history_wrap .flex_des .history_box_wrap .line { top: 30px; height: calc(100% - 30px); }

        .sub_history .history_wrap .flex_des .history_box.on strong::before { box-shadow: 0 0 0 3px rgba(230, 0, 18, 0.3); }
    }

/*───────────────────────────────────────────────────────────

	오시는길

───────────────────────────────────────────────────────────*/

    #container:has(.sub_location) { max-width: 1400px; }
    .sub_location .map_wrap { width: 100%; height: 660px; border-radius: 20px; overflow: clip; }
    .sub_location .flex_des { display: flex; margin-top: 60px; gap: 20px; }
    .sub_location .office_title { width: calc(34.3% - 20px); box-sizing: border-box; font-size: var(--title-20); box-sizing: border-box; }
    .sub_location .office_title h4 { color: var(--black-color02); font-weight: 600; font-family: var(--font-type04); font-size: 250%; letter-spacing: -0.03em; margin-top: -7px; }
    .sub_location .office_info { width: 65.7%; }
    .sub_location .office_info li { box-sizing: border-box; padding-left: 10px; }
    .sub_location .office_info li + li { margin-top: 41px; padding-top: 40px; border-top: 1px solid var(--border-color02); }
    .sub_location .office_info dl { display: flex; font-size: var(--title-20); }
    .sub_location .office_info dl dt { color: var(--black-color02); font-weight: 500; font-size: 110%; line-height: 1.1; letter-spacing: -0.03em; font-family: var(--font-type04); width: 148px; box-sizing: border-box; padding-right: 20px; }
    .sub_location .office_info dl dd { width: calc(100% - 148px); color: var(--black-color02); font-weight: 400; font-size: 100%; line-height: 1.2; letter-spacing: -0.01em; font-family: var(--font-type03); }
    .sub_location .office_info dl:nth-child(1) dd { font-family: var(--font-type04); }
    
    @media (max-width: 1023px){
        .sub_location .map_wrap { height: clamp(300px, 60vw, 660px); }
        .sub_location .flex_des { margin-top: clamp(30px, 6vw, 60px); }
        .sub_location .office_title h4 { font-size: 230%; }
        .sub_location .office_info li { padding-left: clamp(5px, 1vw, 10px); }
        .sub_location .office_info li + li { margin-top: clamp(20px, 4vw, 41px); padding-top: clamp(20px, 4vw, 40px); }
    }

    @media (max-width: 860px){
        .sub_location .office_title h4 { font-size: 210% }
        .sub_location .office_info dl dt { width: 128px; }
        .sub_location .office_info dl dd { width: calc(100% - 128px); }
    }

    @media (max-width: 640px){
        .sub_location .office_title h4 { font-size: 190%; }
        .sub_location .flex_des { flex-direction: column; }
        .sub_location .office_title { width: 100%; }
        .sub_location .office_info { width: 100%; }
    }

    @media (max-width: 479px){
        .sub_location .map_wrap { border-radius: 10px; }
        .sub_location .office_info dl dt { width: 95px; }
        .sub_location .office_info dl dd { width: calc(100% - 95px); }
    }

    @media (max-width: 415px){
        .sub_location .office_info dl { flex-direction: column; gap: 15px; }
        .sub_location .office_info dl dt { width: 100%; padding-right: 0; }
        .sub_location .office_info dl dd { width: 100%; }
    }


/*───────────────────────────────────────────────────────────

	전력시스템 구축

───────────────────────────────────────────────────────────*/

#container:has(.sub_power) { padding-top: 107px; }

.sub_power .flex_des { display: flex; gap: 52px; align-items: center; }
.sub_power .flex_des > .img_wrap { width: 50%; border-radius: 20px; overflow: clip; }
.sub_power .flex_des > .txt_wrap { width: calc(50% - 52px); font-size: var(--title-20); box-sizing: border-box; }
.sub_power .flex_des > .txt_wrap > dt { color: var(--black-color02); font-weight: 600; font-size: 250%; letter-spacing: -0.03em; font-family: var(--font-type04); }
.sub_power .flex_des > .txt_wrap > dd { font-size: var(--title-20); margin-top: 22px; font-family: var(--font-type04); }
.sub_power .flex_des > .txt_wrap .desc { color: var(--black-color01); font-weight: 400; font-size: 100%; line-height: 1.3; letter-spacing: -0.03em; margin-bottom: 40px; }
.sub_power .flex_des > .txt_wrap .desc:has(+ .list_wrap) { margin-bottom: 34px; }
.sub_power .flex_des > .txt_wrap .sub_desc { color: var(--black-color06); font-weight: 400; font-size: 90%; letter-spacing: -0.03em; }
.sub_power .flex_des > .txt_wrap .bullet_list > li { box-sizing: border-box; padding-left: 12px; }
.sub_power .flex_des > .txt_wrap .bullet_list > li + li { margin-top: 1px; }
.sub_power .flex_des > .txt_wrap .list_wrap dl { display: flex; align-items: baseline; gap: 20px; }
.sub_power .flex_des > .txt_wrap .list_wrap dl dt { width: 69px; }
.sub_power .flex_des > .txt_wrap .list_wrap dl dd { width: calc(100% - 89px); }
.sub_power .flex_des > .txt_wrap .list_wrap dl li + li { margin-top: 7px; }
.sub_power .flex_des > .txt_wrap .list_wrap dl + dl { margin-top: 11px; }
.sub_power .flex_des + .flex_des { margin-top: 60px; }

@media (max-width: 1023px){
    #container:has(.sub_power) { padding-top: clamp(40px, 10vw, 107px); }
    .sub_power .flex_des { flex-direction: column; gap: 30px; }
    .sub_power .flex_des + .flex_des { margin-top: clamp(40px, 6vw, 60px); }
    .sub_power .flex_des > .img_wrap { width: 100%; }
    .sub_power .flex_des > .img_wrap > img { width: 100%; height: 100%; object-fit: cover; }
    .sub_power .flex_des > .txt_wrap { width: 100%; }
    .sub_power .flex_des > .txt_wrap > dt { font-size: 230%; }
    .sub_power .flex_des > .txt_wrap > dd { margin-top: clamp(12px, 2vw, 22px); }
    .sub_power .flex_des > .txt_wrap .bullet_list > li { padding-left: 0; }
    .sub_power .flex_des > .txt_wrap .desc { margin-bottom: clamp(20px, 4vw, 40px); }
    .sub_power .flex_des > .txt_wrap .desc:has(+ .list_wrap) { margin-bottom: clamp(20px, 3.5vw, 34px); }

    .sub_power .flex_des > .txt_wrap .list_wrap dl dt { width: 66px; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl dd { width: calc(100% - 86px); }
}

@media (max-width: 860px){
    .sub_power .flex_des > .txt_wrap > dt { font-size: 210%; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl dt { width: 63px; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl dd { width: calc(100% - 83px); }
}

@media (max-width: 640px){
    .sub_power .flex_des > .txt_wrap > dt { font-size: 190%; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl dt { width: 60px; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl dd { width: calc(100% - 80px); }
}

@media (max-width: 479px){
    .sub_power .flex_des { gap: 20px; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl { gap: 15px; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl dt { width: 57px; }
    .sub_power .flex_des > .txt_wrap .list_wrap dl dd { width: calc(100% - 77px); }
    .sub_power .flex_des > .img_wrap { border-radius: 10px; }
}

/*───────────────────────────────────────────────────────────

	데이터센터

───────────────────────────────────────────────────────────*/
    .sub_data .sub_page_title { margin-bottom: 94px; }
    .sub_data .data_banner { position: relative; box-sizing: border-box; padding-inline: 61px; padding-block: 27px 64px; background: var(--gray-bg01); border: 1px solid var(--border-color01); border-radius: 20px; }
    
    .sub_data .data_banner dl { font-size: var(--title-20); }
    .sub_data .data_banner dt { min-width: 200px; display: inline-block; box-sizing: border-box; padding-block: 5px 6px; padding-inline: 10px 20px; color: var(--point-white); font-size: 150%; font-weight: 600; letter-spacing: -0.01em; margin-left: -61px; text-align: center; border-radius: 0 25px 25px 0; }
    .sub_data .data_banner .bullet_list { margin-top: 23px; font-size: var(--title-20); }
    .sub_data .data_banner .bullet_list > li { color: var(--black-color01); font-size: 90%; gap: 11px; letter-spacing: -0.02em; }
    .sub_data .data_banner .bullet_list > li + li { margin-top: 7px; }
    .sub_data .data_banner .bullet_list > li::before { background: var(--black-color01); width: 5px; height: 5px; translate: 0 -3px; }


    .sub_data .data_cont + .data_cont { margin-top: 138px; }
    .sub_data .data_cont .flex_des { display: flex; gap: 60px; margin-top: 47px; }
    .sub_data .data_cont .flex_des > div { width: calc(100% / 2 - 30px); font-size: var(--title-20); }
    .sub_data .data_cont .flex_des h5 { color: var(--black-color00); font-weight: 500; font-size: 90%; letter-spacing: -0.01em; margin-bottom: 13px; }
    .sub_data .data_cont .table_wrap table { border-top: 2px solid var(--point-color01); box-sizing: border-box; }
    .sub_data .data_cont .table_wrap thead th { background: var(--black-color03); color: var(--point-white); font-weight: 400; font-size: max(13px, 70%); letter-spacing: -0.01em; padding-block: 11px; box-sizing: border-box; }
    .sub_data .data_cont .table_wrap thead th + th { border-left: 1px solid var(--border-color01); }
    .sub_data .data_cont .table_wrap tbody :where(th, td) { color: var(--black-color00); font-weight: 400; font-size: max(13px, 70%); border-bottom: 1px solid var(--border-color01); padding-block: 11px; letter-spacing: -0.01em; }
    .sub_data .data_cont .table_wrap tbody th { background: var(--gray-bg01); }
    .sub_data .data_cont .table_wrap tbody td { border-left: 1px solid var(--border-color01); padding-inline: 22px; }

    .sub_data .img_wrap .img_box { border-radius: 20px; overflow: clip; }

    .sub_data .data_cont:nth-child(2) .data_banner dt { background: var(--point-color01); }
    .sub_data .data_cont:nth-child(3) .data_banner dt { background: var(--point-color04); }
    .sub_data .data_cont:nth-child(4) .data_banner { padding-block: 27px 45px; }
    .sub_data .data_cont:nth-child(4) .flex_des { margin-top: 97px; }
    .sub_data .data_cont:nth-child(4) .flex_des h5 { margin-bottom: 12px; }
    .sub_data .data_cont:nth-child(4) .data_banner dt { background: var(--point-color05); }

    @media (max-width: 1023px){
        .sub_data .sub_page_title { margin-bottom: clamp(40px, 9vw, 94px); }
        .sub_data .data_banner { padding-block: clamp(20px, 2.7vw, 27px) clamp(20px, 6vw, 64px); padding-inline: clamp(25px, 6vw, 61px); }
        .sub_data .data_banner dt { margin-left: -6vw; }
        .sub_data .data_banner .bullet_list { margin-top: clamp(15px, 2vw, 23px); }
        .sub_data .data_cont + .data_cont { margin-top: clamp(70px, 14vw, 138px); }
        .sub_data .data_cont .flex_des { margin-top: clamp(25px, 4vw, 47px); gap: 30px; }
        .sub_data .data_cont .flex_des h5 { margin-bottom: clamp(10px, 1vw, 13px); }
        .sub_data .data_cont .flex_des > div { width: calc(100% / 2 - 15px); }

        .sub_data .data_cont .table_wrap tbody td { padding-inline: clamp(15px, 2vw, 22px); }
        
        .sub_data .data_cont:nth-child(4) .data_banner { padding-block: clamp(20px, 2.7vw, 27px) clamp(20px, 4.5vw, 45px); }
        .sub_data .data_cont:nth-child(4) .flex_des { margin-top: clamp(25px, 9vw, 97px); }
        .sub_data .data_cont:nth-child(4) .flex_des h5 { margin-bottom: clamp(10px, 1vw, 12px); }
    }

    @media (max-width: 860px){
        .sub_data .data_cont .flex_des { flex-direction: column; }
        .sub_data .data_cont .flex_des > div { width: 100%; }
        .sub_data .data_cont .img_wrap { order: 1; }
        .sub_data .data_cont .img_box > img { display: block; width: 100%; height: 100%; object-fit: cover; min-height: 250px; }
        .sub_data .data_cont .table_wrap { order: 2; }
    }

    @media (max-width: 640px){
        .sub_data .data_banner dt { min-width: 150px; }
        .sub_data .data_banner .bullet_list > li { gap: 8px; }
        .sub_data .data_banner .bullet_list > li::before { width: 4px; height: 4px; translate: 0 -4px; }
    }

    @media (max-width: 479px){
        .sub_data .data_banner { border-radius: 10px; }
        .sub_data .data_cont .flex_des { gap: 20px; }
        .sub_data .img_wrap .img_box { border-radius: 10px; }
        .sub_data .data_banner dt { font-size: 130%; min-width: 120px; padding-right: 10px; border-radius: 0 15px 15px 0; }
    }

    @media (max-width: 416px){
        .sub_data .data_banner dt { margin-left: -25px; }
    }

/*───────────────────────────────────────────────────────────

	정보기술(ITC)

───────────────────────────────────────────────────────────*/
    .sub_itc .img_wrap { text-align: center; margin-top: 80px; }
    .sub_itc .ico_box { width: 60px; aspect-ratio: 1 auto; margin-inline: auto; }
    .sub_itc .itc_cont { margin-top: 96px; }
    .sub_itc .itc_cont h4 { font-weight: 500; }
    .sub_itc .itc_cont .flex_des { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 32px; }
    .sub_itc .itc_cont .flex_des li { width: calc(100% / 4 - 15px); text-align: center; box-sizing: border-box; padding-block: 39px 41px; padding-inline: 45px; border: 1px solid var(--border-color01); border-radius: 20px; }
    .sub_itc .itc_cont .flex_des li dl { margin-top: 21px; font-size: var(--title-20); }
    .sub_itc .itc_cont .flex_des li dl dt { color: var(--black-color00); font-weight: 500; font-size: 110%; line-height: 1.28; letter-spacing: -0.04em; }
    .sub_itc .itc_cont .flex_des li dl dd { margin-top: 21px; color: var(--black-color08); font-weight: 400; font-size: max(13px, 70%); line-height: 1.43; letter-spacing: -0.04em; }

    @media (max-width: 1023px){
        .sub_itc .img_wrap { margin-top: clamp(40px, 8vw, 80px); }
        .sub_itc .itc_cont { margin-top: clamp(50px, 10vw, 96px); }
        .sub_itc .itc_cont .flex_des { margin-top: clamp(15px, 3vw, 32px); }
        .sub_itc .itc_cont .flex_des li { width: calc(100% / 2 - 10px); padding-inline: clamp(25px, 4vw, 45px); padding-block: clamp(20px, 4vw, 39px) clamp(20px, 4vw, 41px); }
        .sub_itc .itc_cont .flex_des li dl { margin-top: clamp(15px, 2vw, 21px); }
        .sub_itc .itc_cont .flex_des li dl dd { margin-top: clamp(15px, 2vw, 21px); }
    }

    @media (max-width: 860px){
        .sub_itc .ico_box { width: 50px; }
    }

    @media (max-width: 640px){
        .sub_itc .ico_box { width: 40px; }
    }

    @media (max-width: 479px){
        .sub_itc .itc_cont .flex_des li { width: 100%; border-radius: 10px; }
    }

/*───────────────────────────────────────────────────────────

	AI 인프라

───────────────────────────────────────────────────────────*/

    .sub_ai .cont_list { margin-top: 40px; }
    .sub_ai .cont_list > li + li { margin-top: 69px; }
    .sub_ai .cont_list .img_wrap { width: 100%; border-radius: 20px; overflow: clip; }
    .sub_ai .cont_list .img_wrap > img { width: 100%; height: 100%; min-height: 200px; object-fit: cover;; }
    .sub_ai .cont_list .txt_wrap { margin-top: 33px; font-size: var(--title-20); }
    .sub_ai .cont_list .txt_wrap dt { font-size: 200%; letter-spacing: -0.01em; font-weight: 500; }
    .sub_ai .cont_list .txt_wrap dd { margin-top: 16px; color: var(--black-color06); font-weight: 400; font-size: 90%; line-height: 1.67; letter-spacing: -0.01em; }

    .sub_ai .cont_list > li:nth-child(3) .txt_wrap dd li + li { margin-top: 30px; }

    @media (max-width: 1023px){
        .sub_ai .cont_list { margin-top: clamp(25px, 4vw, 40px); }
        .sub_ai .cont_list .txt_wrap { margin-top: clamp(20px, 3vw, 33px); }
        .sub_ai .cont_list .txt_wrap dt { font-size: 180%; }
        .sub_ai .cont_list .txt_wrap dd { margin-top: clamp(10px, 1.6vw, 16px); }
        .sub_ai .cont_list > li + li { margin-top: clamp(30px, 6vw, 69px); }
        .sub_ai .cont_list > li:nth-child(3) .txt_wrap dd li + li { margin-top: clamp(15px, 3vw, 30px); }
    }

    @media (max-width: 860px){
        .sub_ai .cont_list .txt_wrap dt { font-size: 160%; }
    }

    @media (max-width: 640px){
        .sub_ai .cont_list .txt_wrap dt { font-size: 140%; }
    }

    @media (max-width: 479px){
        .sub_ai .cont_list .img_wrap { border-radius: 10px; }
    }


/*───────────────────────────────────────────────────────────

	구축 실적

───────────────────────────────────────────────────────────*/

    #wrap select, 
	#wrap input[type="text"], 
	#wrap input[type="password"], 
	#wrap input[type="number"], 
	#wrap input[type="date"] { height: 60px; color: var(--black-color06); font-size: var(--title-18); font-weight: 400; outline: none; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 0 20px 0 18px; letter-spacing: -0.05em; margin: 0; border: 0; font-family: var(--font-type02); }

    #wrap .board_search { line-height: 1.3; margin: 0; text-align: right; font-size: 0; width: 100%; box-sizing: border-box; padding: 0; background: var(--trans-color); }
    #wrap .board_search .bbs_search { float: unset; }
    #wrap .board_search_wrap { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
    #wrap .board_search .board_search_sel { display: inline-flex; gap: 10px; }
    #wrap .board_search select { width: 160px; height: 50px; padding-right: 40px; border-radius: 4px; border: 1px solid var(--border-color01); margin: 0; background: var(--point-white) url('../images/sub/ico_sel_arw.svg') no-repeat center right 19px; appearance: none; cursor: pointer; background-size: 11px 6px;  }
    #wrap .board_search:has(select[name="category"]) select { width: 190px; }
    #wrap .board_search .inp_custom { position: relative; width: calc(100% - 170px); max-width: 360px; }
    #wrap .board_search:has(select[name="category"]) .inp_custom { width: calc(100% - 390px); }
    #wrap .board_search .inp_custom input[type="text"] { width: 100%;  height: 50px; box-sizing: border-box; margin: 0; border: 1px solid var(--border-color01); border-radius: 4px 0 0 4px; padding: 0 65px 0 18px; }
    #wrap .board_search .btn_search { position: absolute; right: 0; top: 0; width: 50px; height: 50px; appearance: none; border: none; font-size: 0; background: var(--black-color03) url('../images//sub/ico_search.svg') no-repeat center; background-size: 22px 22px; border-radius: 0 4px 4px 0; }

    #wrap .sub_board ul.bbs_gallery { padding: 0; margin: 0; display: flex; gap: 40px 30px; flex-wrap: wrap; margin-top: 60px; }
    #wrap .sub_board ul.bbs_gallery:after { display: none; }
    #wrap .sub_board ul.bbs_gallery li { float: unset; width: calc(100% / 3 - 20px); margin: 0; position: relative; font-size: var(--title-20); background: var(--point-white); height: auto; }
    #wrap ul.bbs_gallery li:nth-of-type(4n+1) { clear: none; }
    #wrap .sub_board ul.bbs_gallery li .preface { position: absolute; top: 0; left: 0; font-size: 80%; font-weight: 500; color: var(--point-white); background: var(--black-color06); border-radius: var(--radius-08); border-end-start-radius: 0 !important; z-index: 3; translate: 0 -50%; padding: 9px 12px; }
    #wrap .sub_board ul.bbs_gallery li .preface::before { position: absolute; content: ''; top: calc(100% - 1px); left: 0; width: 50px; height: 25px; background: var(--black-color06); clip-path: path('M0 12V0H17.1733C7.5979 0 1.73468 8 0 12Z'); }
    #wrap .sub_board ul.bbs_gallery li .desc { box-shadow: inset 0 0 0 1px var(--border-color01); border-radius: var(--radius-40); overflow: clip; transition: all 0.4s; }
    #wrap .sub_board ul.bbs_gallery li .desc dt { position: relative; width: 100%; aspect-ratio: auto 1.5; overflow: clip; }
    #wrap .sub_board ul.bbs_gallery li .desc dt img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all 0.4s; }
    #wrap .sub_board ul.bbs_gallery li .desc dd { position: relative; font-size: 110%; font-weight: 400; color: var(--black-color00); line-height: 1.36; padding: 30px; padding-right: 70px; letter-spacing: -0.05em; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

    #wrap .sub_board ul.bbs_gallery li .preface[title="육상/해양 플랜트"] { background: var(--point-color01); }
    #wrap .sub_board ul.bbs_gallery li .preface[title="육상/해양 플랜트"]::before { background: var(--point-color01); }
    #wrap .sub_board ul.bbs_gallery li .preface[title="데이터센터"] { background: var(--point-color02); }
    #wrap .sub_board ul.bbs_gallery li .preface[title="데이터센터"]::before { background: var(--point-color02); }
    #wrap .sub_board ul.bbs_gallery li .preface[title="해양/선박 전력"] { background: var(--point-color03); }
    #wrap .sub_board ul.bbs_gallery li .preface[title="해양/선박 전력"]::before { background: var(--point-color03); }
    #wrap .sub_board ul.bbs_gallery li .preface[title="건축/산업 전력"] { background: var(--black-color00) }
    #wrap .sub_board ul.bbs_gallery li .preface[title="건축/산업 전력"]::before { background: var(--black-color00); }

    #wrap .sub_board ul.bbs_gallery li .desc dd:before { position: absolute; content: ''; width: 22px; height: 14px; background: url(../images/skin/more_arw.svg) no-repeat center / 100% auto; top: 50%; right: 30px; translate: 0 -50%; opacity: 0; transition: all 0.4s; }

    #wrap .nodata_ul { font-size: var(--title-20); font-weight: 500; color: var(--black-color03); margin-top: 80px; text-align: center; }

    #wrap .view_btn { min-height: auto; line-height: 1.3; }
    #wrap .paging { display: flex; gap: 5px; justify-content: center; align-items: center; margin: 0; margin-top: 60px; min-height: unset; padding-top: 0; line-height: 1.3; }
    #wrap .paging a { display: inline-flex; align-items: center; justify-content: center; font-size: var(--title-17); font-weight: 400; color: var(--black-color06); padding: 0; border: 0; box-sizing: border-box; min-width: 36px; min-height: 36px; width: auto; height: auto; line-height: 1; text-align: center; vertical-align: top; font-family: var(--font-type04); margin: 0; padding-right: 1px; padding-top: 1px; }
    #wrap .paging :is(.on a, a.on) { border-radius: 100%; background: var(--point-color01); color: var(--point-white); font-weight: 600; }
    #wrap .paging .arrow a {font-size:0; min-width:34px; background:no-repeat center; }
    #wrap .paging .arrow a img { display: none; }
    #wrap .paging .arrow.first a {background-image:url("../images/sub/ico_pagi_first.svg");}
    #wrap .paging .arrow.prev a {background-image:url("../images/sub/ico_pagi_prev.svg"); margin-right:0;}
    #wrap .paging .arrow.next a {background-image:url("../images/sub/ico_pagi_next.svg"); margin-left:0;}
    #wrap .paging .arrow.last a {background-image:url("../images/sub/ico_pagi_last.svg");}

    @media (hover:hover) and (pointer:fine) {
        #wrap .sub_board ul.bbs_gallery li:hover .desc{box-shadow:inset 0 0 0 1px var(--border-color01), var(--shadow-03);}
        #wrap .sub_board ul.bbs_gallery li:hover .desc dt img{transform: scale(1.1);}
        #wrap .sub_board ul.bbs_gallery li:hover .desc dd:before{opacity: 1;}
    }

    @media (max-width: 1023px){
        #wrap .sub_board ul.bbs_gallery { margin-top: clamp(40px, 6vw, 60px); }
        #wrap .sub_board ul.bbs_gallery li { width: calc(100% / 2 - 15px); }
        #wrap .sub_board ul.bbs_gallery li .desc dd { padding: clamp(20px, 3vw, 30px); padding-right: clamp(50px, 7vw, 70px); }
        #wrap .sub_board ul.bbs_gallery li .desc dd:before { right: clamp(20px, 3vw, 30px); }

        #wrap .nodata_ul { margin-top: clamp(40px, 8vw, 80px); }
        #wrap .paging { margin-top: clamp(40px, 6vw, 60px); }
    }

    @media (max-width: 860px){
        #wrap .sub_board ul.bbs_gallery { gap: 40px 20px; }
        #wrap .sub_board ul.bbs_gallery li { width: calc(100% / 2 - 10px); }
    }

    @media (max-width: 800px){
        #wrap .board_search_wrap:has(select[name="category"]) { flex-direction: column; }
        #wrap .board_search:has(select[name="category"]) .board_search_sel { width: 100%; }
        #wrap .board_search:has(select[name="category"]) select { width: calc(100% / 2 - 5px); }
        #wrap .board_search:has(select[name="category"]) .inp_custom { width: 100%; max-width: unset; }


    }

    @media (max-width: 640px){
        #wrap select, #wrap input[type="text"], #wrap input[type="password"], #wrap input[type="number"], #wrap input[type="date"] { padding: 0 15px 0 15px; height: 45px; }
        #wrap .board_search .board_search_sel { width: auto; }
        #wrap .board_search select { height: 40px; width: 120px; }
        #wrap .board_search .inp_custom { max-width: 300px; width: calc(100% - 130px); }
        #wrap .board_search .inp_custom input[type="text"] { height: 40px; padding: 0 55px 0 15px; }
        #wrap .board_search .btn_search { width: 40px; height: 40px; background-size: 16px 16px;  }

        #wrap .sub_board ul.bbs_gallery { gap: 30px 15px; }
        #wrap .sub_board ul.bbs_gallery li { width: calc(100% / 2 - 7.5px); }
        #wrap .sub_board ul.bbs_gallery li .desc dd { font-size: 100%; }

        #wrap .paging a { min-width: 30px; min-height: 30px; }
        #wrap .paging .arrow a { min-width: 30px; }
    }

    @media (max-width: 479px){
        #wrap .board_search .board_search_sel { margin-bottom: 0; text-align: right; width: auto; }
        #wrap .sub_board ul.bbs_gallery li { width: 100%; }
        #wrap .sub_board ul.bbs_gallery li .desc dd { font-size: 90%; }
    }

    @media (max-width: 375px){
        #wrap .board_search .board_search_sel { width: 100%; }
        #wrap .board_search select { width: 100%; max-width: unset; }
        #wrap .board_search .inp_custom { width: 100%; max-width: unset; }
    }

/*───────────────────────────────────────────────────────────

	구축 실적 뷰 페이지

───────────────────────────────────────────────────────────*/
    #wrap .bbs_view { margin-top: 0; }
    #wrap .bbs_view div.view_tit { padding: 0; border-bottom: 1px solid var(--border-color01) ; border-top: 1px solid var(--black-color03); margin: 0 auto; width: 100%; box-sizing: border-box; text-align: left; vertical-align: top; font-size: 0; font-size: var(--title-20); padding-block: 30px 29px; padding-inline: 20px; background: var(--point-white); }
    #wrap .bbs_view .preface { display: inline-block; font-size: 80%; font-weight: 500; color: var(--point-white); background: var(--black-color06); border-radius: var(--radius-08); padding: 9px 12px; box-sizing: border-box; margin-bottom: 15px; }
    #wrap .bbs_view h4 { border-bottom: 0; padding: 0; font-size: 160%; font-weight: 700; color: var(--black-color03); font-family: var(--font-type02); line-height: 1.38; letter-spacing: -0.03em;  }
    #wrap .bbs_view div.view_tit > p { font-size: 90%; width: 100%; line-height: inherit; color: var(--black-color08); text-align: left; line-height: 1.67; font-family: var(--font-type02); margin-top: 21px; }

    #wrap .bbs_view div.view_cont { padding: 51px 20px 50px; color: var(--black-color06); font-size: var(--title-18); font-family: var(--font-type02); line-height: 1.67; min-height: 300px; margin: 0 auto; width: 100%; box-sizing: border-box; text-align: left; vertical-align: top; word-break: keep-all; letter-spacing: -0.03em; }
    #wrap .bbs_view div.view_cont .thumb_img_wrap { padding-bottom: 0; text-align: left; margin-top: 29px; border-radius: 10px; overflow: hidden; width: fit-content; }

    #wrap .btn_wrap { padding: 0; padding-top: 0; margin-top: 60px; font-size: 0; vertical-align: top; display: flex; justify-content: center; }

    #wrap .bbs_view .preface[title="육상/해양 플랜트"] { background: var(--point-color01); }
    #wrap .bbs_view .preface[title="데이터센터"] { background: var(--point-color02); }
    #wrap .bbs_view .preface[title="해양/선박 전력"] { background: var(--point-color03); }
    #wrap .bbs_view .preface[title="건축/산업 전력"] { background: var(--black-color00); }

    #wrap .sub_board .bbs_view .extra_editor_wrap { display: table; table-layout: fixed; border-collapse: collapse; width: 100%; border: 0; background: var(--gray-bg01); border-radius: 4px; box-sizing: border-box; border-bottom: 1px solid var(--border-color01); }
    #wrap .sub_board .bbs_view .extra_editor_wrap > h4, #wrap .sub_board .bbs_view .extra_editor_wrap > div.extra_cont { padding-block: 32px; display: table-cell; box-sizing: border-box; vertical-align: middle; text-align: left; border: 0; }
    #wrap .sub_board .bbs_view .extra_editor_wrap > h4 { width: 162px; background: none; color: var(--black-color03); font-family: var(--font-type04); font-size: var(--title-18); font-weight: 500; text-align: center; position: relative; z-index: 1; letter-spacing: -0.03em; }
    #wrap .sub_board .bbs_view .extra_editor_wrap > h4::after { content: ''; position: absolute; width: 1px; height: 40%; background: var(--border-color01); top: 50%; right: 0; transform: translateY(-50%); }
    #wrap .sub_board .bbs_view .extra_editor_wrap div.extra_cont { width: calc(100% - 162px); padding-inline: 40px; }
    #wrap .sub_board .bbs_view .extra_editor_wrap div.extra_cont > span { font-size: var(--title-17); font-weight: 400; color: var(--black-color06) !important; vertical-align: middle; display: block; letter-spacing: -0.03em; font-family: var(--font-type02); }
    #wrap .sub_board .bbs_view .extra_editor_wrap div.extra_cont > span a { font-size: inherit; color: inherit !important; font-weight: inherit; }
    #wrap .sub_board .bbs_view .extra_editor_wrap div.extra_cont > span + span { margin-top: 12px; }

    @media (max-width: 1023px){
        #wrap .bbs_view .preface { margin-bottom: clamp(10px, 1.5vw, 15px); }
        #wrap .bbs_view div.view_tit { padding-block: clamp(20px, 3vw, 30px); padding-inline: clamp(15px, 2vw, 20px); }
        #wrap .bbs_view div.view_tit > p { margin-top: clamp(15px, 2vw, 21px); }
        #wrap .bbs_view div.view_cont { padding: clamp(30px, 5vw, 50px) clamp(15px, 2vw, 20px); }

        #wrap .bbs_view div.view_cont .thumb_img_wrap { margin-top: clamp(20px, 3vw, 29px); }

        #wrap .sub_board .bbs_view .extra_editor_wrap > h4, #wrap .sub_board .bbs_view .extra_editor_wrap > div.extra_cont { padding-block: clamp(20px, 3vw, 32px); }
        #wrap .sub_board .bbs_view .extra_editor_wrap > h4 { width: clamp(100px, 16vw, 162px); }
        #wrap .sub_board .bbs_view .extra_editor_wrap div.extra_cont { width: calc(100% - clamp(100px, 16vw, 162px)); padding-inline: clamp(20px, 4vw, 40px); }
        #wrap .btn_wrap { margin-top: clamp(40px, 6vw, 60px); }
    }

    @media (max-width: 640px){
        .bbs_view div.view_tit > p { padding-top: 0; }
    }

    @media (max-width: 479px){
        #wrap .bbs_view div.view_cont .thumb_img_wrap { border-radius: 5px; }
    }



/*───────────────────────────────────────────────────────────

	일반 게시판

───────────────────────────────────────────────────────────*/
    #wrap table.bbs_list { font-size: var(--title-20); border-top: 1px solid var(--black-color01); border-bottom: 0; margin-top: 40px; }
    #wrap table.bbs_list th { color: var(--black-color03); font-size: 100%; font-family: var(--font-type02); font-weight: 500; padding-top: 26px; padding-bottom: 26px; box-sizing: border-box; border-bottom: 1px solid var(--border-color01); letter-spacing: -0.04em; }
    #wrap table.bbs_list td { padding-left: 12px; padding-right: 12px; font-size: var(--title-19); line-height: 1.3; font-weight: 400; color: var(--black-color03); text-align: center; vertical-align: middle; padding-top: 26px; padding-bottom: 23px; letter-spacing: -0.04em; font-family: var(--font-type02); box-sizing: border-box; border-bottom: 1px solid var(--border-color01); }
    #wrap table.bbs_list td.left { text-align: left; padding-left: 30px; color: var(--black-color03); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

    @media (max-width: 1023px){
        #wrap table.bbs_list { margin-top: clamp(20px, 4vw, 40px); }
        #wrap table.bbs_list th { padding-top: clamp(15px, 2vw, 26px); padding-bottom: clamp(15px, 2vw, 26px); }
        #wrap table.bbs_list td { padding-top: clamp(15px, 2vw, 26px); padding-bottom: clamp(15px, 2vw, 23px); }
        #wrap table.bbs_list td.left { padding-left: clamp(12px, 3vw, 30px); }

        #wrap table.bbs_list col:nth-child(3),
        #wrap table.bbs_list td:nth-child(3),
        #wrap table.bbs_list th:nth-child(3) { display: none; }

        #wrap table.bbs_list td.no_data { display: none; }
    }

    @media (max-width: 860px){
        #wrap table.bbs_list col:nth-child(1) { width: 80px; }
        #wrap table.bbs_list col:nth-child(4) { width: 120px; }
        
    }

    @media (max-width: 640px){
        #wrap table.bbs_list col:nth-child(1) { width: 70px; }
    }

    @media (max-width: 479px){
        #wrap table.bbs_list col:nth-child(1),
        #wrap table.bbs_list td:nth-child(1),
        #wrap table.bbs_list th:nth-child(1) { display: none; }
        #wrap table.bbs_list col:nth-child(4) { width: 100px; }
    }

/*───────────────────────────────────────────────────────────

	온라인 문의

───────────────────────────────────────────────────────────*/
    #wrap input[type="checkbox"] + label{font-size:var(--title-18);color:var(--black-color03);font-weight:500;letter-spacing: 0; font-family: var(--font-type02); }
	#wrap input[type="checkbox"] + label strong{font-size:inherit;color:var(--point-color01);font-weight:500;}
	#wrap input[type="checkbox"] + label:before, #wrap input[type="checkbox"] + label::before { display:inline-block; content:""; width:26px; height:26px; margin:-4px 10px 0 0; vertical-align:middle; background:url("../images/sub/ico_chk.svg") no-repeat 0 50%; cursor:pointer;background-size:auto 100%; flex-shrink: 0; border-radius: 2px; overflow: hidden; }
	#wrap input[type="checkbox"]:checked + label:before, #wrap input[type="checkbox"]:checked + label::before { background:url("../images/sub/ico_chk_on.svg") no-repeat 0 50%;background-size:auto 100%;}


    #wrap .bbs_write { box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; padding-block: 40px; border-top: 1px solid var(--black-color00); border-bottom: 1px solid var(--border-color01); }
    #wrap .bbs_write .line2 { display: flex; flex-wrap: wrap; gap: 92px; }
    #wrap .bbs_write .line2 dl { width: calc(50% - 46px); }
    #wrap .bbs_write dl { display: flex; flex-wrap: wrap; width: 100%; align-items: baseline; box-sizing: border-box; }
    #wrap .bbs_write dl dt { width: 152px; box-sizing: border-box; padding-right: 15px; padding-left: 2px; color: var(--black-color03); font-weight: 500; font-size: var(--title-20); letter-spacing: -0.03em; font-family: var(--font-type02); }
    #wrap .bbs_write dl dt .require_dot { color: var(--point-color01); }
    #wrap .bbs_write dl dd { width: calc(100% - 152px); display: flex; align-items: center; gap: 20px; }
    #wrap .bbs_write dl.file_dl dd { flex-direction: column; align-items: flex-start; }
    #wrap .bbs_write dl.text_box { align-items: flex-start; }
    #wrap .bbs_write dl.text_box dt { box-sizing: border-box; padding-top: 16px; align-self: unset; }
    #wrap .bbs_write dl.text_box dd { width: calc(100% - 152px); }
    #wrap .bbs_write dl.text_box textarea { width: 100%; min-height: 250px; height: auto; border-radius: 6px; border: 1px solid var(--border-color01); color: var(--black-color03); font-weight: 400; font-size: var(--title-20); font-family: var(--font-type02); padding: 20px 20px 20px 18px; outline:0; }

    #wrap .bbs_write dl.captcha_dl dd { gap: 10px; flex-wrap: wrap; }
    #wrap .bbs_write dl.captcha_dl dd .captcha_wrap { box-sizing: border-box; padding: 9px; display: flex; gap: 10px; border: 1px solid var(--border-color01); border-radius: 6px; }
    #wrap .bbs_write dl.captcha_dl dd .captcha_wrap #refreshCode { display: inline-flex; background:var(--point-white) url('../images/sub/ico_reset.svg') no-repeat center; font-size: 0; cursor: pointer; min-width:40px; width:40px; height:40px;box-sizing: border-box;border:1px solid var(--border-color01); border-radius: 6px; }
    #wrap .bbs_write dl.captcha_dl dd input#captcha { width: calc(100% - 237px); max-width: 260px; }
    #wrap .bbs_write dl.captcha_dl dd #captcha_box { margin: 0; width: 155px; height: 40px; box-sizing: border-box; overflow: hidden; border-radius: 6px; }
    #wrap .bbs_write dl.captcha_dl dd #captcha_box img { width: calc(100% + 2px) !important; height: calc(100% + 2px) !important; max-width: initial; max-height: initial; margin-left: -1px; margin-top: -1px; }
    #wrap .bbs_write input[type="text"], #wrap .bbs_write input[type="password"], #wrap .bbs_write input[type="number"], #wrap .bbs_write input[type="date"] { height: 60px; line-height: 1.5; width: 100%; border: 0; background: var(--point-white); color: var(--black-color03); font-weight: 400; font-size: var(--title-20); font-family: var(--font-type02); padding: 0 20px 0 18px; text-indent: 0; margin: 0; box-sizing: border-box; vertical-align: middle; text-align: left; outline: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; letter-spacing: -0.04em; border: 1px solid var(--border-color01); border-radius: 6px; }
    #wrap .bbs_write input[type="text"]::placeholder, #wrap .bbs_write input[type="password"]::placeholder, #wrap .bbs_write input[type="number"]::placeholder, #wrap .bbs_write input[type="date"]::placeholder, #wrap .bbs_write textarea::placeholder { color: var(--black-color08); font-weight: 400; }

    #wrap .policy_wrap { box-sizing: border-box; margin-top: 40px; display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0;  }
    #wrap .policy_wrap .chk_cont { display: flex; align-items: baseline; justify-content: space-between; width: 100%; }
    #wrap .policy_wrap .chk_cont a { font-size: var(--title-16); color: var(--black-color08); font-weight: 400; text-decoration: underline; letter-spacing: -0.03em; text-underline-offset: 4px; transform: translateY(-2px); }
    #wrap .policy_wrap .area_box { width: 100%; margin-top: 20px; padding: 0 9px; box-sizing: border-box; border: 1px solid var(--border-color01); border-radius: 10px; }
    #wrap .policy_wrap .area_box textarea { width: 100%; height: 158px; padding: 30px 20px 16px; box-sizing: border-box; color: var(--black-color07); font-weight: 400; font-size: var(--title-15); line-height: 1.74; letter-spacing: 0; font-family: var(--font-type02); border: none; resize: none; background: var(--trans-color); outline: none; }

    #wrap .policy_wrap .area_box textarea::-webkit-scrollbar { width: 4px;}
    #wrap .policy_wrap .area_box textarea::-webkit-scrollbar-thumb {background: var(--black-color10); border-radius: 2px; }
    #wrap .policy_wrap .area_box textarea::-webkit-scrollbar-track {border-radius: 10px;background:var(--border-color01); margin-block: 10px; }

    #wrap .policy_wrap + .btn_wrap { margin-top: 50px; }

    
    @media (max-width: 1023px){
        #wrap .bbs_write { padding-block: clamp(30px, 4vw, 40px); }
        #wrap .bbs_write .line2 { gap: 40px; }
        #wrap .bbs_write .line2 dl { width: calc(50% - 20px); }
        #wrap .bbs_write dl dt { width: 140px; }
        #wrap .bbs_write dl dd { width: calc(100% - 140px); }
        #wrap .bbs_write dl.text_box dd { width: calc(100% - 140px); }

        #wrap .policy_wrap { margin-top: clamp(30px, 4vw, 40px); }
        #wrap .policy_wrap .area_box textarea { height: clamp(120px, 16vw, 158px); padding: clamp(20px, 3vw, 30px) clamp(15px, 2vw, 20px) clamp(10px, 1.6vw, 16px); }

        #wrap .policy_wrap + .btn_wrap { margin-top: clamp(40px, 5vw, 50px); }
    }

    @media (max-width: 860px){
        #wrap .bbs_write .line2 { gap: 20px; }
        #wrap .bbs_write .line2 dl { width: calc(50% - 10px); }
        #wrap .bbs_write dl dt { width: 125px; }
        #wrap .bbs_write dl dd { width: calc(100% - 125px); }
        #wrap .bbs_write dl.text_box dd { width: calc(100% - 125px); }
    }

    @media (max-width: 640px){
        #wrap .bbs_write { gap: 15px; }
        #wrap .bbs_write .line2 { gap: 15px; }
        #wrap .bbs_write .line2 dl { width: 100%; }
        #wrap .bbs_write dl dt { font-size: var(--title-19); }

        #wrap .bbs_write input[type="text"], #wrap .bbs_write input[type="password"], #wrap .bbs_write input[type="number"], #wrap .bbs_write input[type="date"] { padding: 0 15px 0 15px; height: 45px; font-size: var(--title-19); border-radius: 3px; }

        #wrap .bbs_write dl.text_box dt { display: none; }
        #wrap .bbs_write dl.text_box dd { width: 100%; }
        #wrap .bbs_write dl.text_box textarea { padding: 15px; min-height: clamp(200px, 25vw, 250px); font-size: var(--title-19); border-radius: 3px; }

        #wrap .bbs_write dl.captcha_dl dd .captcha_wrap { padding: 7px; border-radius: 3px; }
        #wrap .bbs_write dl.captcha_dl dd #captcha_box { width: 140px; height: 30px; border-radius: 3px; }
        #wrap .bbs_write dl.captcha_dl dd .captcha_wrap #refreshCode { width: 30px; height: 30px; min-width: 30px; border-radius: 3px; background-size: 13px 13px; }
        #wrap .bbs_write dl.captcha_dl dd input#captcha { width: calc(100% - 206px); max-width: unset; }
        #wrap .policy_wrap .area_box { border-radius: 5px; }
    }

    @media (max-width: 535px){
        #wrap .bbs_write dl.captcha_dl dd input#captcha { width: 100%; }
    }

    @media (max-width: 479px){
        #wrap input[type="checkbox"] + label:before, #wrap input[type="checkbox"] + label::before { width: 20px; height: 20px; margin: -2px 5px 0 0; }
        #wrap .bbs_write dl.captcha_dl dd #captcha_box { width: 130px; }
    }

    @media (max-width: 345px){
        #wrap .bbs_write dl.captcha_dl dd #captcha_box { width: calc(100% - 40px); }
    }

/*───────────────────────────────────────────────────────────

	제품소개

───────────────────────────────────────────────────────────*/
    #wrap .sub_list .list_array { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; margin-bottom: 29px; font-size: var(--title-20); }
    #wrap .sub_list .list_array .list_count, #wrap .sub_list .list_array .list_count span { font-size: var(--title-18); font-weight: 400; font-family: var(--font-type02); letter-spacing: -0.03em; color: var(--black-color06); float: unset; line-height: 1.3; height: auto; vertical-align: baseline; text-align: left; display: inline-block; }
    #wrap .sub_list .list_array .list_count span { color: var(--black-color01); font-weight: 600; font-family: var(--font-type01); }
    #wrap .sub_list .list_array:after { display: none; }
    #wrap .sub_list .list_array > form { display: none; }
    
    #wrap .sub_list .list_array ul { float: unset; display: flex; gap: 5px; }
    #wrap .sub_list .list_array ul:after { display: none; }
    #wrap .sub_list .list_array ul li { width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; border-radius: 100%; font-size: 0; }
    #wrap .sub_list .list_array ul li > span { display: none; }
    #wrap .sub_list .list_array ul li.on { background: var(--black-color01); border-color: var(--trans-color); }
    #wrap .sub_list .list_array ul li.typeA.on:before { background-color: var(--black-color01); }
    #wrap .sub_list .list_array ul li.typeB.on:before { background-color: var(--black-color01); }
    #wrap .sub_list .list_array ul li:before, #wrap .sub_list .list_array ul li::before { position: static; background-position: center; }

    #wrap .sub_list .list_Galleryform ul { display: flex; flex-wrap: wrap; gap: 30px; }
    #wrap .sub_list .list_Galleryform ul:after { display: none; }
    #wrap .sub_list .list_Galleryform ul li { float: unset; width: calc(100% / 3 - 20px); position: relative; height: auto; padding: 36px 40px 40px; box-sizing: border-box; box-shadow: inset 0 0 0 1px var(--border-color01); border-radius: var(--radius-60); overflow: clip; display: flex; flex-direction: column; align-items: flex-start; gap: 30px; transition: box-shadow 0.4s; margin: 0; }
    #wrap .sub_list .list_Galleryform ul li > a { position: absolute; inset: 0; z-index: 5; }
    #wrap .sub_list .list_Galleryform ul li .thumb { display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: auto 1; overflow: clip; padding: 0; border: none; height: auto; font-size: 0; margin: 0; position: relative; z-index: 1; text-align: center; box-sizing: border-box; }
    #wrap .sub_list .list_Galleryform ul li .thumb img { width: 100%; height: 100%; transform: none; position: static; left: unset; top: unset; vertical-align: middle; }
    #wrap .sub_list .list_Galleryform ul li .arw { position: absolute; content: ''; width: 70px; aspect-ratio: auto 1; top: 50%; left: 50%; translate: -50% -50%; border-radius: 100%; box-sizing: border-box; background: var(--black-color00); opacity: 0; transition: all 0.4s; z-index: 2; }
    #wrap .sub_list .list_Galleryform ul li .arw::before,
    #wrap .sub_list .list_Galleryform ul li .arw::after { position: absolute; content: ''; width: 20px; height: 2px; background: var(--point-white); top: 50%; left: 50%; translate: -50% -50%; }
    #wrap .sub_list .list_Galleryform ul li .arw::after { width: 2px; height: 20px; }

    #wrap .sub_list .list_Listform ul { display: flex; gap: 40px; flex-wrap: wrap; align-items: flex-start; }
    #wrap .sub_list .list_Listform ul:after { display: none; }
    #wrap .sub_list .list_Listform ul li:nth-child(2n+1) { clear: none; }
    #wrap .sub_list .list_Listform ul li { position: relative; margin: 0; width: calc(100% / 2 - 20px); float: unset; border: none; border-radius: var(--radius-80); transition: all 0.4s; box-shadow: inset 0 0 0 1px var(--border-color01); }
    #wrap .sub_list .list_Listform ul li dl { display: flex; }
    #wrap .sub_list .list_Listform ul li a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
    #wrap .sub_list .list_Listform ul li dl dt { width: 40%; aspect-ratio: auto 1; display: flex; justify-content: center; align-items: center;  border-right: 0; }
    #wrap .sub_list .list_Listform ul li dl dt .img_box { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 30px; box-sizing: border-box; }
    #wrap .sub_list .list_Listform ul li dl dd { width: 60%; box-sizing: border-box; padding: 30px; font-size: var(--title-20); display: flex; justify-content: center; }
    #wrap .sub_list .list_Listform ul li dl dt img { width: auto; height: auto; object-fit: cover; }

    #wrap .sub_list .list_Listform ul li .arw { position: absolute; content: ''; width: 70px; aspect-ratio: auto 1; top: 50%; left: 50%; translate: -50% -50%; border-radius: 100%; box-sizing: border-box; background: var(--black-color00); opacity: 0; transition: all 0.4s; z-index: 2; }
    #wrap .sub_list .list_Listform ul li .arw::before,
    #wrap .sub_list .list_Listform ul li .arw::after { position: absolute; content: ''; width: 20px; height: 2px; background: var(--point-white); top: 50%; left: 50%; translate: -50% -50%; }
    #wrap .sub_list .list_Listform ul li .arw::after { width: 2px; height: 20px; }

    @media (hover: hover) and (pointer: fine){
        #wrap .sub_list .list_Galleryform ul li:hover { box-shadow:inset 0 0 0 1px var(--black-color00), var(--shadow-02); }
        #wrap .sub_list .list_Galleryform ul li:hover .arw { opacity: 1; }

        #wrap .sub_list .list_Listform ul li:hover { box-shadow:inset 0 0 0 1px var(--black-color00), var(--shadow-02); }
        #wrap .sub_list .list_Listform ul li:hover .arw { opacity: 1; }
    }

    @media (max-width: 1023px){
        #wrap .sub_list .list_Galleryform ul { gap: 20px; }
        #wrap .sub_list .list_Galleryform ul li { width: calc(100% / 3 - 13.34px); padding: clamp(21px, 3.6vw, 36px) clamp(25px, 4vw, 40px) clamp(25px, 4vw, 40px); }

        #wrap .sub_list .list_Listform ul { gap: 20px; }
        #wrap .sub_list .list_Listform ul li { width: calc(100% / 2 - 10px); }
        #wrap .sub_list .list_Listform ul li dl dt .img_box { padding: clamp(20px, 3vw, 30px); }
        #wrap .sub_list .list_Listform ul li dl dd { padding: clamp(20px, 3vw, 30px); }
    }

    @media (max-width: 860px){
        #wrap .sub_list .list_Galleryform ul li { width: calc(100% / 2 - 10px); }
        #wrap .sub_list .list_Listform ul li { width: 100%; }
    }

    @media (max-width: 640px){
        #wrap .sub_list .list_Galleryform ul { gap: 20px 15px; }
        #wrap .sub_list .list_Galleryform ul li { width: calc(100% / 2 - 7.5px); }
    }

    @media (max-width: 479px){
        #wrap .sub_list .list_Galleryform ul li { width: 100%; }
    }

/*───────────────────────────────────────────────────────────

	제품상세

───────────────────────────────────────────────────────────*/
    .sub_goods_view .flex_des { display: flex; flex-wrap: wrap; align-items: center; gap: 100px; }
    .sub_goods_view .flex_des .img_wrap { width: 41.43%; aspect-ratio: 1 auto; display: flex; justify-content: center; align-items: center; flex-shrink: 0; background: var(--point-white); border-radius: var(--radius-60); box-sizing: border-box; box-shadow:inset 0 0 0 1px var(--border-color01), var(--shadow-02); }
    .sub_goods_view .flex_des .img_wrap .img_box { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 50px; box-sizing: border-box; }
    .sub_goods_view .flex_des .txt_wrap { width: calc(58.57% - 100px); font-size: var(--title-20); }
    .sub_goods_view .flex_des .txt_wrap .cate { margin-bottom: 16px; color: var(--point-color01); font-weight: 400; font-size: 110%; letter-spacing: -0.01em; font-family: var(--font-type02); }
    .sub_goods_view .flex_des .txt_wrap h3 { color: var(--black-color01); font-weight: 500; font-size: 270%; line-height: 1.23; letter-spacing: 0; }
    .sub_goods_view .flex_des .txt_wrap .desc { color: var(--black-color05); font-family: var(--font-type02); font-weight: 400; font-size: 95%; line-height: 1.69; letter-spacing: -0.04em; box-sizing: border-box; margin-top: 50px; padding-top: 51px; border-top: 2px solid var(--border-color01); }
    .sub_goods_view .sub_gv_cont:nth-child(2) { box-sizing: border-box; padding-block: 120px 80px; border-bottom: 1px solid var(--border-color01); }

    .sub_goods_view .sub_title { font-size: var(--title-20); margin-bottom: 38px; }
    .sub_goods_view .sub_title h4 { display: flex; align-items: baseline; gap: 20px; color: var(--black-color01); font-weight: 600; font-size: 200%; letter-spacing: -0.03em; font-family: var(--font-type02); }
    .sub_goods_view .sub_title h4::before { content: ''; display: block; width: 8px; height: 8px; background: var(--point-color01); translate: 0 -10px; }
    
    @media (max-width: 1023px){
        .sub_goods_view .flex_des { gap: 40px; }
        .sub_goods_view .flex_des .txt_wrap { width: calc(58.57% - 40px); }
        .sub_goods_view .flex_des .txt_wrap .cate { margin-bottom: clamp(10px, 1.5vw, 16px); }
        .sub_goods_view .flex_des .txt_wrap h3 { font-size: 260%; }
        .sub_goods_view .flex_des .txt_wrap .desc { margin-top: clamp(20px, 5vw, 50px); padding-top: clamp(20px, 5vw, 50px); }
        .sub_goods_view .flex_des .img_wrap .img_box { padding: clamp(30px, 5vw, 50px); }

        .sub_goods_view .sub_gv_cont:nth-child(2) { padding-block: clamp(80px, 10vw, 120px) clamp(40px, 8vw, 80px); }
        
    }

    @media (max-width: 860px){
        .sub_goods_view .flex_des .txt_wrap h3 { font-size: 250%; }
        .sub_goods_view .sub_title h4 { font-size: 190%; }
    }

    @media (max-width: 640px){
        .sub_goods_view .flex_des { flex-direction: column; }
        .sub_goods_view .flex_des .img_wrap { width: 100%; }
        .sub_goods_view .flex_des .txt_wrap { width: 100%; }
        .sub_goods_view .flex_des .txt_wrap h3 { font-size: 240%; }

        .sub_goods_view .sub_title h4 { font-size: 180%; }
        .sub_goods_view .sub_title h4::before { width: 6px; height: 6px; translate: 0 -8px; }
    }

    @media (max-width: 479px){
        .sub_goods_view .flex_des .img_wrap .img_box { border-radius: 10px; }
        .sub_goods_view .flex_des .txt_wrap h3 { font-size: 230%; }
        .sub_goods_view .sub_title h4 { font-size: 170%; }
    }