@charset "UTF-8";
@font-face {
    font-family: 'KCC-Ganpan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/KCC-Ganpan.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
*{ scroll-behavior: smooth;}
:root{
	--mrgn-half: calc(var(--mrgn) / 2);  /*9px*/
	--mrgn:      18px;
	--mrgn-x2:   calc(var(--mrgn) * 2); /*36px*/
	--mrgn-x4:   calc(var(--mrgn) * 4); /*72px*/
	--mrgn-x8:   calc(var(--mrgn) * 8);/*144px*/
	--mrgn-x16:  calc(var(--mrgn) * 16);/*288px*/

	--basic-width : 1200px;
	--basic-font-size: 14px;

	--color-main:  #452f26;
	--color-point: #c25e34;
	--color-point-y: #ffd071;
	--color-point-b: #0080ff;
	--color-sub:   #fff9c8;

	--color-w-000: rgba(255, 255, 255, 0);
	--color-w-015: rgba(255, 255, 255, .15);
	--color-w-025: rgba(255, 255, 255, .25);
	--color-w-035: rgba(255, 255, 255, .35);
	--color-w-050: rgba(255, 255, 255, .5);
	--color-w-065: rgba(255, 255, 255, .65);
	--color-w-075: rgba(255, 255, 255, .75);
	--color-w-085: rgba(255, 255, 255, .85);
	--color-w:   #fff;

	--color-k-000: rgba(0, 0, 0, 0);
	--color-k-015: rgba(0, 0, 0, .15);
	--color-k-025: rgba(0, 0, 0, .25);
	--color-k-035: rgba(0, 0, 0, .35);
	--color-k-050: rgba(0, 0, 0, .5);
	--color-k-065: rgba(0, 0, 0, .65);
	--color-k-075: rgba(0, 0, 0, .75);
	--color-k-085: rgba(0, 0, 0, .85);
	--color-k:   #000;
}
html, body{ position: relative; min-width: var(--basic-width); background: var(--color-sub); color: var(--color-main); font-size: var(--basic-font-size); font-family: "KCC-Ganpan";}
.fa-solid, .fa-regular, .fa-light, .fa-thin{ line-height: inherit;}
.wrap{ position: relative;}
.sections{ position: relative;}
.width_con{ position: relative; margin: 0 auto; width: var(--basic-width); padding: var(--mrgn-x8) 0;}
.dark{ color: var(--color-sub);}

.nav_lnb li{ position: relative; z-index: 2;}
.nav_lnb li.slider{ position: absolute; width: 100%; height: 100%; z-index: 1; transition: all 300ms ease-in-out !important; left: 50%;}
.nav_lnb.transforming li.slider{ position: absolute; width: 100%; height: 100%; transform: scaleX(1.5);}
.nav_lnb li.slider:before{ position: absolute; content: ''; top:-10px; left: 50%; width: 5px; height: 5px; border-radius: 3px; background: var(--color-point-b); opacity: 1; transform: translateX(-50%);}

/*//지울 곳---------------------------
.sections:nth-child(2n),
.width_con{ background: var(--color-w-015);}
/*---------------------------지울 곳//*/

h1, h2, h3, h4, h5, h6{ position: relative;}
h1, h2, h3{ font-family: "KCC-Ganpan"; line-height: .815em; text-transform: uppercase;}
h4, h5, h6{ line-height: 1.25em;}
h1{ font-size:  12em; }
h2{ font-size:    6em; }
h3{ font-size:    2em; }
h4{ font-size: 1.45em; font-weight: 400;}
h5{ font-size:    1em; font-weight: 500;}
h6{ font-size:  .85em; font-weight: 500;}

.center{ text-align: center;}
.sticky { position: sticky !important; top: 100px;}
.line{ width: var(--basic-width); height: 1px; box-shadow: 0 -1px 0 0 var(--color-k-025); background: var(--color-point-y); opacity: .7; margin: var(--mrgn-x4) auto;}
.miniline{ position: relative; width: 100%; height: 1px; box-shadow: 0 -1px 0 0 var(--color-k-025); background: var(--color-point-y); opacity: .7; margin: var(--mrgn-x4) auto;}

.wavetop_con,
.wave_con{ position:absolute; bottom: 0; left: 0; height: 15px; width: 100%; pointer-events: none;}
.wavetop_con .wave,
.wave_con .wave { position: absolute; width: inherit; left:0; top:0; right:0; height: auto; pointer-events: none;}
.wavetop_con{}
.wavetop_con .wave { transform: rotate(180deg);}
.wave_con svg{}
.wave_con .wave.wave_8{ top:-150px;}
.wave_con .wave.wave_7{ top:-145px;}
.wave_con .wave.wave_6{ top:-140px;}
.wave_con .wave.wave_5{ top:-135px;}
.wave_con .wave.wave_4{ top:-150px;}
.wave_con .wave.wave_3{ top:-145px;}
.wave_con .wave.wave_2{ top:-140px;}
.wave_con .wave.wave_1{ top:-135px;}
.wavetop_con .wave + .wave,
.wave_con .wave + .wave { z-index: 1; }

.shadow { display: inline-block; overflow: hidden;}
.shadow:before{ width: 2px; height: 50vh; background: #f00; top:0; margin-right: -19px; }

.title_con{ position: relative;}
.title_con + *{ margin-top: var(--mrgn-x4) !important;}
.title_con h1{ margin-bottom: var(--mrgn-x2);}
.title_con h2{ margin-bottom: var(--mrgn-x2);}
.title_con h3{ margin-bottom: var(--mrgn); color: var(--color-point);}
.title_con h3:before{ position: absolute; top: calc((var(--mrgn) * -1) - 25px); left: -11px; content: ''; width: 35px; height: 35px; background: url(../img/bi_crown.svg) no-repeat 0% 0% / cover;}
.title_con.center h3:before{ left: calc(50% - 6px); transform: translateX(-50%);}
.title_con h4{ margin-bottom: var(--mrgn);}
.title_con h4:before{ position: absolute; top: calc(var(--mrgn) * -1); left: 0; content: ''; width: var(--mrgn-x2); height: 3px; background: var(--color-point);}
.title_con.center h4:before{ left: 50%; transform: translateX(-50%);}
.title_con h5{}
.title_con h6{}
.title_con.dark { color: var(--color-sub);}

.sections .width_con .title_con h2,
.sections .width_con .title_con h3,
.sections .width_con .title_con h4,
.sections .width_con .title_con h5,
.sections .width_con .title_con h6{ opacity: 1; filter: blur(0); transform: translateY(0); transition: all 1200ms ease-out;}
.sections .width_con .title_con h4:before{ transition: inherit;}

.sections .width_con .title_con h1,
.sections .width_con .title_con h2{ transition-delay: 200ms;}
.sections .width_con .title_con h4{ transition-delay: 400ms;}
.sections .width_con .title_con h5{ transition-delay: 600ms;}
.sections .width_con .title_con h6{ transition-delay: 800ms;}

.sections.wait_scroll .width_con .title_con h2,
.sections.wait_scroll .width_con .title_con h3,
.sections.wait_scroll .width_con .title_con h4,
.sections.wait_scroll .width_con .title_con h5,
.sections.wait_scroll .width_con .title_con h6{ opacity: 0; filter: blur(4px); transform: translateY(var(--mrgn-x2));}
.sections.wait_scroll .width_con .title_con h4:before{ width: var(--mrgn-x8);}

ul.v_con{ width: calc(100% + var(--mrgn-x2)); margin: 0 calc(var(--mrgn) * -1) calc(var(--mrgn-x2) * -1);}
ul.v_con > li.cells{ position: relative; display: inline-block; margin: 0 var(--mrgn) var(--mrgn-x2); width: calc(100% - var(--mrgn-x2)); }
ul.v_con > li.cells.box{ border-radius: var(--mrgn); transform: scale(1); transition: all 100ms ease-in-out;}



ul.v_con > li.cells.box:has(> a){ cursor: pointer;}
ul.v_con > li.cells.box:hover:has(> a){}
ul.v_con > li.cells.box:active:has(> a){ transform: scale(.975);}

ul.v_con > li.cells.box > a{ display: block; aspect-ratio: inherit; border-radius: inherit; background: #f99; transition: inherit; box-shadow: 0 10px 30px -10px var(--color-k-065); filter: brightness(1); text-decoration: none;}
ul.v_con > li.cells.box:hover > a{ box-shadow: 0 10px 30px -10px var(--color-k); filter: brightness(1.1);}/*바뀌는 속성만 적어주세요*/
ul.v_con > li.cells.box:active > a{ box-shadow: 0 1px 3px -1px var(--color-k); filter: brightness(.9);}
ul.v_con > li.cells > img,
ul.v_con > li.cells > a > img{ width: 100%; border-radius: inherit;}


ul.v_con.two_con   > li.cells{ width: calc(50%     - var(--mrgn-x2));}
ul.v_con.three_con > li.cells{ width: calc(33.333% - var(--mrgn-x2));}
ul.v_con.four_con  > li.cells{ width: calc(25%     - var(--mrgn-x2));}
ul.v_con.six_con   > li.cells{ width: calc(16.666% - var(--mrgn-x2));}
ul.v_con.ub_two_con > li.cells:nth-child(2n-1){ width: calc(33.333% - var(--mrgn-x2));}
ul.v_con.ub_two_con > li.cells:nth-child(2n){ width: calc(66.666% - var(--mrgn-x2));}
ul.v_con.rub_two_con > li.cells:nth-child(2n-1){ width: calc(66.666% - var(--mrgn-x2));}
ul.v_con.rub_two_con > li.cells:nth-child(2n){ width: calc(33.333% - var(--mrgn-x2));}




.text_con{ position: absolute; bottom: 0; left: 0; padding: var(--mrgn-half); width: 100%; /*background: linear-gradient(0deg, var(--color-k-065), var(--color-k-000)); box-sizing: border-box; border-radius: inherit; text-shadow: 0 0 6px var(--color-k-035);*/}
ul.v_con > li.cells .text_con:has(> h4){padding: var(--mrgn);}
ul.v_con > li.cells .text_con h4,
ul.v_con > li.cells .text_con h5,
ul.v_con > li.cells .text_con h6{ color: var(--color-w); line-height: 1.15em; margin-top: var(--mrgn-half);}
ul.v_con > li.cells .text_con h4{}
ul.v_con > li.cells .text_con h5{}
ul.v_con > li.cells .text_con h6{}




.ratio_1x1{  aspect-ratio:  1/1;}
.ratio_1x2{  aspect-ratio:  1/2;}
.ratio_2x1{  aspect-ratio:  2/1;}
.ratio_3x4{  aspect-ratio:  3/4;}
.ratio_4x3{  aspect-ratio:  4/3;}
.ratio_16x9{ aspect-ratio: 16/9;}
.ratio_9x16{ aspect-ratio: 9/16;}

#header.sections.section_00,
#header.sections.section_00.scrolled:hover{ position: fixed; top: 20px; left: calc(50% - 600px); width: var(--basic-width); height: 60px; z-index: 999; transition: all 200ms ease-in-out; overflow: hidden; background-color: var(--color-point-y); border-radius: var(--mrgn-x16);}
#header.sections.section_00.scrolled{box-shadow: 0 10px 30px -10px var(--color-point-y);}
#header.sections.section_00:hover,
#header.sections.section_00.scrolled:hover{ box-shadow: 0 10px 30px -10px var(--color-point-y);}

#header.sections.section_00:before,
#header.sections.section_00:after{position: absolute; content: ''; width: 100%; height: 100%; transition: inherit;}
#header.sections.section_00:before{ height: 100%; -webkit-backdrop-filter: blur(0); backdrop-filter: blur(0);}
#header.sections.section_00:after{ top: -100%; height: 200%; opacity: .65;}

#header.sections.section_00.scrolled:before,
#header.sections.section_00.scrolled:after{}
#header.sections.section_00.scrolled:before{-webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px);}
#header.sections.section_00.scrolled:after,
#header.sections.section_00:hover:after{ top: 0%; opacity: .65;}
#header.sections.section_00:hover:after{ opacity: 1;}

#header.sections.section_00 .width_con{ padding: 0; z-index: 1; transition: inherit;}
#header.sections.section_00 .width_con a.btn_home,
#header.sections.section_00.scrolled:hover .width_con a.btn_home{ position: absolute; height: 60px; top: -1px; transition: inherit;}
#header.sections.section_00.scrolled .width_con a.btn_home{ height: 60px; top: -1px;}
#header.sections.section_00 .width_con a.btn_home img{ height: 100%; filter: invert(0);}

#header.sections.section_00 .width_con > ul{ position: absolute; right: var(--mrgn);}
#header.sections.section_00 .width_con > ul > li{ display: inline-block; transition: all 100ms ease-in-out; color: var(--color-w-035);}
#header.sections.section_00 .width_con > ul > li > a{ display: block; color: var(--color-main); text-decoration: none; transition: inherit; text-transform: uppercase; transform: translateY(0);}
#header.sections.section_00 .width_con > ul:hover > li > a{ color: var(--color-k-050);}
#header.sections.section_00 .width_con > ul > li:hover > a{ color: var(--color-main);}
#header.sections.section_00 .width_con > ul > li:active > a{ transform: translateY(1px);}

#header.sections.section_00 .width_con ul.nav_gnb,
#header.sections.section_00.scrolled:hover .width_con ul.nav_gnb{ top: 16px; transition: inherit; opacity: 1; filter: blur(0); pointer-events: all;}
#header.sections.section_00.scrolled .width_con ul.nav_gnb{ top: 8px; opacity: 0; filter: blur(4px); pointer-events: none;}
#header.sections.section_00 .width_con ul.nav_gnb > li{ margin-left: var(--mrgn);}
#header.sections.section_00 .width_con ul.nav_gnb > li > a{}

#header.sections.section_00 .width_con ul.nav_lnb,
#header.sections.section_00.scrolled:hover .width_con ul.nav_lnb{ top: 20px; transition: inherit;}
#header.sections.section_00.scrolled .width_con ul.nav_lnb{ top: 20px;}
#header.sections.section_00 .width_con ul.nav_lnb > li{ margin-left: var(--mrgn-x2);}
#header.sections.section_00 .width_con ul.nav_lnb > li > a{ position: relative; font-size: 1.15em;}
/*
#header.sections.section_00 .width_con ul.nav_lnb > li a:after{position: absolute; content: ''; top: -5px; left: 110%; width: 5px; height: 5px; border-radius: 50%; background: var(--color-point-b); opacity: 0; ; transition: all 250ms ease-out; }
#header.sections.section_00 .width_con ul.nav_lnb > li:hover a:after{bottom: -2px; opacity: 1; filter: blur(0); }*/

::selection { background-color: var(--color-point); color: var(--color-point-y);}
*{cursor: url('../img/cursor_bee.png') 2 2, auto;}