@charset "UTF-8";
@import url('https://fastly.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* @import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css'); */
/* @font-face {
	font-family: 'GmarketSansMedium';
	src: url('/theme/prix/mont/GmarketSansTTFLight.ttf') format('woff'),
		url('/theme/prix/mont/GmarketSansTTFMedium.ttf') format('woff'),
		url('/theme/prix/mont/GmarketSansTTFBold.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
} */

@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('/theme/prix/mont/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/theme/prix/mont/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }
 @font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('/theme/prix/mont/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/theme/prix/mont/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }
 @font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('/theme/prix/mont/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/theme/prix/mont/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }



/*[s] Reset Css */
    html{overflow-x: hidden; overflow-y: auto;}
	html,body{width:100%; min-height:100%; background-color: #fff; -webkit-text-size-adjust:none; /* overflow-x: hidden; */ /* overflow-y: auto; */}
	input,button,textarea{background-color: transparent; border:none; -webkit-border-radius:0; -webkit-appearance:none}
	input[type=submit],input[type=image],input[type=button],button,a{cursor: pointer; text-decoration: none;}
	img,video,audio,object,embed,iframe{max-width:100%; max-height: 100%;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend{margin:0;padding:0}
	fieldset,img,abbr,acronym{border:none}
	fieldset{display:block}
	ol,ul{list-style:none outside}
	h1,h2,h3,h4,h5,h6,address,caption,cite,code,dfn,em,th,var{font-size:100%;font-weight:normal}

	hr,legend,caption,hr{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-1000em}

	img{
		image-rendering: -moz-crisp-edges; /* Firefox */
		image-rendering: -o-crisp-edges; /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
	}

	/* 다국어
	html[lang="ko"]{font-family:'Noto Sans KR', sans-serif;}
	html[lang="en"]{font-family:'Noto Sans KR', sans-serif;}
	html[lang="zh"]{font-family:'Noto Sans SC', 'Noto Sans KR', sans-serif;}
	html[lang="ja"]{font-family:'Noto Sans JP', 'Noto Sans KR', sans-serif;}
	*/

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td,legend,span,button{font-family:'Pretendard', sans-serif; font-style:normal; font-weight:normal;}
	body{font-size:1.8rem; line-height: 2.8rem; color:#666;}
    span{display: inline-block; font-weight: inherit; font-family: inherit;}
/*[e] Reset Css */

/*[s] All Style */
    *::-webkit-scrollbar{width: 0.5rem; height:100%;}/* 스크롤바의 너비 */
    *::-webkit-scrollbar-thumb{height: 10%; background-color:var(--point); border-radius: 1rem;}  /* 스크롤바의 길이 & 색상 */
    *::-webkit-scrollbar-track{background-color: rgba(0,0,0,0.1);}/*스크롤바 뒷 배경 색상*/

.lh1{line-height: 1;}
.lh1-2{line-height: 1.2;}
.lh1-25{line-height: 1.25;}
.lh1-5{line-height: 1.5;}

.cfff{color: #fff;}
.c111{color: #111;}
.c333{color: #333;}
.c666{color: #666;}
.c999{color: #999;}
.point{color: var(--point) !important;}
.point2{color: var(--point2) !important;}
.point3{color: var(--point3) !important;}

.fwl{font-weight: lighter;}
.fw300{font-weight: 300;}
.fw500{font-weight: 500;}
.fw550{font-weight: 550;}
.fwb{font-weight: bold;}
.fw900{font-weight: 900;}

.exo{font-family: var(--exo);}
.gmar{font-family: var(--gmar);}
.oswald{font-family: var(--oswald);}

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

ul.bul{}
ul.bul>li{padding-left:1.5rem; font-size: 1.8rem; line-height: 1.5; color: #666; position: relative;}
ul.bul>li:before{content: "-"; position:absolute; left: 0; top:0px;}

ul.star{}
ul.star>li{padding-left:2.2rem; font-size:1.8rem; line-height: 1.5; color: #666; position: relative;}
ul.star>li:before{content: "※"; position:absolute; left: 0.4rem; top:0px;}

ul.etc{}
ul.etc>li{padding-left:3.3rem; font-size:1.8rem; line-height: 1.5; color: #666; position: relative;}
ul.etc>li:before{content: attr(data-title); position:absolute; left: 0; top:0px;}

ul.dot{}
ul.dot>li{padding-left: 1rem; font-size: 1.8rem; line-height: 1.5; color: #666; position: relative;;}
ul.dot>li::before{position: absolute; content: ''; width: 0.3rem; height: 0.3rem; background-color: #666; top: calc(1.35rem - 0.15rem); left: 0;  border-radius: 50%}

ul.dot.fs20>li{font-size: 2rem;}
ul.dot.point>li::before{background-color: var(--point);}

ul.dot.big>li{padding-left: 2rem;}
ul.dot.big>li::before{width: 1rem; height: 1rem; top: calc(1.35rem - 0.5rem);}

.fixed{background-attachment: fixed; background-size: cover; background-position: center; background-repeat: no-repeat;}

/*[s] Transition Style */
	#header,
	#header:before,
	#header .gnbBg:before,
	#header h1,
	#header h1>a,
	#header h1>a img,
	#header .mMenu,
	#header .mMenu>span,
	#header .mMenu>span:before,
	#header .mMenu>span:after,
	#header .mMenu:before,
	#header .mMenu:after,

	#header #gnb:after,
	#header #gnb:before,
	#header #gnb>li>a:before,
	#header #gnb>li>a i:before,
	#header #gnb>li>a i:after,
	#header #gnb>li,
	#header #gnb a,
	#header #gnb>li>a>span:before,
	#header #gnb .gnbSub>li>a,
	#header #gnb>li>a em,
	#header #gnb>li>a em:after,
	#header #gnb>li>a em:before,
	#header #pcMenu,
	#header #pcMenu:before,
	#header #pcMenu .bg,
	#header #pcMenu #list:before,
	#header #pcMenu #list>li,
	#header #pcMenu #list>li>a,
	#header #pcMenu #list>li>a i,
	#header #pcMenu #list>li>a>span:before,
	#header #pcMenu #list .gnbSub>li>a,

	#header .utill .appDown,
	#header .language:before,

	#header .tSchArea,
	#header .tSchArea .tSch:before,
	#header .tSchArea .tSch:after,
	#header .tSchArea .tSch_in,

	.menuLayer .gnb>li>a,
	.menuLayer .gnb>li>a i,
	.menuLayer .gnb>li>a i:after,
	.menuLayer .gnb>li>a i:before,
	.menuLayer .gnb .gnbSub>li>a,

	#snb #nav>li>a,
	#snb #nav>li>a i,
	#snb #nav>li>a i:after,
	#snb #nav>li>a i:before,
	#snb #nav .lnbSub>a,

	#snbPc .inConts a,
	#snbMobile>a i,
	#snbD3 .inConts a,
	#snbD3 .inConts a>span:before,

	#container.portrait #snb #nav>li>a,
	#container.portrait #snb #nav>li .d3>li>a{transition: all .3s ease-out; transform-origin: 50% 50%;}

	a.goTop,
	a.goTop:before{transition: all .5s ease-out;}

	.menuLayer{transition: all .5s ease-in-out; transform-origin: 50% 50%;}
/*[e] Transition Style */

/*[s] Bace Css */
	:root,
	html{font-size: 10px}
	:root {
        --point : #ff845a;
        --point2 : #b1d45b;
        --point3 : #5b97e3;

        --exo : "Exo 2", sans-serif !important;
        --mon : "Montserrat", sans-serif !important;
		--suit : "SUIT Variable", sans-serif !important;
        --gmar : "Gmarket Sans", sans-serif !important;
        --oswald : "Oswald", sans-serif !important;

		--color : #00fcde;
		--bg : #0f2240;
		--btn_c : #333;
		--bor_c : #ddd;
		--event__color--point : #035ab6;
		--event__color--end : #b3b3b3;

		/* font size */
			--f__size--12 : 1.2rem;
			--f__size--13 : 1.3rem;
			--f__size--14 : 1.4rem;
			--f__size--15 : 1.5rem;
			--f__size--16 : 1.6rem;
			--f__size--17 : 1.7rem;
			--f__size--18 : 1.8rem;
			--f__size--19 : 1.9rem;
			--f__size--20 : 2rem;
			--f__size--21 : 2.1rem;
			--f__size--22 : 2.2rem;
			--f__size--23 : 2.3rem;
			--f__size--24 : 2.4rem;

			--f__size--36 : 3.6rem;

		/* min size */
			--min__size : 140rem;
	}

	.wVar,
	.cVar,
	.pVar,
	.ptVar{display:block;}
	img.pVar,
	img.ptVar{display:inline-block;}
	th.pVar,
	td.pVar{display:table-cell;}
	.tVar,
	.mVar,
	.cmVar,
	.tmVar,
	.xmVar,
	.br_t{display:none;}
	.br_p{}

    .mmView{display: none;}

	.tal{text-align: left !important;}
	.tac{text-align: center !important;}
	.tar{text-align: right !important;}

	.f_arr,
	.slick-arrow,
	.look-around-area .look-around-big .slick-arrow{font-family:"SUIT Variable", sans-serif !important;}

	html.hide{height:100vh; overflow:hidden;}

	.inConts{width:100%; max-width:144rem; margin:0 auto; padding:0 2rem; position: relative;}
	#wrap{max-width: 2240px; margin:0 auto; background-color:#fff; position:relative;}
	#wrap *{letter-spacing:-0.04em; word-break:keep-all; word-wrap:break-word; box-sizing: border-box;}

/*[e] Bace Css */

/*[s] HEADER */
	#progressBar{width:0%; height:3px; background-color:var(--point); font-size:0; line-height:0; position:fixed;left:0; top:0; z-index:11;}

	#header{position: relative; font-size: 0; line-height: 0; background-color: #fff;  z-index:8;}
	#header .gnbBg{width: 100vw; height:0; background-color:#f5f5f5; border-top:1px solid #dedede; display: block; position:absolute; left:50%; top:100%; transform: translateX(-50%); opacity:0; overflow:hidden;}
	#header .inConts{max-width:172rem; height: 10rem; display: flex; align-items: center; justify-content: center; padding: 0 2rem;}

	#header h1{display:inline-block; position: absolute;left:2rem;}
	#header h1 a{display: inline-block; width: 28.8rem;}
	#header h1 a img{content: url('/img/logo.png'); transition: all ease 0.5s;}

	#header #pcMenu,
	#header #pcMenu #list,
	#header #pcMenu #list>li,
	#header #pcMenu #list>li>a{height: 10rem;}

	#header #pcMenu{position: relative; right:-2rem;}
	#header #pcMenu #list{width:100%; display: flex; justify-content: center;gap:3.5rem;}
	#header #pcMenu #list>li{position: relative; display: inline-block; text-align: center;}
	#header #pcMenu #list>li>a{position: relative; display: flex; align-items: center; justify-content: center; padding: 0 2rem; z-index: 3;}
	#header #pcMenu #list>li>a span{height:4rem; position: relative; display: inline-flex; align-items: center; justify-content: center; font-size: 2.2rem; line-height: 1; color: #111; font-weight:bold; padding:0.3rem 1rem 0; transition: all ease 0.75s; z-index: 2;}
	/* #header #pcMenu #list>li>a span::before{position: absolute; content: ''; width: 100%; height: 0; left: 0; top: 50%; background-color: var(--point); z-index: -1; transition: all ease 0.5s; border-radius:0.5rem;} */
	#header #pcMenu #list>li:is(:hover, .oPage)>a span{color: #c01b9d;}
	/* #header #pcMenu #list>li:is(:hover, .oPage)>a span::before{height: 100%; top:0;} */
	/* #header #pcMenu #list>li>a>span{} */
	/* #header #pcMenu #list>li>a>span:before{content: ""; width: 0; height: 2px; background-color:#fff; margin-left:0%; display: inline-block; position:absolute; left: 50%; bottom:-1px; z-index:5;} */

	/* #header #pcMenu #list > li:is(:hover, .oPage) > a, */
	/* #header:is(:hover, .all) #pcMenu #list > li:is(:hover, .oPage) > a{color:var(--point);} */

	#header #pcMenu #list .gnbSub{width:100%; padding:4rem 0; display:none;text-align: center;  position: absolute; left:0; top:100%; z-index:6; overflow: hidden;}
	#header #pcMenu #list .gnbSub>li{}
	#header #pcMenu #list .gnbSub>li>a{display: inline-block; font-size: 1.7rem; line-height: 2.2rem; color: #666666; font-weight: 500;}
    #header #pcMenu #list .gnbSub>li + li{margin: 1.5rem 0 0;}
	#header #pcMenu #list .gnbSub>li>a>span{word-break: initial;}


	#header #pcMenu #list .gnbSub>li:is(:hover, .oPage)>a{/* text-decoration: underline; text-underline-position:under; */ color: var(--point);}

	#header .right-utill{display: none; gap: 1rem; align-items: center; justify-content: flex-end;}
    #header .right-utill a:not(.language-area a){display: inline-block; font-size: 1.5rem; line-height: 2rem; color: #666666; border: 1px solid #666666; border-radius: 3rem; padding: 1rem 1.5rem; transition: all ease 0.5s;}
    #header .right-utill a:not(.language-area a):hover,
    #header .right-utill a:not(.language-area a).login,
    #header .right-utill a:not(.language-area a).logout{color: #fff; background-color: var(--point); border-color: var(--point);}

    #header .language-area{width: 10rem;height: 4rem; position: relative;}
	#header .language{width:100%; height: 100%; display:inline-block;vertical-align: top; cursor: pointer;position: absolute;left:0;top:0; transition: all ease 0.3s;}
    #header .language::before{content: "";width: 2rem;height: 2rem;position: absolute;top: calc(2rem - 1rem); left: 1rem; background-image: url("/img/language_active.png"); background-size: cover; transition: all ease 0.3s;}
	#header .language:after{content: ""; width: 0; height: 0; border-top: 0.5rem solid #111; border-bottom:0; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent;position: absolute; right: 1.5rem; top: calc(2rem - 0.25rem); transition: all ease 0.3s;}
	/* #header .language a{width:100%;height: 5rem;padding: 0 2rem 0 4rem;font-weight: 400;font-size: 1.7rem;line-height:1;color: #fff;display:table;table-layout: fixed;box-sizing: border-box;} */
	#header .language a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; line-height: 2rem; color: #666666; font-weight: 550; border: 1px solid #666666; border-radius: 2rem; transition: all ease 0.3s;transition-delay:0.3s;}
	#header .language ul{display:none; background: var(--point); width: 100%; height: auto; position: absolute; top: calc(100% - 1px); left: 0;border-radius:0 0 2rem 2rem;overflow:hidden;}
	#header .language ul>li{border-top:1px solid #ccc;}
	#header .language ul>li>a{display: inline-block; color: #fff; text-align: center;  background-color: var(--point); padding: 1rem;}

    #header .language-area .language.open a{transition:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}
    #header .language-area:hover .language a{color: #fff; background-color: var(--point); border-color: var(--point);}
    #header .language-area:hover .language::before{background-image: url("/img/language.png");}
    #header .language-area:hover .language:after{border-top: 0.5rem solid #fff}

    /* #header .right-utill .language{width:2.4rem;}
    #header .right-utill .language img{content: url('/img/language.png'); transition: all ease 0.5s;}
    #header:is(:hover, .all) .right-utill .language img{content: url('/img/language_active.png');} */

	/* #header .mMenu{width:5rem; height:1.5rem; background-color:transparent; border:none; font-size:0; line-height:0; z-index:4; cursor: pointer; display:block; position: relative;} */
	/* #header .mMenu:before, */
	/* #header .mMenu:after{content: ""; width: 100%; height: 0.2rem; background-color:#666666; display: inline-block; position:absolute; right:0; border-radius:0.2rem;} */

	/* #header .mMenu:before{width:50%; top:0;}
	#header .mMenu:after{bottom:0;} */

	/* #header .mMenu.open:before,
	#header .mMenu.open:after{width:80%; bottom:auto; right:auto; left:50%; top:50%; transform:rotate(45deg) translate(-50%, -50%); transform-origin: 0% 0%;}
	#header .mMenu.open:after{transform:rotate(-45deg) translate(-50%, -50%);} */

    #header .mMenu{position: relative; width:3.5rem; height:3rem; display:inline-block; font-size:0; line-height:0; background-color:transparent; border:none; z-index:4; cursor: pointer; overflow:hidden;}
	#header .mMenu>span,
	#header .mMenu:before,
	#header .mMenu:after{position:absolute; content: ""; top: 0; left: 0; width: 100%; height: 0.3rem; display: inline-block; background-color:#1b1b1b;}

	#header .mMenu>span{width: 75%; top: calc(50% - 0.15rem); left: auto; right: 0; background-color: var(--point);}
	#header .mMenu:before{top: 0;}
	#header .mMenu:after{top: auto; bottom: 0; left: 0;}

	#header .mMenu.open>span{opacity:0;}
	#header .mMenu.open:before{width: 200%; left: -1rem; top: 2rem; transform:rotate(45deg);}
	#header .mMenu.open:after{width: 200%; left: -1rem; bottom: 2rem; transform:rotate(-45deg);}

	/* #header:is(:hover, .all){background-color:#fff;} */
	/* #header:is(:hover, .all) .right-utill a{color: #111;} */

	/* #header:is(:hover, .all) .mMenu:before, */
	/* #header:is(:hover, .all) .mMenu:after{background-color: #333;} */
	/* #header:is(:hover, .all) .language-area .lang img{-webkit-filter: grayscale(100%) brightness(0); filter: grayscale(100%) brightness(0);} */
	/* #header:is(:hover, .all) .language:before, */
	/* #header:is(:hover, .all) .language a{color: #333;} */

    #sideMenuArea{width: 1px; height: 100vh;  background: rgba(0,0,0,0.6); position: absolute; top: 0; right: 0; z-index: 8; transition: all ease 0.5s; opacity: 0; visibility: 0; cursor: pointer;}
    #sideMenuArea.open{width: 100vw; opacity: 1; visibility: 1;}

    .sideMenuArea_inner{position: relative; max-width: 110rem; width: 100%; background: #fff; padding: 0; position: relative; margin-left: auto; height: 100vh; overflow-x: hidden; overflow-y: auto; z-index: 7;}
    #sideMenuArea.open .sideMenuArea_inner{padding: 9rem 10rem 0;}
    .sideMenuArea_inner .logoAll{display: inline-block; margin: 0 0 5rem;}
    .sideMenuArea_inner .logoAll img{width:26rem;}

    .sideMenuArea_inner .close{position: absolute; top: 3rem; right: 10rem; width: 3rem; aspect-ratio: 1/1; overflow: hidden; cursor: pointer;}
    .sideMenuArea_inner .close::before{position: absolute;content: '';width: 200%;height: 2px;top: 50%;left: 50%;margin-left: -100%;background-color: #7d7d7d;transform: rotate(45deg);}
    .sideMenuArea_inner .close::after{position: absolute;content: '';width: 200%;height: 2px;top: 50%;left: 50%;margin-left: -100%;background-color: #7d7d7d;transform: rotate(-45deg);}

    #sideMenu > li{display: flex; align-items: center; padding: 4rem 0; border-bottom: 1px solid #eeeeee;}
    #sideMenu > li > a{position: relative; width: 15rem; display: block; font-size: 2.2rem; line-height: 1; font-weight: bold; color: #111111; transition: all ease 0.5s;}
    #sideMenu > li > ul{width: calc(100% - 15rem); display: flex; flex-wrap: wrap; align-items: flex-start; gap: 1rem 2.5rem;}
    #sideMenu > li > ul li a{font-size: 1.7rem; line-height: 1; color: #888; white-space: nowrap; transition: all ease 0.5s;}
    #sideMenu > li:is(.oPage, :hover) > a{color: var(--point);}
    #sideMenu > li ul li:is(.oPage , :hover) a{color: var(--point);}



	.menuLayer{width:100%; background-color: rgba(192, 27, 157, 0.95); font-size:0; line-height:0; position: fixed; top:0; bottom:0; z-index:12; overflow:hidden; overflow-y:auto; box-sizing: border-box;}/* background-color: rgba(0,0,0,0.7); */
	.menuLayer .menuclose{width:100%; height:100%; position: absolute; left:0; top:0;}

	.menuLayer .gnb-area{height:100%; margin:0 6rem; display: flex; align-items: center;}
	.menuLayer .gnb{width:100%; position: relative; z-index:2;}
	.menuLayer .gnb>li{position: relative;}
	.menuLayer .gnb>li>a{width:100%; height:9rem; font-weight: bold; font-size:4rem; line-height:1; color: rgba(255,255,255,0.6); display: flex; align-items: center; justify-content: center;}
	.menuLayer .gnb>li>a>span{}

	.menuLayer .gnb>li:is(:hover, .oPage)>a{color: #fff; text-decoration: underline; text-underline-position: under;}

	.menuLayer .menu-option{height:30vh; padding:0 4rem; font-size:2.2rem; line-height:4rem; color: #fff; display: flex; flex-flow: column wrap; justify-content: center;}
	.menuLayer .menu-option>*{width:100%;}
	.menuLayer .menu-option p{margin-bottom:3.5rem; font-weight: bold; font-size:4.5rem; line-height:1;}
	.menuLayer .menu-option dl{display: flex; align-items: center;}
	.menuLayer .menu-option dl>dt{width:11rem; font-weight: 500;}
	.menuLayer .menu-option dl>dd{width:calc(100% - 11rem);}

	#menuArea{right:-100%;}
	#menuArea.open{right:0;}
/*[e] HEADER */

/*[s] SUB */
	#sVisual{width:100%; height:28rem; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:0; line-height:0; overflow:hidden; position: relative; display: flex; align-items: center; justify-content: center;}
    #sVisual .sVisual_inner{text-align: center;}
    #sVisual .sVisual_inner .en_title{font-size: 1.8rem; line-height: 2rem; color: var(--point); font-family: var(--mon); font-weight: bold; margin-bottom: 3rem;}
    #sVisual .sVisual_inner .kr_title{font-size: 5rem; line-height: 1; color: #fff; font-family: var(--gmar); font-weight: bold; margin-bottom: 2rem;}
    #sVisual .sVisual_inner .text{font-size: 2rem; line-height: 1.5; color: #fff; }

	#sVisual.bg_1{background-image:url('/theme/prix/img/sub/sVisual_01.jpg');}
	#sVisual.bg_2{background-image:url('/theme/prix/img/sub/sVisual_02.jpg');}
	#sVisual.bg_3{background-image:url('/theme/prix/img/sub/sVisual_03.jpg');}
	#sVisual.bg_4{background-image:url('/theme/prix/img/sub/sVisual_04.jpg');}
	#sVisual.bg_5{background-image:url('/theme/prix/img/sub/sVisual_05.jpg');}
	#sVisual.bg_6{background-image:url('/theme/prix/img/sub/sVisual_06.jpg');}
	#sVisual.bg_7{background-image:url('/theme/prix/img/sub/sVisual_07.jpg');}
	#sVisual.bg_8{background-image:url('/theme/prix/img/sub/sVisual_01.jpg');}
	#sVisual.bg_9{background-image:url('/theme/prix/img/sub/sVisual_01.jpg');}

	#sVisual.bg_0,
	#sVisual.bg_10,
	#sVisual.bg_11,
	#sVisual.bg_12,
	#sVisual.bg_97,
	#sVisual.bg_98,
	#sVisual.bg_99{background-image:url('/theme/prix/img/sub/sVisual_01.jpg');}

	#snb{width:1px; height:1px; font-size:0; line-height:0; position: fixed; left:-1px; top:-1px; z-index:-999; overflow:hidden; opacity: 0;}
	#snb{width:100%; /* margin-top:-6rem; */ font-size:0; line-height:0; position: relative; z-index:2; background-color: #f5f5f5;}
	#snb:before{content: ""; width: 50%; height: 100%; background-color: #f5f5f5; border-bottom:1px solid #e6e6e6; display: inline-block; position:absolute; right: 0; top:0px;}
	#snb .inConts{max-width:1280px; padding:0;}
	#snb #nav{width:100%; border-bottom:1px solid #e6e6e6; position: relative; z-index:2; display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: flex-start;}
	#snb #nav>li{flex:0 1 23%; border-top:1px solid #e6e6e6; border-right:1px solid #e6e6e6; display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: center; position:relative;}
	#snb #nav>li>a{width:100%; height:5.8rem; padding:0 5rem 0 2rem; font-size:1.7rem; line-height:1.2; color:#666; display:table; position: relative;}
	#snb #nav>li>a>span{padding:0.5rem 0; display:table-cell; vertical-align: middle; word-break:break-all !important;}

	#snb #nav>li>a i{width:1.5rem; height:1rem; margin-top:-0.5rem; position: absolute; right:2rem; top:50%; display:inline-block;}
	#snb #nav>li>a i:after,
	#snb #nav>li>a i:before{content: ""; width:1rem; height: 0.2rem; margin:0 0 0 0; background-color: #b2b2b2; display: block; position:absolute; top:50%;}
	#snb #nav>li>a i:after{right:0.6rem; transform:rotate(45deg);}
	#snb #nav>li>a i:before{right:0px; transform:rotate(-45deg);}

	#snb #nav>li.home{flex-basis: 6rem; max-width:6rem; border:none !important;}
	#snb #nav>li.home>a{width:100%; height:6rem; margin:-1px 0 -1px -1px; padding:0; background:var(--point) url('../img/icon_home.png') no-repeat center center/1.8rem; font-size:0; line-height:0;}
	#snb #nav>li.home>a:before{content: ""; display:none;}

	#snb #nav>li:last-child{flex-basis: 25%;}
	#snb #nav>li:last-child>a{font-weight: 500; color: #333;}
	#snb #nav>li:last-child>a:before{content: ""; width: 100%; height: 2px; background-color: var(--point); position:absolute; left: 0; bottom:-1px; z-index:3;}

	#snb #nav .lnbSub{background-color: #fff; border:1px solid #e6e6e6; position:absolute; left:-1px; right:-1px; top:100%; z-index:2; display:none;}
	#snb #nav .lnbSub>a{width:100%; height:5.8rem; padding:0px 2rem; font-size:1.7rem; line-height:1.3; color:#666; display:table;}
	#snb #nav .lnbSub>a>span{padding:0.5rem 0; display:table-cell; vertical-align: middle; word-break:break-all !important;}
	#snb #nav .lnbSub>a+a{border-top:1px solid #e6e6e6;}
	#snb #nav .lnbSub>a:hover,
	#snb #nav .lnbSub>a.active{background-color: #f0f0f0; color: var(--point);}
	#snb #nav .lnbSub>a.active{font-weight: 500;}

	#snb #nav>li.active>a i{transform:rotate(180deg);}
	#snb #nav>li[data-class="hide"]{display:none !important;}

	#pageTop{padding: 7.5rem 0 7rem; font-size:0; line-height:0; text-align: center; position: relative;}
	#pageTop>h3{position: relative; font-size: 5rem; line-height: 1; color: #111111; font-weight: bold; padding: 0 0 3rem; margin-top: 0; margin-bottom: 0;}
	#pageTop>h3:before{content: ""; width: 6rem; height: 1px; background-color: #111; display: inline-block; position:absolute; left: 50%; bottom:0px; margin-left: -3rem;}

	#container{position: relative; width:100%; margin:0 auto; background-color: #fff; z-index:1; box-sizing: border-box;}

	html.sub #contact-us,
	.fullBox{position: relative; width:100vw; margin-left:-50vw; font-size:0; line-height:0; position: relative; left:50%;}
	.fullBox.gray{background-color: #f5f5f5;}
	.fullBox.p12{padding:12rem 0;}
	.fullBox.p15{padding:15rem 0;}
	.fullBox.p15_0{padding:15rem 0 0;}
	.fullBox.p15_4{padding:15rem 0 4rem;}
	.fullBox.p0_15{padding: 0 0 15rem;}
    .fullBox .inner{max-width: 124rem; width: 100%; padding: 0 2rem; margin: 0 auto;}
    .fullBox .inner.white{background-color: #fff;}


/*[e] SUB */

/*[s] FOOTER */
	#footer{padding:5.5rem 0;background-color:#302f34;color:#fff;}
	#footer *{font-family: "Pretendard" !important;}
	#footer>.inConts{display: flex;justify-content: space-between;flex-direction:column;padding:0 7rem 0 14rem}
	#footer .ft_logo{position:absolute;right:7rem;bottom:0;display:inline-block;}
	#footer .ft-social{display:flex;gap:1.3rem}
	#footer .ft_menu{display:flex;flex-wrap:wrap;margin-top:1rem;}
	#footer .ft_menu a{display:inline-block;padding-right:1.7rem;color:#fff;font-size:1.9rem;font-weight:600;position:relative;}
	#footer .ft_menu a+a{padding:0 1.7rem;}
	#footer .ft_menu a+a::before{content:'';width:0.2rem;height:1.5rem;background-color:#fff;position:absolute;left:0;top:0.6rem}
	#footer .copy-right{margin-top:4rem; position: relative;}
	#footer .copy-right p{font-size:1.9rem;font-weight:300;}
	#footer .copy-right span{font-size:1.5rem;font-weight:300;}
	#footer address{font-size:2rem;font-weight:500;font-style:normal;margin-top:1.5rem;}


	a.goTop{width:5rem; height:5rem; background-color: #acacac; font-size:0; line-height:0; position: fixed; right:1.5rem; bottom:15rem; z-index:9; display:block; overflow:hidden; opacity: 0;}
	a.goTop.open{opacity: 1;}
	a.goTop:before{content: ""; width: 100%; height: 100%; background:url('/img/arr_goTop.png') no-repeat center center /1.4rem; display: block; position:absolute; left: 0; top:0px;}
	a.goTop:hover{background-color: var(--point); border-radius:50%; transform:rotate(180deg);}
	a.goTop:hover:before{transform:rotate(-180deg);}
/*[e] FOOTER */

#quick-menu{width:10.2rem; padding-top:3rem; display: flex; flex-flow: column wrap; justify-content: center; position: absolute; right:3rem; top:0; z-index:7;}
html.main #quick-menu{top:100vh;}
html.sub #quick-menu{top:60rem;}
#quick-menu.fixed{position: fixed; top:0 !important;}

@media only screen and (max-width : 1440px){
}

@media only screen and (max-width : 1380px){
    #header h1{position:relative;left:auto;}
    #header .inConts{justify-content:space-between;}
}

@media only screen and (max-width : 1240px){
	img.tVar,
	img.ptVar,
	img.tmVar{display:inline-block;}

	table .br_t{display:table-cell;}

	/*[s] HEADER */
		#ribbonArea{display:none !important;}
	/*[e] HEADER */

	#footer .ft_logo{position:static;align-self:flex-end;margin-top:3rem;}
	#footer>.inConts{padding:0 3rem}

	#footer .copy-right{display:block;}
	#footer .copy-right:before{display:none;}
}

@media only screen and (max-width : 1200px){
	.wVar{display:none !important;}

    #header #pcMenu #list{gap:0}
    #header #pcMenu #list>li>a{padding:0 1rem}

}
@media only screen and (max-width : 1024px){

    .pVar,
	th.pVar,
	td.pVar,
	.br_p{display:none;}

	.tVar,
	.tmVar,
	.cmVar{display:block;}
	img.cmVar{display:inline-block;}
	.cVar{display:none;}


    .fixed{background-attachment: initial;}

	#header #pcMenu,
	#header .utill .appDown{width: 1px; height: 1px; margin: -1px; border: 0; overflow: hidden; display: inline-block; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);}

	#header .right-utill{display: flex;}

	

	/*[s] SUB */
		#sVisual{}
		#sVisual .inConts{}
		#sVisual h2{padding:0;}

		#snb>.inConts{padding:0 !important;}
		#snb #nav>li{flex:1 1 30%;}

		#snb #nav>li:last-child{flex-basis: 45%;}
	/*[e] SUB */

	.quick-menu-area{height:9.4rem; position: relative;}
	#quick-menu{width:100%; padding:0 5rem 0 0; background-color: #fff; border-top:1px solid #ddd; display: flex; flex-flow: row nowrap; justify-content: center; position: fixed; right:auto; left:0; top:auto !important; bottom:0;}
	#quick-menu>a{width:23%; height:9.3rem; display: flex; align-items: center; justify-content: center; position: relative;}
	#quick-menu>a+a:before{content: ""; width: 1px; height: 1.9rem; margin-top:-1rem; background-color: #b7bcc5; position:absolute; left: 0; top:50%;}
	#quick-menu>a img{height:4.1rem;}
	#quick-menu>a img[alt="카톡상담"]{height:4.3rem;}
	#quick-menu.fixed{position: fixed; top:auto !important;}
	#quick-menu.end{position: relative;}
}
@media only screen and (max-width : 840px){
	:root,
	html{font-size:6.5px;}

	:root {
		--f__size--12 : 2rem;
		--f__size--13 : 2rem;
		--f__size--14 : 2rem;
		--f__size--15 : 2rem;
		--f__size--16 : 2rem;
		--f__size--17 : 2.2rem;
		--f__size--18 : 2.2rem;
		--f__size--19 : 2.2rem;
		--f__size--20 : 2.4rem;
		--f__size--21 : 2.4rem;
		--f__size--22 : 2.4rem;
		--f__size--23 : 2.6rem;
		--f__size--24 : 2.6rem;

		--f__size--36 : 3rem;
	}


	.br_p,
	.pVar,
	.tVar,
	.ptVar{display:none !important;}
	.mVar,
	.tmVar,
	.br_t{display:block !important;}
	img.mVar,
	img.tmVar{display:inline-block !important;}
	table .br_t{display:table-cell !important;}

	.mt110{margin-top: 7rem !important;}
	.mt140{margin-top: 10rem !important;}

	/*[s] HEADER */
		#header h1{width:auto;}
		#header h1>a{}

        #header .right-utill{}

		.menuLayer{padding-left:0;}
		.menuLayer .gnb-area{margin:0 4rem;}
	/*[e] HEADER */

	/*[s] SUB */
		#sVisual{height:25rem;}
		#sVisual h2>strong{font-size:5rem;}
		#sVisual h2>span{font-size:2.4rem;}

		#snb{margin-top:0;}
		#snb:before{display:none;}
		#snb #nav{}
		#snb #nav>li{flex:1 1 80%;}
		/* #snb #nav>li>a{height:7.8rem; font-size:2rem;} */
		#snb #nav>li>a>span{}

		#snb #nav>li>a i{width:2rem; height:1.6rem; margin-top:-0.8rem;}
		#snb #nav>li>a i:after,
		#snb #nav>li>a i:before{width:1.5rem;}
		#snb #nav>li>a i:after{right:1rem;}
		#snb #nav>li>a i:before{}

		/* #snb #nav>li.home{flex-basis: 8rem; max-width:8rem;} */
		/* #snb #nav>li.home>a{height:8rem;} */

		#snb #nav>li.sDepth01{flex-basis: 35%;}
		#snb #nav>li.sDepth02{flex-basis: 45%;}
		#snb #nav>li.sDepth03{}
		#snb #nav>li.sDepth04{}
		#snb #nav>li:last-child{flex-basis: 45%;}

		/* #snb #nav .lnbSub{} */
		/* #snb #nav .lnbSub>a{height:7rem; font-size:2rem;} */

		#snb.four #nav>li.sDepth01{flex-basis: 70%;}
		#snb.four #nav>li.sDepth02{}
		#snb.four #nav>li.sDepth03{}
		#snb.four #nav>li.sDepth04{}
		#snb.four #nav>li:last-child{flex-basis: 80%;}

		.fullBox.p120{padding:10rem 0;}
	/*[e] SUB */

	/*[s] FOOTER */
		#footer>.inConts{}
		#footer .ft_logo img{width:15.8rem;}
		#footer .ft-social img{width:4.2rem}
		#footer .ft_menu{margin-top:1.8rem;}
		#footer .copy-right{}
	/*[s] FOOTER */
}
@media only screen and (max-width : 640px){
    .mmVar{display: none !important;}
    .mmView{display: block !important;}

}


@media only screen and (max-width : 480px){
	:root,
	html{font-size:6px;}

	/* .footer_inner > ul li{width: calc(100%);}- */
	.mmmVar{display: none !important;}
}
@media only screen and (max-width : 400px){
	.mmmmVar{display: none !important;}

}

/*
-webkit-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transform: translateX(-50%); transform: translateX(-50%);
filter:grayscale(100%) blur(0px); -webkit-filter:grayscale(100%) blur(0px);
transition: all .5s linear;
transition: all .5s ease-out;
transform:rotate(180deg);
-webkit-transition-timing-function:ease-in linear; transition-timing-function:ease-in linear;
-webkit-transition-delay: .8s; transition-delay: .8s;
:before{content: ""; width:2.4rem; height:2.4rem; background-color: #fff; border:1px solid #666; display: inline-block; position:absolute; left: 0; top:0px; box-sizing: border-box;}
display: flex; justify-content: space-between; // 양쪽 끝 정렬
display: flex; justify-content: space-around; // 센터 정렬
display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; //한줄 감추기
display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; //두줄 감추기
active
:first-child
text-indent:-99999px;
!important
display:table;
table-layout:fixed;
display:table-row;
display:table-cell;
box-sizing:border-box;
word-break:keep-all; word-wrap:break-word;
border-radius:2px;
*/

