

:root {


/* Hero */
--fz-60: clamp(3.2rem, 3vw, 6rem);

/* Display */
--fz-50: clamp(2.8rem, 2.6vw, 5rem);

/* Large Title */
--fz-46: clamp(2.7rem, 2.45vw, 4.6rem);

/* Title */
--fz-42: clamp(2.6rem, 2.4vw, 4.2rem);

/* Title */
--fz-40: clamp(2.4rem, 2.2vw, 4rem);

/* Medium Title */
--fz-36: clamp(2.3rem, 2vw, 3.6rem);

/* Sub Title */
--fz-32: clamp(2.2rem, 1.8vw, 3.2rem);

/* Small Title */
--fz-28: clamp(2.1rem, 1.6vw, 2.8rem);

/* Small Title */
--fz-24: clamp(2rem, 1.4vw, 2.4rem);

/* Body Large */
--fz-22: clamp(1.8rem, 1.3vw, 2.2rem);

--fz-20: clamp(1.6rem, 1.2vw, 2rem);

/* Body */
--fz-18: clamp(1.5rem, 1vw, 1.8rem);

--fz-16: clamp(1.4rem, 0.8vw, 1.6rem);

/* Caption */
--fz-14: clamp(1.2rem, 0.7vw, 1.4rem);

--fz-12: clamp(1rem, 0.6vw, 1.2rem);
    

  --space-8: clamp(0.8rem, 0.8vw, 1.2rem);
  --space-16: clamp(1.2rem, 1vw, 1.6rem);
  --space-24: clamp(1.6rem, 1.5vw, 2.4rem);
  --space-40: clamp(2.4rem, 2vw, 4rem);
  --space-60: clamp(4rem, 3vw, 6rem);
  --space-100: clamp(6rem, 5vw, 10rem);
    
    
    
    
    /* =====================================
PRIMARY
===================================== */


--primary: #0099da;
--primary-hover: #2E6B84;

--primary-50: #F0FBFF;
--primary-100: #CCF3FC;
--primary-200: #99E4F8;
--primary-300: #66D5F4;
--primary-400: #33C5EF;
--primary-500: #009EE2;
--primary-600: #008BC7;
--primary-700: #0077AC;
--primary-800: #005F89;
--primary-900: #004766;

    /* =====================================
SECONDARY
===================================== */

    --secondary-navy: #273d70;
    --secondary-blue: #5682da;
    --secondary-purple: #4F46E5;
    --secondary-green: #2ed674;
    --secondary-orange: #f7ad3e;
    --secondary-red: #dd4b4b;
    --secondary-yellow: #ffd900;
    --secondary-white: #fff;
    --secondary-grey: #666;
    --secondary-black: #2c292a;
    --secondary-mint: #01c9ae;



    /* =====================================
TEXT
===================================== */

    --text-primary: #333;
    --text-secondary: #444444;
    --text-muted: #666666;
    --text-light: #999999;
    --text-white: #ffffff;


    --text-2xs: 1rem;
    --text-xs: 1.2rem;
    --text-sm: 1.3rem;
    --text-base: 1.4rem;

    --text-md: 1.5rem;
    --text-lg: 1.6rem;
    --text-xl: 1.8rem;

    --text-2xl: 2rem;
    --text-3xl: 2.4rem;
    --text-4xl: 2.8rem;

    --text-5xl: 3.2rem;
    --text-6xl: 3.6rem;
    --text-7xl: 4.2rem;

    --text-8xl: 4.8rem;
    --text-9xl: 5.6rem;
    --text-10xl: 6.4rem;


    /* =====================================
UI
===================================== */

    --border-default: #dfdfdf;
    --border-light: #e4e4e4;
    --bg-light: #fafafa;
    --bg-soft: #e7e7e8;


    /* =====================================
GRAY SCALE
===================================== */

    --gray-100: #f9f9f9;
    --gray-200: #f6f6f6;
    --gray-300: #e4e4e4;
    --gray-400: #ececec;
    --gray-500: #dfdfdf;
    --gray-600: #cccccc;
    --gray-700: #bababa;
    --gray-800: #7a7a7a;
    --gray-900: #585757;


    /* =====================================
STATUS
===================================== */

    --danger: #f70000;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;



    /* Box Shadows */
    --shadow-01: 0px 2px 4px rgba(37, 37, 37, 0.1);
    --shadow-02: 0px 4px 8px rgba(37, 37, 37, 0.1);
    --shadow-03: 0px 8px 16px rgba(37, 37, 37, 0.1);
    --shadow-04: 0px 16px 24px rgba(37, 37, 37, 0.1);
    --shadow-05: 0px 24px 32px rgba(37, 37, 37, 0.1);

    /* Border Radius */
    --border-radius-s: 0.5rem;
    --border-radius-m: 1rem;
    --border-radius-l: 2.5rem;
    --border-radius-r: 50%;

    /* spacing Radius */
    --space-sm: -0.05rem;
    --space-md: -0.1rem;
    --space-lg: -0.2rem;

    /* =====================================
table color
===================================== */
    --thead: #525252;

}


/* =========================================
   font (Responsive Base)
   ========================================= */



@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'OneStoreMobileGothicTitleFont';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

.one_font { font-family: 'OneStoreMobileGothicTitleFont' !important; }

/* 박스 모델 통일 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 기본 여백 제거 */
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,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: keep-all; 
}

/* HTML5 요소 display 초기화 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

/* 본문 기본 세팅 */
html {
   font-size:62.5%;
 
    scroll-behavior: smooth;
    font-weight: 400;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    
   
}

body { 
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    color: var(--text-primary);  font-size:1.6rem;
}



/*폰트*/
h2 {
  font-size: var(--fz-60);
}

h3 {
  font-size: var(--fz-40);
}

h4 {
  font-size: var(--fz-32);
}

h5 {
  font-size: var(--fz-24);

}h6 {
  font-size: var(--fz-20);
}

p {
  font-size: var(--fz-18);
}




/* 리스트 스타일 제거 */
ol,
ul {
    list-style: none;
}

/* 링크 스타일 초기화 */
a {
    text-decoration: none;
    color: inherit;
}

/* 이미지 반응형 */
img,
video {

    display: block;
}

/* 버튼, 입력요소 기본값 초기화 */
button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    font-size: var(--fz-16);
    box-sizing: border-box;


}


select {
    
    border-radius: 5px;
    appearance: none;
    border: 1px solid #dbdbdb;
    padding: 1rem  1.6rem;
    cursor: pointer;
}

input {
   
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 1rem  1.6rem;
    font-size: 1.6rem;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
}

input[type="text"] {
    background: #fff;
}

input[type="text"]::placeholder {
    color: var(--gray-700);
}

input:disabled {
    background: #f9f9f9;
    color: #666
}

textarea {
    min-height: 150px;
    border: 1px solid #dbdbdb;
    width: 100%;
    resize: none;
    padding: 1rem;
}

textarea::placeholder {
    color: var(--gray-700);
}


button {
    cursor: pointer;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
}










/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

/* Chrome 계열 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}


::-webkit-scrollbar-track {
    background: #1f2937;
}

::-webkit-scrollbar-thumb {
    background: #4b5563;
}

::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
}














/* 테이블 기본값 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Strong/Bold 폰트 가중치 */
b,
strong {
    font-weight: 600;
}

/* 숨김 접근성용 클래스 */
.hidden,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}




/* skipNavi ---------------------------------------------------------------------- */
.skipNavi {
    position: relative;
    z-index: 99999;
}

.skipNavi,
.skipNavi ul {
    height: 0
}

.skipNavi ul li {
    display: inline;
}

.skipNavi a {
    position: absolute;
    top: -9999px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    background: #000;
    z-index: 1000;
}

.skipNavi a:focus,
.skipNavi a:hover,
.skipNavi a:active {
    top: 0;
}




/* noStyle */
.bd_none {
    border: none !important;
}

.bt_none {
    border-top: none !important;
}

.bl_none {
    border-left: none !important;
}

.bb_none {
    border-bottom: none !important;
}

.br_none {
    border-right: none !important;
}

.bk_none {
    background: none !important;
}

.mr_auto {
    margin: 0 auto !important;
}

.mr_none {
    margin: 0 !important;
}

.pd_none {
    padding: 0 !important;
}

.bs_none {
    border-radius: 0 !important;
}



.bd_rd4 {
    border-radius: 0.4rem
}

.bd_rd8 {
    border-radius: 0.8rem
}

.bd_rd10 {
    border-radius: 1rem
}

.bd_rd12 {
    border-radius: 1.2rem
}

.bd_rd14 {
    border-radius: 1.4rem
}

.bd_rd16 {
    border-radius: 1.6rem
}

.bd_rd20 {
    border-radius: 1.8rem
}

.bd_rd25 {
    border-radius: 2rem
}

.bd_rd50p {
    border-radius: 50%;
}

.bold100 {
    font-weight: 100 !important;
}

.bold200 {
    font-weight: 200 !important;
}

.bold300 {
    font-weight: 300 !important;
}

.bold400 {
    font-weight: 400 !important;
}

.bold500 {
    font-weight: 500 !important;
}

.bold600 {
    font-weight: 600 !important;
}

.bold700 {
    font-weight: 700 !important;
}

.bold800 {
    font-weight: 800 !important;
}

.bold900 {
    font-weight: 900 !important;
}


.poppins {
    font-family: 'Poppins'
}




.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 1rem !important;
}

.mt20 {
    margin-top: 2rem !important;
}

.mt30 {
    margin-top: 3rem !important;
}

.mt40 {
    margin-top: 4rem !important;
}

.mt50 {
    margin-top: 5rem !important;
}

.mt60 {
    margin-top: 6rem !important;
}

.mt70 {
    margin-top: 7rem !important;
}

.mt80 {
    margin-top: 8rem !important;
}

.mt90 {
    margin-top: 9rem !important;
}

.mt100 {
    margin-top: 10rem !important;
}



.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 1rem;
}

.mb20 {
    margin-bottom: 2rem;
}

.mb30 {
    margin-bottom: 3rem;
}

.mb40 {
    margin-bottom: 4rem;
}

.mb50 {
    margin-bottom: 5rem;
}

.mb60 {
    margin-bottom: 6rem;
}

.mb70 {
    margin-bottom: 7rem;
}

.mb80 {
    margin-bottom: 8rem;
}

.mb90 {
    margin-bottom: 9rem;
}

.mb100 {
    margin-bottom: 10rem;
}


.ml0 {
    margin-left: 0;
}

.ml10 {
    margin-left: 1rem;
}

.ml20 {
    margin-left: 2rem;
}

.ml30 {
    margin-left: 3rem;
}

.ml40 {
    margin-left: 4rem;
}

.ml50 {
    margin-left: 5rem;
}

.ml60 {
    margin-left: 6rem;
}

.ml70 {
    margin-left: 7rem;
}

.ml80 {
    margin-left: 8rem;
}

.ml90 {
    margin-left: 9rem;
}

.ml100 {
    margin-left: 10rem;
}

.mr0 {
    margin-left: 0;
}

.mr10 {
    margin-left: 1rem;
}

.mr20 {
    margin-left: 2rem;
}

.mr30 {
    margin-left: 3rem;
}

.mr40 {
    margin-left: 4rem;
}

.mr50 {
    margin-left: 5rem;
}

.mr60 {
    margin-left: 6rem;
}

.mr70 {
    margin-left: 7rem;
}

.mr80 {
    margin-left: 8rem;
}

.mr90 {
    margin-left: 9rem;
}

.mr100 {
    margin-left: 10rem;
}


.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 1rem !important;
}

.pt20 {
    padding-top: 2rem !important;
}

.pt30 {
    padding-top: 3rem !important;
}

.pt40 {
    padding-top: 4rem !important;
}

.pt50 {
    padding-top: 5rem !important;
}

.pt60 {
    padding-top: 6rem !important;
}

.pt70 {
    padding-top: 7rem !important;
}

.pt80 {
    padding-top: 8rem !important;
}

.pt90 {
    padding-top: 9rem !important;
}

.pt100 {
    padding-top: 10rem !important;
}


.pb0 {
    padding-bottom: 0 !important;
    ;
}

.pb10 {
    padding-bottom: 1rem !important;
    ;
}

.pb20 {
    padding-bottom: 2rem !important;
    ;
}

.pb30 {
    padding-bottom: 3rem !important;
    ;
}

.pb40 {
    padding-bottom: 4rem !important;
    ;
}

.pb50 {
    padding-bottom: 5rem !important;
    ;
}

.pb60 {
    padding-bottom: 6rem !important;
    ;
}

.pb70 {
    padding-bottom: 7rem !important;
    ;
}

.pb80 {
    padding-bottom: 8rem !important;
    ;
}

.pb90 {
    padding-bottom: 9rem !important;
    ;
}

.pb100 {
    padding-bottom: 10rem !important;
    ;
}


.tcen {
    text-align: center !important;
}

.tleft {
    text-align: left !important;
}

.tright {
    text-align: right !important;
}


.block {
    display: block;
}

.inline {
    display: inline;
}

.inline_block {
    display: inline-block;
}


.flex {
    display: flex;
    align-items: center;
    gap: 1rem
}

.flex_1 {
    flex: 1
}

.wth100p {
    width: 100% !important;
}



/*버튼*/


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.btn:hover {
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
}






.round_btn_xs {
    display: inline-block;
    font-size: var(--fz-12);
    border-radius: var(--border-radius-s);
    padding: 0.2rem 0.8rem;
}

.round_btn_xs:hover {
    font-weight: 600;
}

.round_btn_sm {
    display: inline-block;
    font-size: var(--fz-14);
    border-radius: var(--border-radius-s);
    padding: 0.6rem 1rem;
}

.round_btn_sm:hover {
    font-weight: 600;
}

.round_btn_md {
    display: inline-block;
    font-size: var(--fz-16);
    border-radius: var(--border-radius-s);
    border: 1px solid var(--primary);
    padding: 0.8rem 1.6rem;
    color: var(--primary)
}

.round_btn_md:hover {
    color: #fff;
    background: var(--primary);
}

.round_btn_lg {
    display: inline-block;
    font-size: var(--fz-20);
    border-radius: var(--border-radius-m);
    border: 1px solid var(--primary);
    padding: 1rem 2.2rem;
    color: var(--primary)
}

.round_btn_lg:hover {
    color: #fff;
    background: var(--primary);
}

.round_btn_xl {
    display: inline-block;
    font-size: var(--fz-24);
    border-radius: var(--border-radius-m);
    border: 1px solid var(--primary);
    padding: 1.2rem 2.6rem;
    color: var(--primary)
}

.round_btn_xl:hover {
    color: #fff;
    background: var(--primary);
    border: 1px solid var(--primary);
}





/*라운드컬러*/

.round_primary {
    border: 1px solid var(--primary);
    color: var(--primary)
}


.round_blue {
    border: 1px solid var(--secondary-blue);
    color: var(--secondary-blue)
}

.round_orange {
    border: 1px solid var(--secondary-orange);
    color: var(--secondary-orange)
}

.round_purple {
    border: 1px solid var(--secondary-purple);
    color: var(--secondary-purple)
}

.round_navy {
    border: 1px solid var(--secondary-navy);
    color: var(--secondary-navy)
}

.round_yellow {
    border: 1px solid var(--secondary-yellow);
    color: var(--secondary-yellow)
}

.round_red {
    border: 1px solid var(--secondary-red);
    color: var(--secondary-red)
}

.round_black {
    border: 1px solid var(--secondary-black);
    color: var(--secondary-black)
}








.fill_btn_sm {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
    color: var(--secondary-white);
}

.fill_btn_sm:hover {
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
}

.fill_btn_md {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.8rem 2.2rem;
    background: var(--primary);
    color: var(--secondary-white)
}

.fill_btn_md:hover {
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
}

.fill_btn_lg {
    display: inline-block;
    font-size: 2rem;
    padding: 1rem 2.2rem;
    background: var(--primary);
    color: var(--secondary-white)
}

.fill_btn_lg:hover {
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
}

.fill_btn_xl {
    display: inline-block;
    font-size: 2.2rem;
    padding: 1.2rem 2.6rem;
    background: var(--primary);
    color: var(--secondary-white)
}

.fill_btn_xl:hover {
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
}




.download_bnt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--secondary-navy);
    color: var(--secondary-navy);
    cursor: pointer;
    font-size: var(--fz-16);
    font-weight: 500;
    transition: all 0.3s ease;
}

.download_bnt:hover {
    background: var(--secondary-navy);
    color: #fff;
}


.edit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.8rem;
    padding: 1rem 2.6rem;
    background: var(--secondary-blue);
    color: var(--secondary-white);
    border-radius: 0.5rem;
}

.delete_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.8rem;
    padding: 1rem 2.6rem;
    background: var(--secondary-grey);
    color: var(--secondary-white);
    border-radius: 0.5rem;
}


.save_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.8rem;
    padding: 1rem 2.6rem;
    background: var(--primary);
    color: var(--secondary-white);
    border-radius: 0.5rem;
}

.cancel_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.8rem;
    padding: 1rem 2.6rem;
    background: var(--gray-900);
    color: var(--secondary-white);
    border-radius: 0.5rem;
}

.list_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: var(--fz-20);
    padding: 1rem 2.6rem;
    background: var(--primary-hover);
    color: var(--secondary-white);
    border-radius: 0.5rem;
}




.flex_sb {
    justify-content: space-between;
}


/*폰트*/
.color_primary {
    color: var(--primary) !important; 
}

.color_wh {
    color: var(--secondary-white) !important; 
}



.color_black {
    color: var(--secondary-black) !important; 
}
 

.color_gray {
    color: var(--secondary-grey) !important; 
}
.color_red {
    color: var(--secondary-red) !important; 
}

.color_navy {
    color: var(--secondary-navy) !important; 
}

.color_orange {
    color: var(--secondary-orange) !important; 
}

.color_purple {
    color: var(--secondary-purple) !important; 
}

.color_yellow {
    color: var(--secondary-yellow) !important; 
}

.color_green {
    color: var(--secondary-green) !important; 
}

.color_blue {
    color: var(--secondary-blue) !important; 
}



/*백그라운드*/

.bg_primary {
    background: var(--primary)
}

.bg_wh {
    background: var(--secondary-white)
}

.bg_red {
    background: var(--secondary-red)
}

.bg_navy {
    background: var(--secondary-navy)
}

.bg_orange {
    background: var(--secondary-orange)
}

.bg_purple {
    background: var(--secondary-purple)
}

.bg_yellow {
    background: var(--secondary-yellow)
}

.bg_green {
    background: var(--secondary-green)
}

.bg_blue {
    background: var(--secondary-blue)
}

.bg_grey {
    background: var(--secondary-grey)
}
.bg_lightgrey {
    background: var(--bg-light)
}




.icon_btn {
    width: 42px;
    height: 42px;
    border: 1px solid #dbdbdb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon_btn:hover {
    background: var(--primary);
    color: #fff;
}



.material-symbols-outlined {
    vertical-align: middle;
}

.material-symbols-outlined.fill {
    font-variation-settings:
        'FILL'1,
        'wght'400,
        'GRAD'0,
        'opsz'24
}


.file_add_btn {
    display: inline-block;
    font-size: 1.4rem;
    border-radius: var(--border-radius-s);
    padding: 0.8rem 1rem;
    border: 1px solid var(--secondary-grey);
    color: var(--secondary-grey);
    background: var(--bg-light);
}

.file_add_btn span {
    font-size: 2rem !important;
}












/* skipNavi ---------------------------------------------------------------------- */
.skipNavi {position:relative; z-index:99999;}
.skipNavi, .skipNavi ul {height:0}
.skipNavi ul li {display:inline;}
.skipNavi a {position:absolute; top:-9999px; width:100%; height:30px; text-align:center; color:#fff; font-weight:bold; line-height:30px; background:#000; z-index:1000;}
.skipNavi a:focus, .skipNavi a:hover, .skipNavi a:active {top:0;}

