@charset "UTF-8";
@import url('https://db.onlinewebfonts.com/c/5fd740bac1abfb826fb7e35ae963efc9?family=ABChanel+Corpo+Regular','https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{ 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-x6:   calc(var(--mrgn) * 6);
	--mrgn-x8:   calc(var(--mrgn) * 8); /*144px*/
	--mrgn-x16:  calc(var(--mrgn) * 16);/*288px*/

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

	--color-main:  #222;
	--color-point: #c71110;
	--color-sub:   #f6f6f6;

	--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-main); color: var(--color-w); font-size: var(--basic-font-size); font-family: "Poppins";}
.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;}

::selection { background: var(--color-point); color: var(--color-k);}

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

h1, h2, h3, h4, h5, h6{ position: relative;}
h1, h2, h3{ font-family: "ABChanel Corpo"; line-height: .815em; text-transform: uppercase;}
h4, h5, h6{ line-height: 1.25em;}
h1{ /*font-size:  8.5em;*/ font-size: 0; color: transparent; text-indent: -999999px;}
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;}


.fixed_bg{ position: fixed; top:0; left: 50%; width: 100%; max-width: 1920px; height: 100vh; transform: translateX(-50%);}
.sections { position: relative;}
.sections:has(> .fixed_bg) {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);} /* position: fixed;(스크롤영향 안받음) => overflow: hidden; 영향 받지않음. 그래서 clip-path로 넘치는거 잘라줌*/

.sections.stitch{ z-index: 1;}
.sections.stitch:before,
.sections.stitch:after{ position: absolute; content: ''; left: 0; width: 100%; height: 16px; background: url(../img/pattern_stitch.webp) repeat 0 0 / auto 16px;}
.sections.stitch:before{ top: -7px;}
.sections.stitch:after{ bottom: -7px;}

.sections.chain{ z-index: 1;}
.sections.chain:before,
.sections.chain:after{ position: absolute; content: ''; left: 0; width: 100%; height: 16px; background: url(../img/pattern_chain.webp) repeat 0 0 / auto;}
.sections.chain:before{ top: -3px;}
.sections.chain:after{ bottom: -3px;}



.left{ text-align: left;}
.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-035); background: var(--color-w-015); margin: var(--mrgn-x4) auto;}
.dark { color: var(--color-k);}
.mark:before,
.mark:after { position: absolute; top: calc(var(--mrgn) * -1); font-family: "Font Awesome 5 Pro"; color: rgba(0, 0, 0, .05);font-size: 72px; font-weight: 900; line-height: .9em; text-transform: uppercase; pointer-events: none;
}
.mark:before { content: "\f10d"; left: calc(var(--mrgn) * -1);}
.mark:after { content: "\f10e"; right: calc(var(--mrgn) * -1);}


.accordion{ box-sizing: border-box;}
.accordion > ul.v_con{ cursor: pointer;}
.accordion > ul.v_con.open{}
.accordion > ul.v_con > li.cells { color: var(--color-k);}
.accordion > ul.v_con > li.cells > * { transition: all 100ms linear;}
.accordion > ul.v_con:hover > li.cells:nth-child(1){ color: var(--color-point);}
.accordion > ul.v_con.open > li.cells:nth-child(1){ color: var(--color-point) !important;}
.accordion > ul.v_con > li.cells:nth-child(1):before{ position: absolute; content: ''; top: 50%; left: calc(var(--mrgn-x2) * -1); width: 0; height: var(--mrgn-x2); transform: translateY(-50%); background: var(--color-w); transition: all 400ms ease-out;}
.accordion > ul.v_con.open > li.cells:nth-child(1):before{ background: var(--color-point);}
.accordion > ul.v_con.open > li.cells:nth-child(1):before{width: 4px;}
.accordion > ul.v_con > li.cells i.fa-caret-down { position: absolute; top: 50%; right: 0; transform: translateY(-50%) rotate(0deg); color: inherit; font-size: 1.25em; opacity: 1; transition: all 400ms ease-out;}
.accordion > ul.v_con.open > li.cells i.fa-caret-down {transform: translateY(-50%) rotateX(180deg);}

.more,
.more_x2,
.more_x4{ box-sizing: border-box;}
.more{ padding: var(--mrgn);}
.more_x2{ padding: var(--mrgn-x2);}
.more_x4{ padding: var(--mrgn-x4) var(--mrgn-x2);}



.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); top: -10px;}
.title_con h3{ margin-bottom: var(--mrgn); color: var(--color-point);}
.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{}

.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{ background: var(--color-k); border-radius: var(--mrgn); transform: scale(1); transition: all 100ms ease-in-out;}

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

ul > li.cells._box > a{ display: block; aspect-ratio: inherit; border-radius: var(--mrgn-half); background: linear-gradient(0deg, var(--color-w) 0%,var(--color-k-015) 44%,var(--color-w) 50%,var(--color-k-015) 100%); box-shadow: 0 10px 30px -10px var(--color-k-065); filter: brightness(1); text-decoration: none; transform: scale(1); backdrop-filter: blur(2px); overflow: hidden; transition: all 150ms ease-in-out;}
ul > li.cells.box > a:before{content: ''; position: absolute; top: 3px; left: 3px; width: calc(100% - 6px); height: calc(100% - 6px); box-shadow: inset 0 0 0 2px var(--color-w); border-radius: inherit; mix-blend-mode: soft-light; opacity: 0; transition: all 150ms ease-in-out; z-index: 1;}
ul > li.cells.box > a:hover:before{opacity: 1; transition: inherit;}
ul > li.cells.box:hover > a{ box-shadow: 0 10px 30px -10px var(--color-k); filter: brightness(1.1);}
ul > li.cells.box:active > a{ box-shadow: 0 1px 3px -1px var(--color-k); filter: brightness(.9); transform: scale(0.985);}
ul > li.cells.box > a > img{ transition: all 150ms ease-in-out;}
ul > li.cells.box:hover > a > img{  transform: scale(1.05); transition: inherit;}
ul > li.cells.box:active > a > img{ transform: scale(0.985); transition: inherit;}


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

ul.v_con.ub_two_con >li:first-child { width: calc(33.333% - var(--mrgn-x2));}
ul.v_con.ub_two_con >li:last-child { width: calc(66.666% - var(--mrgn-x2));} 


.text_con{ position: absolute; bottom: 0; left: 0; padding: var(--mrgn-half); width: 100%; background: linear-gradient(180deg, var(--color-k-000) 0%, var(--color-k-075) 100%); box-sizing: border-box; border-radius: inherit; text-shadow: 0 0 6px var(--color-k-050); overflow: hidden;}
.text_con.static{ position: static; background: none;}
.text_con:before{ position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(30px); -webkit-mask-image: linear-gradient(180deg, transparent 0%, #fff 50%); mask-image: linear-gradient(180deg, transparent 0%, #fff 50%);}
.text_con > *{ position: relative; z-index: 1;}
.text_con:has(> h4){padding: var(--mrgn); line-height: .825em;}
.text_con h4,
.text_con h5,
.text_con h6{ margin-top: var(--mrgn-half);}
.text_con h4{ color: var(--color-w); font-weight: 500;}
.text_con h5{ color: var(--color-w); font-weight: 600;}
.text_con h6{ color: var(--color-w-085); font-weight: 400; max-width: calc(var(--basic-width) / 2);}


.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: 0; left: 0; width: 100%; height: 80px; z-index: 999; transition: all 200ms ease-in-out; box-shadow: 0 0 0 0 var(--color-k-000); overflow: hidden;}
#header.sections.section_00.scrolled{ height: 60px; box-shadow: 0 10px 30px -10px var(--color-k-065);}
#header.sections.section_00:hover,
#header.sections.section_00.scrolled:hover{ box-shadow: 0 10px 30px -10px var(--color-k);}

#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%; background: linear-gradient(180deg, var(--color-k-085) 50%, var(--color-k-000) 100%);  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: 50px; top: 25px; transition: inherit;}
#header.sections.section_00.scrolled .width_con a.btn_home{ height: 40px; top: 20px;}
#header.sections.section_00 .width_con a.btn_home img{ height: 50%; filter: invert(1);}

#header.sections.section_00 .width_con > ul{ position: absolute; right: 0;}
#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-w); text-decoration: none; transition: inherit; text-transform: uppercase; transform: translateY(0);}
#header.sections.section_00 .width_con > ul:hover > li > a{ color: var(--color-w-050);}
#header.sections.section_00 .width_con > ul > li:hover > a{ color: var(--color-w);}
#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: 44px; transition: inherit;}
#header.sections.section_00.scrolled .width_con ul.nav_lnb{ top: 22px;}
#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: ''; bottom: -6px; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, var(--color-w-000) 0%, var(--color-w) 25%, var(--color-w) 75%, var(--color-w-000) 100%); opacity: 0; filter: blur(2px); transition: all 200ms ease-out; }
#header.sections.section_00 .width_con ul.nav_lnb > li:hover a:after{bottom: -2px; opacity: 1; filter: blur(0); }


/*lable css copied*/
#header.sections.section_00 .width_con ul.nav_gnb li label { cursor: default; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; }
#header.sections.section_00 .width_con ul.nav_gnb > li a { color: var(--color-w); text-decoration: none; }
#header.sections.section_00 .width_con ul.nav_gnb li label input {border: none; color: var(--color-w); background: var(--color-k); border-radius: var(--mrgn); padding: 4px 10px 2px; width: 100px; height: 16px; margin: -15px -22px 0 0; font-family: 'Poppins';}
#header.sections.section_00 .width_con ul.nav_gnb li label input:focus {outline: none; box-shadow: 0 0 0 1px var(--color-point), inset 0 0 0 1px var(--color-point);}