/* spoqa hans sans neo */
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Light.eot');
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Light.woff2') format('woff2'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Light.woff') format('woff'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Light.ttf') format('truetype')
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Regular.eot');
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Regular.woff') format('woff'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Regular.ttf') format('truetype')
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Medium.eot');
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Medium.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Medium.ttf') format('truetype')
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Bold.eot');
    src: url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Bold.woff') format('woff'),
        url('/assets/fonts/spoqaHanSans/SpoqaHanSansNeo-Bold.ttf') format('truetype')
}

/* FF Good Pro */
@font-face {
    font-family: 'FF Good Pro';
    src: local('FF Good Pro Light'), local('FF-Good-Pro-Light'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-BLight.woff2') format('woff2'),
        url('/assets/fonts/FFGoodPro/FFGoodPrLight-Black.woff') format('woff'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'FF Good Pro';
    src: local('FF Good Pro Regular'), local('FF-Good-Pro-Regular'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Regular.woff2') format('woff2'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Regular.woff') format('woff'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FF Good Pro';
    src: local('FF Good Pro Medium'), local('FF-Good-Pro-Medium'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Medium.woff2') format('woff2'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Medium.woff') format('woff'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FF Good Pro';
    src: local('FF Good Pro Bold'), local('FF-Good-Pro-Bold'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Bold.woff2') format('woff2'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Bold.woff') format('woff'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'FF Good Pro';
    src: local('FF Good Pro Black'), local('FF-Good-Pro-Black'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Black.woff2') format('woff2'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Black.woff') format('woff'),
        url('/assets/fonts/FFGoodPro/FFGoodPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

html, body {
    font-family: 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
    scroll-behavior: smooth;
    overscroll-behavior:none;
    outline: none;
}
h1, h2, h3, h4, h5 {
    font-family: 'FF Good Pro', 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
}

body {
    position: relative;
    font-size: 14px;
    color: #101010;
}

a {
    text-decoration: none;
    color: #101010;
}

button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.button {
    position: relative;
}
.button::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.15em;
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #000;
    transition: width .2s ease,left .2s ease,transform .2s ease;
}
.button:hover {
    justify-content: space-between;
}
.button.top svg {
    transform: rotate(-90deg);
    margin-left: 20px;
}
.button.top::after {
    top: -0.15em;
    bottom: inherit;
}
.button:hover::after {
    left: 0;
    width: 100%;
    
}
.button.top:hover svg {
    float: right;
    transform: rotate(-45deg);
    margin-left: 0;
}


/* layout */
.fullpage_layout {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}
.content_layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.display-pc {
    display: block !important;
}
.display-mo {
    display: none !important;
}
.display-hover {
    display: none;
}


/* header */
header {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    z-index: 21;
}

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

header .logo img {
    width: 135px;
}

header .gnb_button button {
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
}
header .gnb_button button span {
    position: absolute;
    top: 22px;
    left: 16px;
    width: 14px;
    height: 2px;
    background-color: #000;
    transition: margin .3s ease .1s,transform .75s cubic-bezier(.19,1,.22,1) .29s,-webkit-transform .75s cubic-bezier(.19,1,.22,1) .29s;
}
header .gnb_button button span:first-child {
    margin-top: 4px;
}
header .gnb_button button span:last-child {
    margin-top: -4px;
}

header .gnb_button button:hover span:first-child {
    margin-top: 0;
    transform: rotate(90deg);
}

header .gnb_button button:hover span:last-child  {
    margin-top: 0;
    transform: rotate(180deg);
}

header .gnb_button.active button span:last-child {
    margin-top: 0;
    transform: rotate(130deg);
}

header .gnb_button.active button span:first-child {
    margin-top: 0;
    transform: rotate(45deg);
}



/* gnb */
.gnb_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 10;
    /* opacity: 0; */
}

.gnb_menu .left_info {
    position: relative;
    width: 560px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    padding-top: 16.67vw;
}
.gnb_menu .left_info::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transform: scale(1, 0);
    transform-origin: top;
}
.gnb_menu .gnb_cons {
    opacity: 0;
    transition: all .5;
}

.gnb_menu.active {
    display: flex;
}
.gnb_menu.open {
    z-index: 20;
}
.gnb_menu.open .left_info::before {
    transform: scale(1);
}

.gnb_menu .left_info ul {
    max-width: 240px;
    margin-bottom: 280px;
    z-index: 2;
}

.gnb_menu .left_info ul li {
    margin-bottom: 14px;
    line-height: 17px;
}
.gnb_menu .left_info ul li:last-child {
    margin-bottom: 0;
}
.gnb_menu .left_info .icon {
    display: inline-block;
}
.gnb_menu .left_info .icon img {
    width: 15px;
    margin-right: 12px;
    vertical-align: middle;
}

.gnb_menu .left_info .left_bottom {
    max-width: 240px;
    width: 100%;
    mix-blend-mode: difference;
}

.gnb_menu .left_info .left_bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 12px 0;
    font-weight: bold;
    border: none;
    border-radius: 9999em;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
    /* padding: 12px 18px; */
    height: 42px;
    width: 200px;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
}
.gnb_menu .left_info .left_bottom a div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .3s cubic-bezier(.52,.24,.08,1);
}
.gnb_menu .left_info .left_bottom a:hover div {
    transform:scaleY(1);
    transform-origin: 0 bottom;
}

.gnb_menu .left_info .left_bottom a span {
    mix-blend-mode: difference;
    font-weight: 500;
    vertical-align: text-bottom;
}

.gnb_menu .right_nav {
    /* background-color: #fff; */
    width: calc(100% - 560px);
    display: flex;
    /* justify-content: center; */
    margin-top: 10.42vw;
    flex-direction: column;
}
.gnb_menu .right_nav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 1.2s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transform: scale(1, 0);
    transform-origin: bottom;
}

.gnb_menu.open .right_nav::before {
    transform: scale(1);
}

.gnb_menu .right_nav ul {
    padding-left: 15.63vw;
    opacity: 0;
}

.gnb_menu .right_nav ul li {
    font-family: 'FF Good Pro', '맑은 고딕', Dotum;
    font-size: 92px;
    font-weight: 900;
    margin-bottom: 32px;
}

.gnb_menu .right_nav ul li:last-child {
    margin-bottom: 0;
}

.gnb_menu .right_nav ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/00_Common/dot_test2.png);
    /* background-image: url(/assets/00_Common/font_dot_bg.png); */
    background-size: 2px 2px;
}
.gnb_menu .right_nav ul li a {
    position: relative;
    color: #101010;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iNC4wMDAwMDBwdCIgaGVpZ2h0PSI0LjAwMDAwMHB0IiB2aWV3Qm94PSIwIDAgNC4wMDAwMDAgNC4wMDAwMDAiCiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0Ij4KCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDQuMDAwMDAwKSBzY2FsZSgwLjEwMDAwMCwtMC4xMDAwMDApIgpmaWxsPSIjMDAwMDAwIiBzdHJva2U9Im5vbmUiPgo8L2c+Cjwvc3ZnPgo="); */
    /* background-repeat: repeat;
    color: #c4c4c4; */
    /* background-position: center center; */
   
}

.gnb_menu .right_nav ul li a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 14px;
    background-color: #cdcdcd;
    opacity: 0.8;
    position: absolute;
    top: 40px;
    left: 0;
    transition: width .3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transform: skewX(-30deg);
}
.gnb_menu .right_nav ul li a:hover {
    color: #101010;
}
.gnb_menu .right_nav ul li a:hover::before {
    background-image: none;
}
.gnb_menu .right_nav ul li a:hover::after {
    width: 100%;
}


/* Popup */
.view_detail_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 22;
    overflow-y: auto;
    scroll-behavior: smooth;

}
.view_detail_popup.active {
    display: block;
}
.view_detail_popup .close {
    position: fixed;
    top: 50px;
    right: 90px;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 14;
    text-align: center;
    transition: all .1s;
}
.view_detail_popup .close:hover {
    transform: scale(1.2);
}
.view_detail_popup .close span {
    display: inline-block;
    position: absolute;
    right: 13px;
    width: 20px;
    height: 2px;
    background: #000;
}
.view_detail_popup .close span:first-child {
    transform: rotate(45deg);
}
.view_detail_popup .close span:last-child{
    transform: rotate(-45deg);
}
.view_detail_popup .popup_inner {
    width: 100%;
    height: 100%;
}

/* Clients & Partners */
.cnp .cnp_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18% 2%;
}
.cnp .cnp_list ul:last-child {
    margin-bottom: 0;
}
.cnp .cnp_list li {
    width: 16%;
    text-align: center;
    opacity: 0;
    margin-bottom: 9.38vw;
}
.cnp .cnp_list li img {
    /* width: auto;
    max-width: 8.96vw;
    max-height: 3.91vw; */
}

/* contact_project */
.contact_pj {
    padding-bottom: 180px;
    text-align: center;
}
.contact_pj span {
    display: block;
    line-height: 1.5;
}
.contact_pj .top_text {
    font-family: 'FF Good Pro', 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
    font-size: 24px; 
    font-weight: bold;
}
.contact_pj .main_text {
    font-size: 64px;
    font-weight: 300;
}
.contact_pj .main_text strong {
    font-family: 'FF Good Pro', 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
    font-weight: bold;
}
.contact_pj .sub_text {
    font-size: 26px;
    font-weight: 300;
    word-break: keep-all;
}
.contact_pj a {
    position: relative;
    display: inline-block;
    margin-top: 80px;
    font-size: 40px;
}
.contact_pj a img {
    width: 30px;
    margin-left: 34px;
}

.contact_pj a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.15em;
    width: 0;
    height: calc(1px + 0.1em);
    position: absolute;
    background-color: #000;
    transition: width .2s ease,left .2s ease,transform .2s ease;
}
.contact_pj a:hover::after {
    left: 0;
    width: 100%;
}


/* form common */
.form_wrap .input_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_wrap .input_wrap {
    width: calc(50% - 25px);
    position: relative;
    padding: 10px 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_wrap .input_wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #101010;
}
.form_wrap .input_wrap label {
    position: relative;
    font-size: 24px;
    color: #101010;
}
.form_wrap .input_wrap.required label::after {
    content: '*';
    position: absolute;
    top: 0;
}
.form_wrap .input_wrap input, .form_wrap .input_wrap select {
    font-size: 16px;
    padding: 10px 0;
    width: calc(100% - 130px);
    border: none;
    box-sizing: border-box;
    outline: none;
}
.form_wrap .input_wrap input::placeholder, .form_wrap .input_wrap select::placeholder {
    color: #c4c4c4;
}

.form_wrap .input_wrap .file_name {
    position: absolute;
    width: calc(100% - 130px);
    right: 0;
}

.form_wrap .input_wrap .file_btn {
    display: flex;
    width: 96px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #101010;
    border-radius: 25px;
    cursor: pointer;
}
.form_wrap .submit_wrap {
    text-align: right;
}
.form_wrap .submit_wrap button {
    width: 240px;
    height: 64px;
    background-color: #101010;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}
.form_wrap .checkbox_wrap input {
    position: relative;
}
.form_wrap .checkbox_wrap input::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #c4c4c4;
    box-sizing: border;
    background-color: #fff;
}
.form_wrap .checkbox_wrap input:checked::after {
    background-color: #000;
    background-image: url(/assets/00_Common/icon_check.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-color: #000;
}
.form_wrap .checkbox_wrap label {
    font-size: 16px;
    margin-left: 25px;
}


/* footer */
footer {
    position: relative;
    padding: 62px 0;
    background-color: #000;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
}
footer .content_layout {
    display: flex;
    
}
footer .footer_contents {
    width: 100%;
    padding-left: 150px;
}
footer .footer_info_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer .footer_info_wrap .display-pc {
    margin-top: 32px;
}

footer .footer_info_wrap .display-pc {

}
footer .footer_logo img {
    width: 136px;
    filter: invert(1);
}
footer .company_addr ul li img {
    width: 15px;
    filter: invert(1);
    margin-right: 12px;
    vertical-align: text-top;
}
footer .company_addr ul li a {
    color: #fff;
}
footer .company_down img {
    width: 15px;
}
footer .company_down a {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 999em;
    padding: 10px 22px;
    color: #fff;
    line-height: normal;
}
footer .company_down a .icon {
    margin-right: 12px;
    vertical-align: middle;
}

footer .footer_copy {
    display: flex;
    margin-top: 36px;
}
footer .footer_copy p {
    margin: 0;
}
footer .footer_copy > div {
    padding-right: 150px;
}
footer .footer_copy > div a {
    position: relative;
    color: #fff;
    margin-right: 23px;
}

footer .footer_copy > div a:last-child {
    margin-right: 0;
}

footer .footer_copy > div a:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: calc(100% - 2px);
    background-color: #666;
}

footer .copyright {
    color: #666;
}


section {
    padding-top: 9.38vw;
    padding-bottom: 12.50vw;
}
section h2 {
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 7.29vw;
}

.dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.dim.active {
    display: block;
}
.private_layer_popup {
    position: fixed;
    left: 50%;
    margin-left: -400px;
    bottom: -900px;
    width: 800px;
    transition: all 1s;
    word-break: keep-all;
    z-index: 2;
}
.private_layer_popup.active {
    bottom: 0;
}
.private_layer_popup .private_layer_inner {
    position: relative;
    padding: 30px 40px;
    margin: 0 auto;
    color: #000;
    font-weight: 20px;
    background-color: rgba(255,255, 255, 1);
}
.private_layer_popup .private_layer_inner p {
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: 3px solid #000;
}
.private_layer_popup .private_layer_inner div {
   line-height: 1.8;
}
.private_layer_popup .private_layer_inner div span {
    margin: 0 0 25px;
    display: block;
}
.private_layer_popup .private_layer_inner div strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000;
}
.private_layer_popup .close_layer {
    position: absolute;
    top: 30px;
    right: 40px;
}
.private_layer_popup .close_layer a img {
    width: 18px;
    height: 18px;
}
.private_layer_popup .desc {
    height: 200px;
    margin-top: 30px;
    padding-right: 30px;
    overflow-y: scroll;
    color: #757575;
}
.back_btn {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    padding-bottom: env(safe-area-inset-bottom);
    margin-bottom: 10px;
}
.back_btn img {
    width: 20px;
}
.top_btn {
    
    width: 50px;
    height: 50px;
    z-index: 15;
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
}
.fixed_btns {
    position: fixed;
    right: 4.69vw;
    bottom: 7.81vw;
    z-index: 15;
}
.popup_top_btn {
    position: fixed;
    right: 4.69vw;
    bottom: 7.81vw;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: none;
}



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

    .fullpage_layout {
        padding: 0 5.56vw;
    }
    
    .content_layout {
        padding: 0 5.56vw;
    }

    .display-pc {
        display: none !important;
    }
    .display-mo {
        display: block !important;
    }



    header {
        top: 0;
        padding: 6.67vw 0;
    }
    header .logo img {
        width: 25vw;
    }
    header .gnb_button button img {
        width: 6.94vw;
        height: 6.94vw;
    }

    .gnb_menu {
        /* flex-direction: reverse; */
        overflow-y: auto;
        padding: 34.72vw 11.11vw 13.89vw;
        box-sizing: border-box;
        background-color: #fff;
        flex-direction:column;
    }
    .gnb_menu .left_info {
        width: 100%;
        padding-top: 12.50vw;
        background: #fff;
        align-items: start;
        border-top: 2px solid #000;
    }
    .gnb_menu .left_info::before {
        background-color: #fff;
    }
    .gnb_menu .left_info ul {
        margin-bottom: 0;
        max-width: 100%;
    }
    .gnb_menu .left_info ul li {
        font-size: 3.61vw;
        line-height: 1.8;
        margin-bottom: 0;
    }
    .gnb_menu .left_info .icon img {
        width: 3.89vw;
        margin-right: 3.89vw;
    }
    .gnb_menu .left_info .left_bottom {
        margin: 12.50vw 0;
    }
    .gnb_menu .left_info .left_bottom a {
        margin: 2.5vw 0;
        font-weight: 300;
        /* padding: 4vw 8.33vw; */
        font-size: 3.61vw;
        width: 55.56vw;
        height: 12.22vw;

    }
    .gnb_menu .left_info .left_bottom .icon img {
        width: 4.17vw;
    }
    .gnb_menu .right_nav {
        width: 100%;
        padding-bottom: 15.28vw;
        border-bottom: 1px solid #000;
    }
    .gnb_menu .right_nav ul {
        padding-left: 0;
    }
    .gnb_menu .right_nav ul li {
        font-size: 11.11vw;
        margin-bottom: 6.25vw;
    }
    .gnb_menu .right_nav ul li a::after {
        top: 4vw;
        height: 1.94vw;
    }

    header .gnb_button button {
        width: 8.33vw;
        height: 8.33vw;
    }
    header .gnb_button button span {
        top: 3.78vw;
        left: 2.78vw;
        width: 2.50vw;
    }
    header .gnb_button button:hover span:first-child {
        margin-top: 4px;
        transform: rotate(0);
    }
    
    header .gnb_button button:hover span:last-child  {
        margin-top: -4px;
        transform: rotate(0);
    }

    header .gnb_button button span:first-child {
        margin-top: 4px;
    }
    header .gnb_button button span:last-child {
        margin-top: -4px;
    }

    header .gnb_button.active button span:last-child {
        margin-top: 0;
        transform: rotate(130deg);
    }
    
    header .gnb_button.active button span:first-child {
        margin-top: 0;
        transform: rotate(45deg);
    }
    

    section {
        padding: 33.33vw 0;
    }
    section h2 {
        font-size: 4.44vw;
        margin-bottom: 27.78vw;
        padding: 0 5.56vw;
    }

    

    .form_wrap .input_wrap label {
        font-size: 4.44vw;
    }
    .form_wrap .input_wrap input, .form_wrap .input_wrap select {
        font-size: 3.61vw;
        width: calc(100% - 22.22vw);
    }
    .form_wrap .input_wrap {
        width: 100%;
        margin-bottom: 6.67vw;
    }
    .contact_support .form_wrap .input_wrap:last-child {
        margin-bottom: 8.89vw;
    }
    .form_wrap .input_wrap .file_btn {
        width: 22.22vw;
        height: 8.89vw;
        font-size: 3.61vw;
    }
    .form_wrap .checkbox_wrap {
        margin-bottom: 8.89vw;
        font-size: 3.61vw;
        display: flex;
        align-items: center;
    }
    .form_wrap .checkbox_wrap input {
        width: 5.56vw;
        height: 5.56vw;
    }
    .form_wrap .checkbox_wrap input::after {
        top: 0;
        width: 5.56vw;
        height: 5.56vw;
    }
    .form_wrap .checkbox_wrap label {
        font-size: 3.61vw;
        margin-left: 4.17vw;
    }
    .form_wrap .submit_wrap button {
        width: 100%;
        height: 13.33vw;
        font-size: 3.89vw;
    }


    .contact_pj {
        background-color: #f6f6f6;
        padding: 33.33vw 5.56vw;
    }
    .contact_pj .top_text {
        font-size: 3.61vw;
    }
    .contact_pj .main_text {
        font-size: 8.89vw;
    }
    .contact_pj .sub_text {
        font-size: 4.44vw;
        margin-top: 6.25vw;
    }
    .contact_pj a {
        font-size: 6.67vw;
        margin-top: 13.89vw;
    }
    .contact_pj a img {
        width: 4.44vw;
        margin-left: 5vw;
    }
    .cnp {
        overflow: hidden;
    }
    .cnp .content_layout {
        padding: 0;
    }
    .cnp h2 {
        margin-bottom: 16.67vw;
    }

    .cnp .cnp_list {
        padding-left: 5.56vw;
        display: flex;
        /* overflow-y: auto; */
    }
    .cnp .cnp_list ul {
        transform: matrix3d(0,0,0);
        flex-wrap: nowrap;
        flex-direction: row;
        margin-bottom: 0;
        animation: moveSlideshow 40s linear infinite;
        gap: 0;
    }
    .cnp .cnp_list li {
        width: inherit;
        margin-bottom: 0;
        margin-left: 5.56vw;
        margin-right: 18.89vw;
        opacity: 1;
    }
    .cnp .cnp_list li img {
        width: 25vw;
        max-width: inherit !important; 
        max-height: inherit;
    }

    @keyframes moveSlideshow {
        0% { 
            transform: translateX(0%);  
        }
        100% { 
            transform: translateX(-100%);  
        }
    }
    /* .cnp .cnp_list .cnp_items:not(:last-child) {
        margin-bottom: 0;
    }
    .cnp .cnp_list .cnp_items img {
        width: 37.50vw;
        margin-left: 5.56vw;
        margin-right: 18.89vw;
        box-sizing: border-box;
    } */

    .view_detail_popup .close {
        top: 4.58vw;
        right: 5.56vw;
        width: 8.33vw;
        height: 8.33vw;
    }
    .view_detail_popup .close span {
        right: 2.50vw;
        width: 2.78vw;
    }
    

    footer {
        padding: 13.89vw 0;
    }
    footer .content_layout {
        flex-direction: column;
    }
    footer .footer_logo img {
        width: 22.22vw;
    }
    footer .footer_contents {
        padding-left: 0;
    }
    footer .footer_info_wrap {
        flex-direction: column;
        font-size: 3.3333vw;
        line-height: 1.8;
    }
    footer .footer_info_wrap > div {
        margin-bottom: 8.33vw;
        color: #fff;
    }
    footer .footer_logo {
        margin-bottom: 8.33vw;
    }
    footer .company_addr ul li img {
        width: 3.89vw;
    }
    footer .company_down a {
        border: none;
        padding: 0;
    }
    footer .company_down a .icon {
        margin-left: 0;
    }
    footer .company_down a .icon img {
        width: 3.89vw;
        margin-right: 1.39vw;
    }
    footer .footer_copy {
        flex-direction: column;
        margin-top: 0;
        font-size: 3.3333vw;
    }
    footer .footer_copy > div {
        padding-right: 0;
    }
    footer .footer_copy .copyright {
        margin-top: 3.89vw;
    }
    .private_layer_popup {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .private_layer_popup .private_layer_inner {
        padding: 13.89vw 5.56vw 5.56vw;
    }
    .private_layer_popup .close_layer a img {
        width: 5.56vw;
        height: 5.56vw;
    }
    .private_layer_popup .private_layer_inner p {
        font-size: 5.56vw;
        font-weight: bold;
    }
    .private_layer_popup .private_layer_inner div strong {
        font-size: 4.44vw;
    }
    .private_layer_popup .private_layer_inner div {
        font-size: 3.33vw;
        top: 5.56vw;
        right: 5.56vw;
    }
    .private_layer_popup .desc {
        padding-right: 4.17vw;
    }
}

@media screen and (max-width: 480px) {
    header .gnb_button button {
        width: 30px;
        height: 30px;
    }
    header .gnb_button button span {
        top: 12px;
        left: 9px;
        width: 8px;
    }

    .view_detail_popup .close {
        width: 30px;
        height: 30px;
    }
    .view_detail_popup .close span {
        right: 8px;
        width: 10px;
    }
}