.wrap{ width: 95%; margin: 0 auto; }
.wrap[max="1820"]{ max-width: 1820px; }
.wrap[max="1760"]{ max-width: 1760px; }
.wrap[max="1640"]{ max-width: 1640px; }
.wrap[max="1440"]{ max-width: 1440px; }
.wrap[max="1280"]{ max-width: 1280px; }
.wrap[max="1200"]{ max-width: 1200px; }

@media screen and (max-width: 820px){
    .wrap{ width: 90%; }
}

/* side fix banner */
.sidebanner{ position: fixed; right: min(2.5%, 80px); top: 150px; border-radius: 11px; color: #fff; background-color: rgba(255,255,255,0.3); box-shadow: 0 0 5px rgba(0,0,0,0.23); z-index: 9990; width: 100px; box-sizing: border-box; padding: 16px; transition-duration: 0.4s; opacity: 0; transform: translateX(40%); }
.sidebanner .close{ position: absolute; top: 0; right: 0; font-size: 14px; cursor: pointer; z-index: 5; padding: 8px; }
.sidebanner .fixroll{ width: 100%; }
.sidebanner .fixroll .inn_{ width: 100%; }
.sidebanner .fixroll .inn_ > strong{ font-size: 16px; letter-spacing: -0.025em; font-weight: 500; text-align: center; padding-top: 10px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; }
.sidebanner .fixroll .inn_ .thumb{ border-radius: 5px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-top: 10px; }
.sidebanner .fixroll .inn_ .thumb img{ width: unset; max-height: 50px; }
.sidebanner .fixroll .inn_ > a{ font-size: 14px; font-weight: 300; letter-spacing: -0.025em; padding: 6px 0; width: 100%; box-sizing: border-box; background-color: #175eec;  margin-top: 10px; display: block; border-radius: 5px; text-align: center; transition-duration: 0.2s; }

.sidebanner.black{ background-color: rgba(0,0,0,0.3); }

@media screen and (min-width: 821px){
    .sidebanner .fixroll .inn_ > a:hover{ background-color: #15c3bd; }
}

@media screen and (max-width: 820px){
    .sidebanner{ top: 70px; }
}


/* quick menu */
.quick{ position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 90; transition-duration: 0.4s; opacity: 0; word-break: keep-all; pointer-events: none; }
.quick .quickmenu{  }
/* display: flex; justify-content: flex-end; */
.quick .quickmenu li{ border-radius: 17px 0 0 17px; overflow: hidden; color: #fff; margin-bottom: 10px; }
.quick .quickmenu li:last-of-type{ margin-bottom: 0; }
/* .quick .quickmenu li:first-of-type{ margin-left: 0; } */
.quick .quickmenu li > a{ display: block; padding: 15px 10px; background-color: #292c6f; transition-duration: 0.2s; font-size: 16px; letter-spacing: -0.045em; font-weight: 600; text-align: center; line-height: 1.2; max-width: 90px; box-sizing: border-box; }
.quick .quickmenu li > a i{ font-size: 20px; display: block; text-align: center; margin-bottom: 5px; }

.quick .quickmenu li:last-of-type > a{ background-color: #15c3bd; }

.quick .quickmenu li > a:hover{ background-color: #15c3bd; }

@media screen and (max-width: 1760px){
    /* .quick{ right: 2.5%; } */
}

@media screen and (max-width: 1280px){
    .quick .quickmenu li{ border-radius: 10px 0 0 10px; }
    .quick .quickmenu li > a{ font-size: 15px; padding: 14px 10px; }
}

@media screen and (max-width: 820px){
    .quick .quickmenu li > a{ font-size: 14px; padding: 13px 5px; max-width: 70px; }
}

@media screen and (max-width: 500px){
    .quick{ width: 70px; }
    .quick .quickmenu li > a{ font-size: 12px; padding: 5px; }
    .quick .quickmenu li > a i{ margin-bottom: 3px; font-size: 15px; }
}


/* header */


.header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 9995; transition-duration: 0.4s; opacity: 0; }

.header.hide{ transform: translateY(-100%); }
.header.sub{ background-color: rgba(255,255,255,0.8); box-shadow: 0 0 10px rgba(0,0,0,0.1); }

body.on .header{ opacity: 1; }

.header .wrap{ display: flex; justify-content: space-between; }
.header .wrap .logo{ display: block; padding: 30px 0; flex-shrink: 0; filter: saturate(0) brightness(4); transition-duration: 0.2s; }
.header .wrap nav{ width: 100%; display: flex; justify-content: flex-end; }
.header .wrap nav .menu{ display: flex; width: 100%; justify-content: flex-end; height: 100%; }
.header .wrap nav .menu > li{ position: relative; }
.header .wrap nav .menu > li > a{ font-size: 18px; font-weight: 500; letter-spacing: -0.025em; padding: 0 28px; height: 100%; display: flex; align-items: center; transition-duration: 0.2s; color: #fff; }
.header .wrap nav .menu > li:last-of-type > a{ padding-right: 0; }
.header .wrap nav .menu > li .dep2{ position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 220px; border-radius: 19px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); background-color: rgba(8, 31, 77, 0.79); padding: 25px 0; box-sizing: border-box; display: none; }
.header .wrap nav .menu > li:last-of-type .dep2{ left: auto; right: 0; transform: translateY(0); }
.header .wrap nav .menu > li .dep2 > li{ width: 100%; }
.header .wrap nav .menu > li .dep2 > li > a{ width: 100%; display: block; padding: 11px 0; text-align: center; font-size: 18px; letter-spacing: -0.025em; color: #fff; }

.header .hamWrap{ width: 23px; display: flex; align-items: center; justify-content: center; cursor: pointer; display: none; }
.header .hamWrap .hambtn{ width: 100%; height: 9px;  margin-top: -5px; position: relative; }
.header .hamWrap .hambtn span{ width: 100%; height: 2px; background-color: #fff; position: absolute; left: 0; transition-duration: 0.4s; transform-origin: 50% 50%; display: block; }
.header .hamWrap .hambtn span:nth-of-type(1){ top: 0; }
.header .hamWrap .hambtn span:nth-of-type(2){ top: 100%; }

.header.black .wrap nav .menu li > a{ color: #000; }
.header.black .hamWrap .hambtn span{ background-color: #000; }
.header.black .wrap .logo{ filter: saturate(1) brightness(1); }
.header.black .wrap nav .menu > li .dep2{ background-color: rgba(255,255,255,0.9) }
.header.black .wrap nav .menu > li .dep2 > li > a{ color: #131313; }

.header.ham{ box-shadow: none; }
.header.ham .hambtn span:nth-of-type(1){ top: 50%; transform: translateY(-50%) rotate(-135deg); }
.header.ham .hambtn span:nth-of-type(2){ top: 50%; transform: translateY(-50%) rotate(135deg); }

.total{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; box-sizing: border-box; z-index: 9994; background-color: #fff; word-break: keep-all; line-height: 1.2; transition-duration: 0.4s; opacity: 0; transform: translateY(-100%); overflow: hidden; }
.total .top{ width: 100%; padding-top: 80px; padding-bottom: 30px; }
.total .top dl dt{ font-size: 30px; letter-spacing: -0.025em; font-weight: 500; font-family: 'Poppins', sans-serif; }
.total .top dl dd{ font-size: 14px; letter-spacing: -0.025em; margin-top: 12px; line-height: 1.3; }
.total .top dl dd span{ color: #175eec; }

.total .menus{ display: flex; height: 100%; }
.total .menus > ul{ width: 50%; }
.total .menus .dep1 li{ width: 100%; padding: 22px 5%; box-sizing: border-box; font-size: 20px; letter-spacing: -0.025em; color: #a0a0a0; font-weight: 700; transition-duration: 0.2s; cursor: pointer; background-color: #fff; position: relative; z-index: 3; }
.total .menus .dep1 li.on{ background-color: #175eec; color: #fff; }
.total .menus .dep2{ background-color: rgba(23, 94, 236, 0.09); position: relative; }
.total .menus .dep2 > li{ pointer-events: none; transform: translateX(-20%); opacity: 0; transition-duration: 0.4s; }
.total .menus .dep2 > li ol{ width: 100%; position: absolute; left: 0; top: 0; padding: 5px 0; box-sizing: border-box; }
.total .menus .dep2 > li ol li{ width: 100%; font-size: 18px; letter-spacing: -0.025em; color: #343537; }
.total .menus .dep2 > li ol li > a{ display: block; width: 100%; padding: 18px 50px; box-sizing: border-box; }

.total .menus .dep2 > li.on{ opacity: 1; pointer-events: unset; transform: translateX(0); }

.header.ham ~ .total{ opacity: 1; transform: translateY(0); }

@media screen and (min-width: 1025px){
    .header .wrap nav .menu > li .dep2 > li > a:hover{ background-color: #175eec; }
    .header.black .wrap nav .menu > li .dep2 > li > a:hover{ background-color: rgba(0,0,0,0.05); }
}

@media screen and (max-width: 1440px){
    .header .wrap nav .menu > li > a{ font-size: 16px; padding: 0 20px; }
    .header .wrap nav .menu > li .dep2{ padding: 15px 0; }
    .header .wrap nav .menu > li .dep2 > li > a{ font-size: 16px; }
}


@media screen and (max-width: 1280px){
    .sidebanner{ padding: 10px; }
    .sidebanner .close{ padding: 5px 8px; }
    .sidebanner .fixroll .inn_ > strong{ font-size: 14px; }
    
    .header .wrap .logo{ padding: 20px 0; }
    .header .wrap .logo img{ width: 130px; }
    .header .wrap nav .menu > li > a{ font-size: 14px; padding: 0 15px; }

    .header .wrap nav .menu > li .dep2{ padding: 13px 0; width: 140px; border-radius: 16px; }
    .header .wrap nav .menu > li .dep2 > li > a{ font-size: 14px; padding: 7px 0; }
}

@media screen and (max-width: 1024px){
    .header .wrap nav{ display: none; }
    .header .hamWrap{ display: flex; }
    
    .header .wrap .logo img{ width: 100px; }
}

@media screen and (max-width: 820px){
    .header .wrap .logo{ padding: 10px 0; }

    .sidebanner{ width: 80px; border-radius: 7px; right: 5%; }
    .sidebanner .fixroll .inn_ .thumb{ margin-top: 5px; }
    .sidebanner .fixroll .inn_ > a{ font-size: 12px; margin-top: 5px; }
    .sidebanner .fixroll .inn_ > strong{ font-size: 13px; }

    .total .menus .dep1 li{ padding: 15px 10%; font-size: 16px; }
    .total .menus .dep2 > li ol li > a{ padding: 13px 10%; font-size: 14px; }
    
}



/* footer */
.footer{ width: 100%; padding-top: 80px; padding-bottom: 50px; box-sizing: border-box; color: #fff; background-color: #131313; word-break: keep-all; position: relative; z-index: 3; }
.footer .wrap{ display: flex; justify-content: space-between; position: relative; }
.footer .wrap .lbx{ width: calc(1410 / 1760 * 100%); max-width: 845px; }
.footer .wrap .lbx .logo{ display: inline-block; }
.footer .wrap .lbx h1{ font-size: 26px; letter-spacing: -0.025em; font-weight: 600; margin-top: 57px; }
.footer .wrap .lbx .flxbx{ display: flex; margin-top: 20px; width: 100%; justify-content: space-between; }
.footer .wrap .lbx .flxbx > ul{ padding-right: 20px; box-sizing: border-box; }
.footer .wrap .lbx .flxbx > ul:last-of-type{ padding-right: 0; }
.footer .wrap .lbx .flxbx > ul li{ display: flex; align-items: baseline; font-size: 16px; letter-spacing: -0.025em; color: rgba(255,255,255,0.7); line-height: 1.4; margin-bottom: 5px; }
.footer .wrap .lbx .flxbx > ul li:last-of-type{ margin-bottom: 0; }
.footer .wrap .lbx .flxbx > ul li span{ display: block; flex-shrink: 0; }
.footer .wrap .lbx .flxbx > ul:nth-of-type(1) li span{ width: 150px; }
.footer .wrap .lbx .flxbx > ul:nth-of-type(2) li span{ width: 125px; }

.footer .wrap .rbx{ display: flex; flex-direction: column; justify-content: space-between; }
.footer .wrap .rbx .sns{ display: flex; justify-content: flex-end; }
.footer .wrap .rbx .sns li{ margin-left: 10px; width: 55px; height: 55px; border-radius: 50%; border: 1px solid #fff; box-sizing: border-box; overflow: hidden; transition-duration: 0.2s; }
.footer .wrap .rbx .sns li > a{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 26px; }
.footer .wrap .rbx .sns li > a i{ display: flex; align-items: center; justify-content: center; transition-duration: 0.2s; }
.footer .wrap .rbx .sns li:first-of-type{ margin-left: 0; }
.footer .wrap .rbx .rights{ font-size: 16px; letter-spacing: -0.025em; color: rgba(255,255,255,0.2); text-align: right; line-height: 1.4; }

@media screen and (min-width: 821px){
    .footer .wrap .rbx .sns li:hover{ background-color: #fff; }
    .footer .wrap .rbx .sns li:hover > a i{ filter: invert(1); }
}

@media screen and (max-width: 1280px){
    .footer{ padding: 60px 0; }
    .footer .wrap .lbx .logo img{ width: 250px; }
    .footer .wrap .lbx h1{ font-size: 22px; margin-top: 30px; }
    .footer .wrap .lbx .flxbx > ul li{ font-size: 14px; }
    .footer .wrap .lbx .flxbx > ul:nth-of-type(1) li span{ width: 125px; }
    .footer .wrap .lbx .flxbx > ul:nth-of-type(2) li span{ width: 105px; }

    .footer .wrap .rbx .sns li{ width: 45px; height: 45px; }
    .footer .wrap .rbx .rights{ font-size: 14px; }
}

@media screen and (max-width: 1024px){
    .footer .wrap{ display: block; }
    .footer .wrap .lbx{ width: 100%; }
    .footer .wrap .lbx .flxbx{ max-width: 690px; }
    .footer .wrap .rbx .rights{ margin-top: 20px; }
}


@media screen and (max-width: 820px){
    .footer{ padding: 40px 0; }
    .footer .wrap .lbx .logo img{ width: 150px; }
    .footer .wrap .lbx h1{ font-size: 18px; }
    .footer .wrap .lbx .flxbx{ display: block; }
    .footer .wrap .lbx .flxbx > ul{ padding-right: 0; margin-bottom: 5px; }
    .footer .wrap .lbx .flxbx > ul:last-of-type{ margin-bottom: 0; }
    .footer .wrap .lbx .flxbx > ul:nth-of-type(2) li span{ width: 125px; }

    .footer .wrap .rbx{ margin-top: 15px; }
    .footer .wrap .rbx .sns li{ width: 35px; height: 35px; }
    .footer .wrap .rbx .sns li > a{ font-size: 18px; }
    .footer .wrap .rbx .sns li > a i img{ width: 17px; }
    .footer .wrap .rbx .rights{ margin-top: 10px; font-size: 12px; }
}

@media screen and (max-width: 500px){
    .footer .wrap .lbx .flxbx{ margin-top: 10px; }
    .footer .wrap .rbx .sns{ justify-content: flex-start; }
    .footer .wrap .rbx .rights{ text-align: left; }
}



.basicbtn{ display: inline-flex; align-items: center; justify-content: center; font-size: 17px; letter-spacing: -0.025em; color: #fff; border-radius: 18px; background-color: #000; font-family: 'Poppins', sans-serif; padding: 5px; box-sizing: border-box; transition-duration: 0.2s; cursor: pointer; }
.basicbtn span{ width: 26px; height: 26px; border-radius: 50%; background-color: #fff; color: #000; align-items: center; justify-content: center; font-size: 17px; display: flex; padding-bottom: 0.1em; box-sizing: border-box; }
.basicbtn em{ padding: 0 15px; display: block; }

.simplebtn{ display: inline-flex; align-items: center; justify-content: center; padding: 8px 20px; padding-top: 10px; font-size: 17px; letter-spacing: -0.025em; color: #fff; background-color: #000; transition-duration: 0.2s; border-radius: 18px; margin-right: 10px; }
.simplebtn span{ display: block; }

@media screen and (min-width: 821px){
    .basicbtn:hover{ background-color: #175eec; }
    .simplebtn:hover{ background-color: #175eec; }
}


@media screen and (max-width: 1280px){
    .basicbtn{ font-size: 15px; }
    .simplebtn{ font-size: 15px; }
}

@media screen and (max-width: 820px){
    .basicbtn span{ width: 20px; height: 20px; font-size: 14px; }
    .simplebtn{ font-size: 14px; }
    
}


.scroll{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 15px; }
.scroll .icon{ position: relative; display: flex; justify-content: center; width: 22px; height: 33px; border-radius: 15px; border: 2px solid #fff; box-sizing: border-box; }
.scroll .icon span{ display: block; width: 5px; height: 5px; border-radius: 50%; background-color: #fff; transform: translate(-50%, -50%); position: absolute; top: 0; left: 50%; animation: scroll 1s infinite ease-in-out alternate-reverse; }
.scroll .arrow{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: calc(0.6em + 4px); text-align: center; color: #fff; }
.scroll .arrow i{ display: block; margin-top: -0.6em; font-size: 24px; animation: opacity 1s infinite linear alternate; }
.scroll .arrow i:nth-of-type(2){ animation-delay: .2s; }
.scroll .arrow i:nth-of-type(3){ animation-delay: .4s; }


.scroll.black{ position: static; transform: translateX(0); display: flex; justify-content: center; align-items: center; margin-top: 20px; }
.scroll.black .icon{ border-color: rgba(0,0,0,0.4); width: 33px; height: 22px; }
.scroll.black .icon span{ background-color: rgba(0,0,0,0.4); animation: scrollhori 1s infinite ease-in-out alternate-reverse; top: 50%; transform: translate(-50%, -50%); }
.scroll.black .arrow{ color: rgba(0,0,0,0.4); flex-direction: row; }
.scroll.black .arrow i{ letter-spacing: -0.65em; }

@keyframes scroll {
    0%{ top: 10px; }
    100%{ top: 20px; }
}

@keyframes scrollhori {
    0%{ left: 10px; }
    100%{ left: 20px; }
}

@keyframes opacity {
    0%{ opacity: 0.5; }
    100%{ opacity: 1; }
}

@media screen and (max-width: 820px){
    ._m .se01 .scroll .icon{ width: 16px; height: 25px; }
    ._m .se01 .scroll .arrow i{ font-size: 16px; }

    @keyframes scroll {
        0%{ top: 7px; }
        100%{ top: 13px; }
    }
}

@media screen and (max-width: 350px){
    .scroll .arrow{ margin-top: 8px; }
}




/* 서브페이지 공통: 서브비주얼, 검색창, 페이징 */
._s{ width: 100%; position: relative; overflow: hidden; }

._s .subVisual{ width: 100%; padding-top: 165px; word-break: keep-all; z-index: 2; position: relative; }
._s .subVisual .wrap > h1{ font-size: 60px; letter-spacing: -0.025em; font-weight: 700; color: #292c6f; text-align: center; }
._s .subVisual .wrap .vis{ width: 100%;  position: relative; padding: 30px; box-sizing: border-box; height: 350px; margin-top: 50px; display: flex; flex-direction: column; justify-content: flex-end; }
._s .subVisual .wrap .vis .img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 30px; overflow: hidden; }
._s .subVisual .wrap .vis .img img{ width: 100%; height: 100%; object-fit: cover; }
._s .subVisual .wrap .vis .subnav{ position: relative; z-index: 90; width: 100%; max-width: 1440px; margin: 0 auto; background-color: rgba(255,255,255,0.8); border-radius: 25px; display: flex; padding: 0 20px; box-sizing: border-box; color: #444444; font-size: 16px; letter-spacing: -0.025em;}
._s .subVisual .wrap .vis .subnav .home{ padding: 15px 30px; box-sizing: border-box;   display: block; position: relative; }
._s .subVisual .wrap .vis .subnav .home::after{ content: ''; display: block; width: 2px; height: 33%; position: absolute; top: 33%; right: -1px; background-color: #aaaaaa; }
._s .subVisual .wrap .vis .subnav .dep{ position: relative; }
._s .subVisual .wrap .vis .subnav .dep._2::after{ content: ''; display: block; width: 2px; height: 33%; position: absolute; top: 33%; left: -1px; background-color: #aaaaaa; }
._s .subVisual .wrap .vis .subnav .dep .name{ padding: 0 30px; height: 100%; display: flex; align-items: center; cursor: pointer; }
._s .subVisual .wrap .vis .subnav .dep .name span{ display: block; margin-right: 80px; }
._s .subVisual .wrap .vis .subnav .dep .dropdown{ width: 98%; box-sizing: border-box; position: absolute; top: calc(100% + 5px); left: 0; padding: 10px 0; background-color: rgba(255,255,255,0.9); border-radius: 16px; box-shadow: 5px 5px 10px rgba(0,0,0,0.1); overflow: hidden; z-index: 10; display: none; }
._s .subVisual .wrap .vis .subnav .dep .dropdown li{ width: 100%; }
._s .subVisual .wrap .vis .subnav .dep .dropdown li > a{ width: 100%; display: block; box-sizing: border-box; padding: 5px 30px; line-height: 1.3; }

._s .subVisual .wrap .vis .subnav .dep.none{ display: none; }

._s .subVisual.bgnone .wrap .vis{ height: auto; padding: 0; }
._s .subVisual.bgnone .wrap .vis .img{ display: none; }
._s .subVisual.bgnone .wrap .vis .subnav{ background-color: #f6f6f6; }

@media screen and (min-width: 821px){
    ._s .subVisual .wrap .vis .subnav .dep .dropdown li > a:hover{ background-color: rgba(0,0,0,0.05); }
}


._s ._cont{ padding-top: 80px; padding-bottom: 120px; box-sizing: border-box; }


._s .search{ display: flex; margin-left: auto; width: 100%; max-width: 320px; box-sizing: border-box; border-radius: 24px; overflow: hidden; border: 1px solid #000; padding: 5px; }
._s .search input{ display: block; width: 100%; height: 36px; font-size: 16px; letter-spacing: -0.025em; padding: 0 25px; border: none; }
._s .search input::placeholder{ color: #aaaaaa; }
._s .search button{ border: none; background-color: #000; color: #fff; width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; font-size: 18px; padding: 5px; display: flex; justify-content: center; align-items: center; }



._s .paging{ display: flex; align-items: center; justify-content: center; }
._s .paging > a{ display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; color: #7c7c7c; font-size: 16px; } 
._s .paging .num{ display: flex; align-items: center; margin: 0 30px; }
._s .paging .num li{ margin: 0 3px; width: 30px; height: 30px; border-radius: 50%; overflow: hidden;  color: #7c7c7c; }
._s .paging .num li > a{ display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; font-size: 16px; }
._s .paging .num li.on{ color: #fff; background-color: #000; }




@media screen and (max-width: 1280px){
    ._s .subVisual{ padding-top: 120px; }
    ._s .subVisual .wrap > h1{ font-size: 45px; }
    ._s .subVisual .wrap .vis{ margin-top: 20px; height: 270px; padding: 20px; }
    ._s .subVisual .wrap .vis .img{ border-radius: 20px; }
    ._s .subVisual .wrap .vis .subnav{ padding: 0 15px; }
    ._s .subVisual .wrap .vis .subnav .home{ padding: 12px 30px; }

    ._s .search input{ font-size: 14px; height: 30px; }
    ._s .search button{ width: 30px; height: 30px; }
}

@media screen and (max-width: 820px){
    ._s .subVisual{ padding-top: 70px; }
    ._s .subVisual .wrap > h1{ font-size: 35px; }
    ._s .subVisual .wrap .vis{ margin-top: 15px; height: 180px; padding: 10px 15px; }
    ._s .subVisual .wrap .vis .img{ border-radius: 16px; }
    ._s .subVisual .wrap .vis .subnav{ padding: 0 10px; font-size: 14px; }
    ._s .subVisual .wrap .vis .subnav .home{ padding: 10px 15px; }
    ._s .subVisual .wrap .vis .subnav .dep .name{ padding: 0 15px; }
    ._s .subVisual .wrap .vis .subnav .dep .name span{ margin-right: 20px; }
    ._s .subVisual .wrap .vis .subnav .dep .dropdown li > a{ padding: 5px 20px; }

    ._s .search input{ font-size: 14px; height: 25px; padding: 0 10px; }
    ._s .search button{ width: 25px; height: 25px; font-size: 14px; }
    
}

@media screen and (max-width: 500px){
    ._s .subVisual .wrap > h1{ font-size: 28px; }
    ._s ._cont{ padding-top: 50px; padding-bottom: 70px; }

    ._s .search{ margin: 0 auto; }
    ._s .paging .num li > a{ font-size: 14px; width: 25px; height: 25px; }
    ._s .paging .num{ margin: 0 5px; }
    ._s .paging .num li{ width: 25px; height: 25px; }

}

@media screen and (max-width: 450px){
    ._s .subVisual .wrap .vis .subnav{ flex-direction: column; background-color: unset; padding: 0; }
    ._s .subVisual .wrap .vis .subnav .home{ display: none; }
    ._s .subVisual .wrap .vis .subnav .dep._1{ margin-bottom: 5px; }
    ._s .subVisual .wrap .vis .subnav .dep._1::after{ display: none; }
    ._s .subVisual .wrap .vis .subnav .dep._2::after{ display: none; }
    ._s .subVisual .wrap .vis .subnav .dep .name{ background-color: rgba(255,255,255,0.9); border-radius: 30px; padding: 10px 15px; width: 100%; box-sizing: border-box; justify-content: space-between; }
    ._s .subVisual .wrap .vis .subnav .dep .name span{ margin-right: 0; }
    ._s .subVisual .wrap .vis .subnav .dep .dropdown{ width: 100%; }

    ._s .subVisual.bgnone .wrap .vis .subnav{ background-color: unset; }
    ._s .subVisual.bgnone .wrap .vis .subnav .dep .name{ background-color: rgb(246, 246, 246); }
    ._s .subVisual.bgnone .wrap .vis .subnav .dep .dropdown{ background-color: rgb(246, 246, 246, 0.9); }
}



.totop{ position: fixed; width: 50px; height: 50px; bottom: 110px; right: min(2.5%, 80px); z-index: 900; box-sizing: border-box; display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; background-color: #000; flex-direction: column; opacity: 0; cursor: pointer; pointer-events: none; transition-duration: 0.4s; border-radius: 10px; }
.totop > span{ display: block; margin-top: 2px; font-size: 14px; }



/* 250520 플렉스 - 광고심의필 번호추가 */
.footer .adnum{ display: block; position: absolute; top: -3em; right: 0; text-align: right; pointer-events: none; color: rgba(255,255,255,0.3); }

@media screen and (max-width: 820px){
    .footer .adnum{ font-size: 14px; top: -2em; }
}