@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 에 있습니다.

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


.sub_page_notice { margin-top: 40px; } /* notice 상단 여백 설정 */


/*───────────────────────────────────────────────────────────
	
	common.css 커스텀 css 아래에 작성

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



/*───────────────────────────────────────────────────────────
	button common
───────────────────────────────────────────────────────────*/
    .btn, .btn_lg, .btn_sm, .btn_md {position: relative;display: inline-flex;align-items: center;justify-content: center;border:1px solid;font-weight: 600;box-sizing: border-box;font-family: var(--font-type02);color: var(--black-color00); line-height: 1.2; border-radius: 4px; overflow: hidden;}

    .btn_wd {width:100%;height:50px;line-height:48px;font-size:17px;}
    .btn {min-width: 180px;height: 60px;padding: 0 20px;font-size: 110%;}
    .btn_lg {width:92px;height:72px;line-height:70px;font-size:14px;}
    .btn_md {width:60px;line-height:28px;height:30px;font-size:13px;}
    .btn_sm {height:30px;line-height:28px;width:auto;padding:0 8px;font-size:inherit;border-color:#aaa;background-color:#aaa;color:#fff;}

    #wrap .btn_point{border-color: var(--point-color01);background-color: var(--point-color01);}
    #wrap .btn_wh{border-color: var(--point-white);background-color: var(--point-white);color: var(--black-color00);}
    #wrap .btn_basic{border-color:#777;background-color:#777;color:#fff;}
    #wrap .btn_default{border-color:#aaa;background-color:#aaa;color:#fff;}
    #wrap .btn_info{border-color:#d3d3d3;background-color:#fff;color:#555;}
    #wrap .btn_reset{border-color:#d3d3d3;background:#fff url('../images/common/icon_btn_reset.gif') no-repeat 9px 50%;padding:0 10px 0 30px;color:#555;}

    .btn_wrap {margin:0 auto;padding:60px 0 0;vertical-align:top;display:inline-flex; justify-content: center; flex-wrap: wrap; gap: 15px;font-size: var(--title-20);}
    .btn_wrap button > a, .btn_wrap a > a{margin-left:0;}
    .view_btn .btn_wrap.ta_right {position:absolute;right:0;top:0;}

    @media screen and (max-width:1023px) {
        .btn_wrap{padding-top: clamp(30px, 6vw, 60px);}
        .view_btn .btn_wrap.ta_left {position:absolute;left:0;top:0;}
        .btn {min-width: 170px;height: 55px;}
    }
    @media screen and (max-width:860px) {
        .btn {min-width: 160px;height: 50px;}
    }
    @media screen and (max-width:640px) {
        .btn {min-width: 150px;}
    }
    @media screen and (max-width:479px) {
        .btn_wrap{gap: 10px;}
        .btn {min-width: 130px;height: 45px; font-size: 100%;}
    }


    /*───────────────────────────────────────────────────────────
	    sub visual common(사업분야 미포함)
    ───────────────────────────────────────────────────────────*/

    .sub_visual { padding-top: 100px;  }
    .sub_visual .text_wrap { margin-inline: auto; font-family: var(--font-type01); font-size: var(--title-20); font-style: normal;}
    .sub_visual .text_wrap h3 strong { color: var(--point-color04); }

    .sub_visual .sv_banner { height: 500px; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; box-sizing: border-box; }

    .sub_visual .text_wrap p.sv_page_name,
    .sub_visual .text_wrap h3 { animation: fade-up 1s both; }

    .sub_visual .text_wrap p.sv_page_name { color: var(--black-color00); font-size: inherit; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: -0.03em; }
    .sub_visual .text_wrap h3 { margin-top: 30px; margin-bottom: 100px; color: var(--black-color09); font-size: 230%; font-weight: 700; line-height: 1.36; letter-spacing: -0.03em; animation-delay: .5s; }

    @keyframes fade-up {
        0%{
            opacity: 0;
            transform: translate3d(0, 50px, 0);
        }
        100%{
            opacity: 1;
            transform: none;
        }
    }

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

        .sub_visual .sv_banner { background-attachment: revert; }
        .sub_visual { padding-top: clamp(60px, 10vw, 100px); }
        .sub_visual .text_wrap h3 { font-size: 230%; margin-bottom: clamp(60px, 10vw, 100px); }

        .sub_visual .sv_banner { height: clamp(300px, 50vw, 500px); }

    }

    @media screen and (max-width: 860px){
        .sub_visual .text_wrap h3 { font-size: 210%; margin-top: 20px; }
    }

    @media screen and (max-width: 640px){
        .sub_visual .text_wrap h3 { font-size: 190%; }
    }

    @media screen and (max-width: 479px){
        .sub_visual .text_wrap h3 { margin-top: 15px; font-size: 150%; }
        
    }


    /*───────────────────────────────────────────────────────────
	
	management

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

    .sub_ma { font-size: var(--title-20); font-family: var(--font-type01); margin-top: 180px; }
    .sub_ma .page_title { color: var(--black-color00); font-family: var(--font-type01); font-size: 250%; font-style: normal; font-weight: 700; line-height: 1.36; letter-spacing: -0.03em; }

    .sub_ma .text_wrap > h3.title { color: var(--black-color09); font-size: 250%; font-weight: 700; line-height: 1.36; letter-spacing: -0.03em; } 
    .sub_ma .text_wrap > h3.title > strong { color: var(--point-color04); }

    .sub_ma .text_wrap > .desc { margin-top: 40px; color: var(--black-color05); font-size: var(--title-18); font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; }

    @media screen and (max-width: 1023px){
        .sub_ma { margin-top: 160px; }
        
        .sub_ma .page_title { font-size: 230%; }

        .sub_ma .text_wrap > h3.title { font-size: 230%; }
        .sub_ma .text_wrap > .desc { margin-top: 30px; }
    }

    @media screen and (max-width: 860px){
        .sub_ma { margin-top: 140px; }

        .sub_ma .page_title { font-size: 210%; }

        .sub_ma .text_wrap > h3.title { font-size: 190%; }
        .sub_ma .text_wrap > .desc br { display: none; }
    }

    @media screen and (max-width: 640px){
        .sub_ma { margin-top: 120px; }

        .sub_ma .page_title { font-size: 190%; }
    }

    @media screen and (max-width: 479px){
        .sub_ma { margin-top: 100px; }
    }

    /*───────────────────────────────────────────────────────────
        
        conduct

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

    .sub_conduct { display: flex; justify-content: space-between; align-items: flex-start; column-gap: 128px; }
    .sub_conduct .page_title { position: sticky; top: 150px; width: 27.2%; }
    
    .sub_conduct > ul { width: 72.85714%; max-width: 1020px; border-top: 1px solid var(--black-color00); counter-reset: number 0; }
    .sub_conduct > ul > li { position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 60px 60px 60px 35px; border-bottom: 1px solid var(--border-color01); box-sizing: border-box; transition: all 0.4s; }
    .sub_conduct > ul > li::before{position: absolute; content:''; width: 0; height: 1px; background: var(--point-color01); left:0; bottom:-1px; transition: all 0.6s;}

    .sub_conduct > ul > li > dl { font-size: var(--title-20); font-family: var(--font-type01); font-style: normal; padding-right: 15px; }
    .sub_conduct > ul > li > dl > dt { margin-bottom: 40px; color: var(--black-color00); font-size: 230%; font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; }
    .sub_conduct > ul > li > dl > dt::before { counter-increment: number 1; content: counter(number, decimal-leading-zero); margin-bottom: 30px; display: block; color: var(--point-color04); font-size: var(--title-20); font-weight: 700;  letter-spacing: -0.03em; }
    .sub_conduct > ul > li > dl > .desc { color: var(--black-color05); font-size: 90%; font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; }

    .sub_conduct > ul > li > .ico_wrap::before { content: ''; display: block; position: relative; background-repeat: no-repeat; background-position: center; background-size: contain; transition: all 0.6s; }

    .sub_conduct > ul > li:nth-of-type(1) > .ico_wrap::before { background-image: url('../images/sub/ico_mage_01.svg'); width: 80px; height: 94px; }
    .sub_conduct > ul > li:nth-of-type(2) > .ico_wrap::before { background-image: url('../images/sub/ico_mage_02.svg'); width: 82px; aspect-ratio: 1/1; }
    .sub_conduct > ul > li:nth-of-type(3) > .ico_wrap::before { background-image: url('../images/sub/ico_mage_03.svg'); width: 71px; height: 98px; }
    .sub_conduct > ul > li:nth-of-type(4) > .ico_wrap::before { background-image: url('../images/sub/ico_mage_04.svg'); width: 88px; aspect-ratio: 1/1; }
    .sub_conduct > ul > li:nth-of-type(5) > .ico_wrap::before { background-image: url('../images/sub/ico_mage_05.svg'); width: 75px; height: 80px; }


    .sub_conduct > ul > li:hover::before { width: 100%; }

    .sub_conduct > ul > li:nth-of-type(1):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_01_on.svg'); }
    .sub_conduct > ul > li:nth-of-type(2):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_02_on.svg'); }
    .sub_conduct > ul > li:nth-of-type(3):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_03_on.svg'); }
    .sub_conduct > ul > li:nth-of-type(4):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_04_on.svg'); }
    .sub_conduct > ul > li:nth-of-type(5):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_05_on.svg'); }



    @media screen and (max-width: 1090px){
        .sub_conduct > ul > li > dl > .desc br { display: none; }
    }

    @media screen and (max-width: 1023px){
        .sub_conduct { flex-direction: column; row-gap: 60px; }

        .sub_conduct .page_title { position: relative; top: auto; }

        .sub_conduct > ul { width: 100%; }
        .sub_conduct > ul > li { padding: revert; padding-left: clamp(20px, 3vw, 30px); padding-right: clamp(20px, 3vw, 30px); padding-block: clamp(30px, 8vw, 80px); }
        
        .sub_conduct > ul > li > dl > dt { font-size: 210%; }

        .sub_conduct > ul > li:nth-of-type(1) > .ico_wrap::before { width: clamp(50px, 10vw, 80px); height: clamp(50px, 10vw, 94px);}
        .sub_conduct > ul > li:nth-of-type(2) > .ico_wrap::before { width: clamp(50px, 10vw, 82px); aspect-ratio: 1/1; }
        .sub_conduct > ul > li:nth-of-type(3) > .ico_wrap::before { width: clamp(50px, 10vw, 71px); height: clamp(50px, 10vw, 98px); }
        .sub_conduct > ul > li:nth-of-type(4) > .ico_wrap::before { width: clamp(50px, 10vw, 88px); aspect-ratio: 1/1; }
        .sub_conduct > ul > li:nth-of-type(5) > .ico_wrap::before { width: clamp(50px, 10vw, 75px); height: clamp(50px, 10vw, 80px); }



        .sub_conduct > ul > li:hover::before { width: 0; }

        .sub_conduct > ul > li:nth-of-type(1):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_01.svg'); }
        .sub_conduct > ul > li:nth-of-type(2):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_02.svg'); }
        .sub_conduct > ul > li:nth-of-type(3):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_03.svg'); }
        .sub_conduct > ul > li:nth-of-type(4):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_04.svg'); }
        .sub_conduct > ul > li:nth-of-type(5):hover > .ico_wrap::before { background-image: url('../images/sub/ico_mage_05.svg'); }

        
    }

    @media screen and (max-width: 860px){
        .sub_conduct { row-gap: 50px; }
        .sub_conduct > ul > li > dl > dt::before { margin-bottom: 20px; }
        .sub_conduct > ul > li > dl > dt { margin-bottom: 30px; font-size: 190%; }

    }

    @media screen and (max-width: 640px){
        .sub_conduct { row-gap: 40px; }
        .sub_conduct > ul > li > dl > dt::before { margin-bottom: 10px; }
        .sub_conduct > ul > li > dl > dt { margin-top: 10px; margin-bottom: 20px; font-size: 170%; }
    }

    @media screen and (max-width: 479px){
        .sub_conduct > ul > li { flex-direction: column; row-gap: 25px; }
        .sub_conduct > ul > li > dl { width: 100%; }
        .sub_conduct > ul > li > dl > .desc br { display: none; }

        .sub_conduct > ul > li > div.ico_wrap { width: 100%; }
    }


    /*───────────────────────────────────────────────────────────
        
        ESG

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

    .sub_esg .text_wrap > h3.title { color: var(--black-color09); font-size: 250%; font-weight: 700; line-height: 1.36; letter-spacing: -0.03em; } 
    .sub_esg .text_wrap > h3.title > strong { color: var(--point-color04); }

    .sub_esg .text_wrap > .desc { margin-top: 40px; color: var(--black-color05); font-size: var(--title-18); font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; }

    .sub_esg .operating { margin-top: 180px; }

    .sub_esg .operating > ul { display: flex; justify-content: space-between; height: 534px; margin-top: 60px; counter-reset: number 0; column-gap: 88px; }

    .sub_esg .operating > ul > li:nth-of-type(1) { align-self: flex-start; }
    .sub_esg .operating > ul > li:nth-of-type(2) { align-self: flex-end; }
    .sub_esg .operating > ul > li:nth-of-type(3) { margin-top: 40px; }

    .sub_esg .operating > ul li dl { position: relative; padding-left: 62px; }
    .sub_esg .operating > ul li dl dt { display: flex; align-items: center; margin-top: 40px; margin-bottom: 24px; color: var(--black-color00); font-size: 140%; font-weight: 700;  letter-spacing: -0.03em; }
    .sub_esg .operating > ul li dl dt::before { counter-increment: number 1; content: counter(number, decimal-leading-zero); display: inline-block; position: absolute; left: 0; color: var(--point-color04); font-size: var(--title-20); font-weight: 700;  letter-spacing: -0.03em; }

    .sub_esg .operating > ul li dl dd { position: relative; padding-left: 16px; color: var(--black-color05); font-size: var(--title-18); font-weight: 400; line-height: 1.33; letter-spacing: -0.03em; }
    .sub_esg .operating > ul li dl dd:last-child { margin-top: 14px; }

    .sub_esg .operating > ul li dl dd::before { content: ''; display: inline-block; position: absolute; left: 0; top: 9px; width: 4px; aspect-ratio: 1/1; border-radius: 9999px; background-color: var(--black-color08);  }


    @media screen and (max-width: 1280px){
        .sub_esg .operating > ul { column-gap: 40px; }
        .sub_esg .operating > ul li dl { padding-left: 50px; }
    }

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

        .sub_esg .operating { margin-top: clamp(60px, 10vw, 100px); }
        .sub_esg .operating > ul { flex-direction: column; height: auto; row-gap: 60px; margin-top: 50px; }
        .sub_esg .operating > ul > li:nth-of-type(3) { align-self: flex-start; margin-top: 0; }
        .sub_esg .operating > ul li dl { padding-left: 45px; }
        .sub_esg .operating > ul li dl dt { margin-top: 30px; margin-bottom: 18px; }
        .sub_esg .operating > ul li dl dd:last-child { margin-top: 10px; }
        .sub_esg .operating > ul li dl dd::before { top: 8px; }
        
    }

    @media screen and (max-width: 860px){
        .sub_esg .text_wrap > h3.title { font-size: 190%; }
        .sub_esg .text_wrap > .desc { margin-top: 20px; }

        .sub_esg .operating > ul { margin-top: 40px; }

        .sub_esg .operating > ul li dl dd { padding-left: 10px; }
    }

    @media screen and (max-width: 640px){
        
        .sub_esg .text_wrap > h3.title { font-size: 150%; }

        .sub_esg .operating > ul { margin-top: 30px; row-gap: 40px; }
        .sub_esg .operating > ul li dl dt { margin-top: 20px; margin-bottom: 15px; }

        .sub_esg .operating > ul li dl dd::before { top: 6px; }
    }

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

        .sub_esg .text_wrap > h3.title { font-size: 140%; }

        .sub_esg .operating > ul { row-gap: 30px; }
        .sub_esg .operating > ul > li { width: 100%; }

        .sub_esg .operating > ul li dl { padding-left: 40px; }

        .sub_esg .operating > ul > li > div.img_wrap { width: 100%; }
        .sub_esg .operating > ul > li > div.img_wrap > img { width: 100%; }
    }


    /*───────────────────────────────────────────────────────────
        
        certificate

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

    .sub_cert { display: flex; justify-content: flex-start; column-gap: 180px; flex-wrap: wrap; row-gap: 40px; }

    .sub_cert .page_title { position: sticky; top: 150px; height: fit-content; width: calc(27.2% - 180px); }

    .sub_cert > ul { width: 72.8%; max-width: 940px; counter-reset: number 0; }

    .sub_cert > ul > li { display: flex; justify-content: space-between; align-items: flex-start; height: auto; }
    .sub_cert > ul > li:not(:first-child) { margin-top: 140px; }



    .sub_cert > ul > li > dl { max-width: 500px; }
    .sub_cert > ul > li > dl > dt { color: var(--black-color00); font-size: 200%; font-weight: 700; line-height: 1.25; letter-spacing: -0.03em; }
    .sub_cert > ul > li > dl > dt::before { counter-increment: number 1; content: counter(number, decimal-leading-zero); display: block; position: relative; margin-bottom: 20px; color: var(--point-color04); font-size: var(--title-20); font-weight: 700; line-height: 2; letter-spacing: -0.03em; }


    .sub_cert dd.desc { margin-top: 30px; color: var(--black-color05); font-size: var(--title-18); font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; }


    .sub_cert dd.list { margin-top: 50px; }
    .sub_cert dd.list > dl { display: flex; justify-content: flex-start; flex-direction: column; gap: 14px;}
    .sub_cert dd.list > dl:not(.has_list) { align-items: flex-start; }
    .sub_cert dd.list > dl.has_list { align-items: flex-start; }


    .sub_cert dd.list > dl:not(:first-child) { margin-top: 20px; }
    .sub_cert dd.list dt { display: flex; justify-content: center; align-items: center; width: fit-content; padding: 10px 16px; border-radius: 100px; background-color: var(--point-color04); color: var(--point-white); text-align: center; font-size: var(--title-18); font-weight: 500;  letter-spacing: -0.03em;}
    .sub_cert dd.list dd { color: var(--black-color05); font-size: var(--title-18); font-weight: 400; line-height: 1.67; letter-spacing: -0.03em; }
    .sub_cert dd.list dd > ul { margin-left: 2px; }

    .sub_cert dd.list dd li { position: relative; padding-left: 7px; }
    .sub_cert dd.list dd li::before { content: ''; display: inline-block; position: absolute; left: 0; top: 14px; width: 2px; aspect-ratio: 1/1; border-radius: 9999px; background-color: var(--black-color05);  }
    .sub_cert dd.list dd li:first-child { margin-top: 6px; }
    .sub_cert dd.list dd li:not(:first-child) { margin-top: 8px; }



    .sub_cert > ul > li > div.img_wrap { position: relative; max-width: 720px; height: 100%; padding-left: 80px; padding-top: 60px; padding-bottom: 80px; box-sizing: border-box; align-self: flex-end; }
    .sub_cert > ul > li > div.img_wrap > img { display: block; position: relative; z-index: 2; box-shadow: 19px 11px 50px 0px rgba(0,0,0,0.1); -webkit-box-shadow: 19px 11px 50px 0px rgba(0,0,0,0.1); -moz-box-shadow: 19px 11px 50px 0px rgba(0,0,0,0.1); }
    .sub_cert > ul > li > div.img_wrap::after { content: ''; width: 720px; height: 200px; position: absolute; bottom: 0; left: 0; background-color: var(--gray-bg01); z-index: 0; }

    @media screen and (max-width: 1380px){
        .sub_cert .page_title { position: relative; top: 0; width: 100%; }
        .sub_cert .page_title br { display: none; }


        .sub_cert { justify-content: space-between; column-gap: 30px; }

        .sub_cert > ul { width: 100%; }
        .sub_cert > ul > li > dl { max-width: revert; width: 70%; }
    }

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

        .sub_cert .page_title { position: relative; top: auto; }
        
        .sub_cert > ul > li { gap: 30px; }
        .sub_cert > ul > li > div.img_wrap { padding-left: 20px; }
        .sub_cert > ul > li > div.img_wrap::after { width: calc(100% + 40px); }

        .sub_cert > ul > li:not(:first-child) { margin-top: 120px; }
        
        .sub_cert dd.list dd li::before { top: 13px; }
    }

    @media screen and (max-width: 860px){
        .sub_cert > ul > li { height: auto; flex-direction: column; gap: 20px; }
        .sub_cert > ul > li > dl { max-width: revert; width: 100%; }
        .sub_cert > ul > li > div.img_wrap { width: 100%; padding-left: 0; padding-bottom: 40px; }
        .sub_cert > ul > li > div.img_wrap > img { margin-left: auto; }
        .sub_cert > ul > li > div.img_wrap::after { width: calc(100% + 20px); }

        .sub_cert > ul > li > div.img_wrap { width: 100%; max-width: revert; padding-left: 0; }
        .sub_cert > ul > li > div.img_wrap > img { margin: 0 auto; }

        .sub_cert > ul > li:not(:first-child) { margin-top: 100px; }

        .sub_cert dd.list dd li::before { top: 12px; }

    }

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

        .sub_cert { row-gap: 20px; }
        .sub_cert > ul > li:not(:first-child) { margin-top: 80px; }
        .sub_cert > ul > li > dl > dt::before { margin-bottom: 10px; }

        .sub_cert dd.list dd li:not(:first-child) { margin-top: 5px; }
        .sub_cert dd.desc { margin-top: 20px; }
        .sub_cert dd.list { margin-top: 30px; }

        .sub_cert > ul > li > div.img_wrap { padding-top: 40px; padding-bottom: 30px; }
        .sub_cert > ul > li > div.img_wrap > img { width: 50%; }
        .sub_cert > ul > li > div.img_wrap::after { height: 150px; }

        .sub_cert dd.list dd li::before { top: 11px; }
    }

    @media screen and (max-width: 479px){
        .sub_cert dd.list > dl:not(.has_list) { align-items: flex-start; }
		.sub_cert dd.list > dl:not(:first-child) { margin-top: 12px; }
        .sub_cert dd.list > dl { flex-direction: column; gap: 5px; }
        .sub_cert dd.list dd li:first-child { margin-top: 5px; }
        .sub_cert dd.list dd li::before { top: 10px; }

        .sub_cert > ul > li > div.img_wrap { padding-bottom: 20px; }
        .sub_cert > ul > li > div.img_wrap > img { width: 60%; }
    }


    /*───────────────────────────────────────────────────────────
        
        employment(인재채용)

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


    .board_search { width: 100%; font-family: var(--font-type01); font-style: normal; background-color: var(--gray-bg02); padding: 35px 0; margin-bottom: 0; }
    .board_search > fieldset { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
    .board_search .board_search_sel { width: 160px; margin-bottom: 0; }
    .board_search .inp_wrap { display: flex; width: 360px; }
    .board_search select { width: 100%; height: 50px; color: var(--black-color06); font-size: var(--title-18); letter-spacing: -0.05em; padding-left: 20px; box-sizing: border-box; appearance: none; background: var(--point-white) url('../images/sub/ico_select_arw.svg') no-repeat right 20px center;  }
    .board_search select > * { color: inherit; }
    
    .board_search input.input_text { width: 100%; height: 50px; margin-right: 0; padding-right: 0; box-sizing: border-box; padding-left: 20px; font-size: var(--title-18); }
    #wrap .btn_default { width: 50px; height: 50px; background-color: var(--point-color04); background-image: url('../images/sub/ico_search.svg'); background-repeat: no-repeat; background-position: center; border-radius: 0; border: none; font-size: 0; flex-shrink: 0; box-sizing: border-box; }

    .sub_board .board_wrap { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 60px; }
    .sub_board .board_wrap dl { padding: 39px; width: calc(33.33333% - 27px); font-family: var(--font-type01); font-size: var(--title-20); font-style: normal; border: 1px solid var(--border-color01); background-color: var(--point-white); box-sizing: border-box; transition: all 0.4s; }
    .sub_board .board_wrap .title_box { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; color: var(--black-color03); font-weight: 500; line-height: 1.8; letter-spacing: -0.03em;  }
    .sub_board .board_wrap .title_box > * { font-weight: inherit; color: inherit; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; color: var(--black-color03); font-weight: 500; line-height: 1.8; letter-spacing: -0.03em; }
    .sub_board .board_wrap .content_box { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; min-height: 60px; margin-top: 12px; color: var(--black-color06);  font-size: 90%; font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; }
    .sub_board .board_wrap .date_box {  margin-top: 62px; color: var(--black-color09); font-size: 85%; font-weight: 300; line-height: 1.76; /* 176.471% */ letter-spacing: -0.03em; }

    .sub_board .board_wrap dl.list_empty { width: 100%; text-align: center; border: 1px solid transparent; }


    .paging { display: flex !important; justify-content: center; gap: 20px; font-family: var(--font-type01); font-size: var(--title-18); font-style: normal; margin-top: 53px; }
    .paging span { box-sizing: border-box; }
    .paging a { display: flex; justify-content: center; align-items: center; border: none; width: 30px; min-width: revert; height: revert; padding: 0; aspect-ratio: 1/1; color: var(--black-color06); text-align: center; font-size: inherit; font-weight: 400; line-height: normal; letter-spacing: -0.05em; transition: all 0.4s; box-sizing: border-box;  }
    .paging a.on { color: var(--point-color04); text-align: center; font-size: inherit; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.05em; }
    .paging .on a { color: var(--point-color04); text-align: center; font-size: inherit; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.05em; }
    .paging .arrow a { width: 20px; height: 30px; font-size: 0; }
    .paging .arrow.next a { background: #fff url('../images/sub/ico_next_pagi.svg') no-repeat center; font-size: 0;  }
    .paging .arrow.prev a { background: #fff url('../images/sub/ico_prev_pagi.svg') no-repeat center; font-size: 0; }

    .paging .arrow.last a { background: #fff url('../images/sub/ico_next_pagi02.svg') no-repeat center; font-size: 0;  }
    .paging .arrow.first a { background: #fff url('../images/sub/ico_prev_pagi02.svg') no-repeat center; font-size: 0; }


    .sub_board .board_wrap dl:hover { border: 1px solid var(--point-color04); }
    .sub_board .board_wrap dl.list_empty:hover { border: 1px solid transparent; }
    .paging a:hover { color: var(--black-color06); text-align: center; font-size: inherit; font-weight: 400; line-height: normal; letter-spacing: -0.05em; }
    


    @media screen and (max-width: 1023px){
        .sub_board .board_wrap { gap: 30px; }
        .sub_board .board_wrap dl { padding: 25px; width: calc(33.3333% - 20px); }

        .sub_board .board_wrap dl:hover { border: 1px solid var(--border-color01); }
        .sub_board .board_wrap dl.list_empty:hover { border: 1px solid transparent; }
        .paging a:hover { color: var(--black-color06); text-align: center; font-size: inherit; font-weight: 400; line-height: normal; letter-spacing: -0.05em; }
    }

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

        .board_search .board_search_sel { width: 140px; }
        .board_search .inp_wrap { width: 320px; }

        .sub_board .board_wrap { gap: 20px; }
        .sub_board .board_wrap dl { width: calc(50% - 10px); }
        .sub_board .board_wrap .content_box { min-height: 55px; margin-top: 7px; }
        .sub_board .board_wrap .date_box { margin-top: 50px; }
        
        .paging { margin-top: 30px; gap: 15px; }
        .paging a { width: 20px; height: fit-content; }
        .paging .arrow a { width: 20px; height: 20px; }
        
    }

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

        .board_search { padding: 30px; }
        .board_search .board_search_sel { width: 120px; }
        .board_search .inp_wrap { width: calc(100% - 130px); }
        .board_search select { height: 40px; }
        .board_search input.input_text { height: 40px; }
        #wrap .btn_default { width: 40px; height: 40px; }

        .sub_board .board_wrap { margin-top: 40px; }
        .sub_board .board_wrap dl { width: 100%; }
        
    }

    @media screen and (max-width: 479px){
        .sub_board .board_wrap .content_box { min-height: 50px; }

        .board_search { padding: 25px 20px; }
        .board_search .board_search_sel { width: 100%; }
        .board_search select { padding-left: 10px; padding-right: 10px; }
        .board_search input.input_text { padding-left: 10px; }
        .board_search .inp_wrap { width: 100%; }
    }


    /*───────────────────────────────────────────────────────────
        
        board_view

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

    .sub_board_view .view_content { margin-top: 30px; }
    .sub_board_view .view_content .view_tit { display: flex; justify-content: space-between; align-items: flex-end; font-family: var(--font-type01); font-style: normal; font-size: var(--title-20); padding-bottom: 50px; border-bottom: 1px solid var(--black-color00); }
    .sub_board_view .view_content .view_tit h3 { margin: 0; color: #333; font-size: 200%; font-weight: 700; line-height: 1.5; letter-spacing: 0.03em; padding-right: 2em; box-sizing: border-box; }
    .sub_board_view .view_content .view_tit p { color: var(--black-color09); font-size: 85%;;  font-weight: 300; line-height: 1.3; letter-spacing: -0.03em; height: fit-content; }
    .sub_board_view .view_content .view_cont { padding-top: 40px; padding-bottom: 40px; box-sizing: border-box; border-bottom: 1px solid var(--black-color03); }
    .sub_board_view .view_content .view_cont .view_cont_text { min-height: 270px; }
    .sub_board_view .view_content .view_cont p { color: var(--black-color06);  font-size: var(--title-18); font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; word-break:keep-all; }
    .sub_board_view .view_content .view_cont p > * { color: var(--black-color06);  font-size: var(--title-18); font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; word-break:keep-all; }

    .sub_board_view .view_content .view_file_wrap { display: flex; margin-top: 20px; padding: 20px 30px; background-color: var(--gray-bg01); font-family: var(--font-type01); font-style: normal; font-size: var(--title-20);  }
    .sub_board_view .view_content .view_file_wrap h4 { position: relative; color: var(--black-color03); font-size: 90%; font-weight: 500; line-height: 1.66; letter-spacing: -0.03em; }
    .sub_board_view .view_content .view_file_wrap h4::after { content: ''; display: inline-block; position: relative; width: 1px; height: 12px; background-color: #ccc; margin: 0 20px; }
    .sub_board_view .view_content .view_file_wrap div { max-width: calc(100% - 101px); }
    .sub_board_view .view_content .view_file_wrap span { display: block; width: 100%; }
    .sub_board_view .view_content .view_file_wrap a { display: block; width: 100%; color: var(--black-color06); font-size: 90%; font-weight: 400; line-height: 1.66; letter-spacing: -0.03em; word-wrap: break-word; }

    .sub_board_view .view_btn { line-height: 1.3; min-height: revert; margin-top: 60px; }
    .sub_board_view .btn_wrap { padding: 0; font-family: var(--font-type01); font-size: var(--title-20); font-style: normal; }
    .sub_board_view .btn_wrap a { min-width: revert; height: revert; padding: 20px 61px; border-radius: 0; color: var(--point-white); font-size: inherit; font-weight: 500;  letter-spacing: -0.03em; }
    .sub_board_view .btn_wrap.ta_left a { background-color: var(--point-color04) !important; border: none; }


    @media screen and (max-width: 1023px){
        .view_btn .btn_wrap.ta_left { position: relative; }

        .sub_board_view .view_content .view_cont .view_cont_text { min-height: 250px; }
    }

    @media screen and (max-width: 860px){
        .sub_board_view .view_content .view_tit { padding-bottom: 40px; }
        .sub_board_view .view_content .view_cont { padding-top: 30px; padding-bottom: 30px; }

        .sub_board_view .view_content .view_cont .view_cont_text { min-height: 230px; }

        .sub_board_view .view_btn { margin-top: 50px; }
        .sub_board_view .btn_wrap a { padding: 20px 55px; }
        

        
    }

    @media screen and (max-width: 640px){
        .sub_board_view .view_content .view_tit { padding-bottom: 15px; flex-direction: column; gap: 10px; align-items: flex-start; }
        .sub_board_view .view_content .view_tit h3 { padding-right: 0; font-size: 180%; }
        .sub_board_view .view_content .view_cont { padding-top: 20px; padding-bottom: 20px; }

        .sub_board_view .view_content .view_cont .view_cont_text { min-height: 200px; }

        .sub_board_view .view_btn { margin-top: 30px; }

        .sub_board_view .btn_wrap a { padding: 15px 45px; }

        .sub_board_view .view_content .view_file_wrap { padding: 10px 20px; }
        
    }

    @media screen and (max-width: 479px){
        .sub_board_view .view_content .view_cont { padding-top: 15px; padding-bottom: 15px; }

        .sub_board_view .view_content .view_cont .view_cont_text { min-height: 180px; }

        .sub_board_view .view_btn { margin-top: 20px; }

        .sub_board_view .btn_wrap a { padding: 15px 35px; }
    }


    /*───────────────────────────────────────────────────────────
        
        benefits

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

    .sub_benefit .desc_step .desc { gap: 23px; }
    .sub_benefit .desc_step .desc dt { color: var(--point-color04); }
    .sub_benefit .bullet_list > li { gap: 6px; color: var(--black-color05); }
    .sub_benefit .bullet_list > li:before { width: 3px; height: 3px; }


    @media screen and (max-width: 1200px){
        .sub_benefit .desc_step .desc { padding-bottom: 70px; }
    }

    /*───────────────────────────────────────────────────────────
        
        talent

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

    .sub_talent { position: relative; }
    .sub_talent::before { content: ''; display: inline-block; position: absolute; right: -19%; top: -18.8%; width: 940px; height: 792px; background: url('../images/sub/sub_talent_deco.png') no-repeat center; background-size: cover; }

    .sub_talent .talent_cont { position: relative; margin-top: 100px; }

    .sub_talent .talent_circle::before { content: ''; position: absolute; left: -50%; top: 50%; width: 100%; height: 2px; transform: translate(-50%, -50%); background-color: #CFD2E3; }
    .sub_talent .talent_circle::after { content: ''; position: absolute; right: -50%; top: 50%; width: 100%; height: 2px; transform: translate(50%, -50%); background-color: #CFD2E3; }
    .sub_talent .talent_circle ul { position: relative; display: flex; flex-wrap: wrap; font-family: var(--font-type01); font-size: var(--title-20); font-style: normal; width: 100%; background-color: transparent; z-index: 2; }
    .sub_talent .talent_circle ul li { display: flex; flex-direction: column; justify-content: center; align-items: center; flex-shrink: 0; width: calc(20% + 24px); aspect-ratio: 1/1; border: 2px solid #CFD2E3; border-radius: 304px; box-sizing: border-box; }
    .sub_talent .talent_circle ul li:not(:first-child) { margin-left: -30px; }
    .sub_talent .talent_circle ul li:first-child img { margin-right: 10px; }

    .sub_talent .talent_circle ul li p { margin-top: 20px; color: var(--point-color04); text-align: center; font-size: 130%; font-weight: 700; line-height: 1.66; letter-spacing: -0.03em; }

    .sub_talent .talent_list ul { border-top: 1px solid var(--black-color00); }
    .sub_talent .talent_list li { display: flex; flex-wrap: wrap; align-items: center; gap: 60px; padding: 60px 0; border-bottom: 1px solid var(--border-color01); }
    .sub_talent .talent_list li .img_wrap { width: 11.4285%; }

    .sub_talent .talent_list li dl { width: calc(88.5715% - 60px); margin-top: 3px; font-family: var(--font-type01); font-style: normal; font-size: var(--title-20); }
    .sub_talent .talent_list li dl dt { color: var(--black-color00); font-size: 150%; font-weight: 700; line-height: 1.66; letter-spacing: -0.03em; }
    .sub_talent .talent_list li dl dd { margin-top: 20px; color: var(--black-color05); font-size: 90%; font-weight: 400; line-height: 1.66; letter-spacing: -0.54px; }

    
    @media screen and (max-width: 1100px){
        .sub_talent .talent_circle ul li p { font-size: 110%; margin-top: 10px; }
    }


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

        .sub_talent::before { width: 752px; height: 633.6px }

      

        .sub_talent .talent_circle ul li img { width: 68px; }
        .sub_talent .talent_circle ul li p { margin-top: 5px; }
        


        .sub_talent .talent_list li .img_wrap { width: 15%; }
        .sub_talent .talent_list li dl { width: calc(85% - 60px); }

        .sub_talent .talent_list li { gap: 40px; padding: 50px 0; }
        .sub_talent .talent_list li dl dd { margin-top: 10px; }

        

    }

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

        .sub_talent::before { width: 564px; height: 475.2px; top: -10%; }

        .sub_talent .talent_cont { margin-top: 70px; }

        .sub_talent .talent_circle ul { justify-content: center; align-items: center; }
        .sub_talent .talent_circle ul li { flex-shrink: unset; flex-wrap: wrap; width: 33.3333%; }
        .sub_talent .talent_circle ul li:not(:first-child) { margin-left: -20px; }
        .sub_talent .talent_circle ul li:nth-of-type(n + 4) { margin-top: -60px; margin-left: 0; }
        .sub_talent .talent_circle ul li:nth-of-type(5) { margin-left: -20px; }
        
        
        .sub_talent .talent_circle ul li img { width: 60px; }

        .sub_talent .talent_circle::before { display: none; }
        .sub_talent .talent_circle::after { display: none; }

        .sub_talent .talent_list li { flex-direction: column; gap: 30px; padding: 40px 0; }
        .sub_talent .talent_list li .img_wrap { width: 100%; }
        .sub_talent .talent_list li .img_wrap img { width: 120px; aspect-ratio: 1/1; }
        .sub_talent .talent_list li dl { width: 100%; }
        
    }


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

        .sub_talent::before { width: 376px; height: 316.8px; top: -7%; }

        .sub_talent .talent_cont { margin-top: 60px; }

        .sub_talent .talent_circle ul li:nth-of-type(n + 4) { margin-top: -40px; }
        .sub_talent .talent_circle ul li img { width: 48px; }
        .sub_talent .talent_circle ul li p { margin-top: 5px; }

        .sub_talent .talent_list li { padding: 30px 0; gap: 15px; }
        .sub_talent .talent_list li .img_wrap img { width: 100px; }


    }

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

        .sub_talent::before { width: 282px; height: 237.6px; top: -7%; }
        .sub_talent .talent_circle ul li { width: 50%; }
        .sub_talent .talent_circle ul li:not(:first-child) { margin-left: 0; }
        .sub_talent .talent_circle ul li:nth-of-type(2n) { margin-left: -10px; }
        .sub_talent .talent_circle ul li:nth-of-type(n + 3) { margin-top: -30px;}
        .sub_talent .talent_circle ul li:nth-of-type(5) { margin-left: 0; margin-top: -40px; }
        .sub_talent .talent_circle ul li img { width: 40px; }
        .sub_talent .talent_circle ul li p { line-height: 1.3; }


        
        .sub_talent .talent_list li { gap: 10px; padding: 20px 0; }
        .sub_talent .talent_list li dl dd { margin-top: 5px; }
        .sub_talent .talent_list li .img_wrap img { width: 80px; }
    }



    /*───────────────────────────────────────────────────────────
        
        location

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

    .sub_location .location_cont { position: relative; width: 100%; border-top: 1px solid var(--black-color00); padding: 50px 0 100px; } 
    .sub_location .location_cont > dl { display: flex; align-items: center; gap: 63px; font-family: var(--font-type01); font-size: var(--title-20); font-style: normal; }
    .sub_location .location_cont .location_tit { color: var(--black-color00); font-size: 230%; font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; padding-bottom: 5px; }
    .sub_location .location_cont .location_tit + dd { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
    .sub_location .location_cont .com_li { display: flex; gap: 30px; }

    .sub_location .location_cont .com_li > dt { position: relative; display: flex; align-items: center; gap: 20px; min-width: 122px; color: var(--black-color03); font-size: 90%; font-weight: 600; line-height: 1.3; letter-spacing: -0.03em; }
    .sub_location .location_cont .com_li > dd { display: flex; align-items: center; color: var(--black-color06); font-size: 90%; font-weight: 400; line-height: 1.3; letter-spacing: -0.03em; }

    .sub_location .location_cont .com_li > dt::before { content: ''; display: inline-block; position: relative; width: 36px; aspect-ratio: 1/1; }

    .sub_location .location_cont .addr_li > dt::before { background: url('../images/sub/ico_location_mark.svg') no-repeat center; background-size: cover; }
    .sub_location .location_cont .tel_li > dt::before { background: url('../images/sub/ico_location_call.svg') no-repeat center; background-size: cover; }

    .sub_location .location_cont .map_wrap { width: 100%; height: 540px;  margin-top: 50px; }


    @media screen and (max-width: 1023px){
        .sub_location .location_cont > dl { justify-content: space-between; gap: 30px; }
        .sub_location .location_cont .location_tit { font-size: 220%; }
        .sub_location .location_cont .com_li > dt { gap: 15px; min-width: clamp(100px, 12vw, 122px); }
        .sub_location .location_cont .com_li > dt::before { width: 32px; }
    }

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

        .sub_location .location_cont { padding: 30px 0 70px; }

        .sub_location .location_cont > dl { column-gap: 40px; row-gap: 20px; flex-wrap: wrap; justify-content: flex-start; }
        .sub_location .location_cont .location_tit { width: 100%; font-size: 210%; }

        .sub_location .location_cont .com_li { gap: 10px; }
        .sub_location .location_cont .com_li > dt { gap: 10px; }
        

        .sub_location .location_cont .com_li > dt::before { width: 28px; }

        .sub_location .location_cont .map_wrap { margin-top: 40px; }


    }

    @media screen and (max-width: 640px){
        .sub_location .location_cont { padding: 25px 0 50px; }
        .sub_location .location_cont > dl { row-gap: 15px; }
        .sub_location .location_cont > dl > dd { width: 100%; }
        .sub_location .location_cont .map_wrap { height: 430px; margin-top: 30px; }

        .sub_location .location_cont .com_li > dt::before { width: 24px; }
        
    }

    @media screen and (max-width: 479px){
        .sub_location .location_cont .map_wrap { margin-top: 20px; }

        .sub_location .location_cont .com_li > dt::before { width: 20px; }
        .sub_location .location_cont .com_li { align-items: flex-start; }
    }



    /*───────────────────────────────────────────────────────────
        
        ceo

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

    .sub_visual_ceo .text_wrap h3 { margin-bottom: 0; }

    .sub_ceo { position: relative; margin-top: 40px; font-family: var(--font-type01); font-size: var(--title-20); font-style: normal; }
    .sub_ceo::before { content: ''; display: inline-block; position: absolute; right: -29%; top: -25%; width: 940px; height: 792px; background: url('../images/sub/sub_talent_deco.png') no-repeat center; background-size: cover; }
    .sub_ceo .desc { color: var(--black-color05);  font-size: 90%; font-weight: 400; line-height: 1.77; letter-spacing: -0.03em; }
    .sub_ceo .desc:where(:nth-of-type(1), :nth-last-of-type(1), :nth-last-of-type(2)) { line-height: 1.66; }
    
    .sub_ceo .desc:not(:nth-last-of-type(1)) { margin-bottom: 40px; }
    .sub_ceo .desc:nth-of-type(2),
    .sub_ceo .desc:nth-of-type(4) { margin-bottom: 41px; }


    .sub_ceo .acc_desc { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 10px; margin-top: 58px; color: var(--black-color00);  font-size: 90%; font-weight: 400; line-height: 1.66; /* 166.667% */ letter-spacing: -0.54px; }
    .sub_ceo .acc_desc strong { display: inline-block; font-size: var(--title-24); font-weight: 700; line-height: 1.25; letter-spacing: -0.03em; }
    

    @media screen and (max-width: 1023px){
        .sub_ceo::before { width: 752px; height: 633.6px; }
    }

    @media screen and (max-width: 860px){
        .sub_ceo { margin-top: 30px; }
        .sub_ceo .desc:not(:nth-last-of-type(1)) { margin-bottom: 30px; }
        .sub_ceo .desc:nth-of-type(2), 
        .sub_ceo .desc:nth-of-type(4) { margin-bottom: 31px; }
        .sub_ceo .acc_desc { margin-top: 48px; }

    }

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

        .sub_ceo::before { width: 564px; height: 475.2px; }

        .sub_ceo .desc:not(:nth-last-of-type(1)) { margin-bottom: 20px; }
        .sub_ceo .desc:nth-of-type(2), 
        .sub_ceo .desc:nth-of-type(4) { margin-bottom: 21px; }
        .sub_ceo .acc_desc { margin-top: 38px; }
    }

    @media screen and (max-width: 479px){
        .sub_ceo { margin-top: 25px; }
        .sub_ceo::before { width: 376px; height: 316.8px; }
    }


    

    /*───────────────────────────────────────────────────────────
        
        문의하기 common.css 외 수정

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

    .sub_visual .text_wrap .sv_page_name.sub_page_inquiry { text-align: center; margin-bottom: 40px; font-size: 250%; }