html, body {  width:100%;  max-width:100%;overflow-x: hidden;}
#contentWrap { max-width: 1320px; margin: 0 auto;}
.sec_inner { max-width: 1320px;margin: 0 auto;}
.dn {display: none !important; }


    .headerinner {
        max-width: 1320px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        position: relative;
        align-items: center;
        padding: 30px 0 20px;box-sizing: border-box;
    }

    .gnb ul {
        display: flex;
        gap: 32px;
    }


    .title_wrap .valen_title h2 {
        font-size: var(--cw-size-8);
        line-height: 48px;
        color: #000000;
    }


    body {
        height: auto !important;
    }


    #toparea {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        transition: .5s all;
        background: #fff;
    }


    #top {
        width: 100%;
    }


    #topBox {
        margin: 0 auto;
        max-width: 100% !important;
        position: relative;
    }


    aside.util {
        display: none;
        position: relative;
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        height: 30px;
        padding: 4px 0px 0 0px;
        background-color: #f0f0f0;
        text-align: right;
        overflow: hidden;
        position: fixed;
        z-index: 999;
        top: 0;
    }


    aside.util .utilBox {
        width: 1195px;
        margin: 0 auto;
    }


    aside.util .utilL {
        float: left;
        width: 50%;
        text-align: left;
    }


    aside.util .utilR {
        float: right;
        width: 50%;
    }


    aside.util a {
        padding: 0px 0px;
        border-left: 0px solid #888;
    }


    aside.util a:before {
        content: "|";
        padding: 0 9px 0 11px;
        color: #ccc;
    }


    aside.util .utilBox .utilL span.lang a:first-child:before,
    aside.util .utilBox .utilL span.sns a:first-child:before,
    aside.util .utilBox .utilR>a:first-child:before {
        content: "";
        padding: 0 0 0 3px
    }


    aside.util .utilBox .utilL span.lang {
        padding-left: 5px;
        background: url(../img/lang.png)no-repeat left center
    }


    aside.util .utilBox .utilL span.sns {
        padding-left: 25px;
        background: url(../img/insta.png)no-repeat left center;
        margin-left: 16px;
    }


    aside.util a:hover {
        color: #333;
    }


    aside.util a.first {
        border-left: 0px;
    }


    justify-content: space-between;


    #header {
        width: 99%;
        margin: 0 auto;
        position: relative;
        background-color: #fff;
    }


    #header div.left {
        display: none;
        position: absolute;
        left: 0px;
        top: 35px;
    }


    #header div.logo {
        box-sizing: border-box;
        z-index: 90;
        transition: .5s all;
    }


    #header div.logo a img {
        height: 40px;
    }


    #header div.logo .logo2,
    #header div.logo2 .logo1,
    .small #header div.logo .logo1 {
        display: none;
    }


    #header div.logo2 .logo2,
    .small #header div.logo .logo2 {
        display: block;
    }


    #header div.right {
        display: none;
        position: absolute;
        right: 10px;
        top: 35px;
    }


    .button_container {
        display: none;
    }


    #content {
        width: 1320px;
        margin: 0 auto;
        min-height: 700px;
    }


    /* Header */
    header {
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 999;
    }


    header a {
        color: #222;
        text-decoration: none;
    }


    .gnb {
        display: block;
    }


    /*.gnb:before{content:""; width:100%; height:40px; position:absolute; top:0; z-index: -1; }*/
    /*menu rolling*/
    .gnb ul li .depth1>a {
        height: 20px;
        overflow: hidden;
    }


    .gnb ul li a span {
        width: 100%;
        height: 100%;
        display: block;
        transition: 0.3s;
    }


    /*
.gnb .mypage {display:none;}
.gnb > ul{list-style-type:none; width:30%; box-sizing:border-box; /*margin:0 auto;float:left*/
    }


    .gnb .mobile-menu-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        float: right;
        gap: 20px;
    }


    .gnb .mobile-menu-list .menu {
        flex-grow: 1;
        text-align: center;
        position: relative;
    }


    /*.gnb .menu:first-child:nth-last-child(4),.gnb .menu:first-child:nth-last-child(4)~li { width: 25%; } 
.gnb .menu:first-child:nth-last-child(5),.gnb .menu:first-child:nth-last-child(5)~li { width: 20%; } 
.gnb .menu:first-child:nth-last-child(6),.gnb .menu:first-child:nth-last-child(6)~li { width: 16.66666%; } */
    .gnb .menu:first-child:nth-last-child(7),
    .gnb .menu:first-child:nth-last-child(7)~li {
        width: 14.28571%;
    }


    */
    /*
.gnb .menu:hover { /*border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; */
    }


    .gnb .menu:first-child {
        margin: 0
    }


    .gnb .depth1.side {
        display: none;
    }


    .gnb .depth1 {
        font-size: 16px;
        letter-spacing: -0.3px;
        text-align: center;
        margin: 0 auto;
        padding: 0px 1px 2px 1px;
        display: block;
        line-height: 20px;
        box-sizing: border-box;
        height: 40px;
        font-weight: 500;
        position: relative
    }


    .gnb .depth1>a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-0%, -50%);
        width: 100%;
        color: #fff;
    }


    .gnb .depth2>a {
        color: #fff;
        font-weight: 400;
    }


    .gnb .depth2 {
        height: 0;
        overflow: hidden;
        font-size: 13px;
        border-left: 0px solid #353535;
        margin-top: -15px;
    }


    .gnb .menu:first-child .depth2 {
        border-left: 0px solid #dfdfdf;
    }


    .gnb .depth2 ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }


    /*depth2 height -> menu.js */
    .gnb .depth2 ul.depth2_ul1>li {
        margin-top: 15px;
        padding: 0 10px;
    }


    .gnb .depth2 ul.depth2_ul1>li:first-child {
        margin-top: 10px;
    }


    .gnb .depth2 ul li a {
        padding: 7px 0 9px 0;
        display: block;
        font-weight: 500
    }


    .gnb .depth2 ul.depth2_ul2 {
        background-color: #f0f0f0;
        padding: 10px 10px;
        border-radius: 5px 5px;
        margin-top: 10px;
    }


    .gnb .depth2 ul.depth2_ul2>li {
        line-height: 25px;
        font-size: 12px;
    }


    */ .gnb:hover {
        border-bottom: 0;
    }


    .logo a:hover .gnb:hover {
        background: #fff;
    }








    /*header small*/
    header.small .gnb {
        background-color: rgba(255, 255, 255, 1)
    }


    header.small #toparea {
        top: 0px;
        width: 100%;
        transition: .5s all;
        border-bottom: 1px solid #dfdfdf;
    }


    header.small #header div.logo {
        top: 0px;
        transition: .5s all;
    }


    header.small .gnb:hover .depth1 a {
        color: #333;
    }


    header.small .gnb .menu:hover .depth1 a {
        display: block;
        color: #333 !important;
    }


    header.small .gnb .menu:hover .depth1:before {
        background-color: #555;
    }


    header.small .gnb .menu a:hover {
        color: var(--cw-point-color);
    }


    header.small .gnb .menu .careers a:hover {
        color: #fff;
    }


    header.small .gnb .menu .careers a {
        padding: 7px 5px;
        background-color: var(--cw-point-color);
    }


    header.small .gnb .menu a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: var(--cw-gray900-color);
    }




    /*header small
.fp-viewing-home .util {margin:0px auto 0 auto; }
.fp-viewing-home  .gnb {top:30px ; border-bottom:0px solid #dfdfdf; }
.fp-viewing-home #toparea {top:20px; width:100%; transition: .5s all; }
.fp-viewing-home #toparea #header div.logo{   top:30px ; transition: .5s all; }*/


    /* header large 
header.large .logo a{ display: block; background:url("../img/logo.png")no-repeat center top;  height: 60px;  }*/
    /*.fp-viewing-slide1 header.large .gnb{ background-color:#fff; border-bottom:0px solid rgba(0,0,0,0.1);}
.fp-viewing-slide1 header.large .logo a{ display: block; background:url("../img/logo.png")no-repeat center top;  height: 60px; }
.fp-viewing-slide1 header.large .gnb a{ color:#333; }
.fp-viewing-slide1 header.large .open span{background-color:#fff !important; }
.fp-viewing-slide1 header.large .slide-menu .caret {background-color:#111 !important;}
.fp-viewing-slide1 header.large .gnb .depth1{font-size:16px; padding:0 10px; line-height:60px;}
.fp-viewing-slide1 header.large .cd-nav-trigger {top:3px !important; transition: .5s all;}*/


    /* Transitions */
    header,
    nav,
    header a,
    header img,
    header li,
    .util,
    .gnb,
    util {
        transition: .5s all;
        -moz-transition: .5s all;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
    }

@media (max-width: 1320px) {
        .sec_inner {
        }

}


    @media (max-width: 1023px) {
        .sec_inner {
            width: 92%;
            margin: 0 4%;
        }


        #content {
            width: 100%;
        }


        .title_wrap .valen_title h2 {
            font-size: var(--cw-size-6);
            line-height: 32px;
            color: #000000;
        }


        #toparea {
            width: 100%;
            top: 0px;
            height: auto;
            padding: 0 0px;
            position: sticky;
            background: #fff;
        }


        header.small #toparea {
            top: 0px;
            width: 100%;
            background-color: #fff;
            border-bottom: 1px solid #dfdfdf;
        }


        #header {
            width: 100%;
            padding-top: 0px;
        }


        #topBox {
            margin: 0 auto;
            max-width: 100% !important;
        }


        #top {
            overflow: hidden;
        }


        header {
            width: calc(100% - 0px);
        }


        #header div.logo {
            margin-left: 4%;
        }


        #header div.logo a img {
            height: 30px
        }


        #header div.right {
            position: absolute;
            right: 0px;
            top: 30px;
        }


        aside.util {
            display: none;
            font-size: 12px;
        }


        aside.util a:after {
            content: "|";
            padding: 0 5px 0 8px;
            color: #ccc;
        }


        .large #top {
            border-bottom: 0px solid #dfdfdf;
        }


        .small #top {
            background: #fff;
        }


        .gnb {
            display: none;
        }


        .overlay div.contact {
            display: none;
        }


        div.button_container div.txt {
            display: none;
        }


        .button_container {
            display: block;
            position: absolute;
        }


        .button_container {
            top: 20px;
            right: 20px;
        }
    }


    @media (max-width: 768px) {}


    @media (max-width: 640px) {}


    @media (max-width: 480px) {}


    @media (max-width: 320px) {}


    @media (min-width: 1320px) {
        .headerinner {
            padding: 30px 0 20px;box-sizing: border-box;
        }
    }


   

    /*BURGER ICON*/




    .navBox {
        display: block;
        height: 100%;
        overflow: hidden;
        width: 100px;
        border-left: 1px solid #000;
        ;
    }




    /*.nav-icon2 span{background-color:#333 !important;}*/




    #nav-icon1 {
        display: none;
        width: 65px;
        height: 80px;
        position: absolute;
        top: 0px;
        right: 2.5%;
        /* padding:15px 0px;  margin: 10px auto 0 auto;*/




        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);




        -webkit-transition: .5s ease-in-out;
        -moz-transition: .s ease-in-out;
        -o-transition: .5s ease-in-out;




        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 101;
    }
















    .small #nav-icon1 span {
        background: #121212;
    }




    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 32px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        right: 2.5%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;




        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }












    #nav-icon1 span:nth-child(1) {
        top: 28px;
    }




    #nav-icon1 span:nth-child(2) {
        top: 38px;
        width: 23px;
    }




    #nav-icon1 span:nth-child(3) {
        top: 48px;
    }








    #nav-icon1.open span {
        background: #fff
    }




    #nav-icon1.open span:nth-child(1) {
        top: 38px;




        -webkit-transform: rotate(135deg);




        -moz-transform: rotate(135deg);




        -o-transform: rotate(135deg);




        transform: rotate(135deg);
    }




    #nav-icon1.open span:nth-child(2) {
        display: none;
        opacity: 0;
    }




    #nav-icon1.open span:nth-child(3) {
        top: 38px;




        -webkit-transform: rotate(-135deg);




        -moz-transform: rotate(-135deg);




        -o-transform: rotate(-135deg);




        transform: rotate(-135deg);
    }




    #text-cont {
        color: #fff;
        width: 100%;
        height: 20%;
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        text-align: center;
        font-size: 18pt
    }




    .offer-cont {
        width: 100%;
        height: 10%;
        position: absolute;
        top: 55%;
        left: 0;
        display: block;
        text-align: center;
    }




    .offer-cont ul li {
        display: inline;
        padding-right: 5%;
    }




    .offer-cont ul li a {
        color: #fff;
        border-bottom: 1px dashed #fff;
    }




    .offer-cont ul li a:hover {
        color: #EF2E2E;
        border-color: #EF2E2E;
        -webkit-transition: .25s ease-in-out;




        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }







    @media (max-width: 1023px) {




        .slide-menu {
            text-align: left;
            width: 100%;
            top: 0px;
            /*right: 0%;*/
            right: -100%;
            border-left: 0px solid rgba(0, 0, 0, 0.06);
            overflow-y: scroll
        }




        #nav-icon1.open {
            right: 280px;
        }




        .slide-menu .mobile-menu-list>li>a {
            padding: 12px 0;
        }




        .slide-menu .mobile-menu-list {
            margin: 70px 30px 30px 30px;
        }




        .slide-menu .footer {
            ;
            margin: 30px 30px;
        }




        .slide-menu .mobile-menu-list>li {
            padding: 0px 0;
            float: none;
            width: auto;
            cursor: pointer;
        }




        .slide-menu .mobile-menu-list .depth1>a {
            font-size: 20px;
            pointer-events: auto;
        }




        .slide-menu .depth2 ul li a {
            font-size: 14px;
            line-height: 35px;
        }




        .slide-menu .mobile-menu-list {
            margin: 25px 30px 40px 30px;
            overflow: hidden;
            display: block;
        }




        .slide-menu .mobile-menu-list>li {
            border-left: 0px solid #dfdfdf;
            width: 100%;
            border-bottom: 0px solid rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }




        .slide-menu .mobile-menu-list>li:first-child {
            border-left: 0;
        }




        .slide-menu .menu_txt {
            display: none;
        }




        .slide-menu .footer {
            line-height: 25px;
            font-size: 12px;
        }




        /*BURGER ICON*/




        #nav-icon1.open {
            right: 8%;
        }
























        #nav-icon1 {
            display: block;
            background: none;
            width: 32px;
            height: 32px;
            position: absolute;
            top: 50%;
            right: 2.5%;
            transform: translateY(-50%);
        }




        #nav-icon1 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 30px;
            background: #fff;
            border-radius: 9px;
            opacity: 1;
            right: 0;
        }




        #nav-icon1 span:nth-child(1) {
            top: 9px;
        }




        #nav-icon1 span:nth-child(2) {
            display: none;
        }




        #nav-icon1 span:nth-child(3) {
            top: 23px;
        }




        #nav-icon1.open span:nth-child(1),
        #nav-icon1.open span:nth-child(3) {
            top: 25px;
        }
















        /*.slide-menu{ text-align:left;  height: 100%;  background: rgba(255, 255, 255, 0.3);  width: 260px;  position: fixed;  top: 0px;  left: -210px;




  -webkit-transition: .5s ease-in-out;  -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;




  transition: .5s ease-in-out;  z-index: 100;}




  .open {background: rgba(0, 0, 0, 0.9) ;}




#nav-icon1 {position:fixed;left: 12px; height:25px; background:none !important;} 




#nav-icon1 span{  background:#121212;} 




 .open span{  background:#fff !important;  }




 .menu_txt{ color:rgba(255,255,255,0.5);}




.slide-menu .logo {padding:50px 20px 5px 20px; } 




.slide-menu.open .menu_txt {color:rgba(0,0,0,1);} 




.slide-menu .menu ul{    margin: 40px auto; }*/




    }




    @media (max-width: 768px) {}




    @media (max-width: 640px) {}




    @media (max-width: 480px) {}




    @media (max-width: 320px) {}
















    @media (max-width: 1023px) {




        #nav-icon1 {
            margin: 0;
            padding: 0;
        }

        .headerinner {
            width:100%;padding: 30px 0 20px;box-sizing: border-box;
        }


    }












* {
    padding: 0;
    margin: 0;
}
:root {
    --cw-font-sans-serif: "Pretendard", "Inter", sans-serif; /* 산세리프 폰트 */
    --cw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 모노스페이스 폰트 */

    --cw-gray900-color: #121212;
    --cw-gray800-color: #1e1e1e;
    --cw-gray700-color: #2c2c2c;
    --cw-gray600-color: #3c3c3c;
    --cw-gray500-color: #555555;
    --cw-gray400-color: #777777;
    --cw-gray300-color: #999999;
    --cw-gray200-color: #999999;
    --cw-gray100-color: #bbbbbb;
    --cw-gray50-color: #dddddd;
    --cw-gray000-color: #ffffff;

    --cw-point-color: #00e1dc; /* Point Color */
    --cw-Blue1000-color: #0a1450;
    --cw-Blue800-color: #14287d;
    --cw-Blue600-color: #235fe6;
    --cw-Blue500-color: #376ee6;
    --cw-Blue200-color: #a5bef5;

    --cw-border-radius: 4px; /* btn thumnail round */

    --cw-size-2: 14px;
    --cw-size-3: 18px;
    --cw-size-4: 20px;
    --cw-size-5: 22px;
    --cw-size-6: 24px;
    --cw-size-7: 32px;
    --cw-size-8: 40px;
    --cw-size-120: 120px;

    --cw-wight-bold: 600;
    --cw-wight-light: 300;

    --rectangle-bg: #121212;
    --rectangle-border-color: rgba(0, 0, 0, 0.15);
}
/* Pretendard 웹폰트 적용 */
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2") format("woff2");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    /* 폰트 패밀리 설정 */
    --bs-font-sans-serif: var(--cw-font-sans-serif);
    --bs-font-monospace: var(--cw-font-monospace);

    /* 기본 텍스트 설정 */
    --bs-body-font-family: var(--bs-font-sans-serif); /* 기본 폰트 패밀리 */
    --bs-body-font-size: 14px; /* 기본 폰트 크기 */
    --bs-body-font-weight: 400; /* 기본 폰트 두께 */
    --bs-body-line-height: 1.5; /* 기본 라인 높이 */
    --bs-body-color: #121212; /* 기본 텍스트 색상 */
    --bs-body-color-rgb: 33, 37, 41; /* 기본 텍스트 색상의 RGB 값 */
    --bs-body-bg: #fff; /* 기본 배경색 */
    --bs-body-bg-rgb: 255, 255, 255; /* 기본 배경색의 RGB 값 */
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body,
th,
td,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", "Pretendard", sans-serif;
    font-size: var(--bs-body-font-size);line-height:1.4;
}

@font-face {
    font-family: "Inter-Eng";
    src: url("fonts/Inter-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF; /* 영문 유니코드 범위 */
    font-display: swap;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

img,
fieldset {
    border: 0;
}
li {
    list-style: none;
}
select,
input {
    font-family: verdana;
    color: #000000;
    font-size: 1em;
}
address,
em {
    font-style: normal;
}
button {
    border: none;
    background: none;
    cursor: pointer;
}
hr,
legend {
    display: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

#wrap {
    width: 100%;
    position: relative;
}

#content_wrap_main {
    width: 370px;
    height: 570px;
    padding: 38px 0 0 600px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}

#contentWrap {
    max-width: 1320px;
    margin: 0 auto;
    min-height:1000px;
}
html, body {
  width:100%;
  max-width:100%;
}
* {
    padding: 0;
    margin: 0;
}
:root {
    --cw-font-sans-serif: "Pretendard", "Inter", sans-serif; /* 산세리프 폰트 */
    --cw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 모노스페이스 폰트 */

    --cw-gray1000-color: #000000;
    --cw-gray900-color: #121212;
    --cw-gray800-color: #1e1e1e;
    --cw-gray700-color: #2c2c2c;
    --cw-gray600-color: #3c3c3c;
    --cw-gray500-color: #555555;
    --cw-gray400-color: #777777;
    --cw-gray300-color: #999999;
    --cw-gray200-color: #999999;
    --cw-gray100-color: #bbbbbb;
    --cw-gray50-color: #dddddd;
    --cw-gray000-color: #ffffff;


    --cw-point-color: #00e1dc; /* Point Color */
    --cw-Blue1000-color: #0a1450;
    --cw-Blue800-color: #14287d;
    --cw-Blue600-color: #235fe6;
    --cw-Blue500-color: #376ee6;
    --cw-Blue200-color: #a5bef5;


    --cw-border-radius: 4px; /* btn thumnail round */


    --cw-size-2: 14px;
    --cw-size-3: 18px;
    --cw-size-4: 20px;
    --cw-size-5: 22px;
    --cw-size-6: 24px;
    --cw-size-7: 32px;
    --cw-size-8: 40px;
    --cw-size-120: 120px;


    --cw-wight-bold: 600;
    --cw-wight-light: 300;


    --rectangle-bg: #121212;
    --rectangle-border-color: rgba(0, 0, 0, 0.15);
}
/* Pretendard 웹폰트 적용 */
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2") format("woff2");
    font-weight: 100;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}


@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}



:root {
    /* 폰트 패밀리 설정 */
    --bs-font-sans-serif: var(--cw-font-sans-serif);
    --bs-font-monospace: var(--cw-font-monospace);


    /* 기본 텍스트 설정 */
    --bs-body-font-family: var(--bs-font-sans-serif); /* 기본 폰트 패밀리 */
    --bs-body-font-size: 14px; /* 기본 폰트 크기 */
    --bs-body-font-weight: 400; /* 기본 폰트 두께 */
    --bs-body-line-height: 1.5; /* 기본 라인 높이 */
    --bs-body-color: #121212; /* 기본 텍스트 색상 */
    --bs-body-color-rgb: 33, 37, 41; /* 기본 텍스트 색상의 RGB 값 */
    --bs-body-bg: #fff; /* 기본 배경색 */
    --bs-body-bg-rgb: 255, 255, 255; /* 기본 배경색의 RGB 값 */
}


@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


body,
th,
td,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", "Pretendard", sans-serif;
    font-size: var(--bs-body-font-size);
}


@font-face {
    font-family: "Inter-Eng";
    src: url("fonts/Inter-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF; /* 영문 유니코드 범위 */
    font-display: swap;
}


.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}




#content_wrap_main {
    width: 370px;
    height: 570px;
    padding: 38px 0 0 600px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}


#contentWrap { max-width: 1320px;
    margin: 0 auto;
    min-height: 1000px;
}

#footer_wrap{width:100%;height:85px;position:relative;}
.content_footer{width:970px;position:relative;text-align:left;margin:0 auto;}
#topmenu{width:970px;height:85px;position:relative;text-align:left;margin:0 auto;}
#topmenu h1{position:absolute;margin:29px 0 0 10px;}
#topmenu .global_menu{position:absolute;right:0;top:14px;overflow:hidden;padding-right:30px;}
#topmenu .global_menu a{padding:0 3px 0 6px;margin-left:-1px;}
#topmenu .main_menu{position:absolute;left:214px;top:29px;vertical-align:top;padding:5px 0 0 29px;width:727px;height:56px;}
#topmenu .main_menu a{display:inline-block;vertical-align:top;}
#topmenu .main_menu .fst{width:139px;}
#topmenu .main_menu .snd{width:186px;}
#topmenu .main_menu .trd{width:135px;}
#topmenu .main_menu .fth{width:143px;}
#topmenu .main_menu .last{width:74px;}
#topmenu .sub_menu{position:absolute;top:60px;left:244px;height:22px;padding:0 11px 0 0;background:#2ba7dc;}
#topmenu .sub_menu a{position:relative;display:inline-block;margin:5px 0 0 0;padding:0 0 0 9px;vertical-align:top;}
#topmenu .company{top:60px;left:244px;}
#topmenu .business{top:60px;left:384px;}
#topmenu .products{top:60px;left:562px;}
#topmenu .customer{top:60px;left:697px;}
#topmenu .recruit{top:60px;left:765px;}
.main_banner{width:360px;height:78px;margin:27px 0 0 0;}
.module_link{width:360px;height:131px;padding:18px 0 0 0;margin:26px 0 0 0;}
.module_link ul {list-style:none; padding:0 0 0 17px;}
.module_link ul li {float:left;width:85px;text-align:center;}
.content_footer {vertical-align:top;}
.content_footer .footer_logo{position:relative;top:18px;}
.content_footer .personal_link{position:relative;top:-22px;left:149px;}
.content_footer .address{position:relative;top:-11px;left:149px;}
.content_footer .family_site{position:absolute;right:0;margin:-55px 0 0 0;}
.content_footer .famliy_site_link{position:absolute;right:0;margin:-33px 0 0 0;width:126px;border:1px solid #efefef;}
.content_footer .famliy_site_link a{display:inline-block;width:126px;text-decoration:none}
.content_footer .famliy_site_link a:hover{background:#efefef;}


.dn {display:none;}
#contentWrap {max-width:1320px;}
.sec_inner {max-width:1320px;margin:0 auto;}
