@charset 'utf-8';

:root {  
    --mg-5: 5px;
    --mg-10: 10px;
    --mg-15: 15px;
    --mg-16: 16px;
    --mg-18: 18px;
    --mg-20: 20px;
    --mg-24: 24px;
    --mg-25: 25px;
    --mg-30: 30px;
    --mg-35: 35px;
    --mg-40: 40px;
    --mg-45: 45px;
    --mg-50: 50px;
    --mg-55: 55px;
    --mg-60: 60px;
    --mg-65: 65px;
    --mg-70: 70px;
    --mg-80: 80px;
    --mg-85: 85px;
    --mg-100: 100px;
    --mg-120: 120px;
    --mg-150: 150px;
    --mg-200: 200px;


    /* color */
    --color-white:#FFFFFF;
    --color-gray100: #fbfbfb;
    --color-gray200: #f8f8f8;
    --color-gray300: #f3f3f3;
    --color-gray400: #e1e1e1;
    --color-gray500: #c1c1c1;
    --color-gray600: #999999;
    --color-gray700: #888888;
    --color-gray800: #555555;
    --color-dark: #222222;

    --color-green: #00CE88;
    --color-green-hover: #029261;
    --color-excel: #B5D2B7;

    --color-orange: #FFA200;
    --color-yellow: #FFEC9F;
    
    --color-red: #FB3838;

    --color-blue: #28D0E4;

    /* font */


    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 20px;
    --font-22: 22px;
    --font-24: 24px;
    --font-25: 25px;
    --font-30: 30px;
    --font-34: 34px;
    --font-35: 35px;
    --font-36: 36px;
    --font-40: 40px;
    --font-44: 44px;
    --font-50: 50px;
    --font-58: 58px;
    --font-60: 60px;
    --font-62: 62px;
    --font-64: 64px;
    --font-80: 80px;
    --font-85: 85px;
    --font-100: 100px;
    --font-124: 124px;
    --font-164: 164px;

    /* effect */
    --transition: all 0.3s
    
}
    @media all and (max-width: 640px) {
        
    }
    @media all and (max-width: 1200px) {
        
    }
    @media all and (max-width: 1000px) {
        
    }
    @media all and (max-width: 640px) {
        
    }
@font-face {
    font-family: 'Cafe24Oneprettynight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Oneprettynight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    min-width: 280px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button,
address, code, em, img, select,
small, strong, sub, sup, var, button,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
    word-break: keep-all;
    font-weight: var(--fw-300);
    color:var(--color-dark);
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:lang(en) {
    font-family: 'Yantramanav', sans-serif;
}

ul,
ol {
    list-style: none;
}
pre {
    white-space: pre-line;
}
a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}
a,
button {
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color:inherit;
    font-size:inherit;
}
a:hover {
    color:var(--color-green)
}

::-moz-selection {
    color: #fff;
    background: #231f20;
}
::selection {
    color: #fff;
    background: #231f20;
}

svg {
    height: auto;
}

/* 인풋 기본 스타일 제거 */
textarea,
input,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    line-height: normal;
}

/* input type number 에서 화살표 제거 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
select::-ms-expand {
    display: none;
}
textarea {
    width: 100%;
    background: none;
    resize: none;
}
button {
    border: 0;
    background: none;
    cursor: pointer;
}
select {
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

/* placeholder 포커스시 감추기*/
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

/* Padding & Margin  */
.p0 {
    padding: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.m0 {
    margin-top: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.ml0 {
    margin-left: 0 !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

/* Float */
.fl {
    float: left;
}
.fr {
    float: right;
}
.cb {
    clear: both !important;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}

/* Display */
.db {
    display: block !important;
}
.di {
    display: inline !important;
}
.dib {
    display: inline-block !important;
}
.dibw100 {
    width: 100%;
    display: inline-block;
}
.d-none {
    display: none !important;
}

/* Alaign */
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}

/* Absolute align */
.xyalign {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.yalign {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xalign {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Border */
.b0 {
    border: 0 !important;
}
.bt0 {
    border-top: 0 !important;
}
.bl0 {
    border-left: 0 !important;
}
.br0 {
    border-right: 0 !important;
}
.bb0 {
    border-bottom: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    svg {
        height: 100%;
    }
}
/* float 관련 */
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.leftbox {
    float: left;
}
.rightbox {
    float: right;
}

/* box-shadow */
.shadow {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
/* 말줄임 */
.dot {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
/* 효과 */
.effect1 {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.ready {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-gray200);
    text-align: center;
    height: 200px;
    font-weight: var(--fw-300);
    font-size: var(--font-15);
}
/* Popup */
/* 
.popup {
    width: 90%;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 1000000;
    max-width: 500px;
}
.popup .popuparea {
    width: 100%;
    height: auto;
    position: relative;
}
.popup .popuparea .ppimg {
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
    overflow: hidden;
}
.popup .popuparea img {
    width: 100%;
    object-fit: cover;
}
.popup .popuparea .ppclose {
    position: absolute;
    font-size: 40px;
    color: #fff;
    right: -3.5rem;
    top: -0.5rem;
    opacity: 0.8;
}
.popup .popuparea .ppclose:hover {
    opacity: 1;
}
.popup .ppcheck {
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.popup .ppcheck:hover {
    background-color: #333;
    color: #fff;
}
.popup .ppcheck i {
    font-size: 1.214rem;
}
.popup .ppcheck:hover i {
    font-size: 1.214rem;
    color: #fff;
}
.popup .close {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    background-color: #555555;
    right: 0;
    z-index: 9999999;
    border-radius: 100%;
    right: 3%;
    top: 1.8rem;
}
.popup .close .line {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 2px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    margin-top: 0;
}
.popup .close .line:before {
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    height: 2px;
    width: 14px;
    background: #fff;
} 
*/


