@import url('https://webfontworld.github.io/eulyoo/Eulyoo1945.css');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'iceJaram-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceJaram-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-mont : "Montserrat", sans-serif;
    --font-pre : "Pretendard", sans-serif;
    --font-eulyoo : "Eulyoo1945", sans-serif;
    --font-pop : "Poppins", sans-serif;
    --font-chosun : "Chosunilbo_myungjo", sans-serif;
    --font-out : "Outfit", sans-serif;
    --font-rg : "iceJaram-Rg", sans-serif;
    --filter-white : brightness(0) invert(1);
}


/* 공통 */
body {background: #FAFAFA;}
html, body { -ms-overflow-style: none; scrollbar-width: none;}
p, dd{word-break:keep-all;}
.pc{display:block !important;}
.mob{display:none !important;}
.inner {max-width:1600px; margin:0 auto;}
.ko, .ko * {font-family: var(--font-pre) !important;}

.main_hd.header .logo {display: none;}
.main_hd.header .gnb > li > a {color: #fff;}
.main_hd .all_menu_btn img {filter: var(--filter-white);}

/* HEADER */
.header{height:100px; position:fixed; top:0; z-index:999; width:100%;}
.header .inner{position: relative; height:100%; display:flex; align-items:flex-end; justify-content:space-between; padding-bottom: 21px;}

.intro_bg {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 1000;}
.intro_bg img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.intro_bg img.symbol {width: 218px; height: auto; position: fixed; left: 50%; transform: translate(-50%,-50%) translate3d(0, 100%, 0); top: 43%; opacity: 0;}
.intro_logo {position: absolute; top: 63%; left: 50%; transform: translate(-50%,-50%) translate3d(0, 100%, 0); width: 400px; opacity: 0; z-index: 1001;}
.intro_logo.hdLogo.fixed .logo {display: none !important;}
.intro_logo.hdLogo.fixed .logo_ov {display: block !important;}
.intro_logo a img{width: 100%; display: block;}
.intro_logo a img.logo_ov{display:none;}
.intro_logo.hdLogo:hover .logo {display: none;}
.intro_logo.hdLogo:hover .logo_ov {display: block;}

.header .gnb{display:flex; align-items: center; gap:50px;}
.header .gnb > li{position:relative; margin-bottom: -10px; padding-bottom: 10px;}
.header .gnb > li > a {display: block; line-height: 1; font-size: 16px; color: #FFF; font-weight: 500; letter-spacing: -0.5px; font-family: var(--font-mont);}
.header .gnb > li:hover::before {content: ""; display: block; width: 6px; height: 6px; border-radius: 100%; background: #000; position: absolute; left: 50%; transform: translateX(-50%); top: -15px;}
.header .gnb > li:hover > a {text-decoration: underline; text-underline-offset: 3px;}
.header .gnb_2depth {display: none; position: absolute; left: 50%; transform: translateX(-50%); top: 100%; background: #000; padding: 21px 26px 23px; width: 165px;}
.header .gnb > li:hover > .gnb_2depth {display: block;}
.header .gnb_2depth li + li {margin-top: 10px;}
.header .gnb_2depth a {display: block; font-size: 14px; font-weight: 500; color: #fff; line-height: 1.7; letter-spacing: -.5px; font-family: var(--font-mont);}
.header .logo {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 180px; font-size: 0;}
.header .logo a {font-size: 0;}
.header .logo img {width: 100%;}

.header .head_rt {height: 100%;}
.all_menu_btn{width: 55px; height: 100%; display: flex; align-items: flex-end; cursor:pointer;}
.all_menu_btn img {width: 100%;}
.head_mob_btn{display:none !important;}
.head_bg{display:none !important;}

.header.hover,
.header:hover{background: #FFFFFFCC;}
.header:hover h1 a img.logo{display:none;}
.header:hover h1 a img.logo_ov{display:block;}
.header.hover .gnb > li > a,
.header:hover .gnb > li > a{color: #000;}
.header.hover .all_menu_btn img,
.header:hover .all_menu_btn img{filter:invert(1);}

.header.fixed{background: #FFFFFFCC;}
.header.fixed h1 a img.logo{display:none;}
.header.fixed h1 a img.logo_ov{display:block;}
.header.fixed .gnb > li > a{color: #000;}
.header.fixed .all_menu_btn{filter:invert(1);}

/* all menu */
.all_menu{position:fixed; width:100%; height:100%; z-index:5000; background: #FAFAFA; opacity: 0; transform: translateY(-100%); transition-duration:0.4s}
.all_menu.on {opacity: 1; transform: translateY(0);}
.all_menu .flex {display: flex; height: 100%;}
.all_menu .left {width: 750px; overflow: hidden;}
.all_menu .left img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.all_menu .right {width: calc(100% - 750px); padding: 119px 170px 119px 150px;}
.all_menu .all_menu_close {position: fixed; top: 40px; right: 40px; cursor: pointer;}
.all_menu .all_menu_close img {width: 40px;}
.all_menu .all_menu_list .tit {position: relative; padding: 50px 0; font-size: 60px; font-weight: 700; color: #000; line-height: 1.2; font-family: var(--font-mont); letter-spacing: -.5px; border-bottom: 1px solid #000; cursor: pointer;}
.all_menu .all_menu_list .tit a {display: block;}

.all_menu .all_menu_list .tit span {position: absolute; top: 50%; transform: translateY(-50%); right: 70px; width: 70px; height: 70px; opacity: 0; transition: all 0.7s; display: flex; align-items: center; justify-content: center;}
.all_menu .all_menu_list .tit.active span {right: 0; opacity: 1;}
.all_menu .all_menu_list .tit span .circle {position: absolute; top: 0; left: 0; width: 100%; height: 100%; animation: rotate_image 8s linear infinite; transform-origin: 50% 50%;}
.all_menu .all_menu_list .tit span .arrow {width: 35px;}

.all_menu .all_menu_list .sub_list {display: none;}
.all_menu .all_menu_list .sub_list ol {display: flex; align-items: center; gap: 0 40px; padding: 23px 45px; background: #000;}
.all_menu .all_menu_list .sub_list a {font-size: 20px; font-weight: 500; font-family: var(--font-mont); line-height: 1.2; color: #fff;}
.all_menu .all_menu_list .sub_list a:hover {text-decoration: underline; text-underline-offset: 2px;}

/* footer */
.footer {margin-top: 103px; background: #E4E4E4; padding: 67px 0;}
.footer .inner {display: flex; align-items: flex-end; justify-content: space-between;}
.footer .logo img {width: 180px;}
.footer .info {margin-top: 60px;}
.footer .info p {display: flex; align-items: center; gap: 0 30px; font-size: 16px; font-weight: 400; color: #000; line-height: 1.18; letter-spacing: -.5px;}
.footer .info p + p {margin-top: 15px;}
.footer .info p span {position: relative; font-size: 16px; font-weight: 400; color: #000; line-height: 1.18; letter-spacing: -.5px;}
.footer .info p span + span::before {content: ""; width: 1px; height: 15px; background: #000; position: absolute; top: 50%; left: -16px; transform: translateY(-50%); display: block;}
.footer .copy {margin-top: 32px; font-size: 14px; font-weight: 400; color: #000; line-height: 1.7;}
.footer .sns {display: flex; align-items: center; justify-content: flex-end; gap: 0 10px;}
.footer .sns a {display: block; width: 30px; height: 30px; border-radius: 100%; overflow: hidden; border: 1px solid #000; transition: all .3s;}
.footer .sns a:hover {background: #000;}
.footer .sns img {width: 100%; height: 100%; object-fit: cover; transition: all .3s;}
.footer .sns a:hover img {filter: var(--filter-white);}
.footer .use {margin-top: 30px; display: flex; align-items: center; justify-content: flex-end; gap: 0 10px;}
.footer .use a {display: flex; align-items: center; justify-content: center; gap: 0 14px; font-size: 16px; font-weight: 400; color: #000; border: 1px solid #000; padding: 0 23px 0 20px; height: 44px; transition: all .3s; font-family: var(--font-mont);}
.footer .use a:hover {background: #000; color: #fff;}
.footer .use a img {width: 10px; transition: all .3s;}
.footer .use a:hover img {filter: var(--filter-white);}
.footer .menu {margin-top: 35px; display: flex; align-items: center; justify-content: flex-end; gap: 0 30px; position: relative;}
.footer .menu a {position: relative; font-size: 16px; font-weight: 500; color: #000; line-height: 1.5; font-family: var(--font-mont);}
.footer .menu a + a::before {content: ""; width: 1px; height: 15px; background: #000; position: absolute; top: 50%; left: -16px; transform: translateY(-50%); display: block;}

/* 퀵메뉴 */
.quick {position: fixed; right: 40px; bottom: 100px; z-index: 100;}
.quick li {width: 60px; height: 60px; border-radius: 100%; background: rgba(255, 255, 255, .8); cursor: pointer;}
.quick li a {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.quick li img {width: 24px;}

/* main */
/* visual */
#main .visual {position: relative;}
#main .visual .swiper-slide img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
#main .visual .mouse_scr {position: absolute; left: 50%; transform: translateX(-50%); bottom: 50px; border: 2px solid #fff; border-radius: 50px; width: 25px; height: 40px; z-index: 1;}
#main .visual .mouse_scr::before { position: absolute; left: 50%; transform: translateX(-50%); content: ""; top: 8px; width: 2px; height: 10px; background-color: #fff; -webkit-animation: scrollMove 2s infinite; animation: scrollMove 2s infinite }
@-webkit-keyframes scrollMove {
    0% {
        -webkit-transform: translate(-50%, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(-50%, 8px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#main .visual .rotate {position: absolute; left: 50px; bottom: 50px; width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; z-index: 1;}
#main .visual .rotate img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; animation: rotate_image 8s linear infinite; transform-origin: 50% 50%;}
@keyframes rotate_image{
    100% {
        transform: rotate(360deg);
    }
}
#main .visual .rotate span {font-size: 60px; font-weight: 600; color: #fff; font-family: var(--font-mont);}
#main .visual .txt_cont {position: absolute; left: 50%; transform: translateX(-50%); top: 308px; z-index: 1; display: flex; align-items: flex-end;}
#main .visual .txt_cont .left {position: relative; width: 560px; height: 334px;}
#main .visual .txt_cont .left li:not(.last) {font-size: 80px; font-weight: 300; color: #fff; opacity: .5; line-height: 1.2; letter-spacing: -4px; font-family: var(--font-mont);}
#main .visual .txt_cont .left li + li {margin-top: 20px;}
#main .visual .txt_cont .left li {position: relative; height: 95px; overflow: hidden;}
#main .visual .txt_cont .left li span.active {opacity: 1; transform: translateY(0); transition: all .7s;}
#main .visual .txt_cont .left li span {position: absolute; opacity: 0; bottom: 0; left: 0; transform: translateY(100px); display: block;}
#main .visual .txt_cont .left li.last span {font-size: 80px; font-weight: 800; color: #fff; letter-spacing: -1px; font-family: var(--font-mont);}
#main .visual .txt_cont .right {position: relative; margin-bottom: 23px; margin-left: -167px;}
#main .visual .txt_cont .right .info {position: relative; border-bottom: 1px solid #fff; width: 670px; height: 80px; overflow: hidden; text-align: right;}
#main .visual .txt_cont .right .info p {position: absolute; opacity: 0; bottom: 20px; right: 0; transform: translateY(100px); font-size: 20px; font-weight: 500; color: #fff; line-height: 1.5; transition: all .9s;}
#main .visual .txt_cont .right .info p.active {opacity: 1; transform: translateY(0);}
#main .visual .txt_cont .right .arrow_cont {position: absolute; right: 0; bottom: -60px; display: flex; align-items: center; justify-content: flex-end; gap: 0 20px;}
#main .visual .txt_cont .right .arrow_cont > div {position: relative; top: auto; right: auto; bottom: auto; left: auto; margin: 0; width: auto; height: auto;}
#main .visual .txt_cont .right .arrow_cont > div::after {display: none;}
#main .visual .txt_cont .right .arrow_cont .arrow img {width: 30px;}
#main .visual .txt_cont .right .arrow_cont .pagination {font-size: 0; display: flex; align-items: center;}
#main .visual .txt_cont .right .arrow_cont .pagination span {position: relative; font-size: 20px; font-weight: 700; color: #fff;}
#main .visual .txt_cont .right .arrow_cont .pagination span + span::before {content: ""; width: 1px; height: 15px; display: inline-block; background: #fff; margin: 0 15px;}
/* sec1 */
#main .sec1 {margin-top: 90px;}
#main .sec1 .tit {display: flex; align-items: center; justify-content: space-between;}
#main .sec1 .tit h2 {font-size: 70px; font-weight: 600; color: #000; font-family: var(--font-mont); line-height: 1.2; letter-spacing: -1px; display: flex; align-items: flex-end; gap: 0 50px;}
#main .sec1 .tit h2 span {font-size: 22px; font-weight: 400; color: #6D6D6D; letter-spacing: -.5px; line-height: 2; font-family: 'Pretendard', sans-serif;}
#main .sec1 a.more_btn {display: flex; align-items: center; justify-content: center; gap: 0 14px; border: 1px solid #000; width: 149px; height: 44px; font-size: 16px; font-weight: 400; color: #000; font-family: var(--font-mont); letter-spacing: -.5px; transition: all .3s;}
#main .sec1 a.more_btn img {width: 10px; transition: all .3s;}
#main .sec1 a.more_btn:hover {background: #000; color: #fff;}
#main .sec1 a.more_btn:hover img {filter: var(--filter-white);}
#main .sec1 .cont {margin-top: 60px; display: flex; gap: 0 35px; padding-left: 160px; width: 100%; scroll-snap-type: x mandatory;}
#main .sec1 .cont .item {flex: 0 0 auto; scroll-snap-align: start;}
#main .sec1 .cont .item .img {display: block; height: 600px;}
#main .sec1 .cont .item img {display: block; width: auto; height: 100%; max-width: none;}
#main .sec1 .cont p {margin-top: 25px; font-size: 20px; font-weight: 500; color: #000; line-height: 1.2;}
/* cursor */
#cursor_div {position: fixed; left: 0; top: 0; pointer-events: none; z-index: 10;}
#cursor_div .cursor {width: 0; height: 0; position: relative; border-radius: 100%; background: #000; display: flex; align-items: center; justify-content: center; transition:all 0.3s;}
#cursor_div .cursor.on {width: 140px; height: 140px;}
#cursor_div .cursor .arrow {width: 60px;}
#cursor_div .cursor .rotate {position: absolute; top: 0; left: 0; padding: 10px; box-sizing: border-box; width: 100%; height: 100%; animation: rotate_image 8s linear infinite; transform-origin: 50% 50%;}




@media screen and (max-width:1640px){
    /* 공통 */
    .inner {max-width:97.56vw;}

    /* HEADER */
    .header{height:6.10vw;}
    .header .inner{ padding-bottom: 1.28vw;}
    .intro_bg img.symbol {width: 13.29vw;}
    .intro_logo {width: 24.39vw;}
    .header .gnb{ gap:3.05vw;}
    .header .gnb > li > a {font-size: 0.98vw; letter-spacing: -0.03vw;}
    .header .gnb > li:hover::before {width: 0.37vw; height: 0.37vw; top: -0.91vw;}
    .header .gnb > li:hover > a {text-underline-offset: 0.18vw;}
    .header .gnb_2depth {top: calc(100% + 0.67vw); padding: 1.28vw 1.59vw 1.40vw; width: 10.06vw;}
    .header .gnb_2depth li + li {margin-top: 0.61vw;}
    .header .gnb_2depth a {font-size: 0.85vw; letter-spacing: -0.03vw;}

    .all_menu_btn{width: 3.35vw;}

    /* all menu */
    .all_menu .left {width: 45.73vw;}
    .all_menu .right {width: calc(100% - 45.73vw); padding: 7.26vw 10.37vw 7.26vw 9.15vw;}
    .all_menu .all_menu_close {top: 2.44vw; right: 2.44vw;}
    .all_menu .all_menu_close img {width: 2.44vw;}
    .all_menu .all_menu_list .tit {padding: 3.05vw 0; font-size: 3.66vw; letter-spacing: -0.03vw;}
    .all_menu .all_menu_list .tit img {right: 4.27vw; width: 4.27vw;}
    .all_menu .all_menu_list .sub_list ol {gap: 0 2.44vw; padding: 1.40vw 2.74vw;}
    .all_menu .all_menu_list .sub_list a {font-size: 1.22vw;}
    .all_menu .all_menu_list .sub_list a:hover {text-underline-offset: 0.12vw;}

    /* footer */
    .footer {margin-top: 6.28vw; padding: 4.09vw 0;}
    .footer .logo img {width: 10.98vw;}
    .footer .info {margin-top: 3.66vw;}
    .footer .info p {gap: 0 1.83vw; font-size: 0.98vw; letter-spacing: -0.03vw;}
    .footer .info p + p {margin-top: 0.91vw;}
    .footer .info p span {font-size: 0.98vw; letter-spacing: -0.03vw;}
    .footer .info p span + span::before {width: 0.06vw; height: 0.91vw; left: -0.98vw;}
    .footer .copy {margin-top: 1.95vw; font-size: 0.85vw;}
    .footer .sns {gap: 0 0.61vw;}
    .footer .sns a {width: 1.83vw; height: 1.83vw;}
    .footer .use {margin-top: 1.83vw; gap: 0 0.61vw;}
    .footer .use a {gap: 0 0.85vw; font-size: 0.98vw; padding: 0 1.40vw 0 1.22vw; height: 2.68vw;}
    .footer .use a img {width: 0.61vw;}
    .footer .menu {margin-top: 2.13vw; gap: 0 1.83vw;}
    .footer .menu a {font-size: 0.98vw;}
    .footer .menu a + a::before {width: 0.06vw; height: 0.91vw; left: -0.98vw;}

    /* 퀵메뉴 */
    .quick {right: 2.44vw; bottom: 6.10vw;}
    .quick li {width: 3.66vw; height: 3.66vw;}
    .quick li img {width: 1.46vw;}

    /* main */
    /* visual */
    #main .visual .mouse_scr {bottom: 3.05vw; border-radius: 3.05vw; width: 1.52vw; height: 2.44vw;}
    #main .visual .mouse_scr::before {top: 0.49vw; width: 0.12vw; height: 0.61vw;}
    @-webkit-keyframes scrollMove {
        0% {
            -webkit-transform: translate(-50%, 0);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        80% {
            -webkit-transform: translate(-50%, 0.49vw);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    #main .visual .rotate {left: 3.05vw; bottom: 3.05vw; width: 9.15vw; height: 9.15vw;}
    #main .visual .rotate span {font-size: 3.66vw;}
    #main .visual .txt_cont {top: 14.78vw;}
    #main .visual .txt_cont .left { width: 34.15vw; height: 20.37vw;}
    #main .visual .txt_cont .left li:not(.last) {font-size: 4.88vw; letter-spacing: -0.24vw;}
    #main .visual .txt_cont .left li + li {margin-top: 1.22vw;}
    #main .visual .txt_cont .left li { height: 5.79vw;}
    #main .visual .txt_cont .left li span {transform: translateY(6.10vw);}
    #main .visual .txt_cont .left li.last span {font-size: 4.88vw; letter-spacing: -0.06vw;}
    #main .visual .txt_cont .right { margin-bottom: 1.40vw; margin-left: -10.18vw;}
    #main .visual .txt_cont .right .info {width: 40.85vw; height: 4.66vw;}
    #main .visual .txt_cont .right .info p {bottom: 1.22vw; transform: translateY(6.10vw); font-size: 1.22vw;}
    #main .visual .txt_cont .right .arrow_cont {bottom: -3.66vw; gap: 0 1.22vw;}
    #main .visual .txt_cont .right .arrow_cont .arrow img {width: 1.83vw;}
    #main .visual .txt_cont .right .arrow_cont .pagination span {font-size: 1.22vw;}
    #main .visual .txt_cont .right .arrow_cont .pagination span + span::before {width: 0.06vw; height: 0.91vw; margin: 0 0.91vw;}
    /* sec1 */
    #main .sec1 {margin-top: 5.49vw;}
    #main .sec1 .tit h2 {font-size: 4.27vw; letter-spacing: -0.06vw; gap: 0 3.05vw;}
    #main .sec1 .tit h2 span {font-size: 1.34vw; letter-spacing: -0.03vw;}
    #main .sec1 a.more_btn {gap: 0 0.85vw; width: 9.09vw; height: 2.68vw; font-size: 0.98vw; letter-spacing: -0.03vw;}
    #main .sec1 a.more_btn img {width: 0.61vw;}
    #main .sec1 .cont {margin-top: 3.66vw; gap: 0 2.13vw; padding-left: 9.76vw;}
    #main .sec1 .cont .item .img {height: 36.59vw;}
    #main .sec1 .cont p {margin-top: 1.52vw; font-size: 1.22vw;}
    /* cursor */
    #cursor_div .cursor.on {width: 8.54vw; height: 8.54vw;}
    #cursor_div .cursor .arrow {width: 3.66vw;}
    #cursor_div .cursor .rotate {padding: 0.61vw;}
}



@media screen and (max-width:1280px){
    /* 공통 */
    .inner {max-width:93.75vw;}

    /* HEADER */
    .header{height:7.81vw;}
    .header .inner{ padding-bottom: 0.86vw;}
    .intro_bg img.symbol {width: 16.03vw;}
    .intro_logo {width: 24.38vw;}
    .header .gnb{ gap:3.05vw;}
    .header .gnb > li > a {font-size: 0.94vw; letter-spacing: -0.03vw;}
    .header .gnb > li:hover::before {width: 0.39vw; height: 0.39vw; top: -0.94vw;}
    .header .gnb > li:hover > a {text-underline-offset: 0.16vw;}
    .header .gnb_2depth {top: calc(100% + 0.70vw); padding: 1.25vw 1.56vw 1.41vw; width: 12.89vw;}
    .header .gnb_2depth li + li {margin-top: 0.63vw;}
    .header .gnb_2depth a {font-size: 0.86vw; letter-spacing: -0.03vw;}
    .header .logo {width: 14.06vw; top: 3.11vw; transform: translateX(-50%);}

    .all_menu_btn{width: 3.36vw;}

    /* all menu */
    .all_menu .left {width: 45.70vw;}
    .all_menu .right {width: calc(100% - 45.70vw); padding: 7.27vw 10.39vw 7.27vw 9.14vw;}
    .all_menu .all_menu_close {top: 2.42vw; right: 2.42vw;}
    .all_menu .all_menu_close img {width: 2.42vw;}
    .all_menu .all_menu_list .tit {padding: 3.05vw 0; font-size: 3.67vw; letter-spacing: -0.03vw;}
    .all_menu .all_menu_list .tit img {right: 4.30vw; width: 4.30vw;}
    .all_menu .all_menu_list .sub_list ol {gap: 0 2.42vw; padding: 1.41vw 2.73vw;}
    .all_menu .all_menu_list .sub_list a {font-size: 1.25vw;}
    .all_menu .all_menu_list .sub_list a:hover {text-underline-offset: 0.16vw;}

    /* footer */
    .footer {margin-top: 5.31vw; padding: 3.52vw 0;}
    .footer .logo img {width: 10.16vw;}
    .footer .info {margin-top: 2.97vw;}
    .footer .info p {gap: 0 1.56vw; font-size: 0.94vw; letter-spacing: -0.03vw;}
    .footer .info p + p {margin-top: 0.78vw;}
    .footer .info p span {font-size: 0.94vw; letter-spacing: -0.03vw;}
    .footer .info p span + span::before {width: 0.08vw; height: 0.78vw; left: -0.86vw;}
    .footer .copy {margin-top: 1.48vw; font-size: 0.86vw;}
    .footer .sns {gap: 0 0.78vw;}
    .footer .sns a {width: 1.95vw; height: 1.95vw;}
    .footer .use {margin-top: 1.56vw; gap: 0 0.78vw;}
    .footer .use a {gap: 0 0.78vw; font-size: 0.94vw; padding: 0 1.41vw 0 1.17vw; height: 2.73vw;}
    .footer .use a img {width: 0.63vw;}
    .footer .menu {margin-top: 1.95vw; gap: 0 2.34vw;}
    .footer .menu a {font-size: 0.94vw;}
    .footer .menu a + a::before {width: 0.08vw; height: 0.78vw; left: -1.17vw;}

    /* 퀵메뉴 */
    .quick {right: 2.42vw; bottom: 6.09vw;}
    .quick li {width: 3.67vw; height: 3.67vw;}
    .quick li img {width: 1.48vw;}

    /* main */
    /* visual */
    #main .visual .mouse_scr {bottom: 3.05vw; border-radius: 2.58vw; width: 1.33vw; height: 2.11vw;}
    #main .visual .mouse_scr::before {top: 0.47vw; width: 0.16vw; height: 0.63vw;}
    @-webkit-keyframes scrollMove {
        0% {
            -webkit-transform: translate(-50%, 0);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        80% {
            -webkit-transform: translate(-50%, 0.47vw);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    #main .visual .rotate {left: 3.13vw; bottom: 2.58vw; width: 7.81vw; height: 7.81vw;}
    #main .visual .rotate span {font-size: 3.13vw;}
    #main .visual .txt_cont {top: 15.86vw;}
    #main .visual .txt_cont .left { width: 35.94vw; height: 20.39vw;}
    #main .visual .txt_cont .left li:not(.last) {font-size: 4.30vw; letter-spacing: -0.21vw;}
    #main .visual .txt_cont .left li + li {margin-top: 1.02vw;}
    #main .visual .txt_cont .left li {height: 5.94vw;}
    #main .visual .txt_cont .left li span {transform: translateY(6.09vw); font-size: 4.84vw; letter-spacing: -0.08vw;}
    #main .visual .txt_cont .left li.last span {font-size: 4.84vw; letter-spacing: -0.08vw;}
    #main .visual .txt_cont .right {margin-bottom: 1.41vw;}
    #main .visual .txt_cont .right .info {width: 34.92vw; height: 4.44vw;}
    #main .visual .txt_cont .right .info p {bottom: 1.02vw; transform: translateY(6.09vw); font-size: 1.09vw;}
    #main .visual .txt_cont .right .arrow_cont {bottom: -3.67vw; gap: 0 1.25vw;}
    #main .visual .txt_cont .right .arrow_cont .arrow img {width: 1.80vw;}
    #main .visual .txt_cont .right .arrow_cont .pagination span {font-size: 1.25vw;}
    #main .visual .txt_cont .right .arrow_cont .pagination span + span::before {width: 0.08vw; height: 0.94vw; margin: 0 0.94vw;}
    /* sec1 */
    #main .sec1 {margin-top: 4.69vw;}
    #main .sec1 .tit h2 {font-size: 3.75vw; letter-spacing: -0.05vw; gap: 0 2.58vw;}
    #main .sec1 .tit h2 span {font-size: 1.25vw; letter-spacing: -0.03vw;}
    #main .sec1 a.more_btn {gap: 0 0.78vw; width: 8.75vw; height: 2.73vw; font-size: 0.94vw; letter-spacing: -0.03vw;}
    #main .sec1 a.more_btn img {width: 0.63vw;}
    #main .sec1 .cont {margin-top: 3.44vw; gap: 0 1.80vw; padding-left: 3.13vw;}
    #main .sec1 .cont .item .img {height: 46.88vw;}
    #main .sec1 .cont p {margin-top: 1.25vw; font-size: 1.09vw;}
    /* cursor */
    #cursor_div .cursor.on {width: 7.42vw; height: 7.42vw;}
    #cursor_div .cursor .arrow {width: 3.20vw;}
    #cursor_div .cursor .rotate {padding: 0.55vw;}
}



@media screen and (max-width:768px){
    .pc{display:none !important;}
    .mob{display:block !important;}
    
    /* 공통 */
    .inner {max-width:100%; padding: 0 3.13vw;}

    /* HEADER */
    .header{height:16.93vw;}
    .header .inner{justify-content: flex-end; padding-bottom: 4.04vw;}
    .intro_bg img.symbol {width: 30.39vw;}
    .intro_logo {width: 56.25vw; top: 53%;}
    .header .gnb{ gap:8.33vw;}
    .header .gnb > li > a {font-size: 2.60vw; letter-spacing: -0.13vw;}
    .header .gnb > li:hover::before {width: 1.04vw; height: 1.04vw; top: -2.60vw;}
    .header .gnb > li:hover > a {text-underline-offset: 0.39vw;}
    .header .gnb_2depth {top: calc(100% + 1.95vw); padding: 3.39vw 4.30vw 3.91vw;}
    .header .gnb_2depth li + li {margin-top: 1.69vw;}
    .header .gnb_2depth a {font-size: 2.34vw; letter-spacing: -0.13vw;}
    .header .logo {top: 8.5vw; left: 3.13vw; transform: translateY(-50%); width: 33.85vw;}

    .all_menu_btn{width: 9.51vw;}

    /* all menu */
    .all_menu {transform: translateY(-150%);}
    .all_menu .flex {display: revert;}
    .all_menu .left {display: none;}
    .all_menu .right {width: 100%; padding: 23.44vw 4.43vw 58.33vw;}
    .all_menu .all_menu_close {border: 0.13vw solid #000; border-radius: 100%; overflow: hidden; width: 15.63vw; height: 15.63vw; top: auto; bottom: 18.23vw; right: auto; left: 50%; transform: translateX(-50%); text-align: center; line-height: 15.63vw; background: #fff;}
    .all_menu .all_menu_close img {width: 7.81vw;}
    .all_menu .all_menu_list {overflow: hidden; overflow-y: scroll; height: calc(100vh - 60.55vw);}
    .all_menu .all_menu_list .tit {padding: 6.51vw 0; font-size: 7.81vw; letter-spacing: -0.13vw;}
    .all_menu .all_menu_list .tit img {right: 13.02vw; width: 13.02vw;}
    .all_menu .all_menu_list .sub_list ol {display: revert; padding: 7.16vw 6.51vw 6.38vw;}
    .all_menu .all_menu_list .sub_list li + li {margin-top: 3.91vw;}
    .all_menu .all_menu_list .sub_list a {font-size: 3.65vw; line-height: 1.2;}
    .all_menu .all_menu_list .sub_list a:hover {text-underline-offset: 0.39vw;}

    /* footer */
    .footer {margin-top: 20.83vw; padding: 13.54vw 0 13.28vw;}
    .footer .inner {flex-direction: column; gap: 10.42vw 0; align-items: flex-start;}
    .footer .inner .left {width: 100%;}
    .footer .logo img {width: 33.85vw;}
    .footer .info {margin-top: 9.77vw;}
    .footer .info p {gap: 0; font-size: 3.13vw; letter-spacing: -0.09vw; justify-content: space-between;}
    .footer .info p + p {margin-top: 2.60vw;}
    .footer .info p span {font-size: 3.13vw; letter-spacing: -0.09vw;}
    .footer .info p span + span::before {width: 0.26vw; height: 2.60vw; left: -2.60vw;}
    .footer .copy {margin-top: 4.56vw; font-size: 2.86vw;}
    .footer .right > div {justify-content: flex-start;}
    .footer .sns {gap: 0 2.60vw;}
    .footer .sns a {width: 6.51vw; height: 6.51vw;}
    .footer .use {margin-top: 5.21vw; gap: 0 2.60vw;}
    .footer .use a {gap: 0 2.60vw; font-size: 3.13vw; padding: 0 4.69vw 0 3.91vw; height: 8.98vw;}
    .footer .use a img {width: 2.08vw;}
    .footer .menu {margin-top: 6.51vw; gap: 0 7.81vw;}
    .footer .menu a {font-size: 3.13vw; letter-spacing: -0.09vw;}
    .footer .menu a + a::before {width: 0.26vw; height: 2.60vw; left: -3.91vw;}

    /* 퀵메뉴 */
    .quick {right: 3.13vw; bottom: 13.02vw;}
    .quick li {width: 10.42vw; height: 10.42vw;}
    .quick li img {width: 4.17vw;}

    /* main */
    /* visual */
    #main .visual .mouse_scr {display: none;}
    #main .visual .rotate {left: auto; right: 3.13vw; bottom: 10.42vw; width: 23.44vw; height: 23.44vw;}
    #main .visual .rotate span {font-size: 9.11vw;}
    #main .visual .txt_cont {top: 49.74vw; display: revert; width: 100%; padding: 0 3.13vw;}
    #main .visual .txt_cont .left { width: 100%; height: 49vw;}
    #main .visual .txt_cont .left li:not(.last) {font-size: 13.02vw; letter-spacing: -0.69vw;}
    #main .visual .txt_cont .left li + li {margin-top: 3.52vw;}
    #main .visual .txt_cont .left li {height: 14vw;}
    #main .visual .txt_cont .left li span {transform: translateY(16.67vw); font-size: 12.2vw; letter-spacing: -0.17vw;}
    #main .visual .txt_cont .left li.last span {font-size: 12.52vw; letter-spacing: -0.17vw;}
    #main .visual .txt_cont .right {margin-bottom: 0; margin-top: 7.42vw; margin-left: 0;}
    #main .visual .txt_cont .right .info {width: 100%; height: 15.94vw;}
    #main .visual .txt_cont .right .info p {bottom: 5.21vw; transform: translateY(16.67vw); font-size: 3.65vw; right: auto; left: 0; text-align: left;}
    #main .visual .txt_cont .right .arrow_cont {bottom: -11.72vw; gap: 0 3.52vw; justify-content: flex-start; width: 100%;}
    #main .visual .txt_cont .right .arrow_cont .arrow img {width: 5.21vw;}
    #main .visual .txt_cont .right .arrow_cont .pagination span {font-size: 3.65vw;}
    #main .visual .txt_cont .right .arrow_cont .pagination span + span::before {width: 0.13vw; height: 2.60vw; margin: 0 2.60vw;}
    /* sec1 */
    #main .sec1 {margin-top: 20.83vw;}
    #main .sec1 .tit h2 {font-size: 11.72vw; letter-spacing: -0.17vw; gap: 0 7.81vw;}
    #main .sec1 .tit h2 span {font-size: 4.17vw; letter-spacing: -0.09vw;}
    #main .sec1 a.more_btn {margin: 10.94vw auto 0; gap: 0 2.08vw; width: 28.91vw; height: 8.98vw; font-size: 3.13vw; letter-spacing: -0.09vw;}
    #main .sec1 a.more_btn img {width: 1.69vw;}
    #main .sec1 .cont {margin-top: 83; display: revert; padding: 0 3.13vw;}
    #main .sec1 .cont .item {min-width: 100%; width: 100%;}
    #main .sec1 .cont .item + .item {margin-top: 10.42vw;}
    #main .sec1 .cont .item .img {height: auto;}
    #main .sec1 .cont .item .img img {width: 100%;}
    #main .sec1 .cont p {margin-top: 5.21vw; font-size: 3.65vw; letter-spacing: -0.09vw;}
    /* cursor */
    #cursor_div {display: none;}
}