@charset "utf-8";

/********* 공통 *********/
.bubble::after {content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 15px solid #000;}
/* 폰트 */
.font-mono {font-family: 'Roboto Mono', monospace;}
/* 라벨 및 버튼 */
.round-label {width: fit-content; font-size: 16px; font-weight: 600; border-radius: 30px; padding: 4px 10px; display: flex; align-items: center; column-gap: 10px;}
.round-label.mini {width: fit-content; font-size: 10px; padding: 6px 10px;}
.round-label.mid {width: fit-content; font-size: 16px; font-weight: 400; padding: 10px 20px;}
.square-label {width: fit-content; font-size: 16px; font-weight: 600; border-radius: 5px; padding: 4px 10px; display: flex; align-items: center; column-gap: 5px;}
.round-label:has(strong),
.square-label:has(strong) {column-gap: 5px;}
.round-label strong,
.square-label strong {font-size: 24px; font-weight: 700;}
.circle-btn {transition: background-color 0.2s; width: 47px; height: 47px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center;}
.circle-btn svg path {fill: background-color 0.2s;}
.circle-btn:hover {background-color: #0B1C2D;}
.circle-btn:hover svg path {fill: #A7F22E;}
.round-btn {width: fit-content; font-size: 16px; font-weight: 500; border-radius: 30px; padding: 10px 30px; display: flex; align-items: center; column-gap: 10px;}
.square-btn {width: fit-content; font-size: 16px; font-weight: 600; border-radius: 10px; padding: 8px 20px; display: flex; align-items: center; column-gap: 10px;}
.round-btn:hover,
.square-btn:hover {box-shadow: 0 3px 3px rgba(160, 160, 160, 0.4);}
/* 배경색 */
.bg-gray {background-color: #F6F5F5;}
.bg-blue-gray {background-color: #F4F6F8;}
.bg-light-black {background-color: #252525; color: #fff;}
.bg-black {background-color: #000; color: #fff;}
.bg-navy {background-color: #0B1C2D; color: #fff;}
.bg-navy-10 {background-color: rgba(11, 28, 45, 0.1); color: #3a3a3a;}
.bg-lime {background-color: #A7F22E; color: #fff;}
.bg-white-line {border: 1px solid #fff; color: #fff;}
.bg-gray-line {border: 1px solid #BDBDBD; color: #000000;}
.bg-navy-line {border: 1px solid #0B1C2D; color: #0B1C2D;}
.bg-black-line {border: 1px solid #000; color: #000;}
/* flex카드 */
.card-wrapper {display: flex;}
.card-wrapper.flex-row {}
.card-wrapper.flex-wrap {flex-wrap: wrap;}
.card-wrapper.flex-column {flex-direction: column;}

/********* 헤더 *********/
#hd:has(#hd_wrapper) {}
#hd_wrapper {transition: padding-top 0.3s; z-index: 999; position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%;}
#hd_wrapper #gnb {display: flex; align-items: center; width: 100%; height: 58px; margin: 0 auto; backdrop-filter: blur(5px);}
/*#hd_wrapper.scroll {padding-top: 10px;}*/
#gnb .gnb_wrap {width: calc(100% - 60px); max-width: 1520px;}
#gnb .gnb_wrap .logo-mo,
#gnb .gnb_wrap .main-logo {display: none;}
#gnb .gnb_wrap .sub-logo {display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
#hd_wrapper + #logo {padding-top: 58px;}
#hd_wrapper + #logo a{padding: 24px 0 20px; max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
#hd_wrapper + #logo a svg {width: 100%; transition: filter 0.2s;}
#hd_wrapper + #logo a svg path {transition: fill 0.2s;}
#hd_wrapper:has(.gnb_al_li_plus:hover) + #logo a svg path {fill: #DADADA;}
.kosite_btn-wrap {position: absolute; top: 50%; right: 0; transform: translateY(-50%); display: flex; align-items: center;}
.kosite_btn {position: relative; width: 32px; height: 32px; background-color: #fff; border: 1px solid #f4f4f4; border-radius: 50%;}
.kosite_btn img {object-fit: cover; width: 100%; height: 100%;}
.kosite_btn:hover .bubble {display: block;}
.kosite_btn .bubble {display: none; font-size: 14px; white-space: nowrap; position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); background-color: #333; border-radius: 5px; padding: 3px 5px; color: #fff;}
.kosite_btn .bubble::after {content: ""; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #333; border-top: 0;}

/* #hd_wrapper:has(.gnb_1dli_over) + #logo a svg path,
#hd_wrapper:has(.gnb_1dli_over2) + #logo a svg path {fill: #DADADA;} */
/* #hd_wrapper + #logo a img {width: 100%; transition: filter 0.2s;}
#hd_wrapper:has(.gnb_1dli_over) + #logo a img,
#hd_wrapper:has(.gnb_1dli_over2) + #logo a img {filter: grayscale(1);} */
/* 상위메뉴 */
#hd_wrapper #gnb_1dul {display: flex; align-items: center; justify-content: center; column-gap: 70px;}
#hd_wrapper #gnb_1dul .gnb_1dli {position: relative;}
.gnb_1da {white-space: nowrap; transition: background-color 0.2s; background-color: #E8E8E8; padding: 4px 10px; border-radius: 20px; color: #000; font-size: 15px; font-weight: 500;}
.gnb_1da:hover {background-color: #c9c9c9;}
/* 하위메뉴 */
.gnb_2dul {top: 100%; padding-top: 16px; width: max-content;}
.gnb_2dul .gnb_2dul_box  {display: flex; flex-direction: column; row-gap: 6px;}
.gnb_2da {transition: background-color 0.2s; width: fit-content; padding: 3px 10px; border-radius: 20px; background-color: #7E7E7E; display: flex; align-items: center; column-gap: 10px; font-size: 14px; font-weight: 500; color: #fff;}
.gnb_2da:hover {background-color: #585858;}
/* 전체메뉴 */
.gnb_mnal {display: none; width: 40px !important; height: 40px !important; background-color: #E9E8FB; border-radius: 5px;}
.gnb_mnal{position:relative;width:28px;height:28px;cursor:pointer; display: none;}
.gnb_mnal span,
.gnb_mnal span:before,
.gnb_mnal span:after{display:block;position:absolute;left:50%;transform:translate(-50%,-50%);width:18px;height:2px;background:#2E2B8C;transition:all 0.3s;}
.gnb_mnal span{left:50%;top:50%;transform:translate(-50%,-50%);}
.gnb_mnal span:before,
.gnb_mnal span:after{content:'';}
.gnb_mnal span:before{top:-4px;}
.gnb_mnal span:after{top:6px;}
#hd_wrapper #gnb .gnb_wrap.menu-open {background-color: #fff;}
.menu-open .gnb_mnal span {background:transparent;}
.menu-open .gnb_mnal span:before {top:0;transform:translate(-50%,-50%) rotate(45deg);}
.menu-open .gnb_mnal span:after {top:0;transform:translate(-50%,-50%) rotate(-45deg);}
.menu-open #gnb_all {display: block; transition: all 0.2s; overflow-y: scroll;-ms-overflow-style: none;  /* IE, Edge */ scrollbar-width: none;     /* Firefox */}
.menu-open #gnb_all::-webkit-scrollbar {display: none;}
#gnb_all {display: none; padding: 30px; z-index: 999; position: fixed; top: 58px; right: 0; background-color: #fff; width: 100%; height: calc(100vh - 58px);}
#gnb_all_bg {display: none; z-index: 888; position: fixed; top: 70px; right: 0; background-color: rgba(0, 0, 0, 0.4); width: 100%; height: 100%;}
#gnb_all .gnb_al_ul {display: flex; flex-direction: column; row-gap: 30px; align-items: flex-start;}
#gnb_all .gnb_al_li {position: relative; width: 100%;}
#gnb_all .gnb_al_li > a {position: relative; width: 100%; display: flex; font-weight: 500; padding-bottom: 10px; border-bottom: 1px dashed #EAEAEA;}
#gnb_all .gnb_al_li.has-submenu > a::after {content: "";position: absolute;top: 50%; right: 4px; width: 8px;height: 8px;border-bottom-left-radius: 1px;display: block;transition: all 0.2s; border-right: 2px solid #000;border-bottom: 2px solid #000;transform: translateY(-100%) rotate(-45deg)}
#gnb_all .mo-gnb_al_ul {display: none; padding: 13px 10px;}
#gnb_all .mo-gnb_al_ul > li:not(:last-of-type) {margin-bottom: 6px;}
#gnb_all .mo-gnb_al_ul > li a {width: 100%; height: 30px; display: flex; align-items: center; column-gap: 10px; color: #424242;}
#gnb_all .mo-gnb_al_ul > li a:hover,
#gnb_all .mo-gnb_al_ul > li a.active {color: #2E2B8C; transition: all 0.2s;}
#gnb_all .gnb_al_li.has-submenu.open > a::after {top: 2px; transform: rotate(45deg); border-right: 2px solid #2E2B8C; border-bottom: 2px solid #2E2B8C;}

/********* 푸터 *********/
/* 아웃트로 */
.outro-section {padding: 37px 0;}
.outro-section .tit {margin-bottom: 0; text-align: center;}
.outro-section .tit h2 {font-size: 40px; margin-bottom: 20px !important; font-family: 'Roboto Mono', monospace; font-weight: 600; text-transform: uppercase;}
.outro-section .tit h2 br.mo-mode {display: none;}
.outro-section .round-btn {font-size: 20px; padding: 10px 20px; margin: 0 auto;}

#ft {padding: 80px 0;}
#ft #ft_wr {width: calc(100% - 60px); max-width: 1520px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
#ft #ft_wr .left {display: flex; flex-direction: column; align-items: flex-start; row-gap: 20px;}
#ft #ft_wr .left .ft-logo img {width: 240px;}
#ft #ft_wr .left .footer-info {display: flex; flex-direction: column; row-gap: 8px; flex-wrap: wrap;}
#ft #ft_wr .left .footer-info li {display: flex; align-items: center; column-gap: 20px; flex-wrap: wrap; row-gap: 8px;}
#ft #ft_wr .left .footer-info li p {color: #747474; font-size: 15px;}
#ft #ft_wr .left .footer-info li span{color: #000; font-size: 15px;}
#ft #ft_wr .left #ft_copy {font-size: 12px; font-weight: 400; color: #000;}
#ft #ft_wr .right .ft-menu-list{display: flex; align-items: flex-start; column-gap: 100px;}
#ft #ft_wr .right .ft-menu .ft-1da,
#ft #ft_wr .right .ft-menu .ft-1da-title {font-size: 15px; font-weight: 600; color: #000; position: relative; padding: 5px 0; margin: -5px 0;}
#ft #ft_wr .right .ft-menu .ft-1da::after, 
#ft #ft_wr .right .ft-menu .ft-1da-title::after {transition: width 0.2s; content: ''; background-color: #000; width: 100%; height: 1px; position: absolute; top: calc(100% - 5px); left: 0; width: 0;}
#ft #ft_wr .right .ft-menu .ft-1da:hover::after,
#ft #ft_wr .right .ft-menu .ft-1da-title:has(+ul .ft-2da:hover)::after {width: 100%;}
#ft #ft_wr .right .ft-menu .ft-2da {transition: color 0.2s; font-size: 16px; font-weight: 400; color: #747474; padding: 5px 0; margin: -5px 0;}
#ft #ft_wr .right .ft-menu .ft-2da:hover {color: #000;}
#ft #ft_wr .right .ft-menu .ft-1dul {display: flex; flex-direction: column; row-gap: 20px;}
#ft #ft_wr .right .ft-menu .ft-1da-title {margin-bottom: 20px;}
#ft #ft_wr .right .ft-menu .ft-2dul,
#ft #ft_wr .right .ft-menu .sns-list {display: flex; flex-direction: column; row-gap: 10px;}

/* 반응형 */
@media screen and (max-width: 1440px) {
    #hd_wrapper + #logo a {width: 90%; padding: 30px 0;}
    #hd_wrapper + #logo a svg {height: auto;}
    #hd_wrapper #gnb_1dul {column-gap: 40px;}
}
@media screen and (max-width: 1280px) {
    #hd_wrapper.sub-hd #gnb_1dul {column-gap: 24px; justify-content: flex-end; padding-right: 52px;}
}
@media screen and (max-width: 1024px) {
    #hd_wrapper.sub-hd + #logo,
    #hd_wrapper.sub-hd #gnb .gnb_wrap .sub-logo,
    #hd_wrapper.sub-hd #gnb_1dul .gnb_1dli:not(.gnb_mnal) {display: none;}
    #hd_wrapper.sub-hd #gnb_1dul {padding-right: 0;}
    #hd_wrapper.sub-hd #gnb .gnb_mnal {display: block;}
    #hd_wrapper.sub-hd #gnb .gnb_wrap .logo-mo img {width: auto; height: 24px;}
    #hd_wrapper.sub-hd #gnb .gnb_wrap .logo-mo {display: flex; align-items: center; justify-content: center;}
    #hd_wrapper.sub-hd #gnb .gnb_wrap {width: 100%; height: 100%; display: flex; justify-content: space-between; padding: 0 30px;}
    .kosite_btn-wrap {right: 90px;}
  
    .outro-section .tit h2 br.mo-mode {display: block;}
    #ft #ft_wr {width: calc(100% - 200px); flex-direction: column; row-gap: 100px; align-items: flex-start;}
}
@media screen and (max-width: 768px) {
    
    #hd_wrapper.main-hd + #logo,
    #hd_wrapper.main-hd #gnb .gnb_wrap .sub-logo,
    #hd_wrapper.main-hd #gnb_1dul .gnb_1dli:not(.gnb_mnal) {display: none;}
    #hd_wrapper.main-hd #gnb .gnb_mnal {display: block;}
    #hd_wrapper.main-hd #gnb .gnb_wrap .logo-mo {display: flex; align-items: center; justify-content: center;}
    #hd_wrapper.main-hd #gnb .gnb_wrap {width: 100%; height: 100%; display: flex; justify-content: space-between; padding: 0 30px;}
    
    .outro-section .tit h2 {font-size: 36px;}
    #ft #ft_wr {width: calc(100% - 100px);}
    #ft #ft_wr .right .ft-menu-list {column-gap: 80px;}
}

@media screen and (max-width: 500px) {
    #hd_wrapper #gnb .gnb_wrap .logo-mo img {height: 19px !important;}

    #hd_wrapper #gnb .gnb_wrap {padding: 0 16px !important;}
    #gnb_all {padding: 30px 16px;}
    .kosite_btn-wrap {right: 76px;}

    #ft {padding: 50px 0;}
    #ft #ft_wr .right .ft-menu-list {flex-direction: column; align-items: flex-start; row-gap: 100px;}
}
@media screen and (max-width: 480px) {
    .outro-section .tit h2 {font-size: 24px;}
}

@media screen and (max-width: 340px) {
    #ft #ft_wr .left .ft-logo img {width: 100%;}
}

/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/
/************/