﻿@charset "utf-8";
/* CSS Document */

/* 웹폰트 */
@font-face {
    font-family: 'YeogiOttaeJalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: block;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: block;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    position: relative;
    height: 100% !important;
    background-color: #fff;
    color: #303e4c;
}

body, html {
    overflow-x: hidden !important;
    font-size: 16px;
    line-height: 1 !important;
    font-family: 'Paperozi';
    font-weight: 400;
    letter-spacing: -0.05em;
    scroll-behavior: smooth;
    /*overflow-wrap: normal; overflow-y: visible; line-height: initial;*/
}
/*li, */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video /*, ol, ul*/ {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit; /*color: #666666; */
    vertical-align: bottom !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

input, button, textarea, select { /* padding: 2%;*/
    background: transparent;
    overflow: hidden;
    outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

input, select { /*border-radius: calc(var(--br_s) / 1.7)!important;*/
    font-family: 'Paperozi';
    transition: all var(--q_trans);
}

select { /*background: url("../images/arrow_down.svg") no-repeat; */
    background-size: 20px;
    background-position: 90% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*code, pre, select {font-size:1.3em; }*/
address, em, cite {
    font-style: normal;
}

img, svg {
    display: block;
    max-width: 100%;
    border: 0 none;
}

hr { /*display:none;*/
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
/*리스트초기화*/
ol, ul { /*list-style: none;*/
    list-style-position: outside;
}
    /*리스트기본세팅
ul{	padding-inline-start: 0.75rem;	list-style-position: outside;}
ul li::marker {	content: "-  ";	color: inherit;}*/
    ul.line-list li::marker {
        content: "-  ";
        color: inherit;
    }

    ul.dot-list li::marker {
        content: "·  ";
        color: inherit;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

label, button {
    cursor: pointer;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
    /* 아이폰 기본 스타일 제거 */
    input[type="date"] {
        display: block;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        min-height: 1.2em;
        min-width: 100%;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        transition: background-color 5000s ease-in-out 0s;
    }

select:focus {
    outline: none;
}

button {
    overflow: visible;
    border: none;
    background: transparent;
    white-space: nowrap;
    vertical-align: top;
    text-decoration: none;
}

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    *cursor: pointer;
}

img {
    vertical-align: top;
    display: inline-block;
}

div, input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*기본버튼 오버 이펙트*/
.hover {
    background-color: var(--blue_02);
    position: relative !important;
    overflow: hidden !important;
    min-width: fit-content !important;
    height: auto;
    display: inline-flex;
    align-items: center;
    /*z-index: 10*/
}

    .hover:hover {
        background-color: var(--blue_02_hover) !important;
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
.hover2 {
    background-image: linear-gradient(135deg, #314789, #0053a5, #314789 )!important;
	box-shadow: 0 1px 6px rgba(2,0,23,0.20);
	border: 1px solid rgba(255,255,255,.11)!important;
}
    .hover2:hover {
        background-image: linear-gradient(135deg, #0C2C66, #003BA5, #0C2C66 )!important;
		border: 1px solid rgba(255,255,255,.16)!important;
    }

    .hover:active, .hover2:active {
        transform: translateY(0px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

.hoverEffect {
    position: relative !important;
    overflow: hidden !important;
    min-width: fit-content !important;
}

    .hoverEffect:after {
        background: var(--white);
        content: "";
        height: 300%;
        left: -150%;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
    }

    .hoverEffect:hover:after {
        left: 150%;
        transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
    }


/* 스크롤바 전체 #cecfd0*/ ::-webkit-scrollbar {
    width: 12px !important;
    background-color: transparent;
}
/* 스크롤바 막대 #9e9fa2*/ ::-webkit-scrollbar-thumb {
    background-color: var(--scroll) !important;
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: padding-box;
}

    ::-webkit-scrollbar-thumb:hover {
        border: 0;
        background-color: var(--blue_01) !important;
    }
/* 스크롤바 외부  #cecfd0*/ ::-webkit-scrollbar-track {
    background-color: transparent !important;
    margin: 30px 0
}

/* 아이콘 */
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    line-height: normal !important;
}

/* number input 화살표 숨김 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

a:focus, a:active {
    -webkit-tap-highlight-color: transparent;
}

/* 플레이스홀더숨김 */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

/* 아이폰 기본 스타일 제거 */
input, textarea {
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
