/* Gmarket Sans */
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gmarket Sans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Paperlogy */
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-1Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-2ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-3Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-4Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-5Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-6SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-8ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-9Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* css 드래그 이벤트 차단 */
.disableDrag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grecaptcha-badge{
    visibility: hidden;
}

* {
    transition: 0.3s;
}

/* header */
#header {
    width: 100%;
    display: flex;
    height: 72px;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;
}

#header.gnb-white {
    background: #FFF;
}

.logo {
    width: 154px;
}

.b-logo {
    display: none;
}

#header.gnb-white .w-logo {
    display: none;
}

#header.gnb-white .b-logo {
    display: block;
}

#header nav {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

#header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 8px;
}

nav>ul>li a {
    display: flex;
    box-sizing: border-box;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    cursor: pointer;
    border-radius: 50px;
    transition: 0s;
}

nav>ul>li a:hover {
    color: #FFF !important;
    transition: 0s;
}

#header.gnb-white nav>ul>li a:hover {
    color: #183FCD !important;
    transition: 0s;
}

#header.gnb-white nav>ul>li.tap a:hover {
    color: #FFF !important;
    transition: 0s;
}

.tap a {
    color: #FFF !important;
    background: #183FCD;
}

#header.gnb-white nav>ul>li a {
    color: #505050;
}

.mo-menu-open {
    display: none;
    cursor: pointer;
}

.mo-menu-open:hover {
    background: rgba(255, 255, 255, 0.10);
    transition: 0s;
}

#header.gnb-white .mo-menu-open svg path {
    stroke: #234EEA;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(8px);
    position: fixed;
    left: 0;
    z-index: 101;
}

.mo-menu-top {
    height: 60px;
    box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mo-menu-top .b-logo {
    display: block !important;
}

.mo-menu-bottom {
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-close {
    background: transparent;
    cursor: pointer;
}

.mo-menu nav {
    width: 100%;
}

.mo-menu nav>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.mo-menu nav>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mo-menu nav>ul>li a {
    color: #234EEA;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    box-sizing: border-box;
    padding: 6px 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0s;
}

.mo-menu nav>ul>li:hover a, .mo-menu .tap a {
    color: #FFF !important;
    background: #234EEA !important;
    transition: 0s;
}

/* footer */
footer {
    width: 100%;
    border-top: 1px solid #DDD;
    background: #FFF;
    display: flex !important;
    padding: 65px 0 30px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.footer-big-container {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.policy-wrap {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
    border-radius: 8px;
    background: #F3F7FA;
}

.policy-wrap p, .policy-wrap a {
    color: #767676;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.privacy-div {
    padding-right: 12px;
    height: 15px;
    border-right: 1px solid #DDD;
    display: flex;
    align-items: center;
    transition: 0s;
}

.use-term {
    padding: 0 12px;
    height: 15px;
    border-left: 1px solid #DDD;
}

.pdf-div {
    padding-left: 12px;
}

.policy-wrap p:hover {
    color: #505050;
    transition: 0s;
}

.privacy-policy {
    color: #234EEA !important;
}

.privacy-policy:hover {
    color: #183FCD !important;
    transition: 0s;
}

.introduction-pdf {
    box-sizing: border-box;
    padding: 5px 12px 5px 16px;
    justify-content: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #505050;
    color: #505050 !important;
    margin-left: 12px;
    transition: 0s;
}

.introduction-pdf:hover {
    background: #505050;
    color: #FFF !important;
    transition: 0s;
}

.introduction-pdf:hover svg path {
    fill: #FFF;
    transition: 0s;
}

.footer-container {
    width: 100%;
    display: flex;
    gap: 56px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-logo {
    width: 192px;
}

.footer-div {
    box-sizing: border-box;
    display: flex;
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    word-break: keep-all;
}

.footer-big-div {
    display: flex;
    align-items: center;
}

.footer-big-div .footer-div:first-child {
    padding-right: 10px;
    height: 15px;
    border-right: 1px solid #DDD;
}

.footer-big-div .footer-div:last-child {
    padding-left: 10px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.up-btn {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    background: #191919;
    border-radius: 8px;
    cursor: pointer;
    z-index: 5;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
    transition: 0s;
}

.up-btn:hover {
    background: #183FCD;
    transition: 0s;
}


/* 개인정보처리방침 */
.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 60;
    box-sizing: border-box;
    padding: 0 48px;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    justify-content: initial !important;
    height: 95vh;
    gap: 20px !important;
    display: none;
}

.agree-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.agree-close > svg {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.80);
    padding: 6.4px 6.4px 5.6px 5.6px;
    transition: 0s;
}

.agree-close>svg:hover {
    background: #000;
    transition: 0s;
}

.agree-modal>.title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.p24 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.p40 {
    color:  #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
}

.content-div {
    margin-top: 20px;
    height: 81%;
    overflow: hidden;
}

.agree-modal>.content-div>.content {
    height: 100%;
    overflow: scroll;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #505050;
    padding-bottom: 20px;
}

.agree-logo {
    width: 150px;
}

.mo-tit {
    display: none;
}

.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 50;
}

.normal {
    font-weight: 400 !important;
}

.bold {
    font-weight: 700 !important;
}

.semibold {
    font-weight: 600 !important;
}

.extrabold {
    font-weight: 800 !important;
}

.bold-g {
    font-family: "Gmarket Sans";
}

.primary {
    color: #183FCD !important;
}

.o {
    color: #F0832C !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFDC6A !important;
}

.st-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 5;
}

.st-tit {
    color: #222;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.2px;
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.st-sub-tit {
    color: #767676;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.justify-start {
    justify-content: flex-start !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* 900px */
.mi-br {
    display: none;
}

/* 768px */
.ta-br {
    display: none;
}

/* 650px */
.mo-br {
    display: none;
}

/* 480px */
.xs-br {
    display: none;
}

/* 400px */
.xxs-br {
    display: none;
}


/* 서브페이지 상당 */
.title-container {
    width: 100%;
    display: flex;
    height: 300px;
    padding-top: 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 75px;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}

.title-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}


/* 서브페이지 */
.title-wrap {
    max-width: 1280px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    z-index: 3;
}

.en-tit {
    color: rgba(255, 255, 255, 0.80);
    font-size: 24px;
    font-weight: 500;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
}

.ko-tit {
    color: #FFF;
    font-size: 56px;
    font-weight: 600;
    line-height: 125%; /* 70px */
    letter-spacing: -1.4px;
}

.box-icon {
    position: absolute;
    z-index: 3;
}

.box-icon-left {
    left: 0;
    top: 0;
}

.box-icon-right {
    right: 0;
    top: 0;
}

.box-icon-lb {
    left: 0;
    bottom: 0;
}

.box-icon-rb {
    right: 0;
    bottom: 0;
}

.btn-section {
    max-width: 1280px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    z-index: 10;
}

.tab-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.b-tab {
    display: flex;
    min-width: 200px;
    box-sizing: border-box;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #E9F6FF;
    color: #234EEA;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    cursor: pointer;
    transition: 0s;
}

.b-tab:hover, .b-tab.active {
    background: #234EEA;
    color: #FFF;
    transition: 0s;
}

.content-wrap {
    display: none;
    position: relative;
}

.contain-active {
    display: flex !important;
}

.w-100 {
    width: 100% !important;
}


/* 콘텐츠 & 포트폴리오 */
.list-section {
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}

.list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.list-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 26px;
}

.list-item {
    width: calc(25% - 19.5px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    cursor: pointer;
}

.list-item-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.1s;
}

.list-item-img:hover img {
    transform: scale(1.2);
    transition: 0.1s;
}

.list-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #111;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
}

.no-data {
    color: #505050;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.45px;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li.disabled a {
    opacity: 0.2;
    pointer-events: none;
}

.pagination ul {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.page-link {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0s;
}

.page-link a {
    color:  #767676;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.325px;   
}

.page-link:hover a, .page-link.active a {
    color: #234EEA;
    transition: 0s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#loading img {
    width: 170px;
}


@media(max-width: 1280px) {
    #header {
        padding: 0 20px;
    }
    footer {
        padding: 65px 0 40px;
    }
    .footer-container {
        flex-direction: column;
        gap: 0;
    }
    .footer-logo {
        order: 1;
        width: 170px;
    }
    .footer-inner:last-child {
        order: 2;
        margin-top: 20px;
    }
    .footer-inner:nth-child(2) {
        order: 3;
        margin-top: 8px;
    } 
    .st-tit {
        font-size: 40px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.6px;
    }
    .en-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .ko-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .box-icon {
        width: 85px;
    }
    .list-section {
        padding: 90px 0;
        gap: 60px;
    }
    .list-section .btn-section {
        gap: 30px;
    }
    .list-wrap {
        gap: 20px 16px;
    }
    .list-item {
        width: calc(50% - 8px);
    }
    #loading img {
        width: 120px;
    }
}

@media(max-width: 1200px) {
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        height: 100%;
        transform: none;
    }
}

@media(max-width: 1024px) {
    #header {
        height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .logo {
        width: 130px;
    }
    #header nav>ul>li a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
        padding: 6px 18px;
    }
    .fixed-btn {
        right: 14.5px;
        bottom: 14.5px;
    }
}

@media(max-width: 900px) {
    #header nav {
        display: none;
    }
    .mo-menu-open {
        display: block;
    }
    .st-top {
        gap: 12px;
    }
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .mi-br {
        display: block;
    }
    .mi-no-br {
        display: none;
    }
    .title-container {
        height: 270px;
    }
    .en-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .ko-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .box-icon {
        width: 70px;
    }
    .tab-wrap {
        gap: 12px;
    }
    .list-section {
        padding: 80px 0;
        gap: 50px;
    }
    .list-item {
        gap: 8px;
    }
    .list-item p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
    .footer-big-div {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .footer-div {
        align-items: flex-start;
    }
    .footer-big-div .footer-div:first-child {
        padding-right: 0;
        height: auto;
        border-right: none;
        gap: 8px;
    }
    .footer-big-div .footer-div:last-child {
        padding-left: 31.5px;
    }
    .title-container {
        padding: 70px 16px 0 16px;
    }
    .title-wrap {
        width: 100%;
    }
    .list-section {
        padding: 70px 16px;
        gap: 40px;
    }
    .list-section .btn-section {
        width: 100%;
        gap: 28px;
    }
}

@media(max-width: 650px) {
    #header, .mo-menu-top {
        height: 50px;
        padding: 0 16px;
    }
    .logo {
        width: 116px;
    }
    .footer-big-container {
        padding: 0 16px;
    }
    .footer-logo {
        width: 145px;
    }
    .agree-modal {
        gap: 40px !important;
    }
    .agree-modal>.title>.p24 {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .agree-modal>.title>.p40 {
        font-size: 28px;
        line-height: 38px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .agree-logo {
        width: 120px;
    }
    .st-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .st-sub-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .mo-br {
        display: block;
    }
    .title-container {
        padding: 60px 16px 0 16px;
        height: 240px;
    }
    .ko-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .box-icon {
        width: 60px;
    }
    .tab-wrap {
        gap: 8px;
    }
    .b-tab {
        padding: 8px 0;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
    .list-item {
        width: calc(50% - 8px);
    }
    .list-section .b-tab {
        width: calc(33.3% - 5.3px);
        min-width: unset;
    }
    #loading img {
        width: 100px;
    }
}

@media(max-width: 480px) {
    .policy-wrap {
        justify-content: center;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
    .box-icon {
        width: 50px;
    }
    .b-tab {
        min-width: unset;
    }
}

@media(max-width: 400px) {
    .xxs-br {
        display: block;
    }
}

@media(max-width: 370px) {
    .policy-wrap {
        flex-wrap: wrap;
    }
    .privacy-div {
        padding-right: 8px;
    }
    .use-term {
        padding: 0 8px;
    }
    .introduction-pdf {
        margin-left: 8px;
    }
    .st-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .st-sub-tit {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .b-tab {
        font-size: 15px;
        letter-spacing: -0.375px;
    }
}

@media(max-width: 335px) {
    .use-term {
        padding: 0 0 0 8px;
        border-right: none;
    }
    .introduction-pdf {
        margin: 4px 8px 0;
    }
}
