@charset "UTF-8";

/* ** Pretendard font */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); */



/*[s] Bace Css */
    div{font-size: 0; line-height: 0;}

    .w1300{max-width: 134rem; width: 100%; padding: 0 2rem; margin: 0 auto;}
    .w1280{max-width: 132rem; width: 100%; padding: 0 2rem; margin: 0 auto;}

	:root,
	html{font-size: 10px}
	:root {
		/* color */
		--point : #01a1b1;
		--point2 : #f7f7fb;
		--btn_c : #172464;
		--bor_c : #ddd;
		--event__color--point : #00A1E9;
		--event__color--end : #b3b3b3;

        --mon : 'Montserrat', sans-serif !important;
		/* 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,
	.pVar,
	.ptVar{display:block;}
	img.pVar,
	img.ptVar{display:inline-block;}
	th.pVar,
	td.pVar{display:table-cell;}
	.tVar,
	.mVar,
	.tmVar,
	.br_t{display:none;}
	.br_p{}

	.tal{text-align: left !important;}
	.tac{text-align: center !important;}
	.tar{text-align: right !important;}

	.f_arr,
	.menuLayer .gnb .gnbSub>li>a:after,
	.swiper-button:before,
	.month-tab>p:before,
	.photo_list button.more:after{font-family:"SUIT Variable", sans-serif !important;}

	*[data-font="Prompt"],
	.f_Prompt{font-family: 'Prompt', sans-serif !important; letter-spacing: 0 !important;}

	html.hide{height:100vh; overflow:hidden;}

	.inConts{width:100%; max-width:134rem; margin:0 auto; padding:0 3rem; position: relative;}
	#wrap{width:100%; margin:0 auto; background-color:#fff; position:relative; overflow:hidden;}
	html *{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;}

	#ribbonArea{width:1920px; margin-left:-960px; font-size:0; line-height:0; overflow:hidden; position: relative; left:50%; display:none;}
	#ribbonArea .ribbon_close{width:160rem; margin:0 auto; position: relative; z-index:7; opacity: 0.6;}
	#ribbonArea .ribbon_close .checkIn{position: absolute; right:0; top:-46px;}
	#ribbonArea .ribbon_close .checkIn input[type=checkbox]+label:before{background-color: transparent; left:auto; right:0;}
	#ribbonArea .ribbon_close .checkIn input[type=checkbox]+label{padding:0 2.6rem 0 0; font-family: 'S-CoreDream-2ExtraLight'; font-weight: 300; font-size:12px; color: #fff;}

	#header{width:100%; font-size:0; line-height:0; z-index:7; background-color: #fff;border-bottom: 1px solid #b5b5b5;position: fixed;top: 0;left: 0;}
	
	/* #header:is(.active, .all, :hover){background-color: #faf7f7;} */
	/* #header .gnbBg{width: 100vw; height: 0; position:absolute; left:50%; top: calc(100% + 1px); transform: translateX(-50%); opacity:0; overflow:hidden; background-color: #faf7f7;} */
	#header .inConts{max-width:176rem; padding:0 2rem; display: flex; justify-content: space-between; align-items: center;}
	#header h1{position: relative; z-index:8; height: 9rem; display: flex; align-items: center; justify-content: center;}
	#header h1>a{display:inline-block; position: relative; }
	#header h1>a .header_logo{min-width: 19.2rem; width: 19.2rem; height: 4rem; content: url('/images/logo.png'); transition: all ease 1s;}

    #header #pcMenu,
	#header #pcMenu #list,
	#header #pcMenu #list>li,
	#header #pcMenu #list>li>a{height:9rem;}

    #header #pcMenu{width: 100%; text-align: center; position: relative; padding: 0 3.5rem 0 0;}
    #header #pcMenu #list{display: flex; justify-content: flex-end;}
    #header #pcMenu #list>li{position: relative; display:inline-block; vertical-align: top; position: relative; text-align: center; padding: 0 3.5rem;}
    #header #pcMenu #list>li>a{width:100%; font-size:18px; line-height:1; color: #666666; font-weight: 550; display:table; box-sizing: border-box; position: relative; padding: 0; z-index:3; transition: all ease 0.3s;}
    #header #pcMenu #list>li>a>span{display:table-cell; vertical-align:middle;}
	#header #pcMenu #list>li::after{position: absolute; content: ''; width: 0; height: 2px; bottom: 0px; left: 50%; transform: translateX(-50%); transition: all ease 0.3s;}
	/* #header #pcMenu #list>li:is(.oPage, :hover)::after{width: 100%; background-color: var(--point);} */
	/* #header:hover #pcMenu #list>li:is(.oPage, :hover)::after{width: 100%; background-color: var(--point);} */

    #header.hh #pcMenu #list .gnbSub{position: absolute; width:100%; height: auto; padding: 30px 0; margin: 0; left:0%; top: 100%; z-index:6; display: none; background-color: var(--point);}
    #header.hh #pcMenu #list .gnbSub>li{position: relative; padding: 1rem 0; display: block; }
    #header.hh #pcMenu #list .gnbSub>li>a{width:100%; height: auto; padding: 0 0.25rem; font-size:16px; line-height: 24px; color:#fff; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center; -ms-flex-align:center; transition: all ease 0.3s;}
    #header.hh #pcMenu #list .gnbSub>li>a>span{display:block;}

    /* #header:is(.active, :hover) #pcMenu #list>li>a{color: #555555;} */
    #header #pcMenu #list>li:is(.oPage, .all, :hover) >a{color: var(--point);}
    #header #pcMenu #list .gnbSub>li:is(.oPage, .all, :hover) > a{color: #111111; font-weight: 500;}


	#header .right-utill{justify-content: flex-end; position: relative; display: flex; align-items: center; gap: 2rem;}

	/* 3선 메뉴 버튼 */
	#header .mMenu{width: 40px; height: 26px; background-color:transparent; border:none; overflow: hidden; font-size:0; line-height:0; padding: 0; margin: 0; z-index:4; cursor: pointer; display:flex; align-items: center; justify-content: center; position: relative;}
    #header .mMenu span{width: 100%; height: 2px; background-color: #333333;}
	#header .mMenu:before,
	#header .mMenu:after{content: ""; width: calc(((100%)/3)*2); height: 2px; background-color: #333333; display: inline-block; position:absolute; transition: all ease 0.3s;}
	#header .mMenu:before{top: 0; right: 0;}
	#header .mMenu:after{bottom: 0; left: 0;}

	#header .mMenu.open:before,
	#header .mMenu.open:after{width:200%; bottom:auto; right:auto; left: 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.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 span{opacity: 0;}
	#header .mMenu.open:after{transform:rotate(-45deg) translate(-50%, -50%);}

    #sideMenuArea{width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); position: fixed; top: 0; right: -100vw; z-index: 8; transition: all ease 0.3s;}
    #sideMenuArea.open{right: 0;}
    #sideMenu{max-width: 135rem; width: 100%; background: #fff; padding: 9rem 10rem 0; position: relative; margin-left: auto; height: 100vh; z-index: 7;}
    #sideMenu .close{position: absolute; top: 3rem; right: 10rem; font-size: 5rem; color: #1b1b1b; font-weight: 600; cursor: pointer;}
    /* #sideMenu .sideMenuLogo{margin-bottom: 6rem; display: inline-block;} */
    #sideMenu .sideMenuLogo{display: none;}
    
    #sideMenu > li{display: block; padding: 0 0 6rem;}
    #sideMenu > li > a{position: relative; display: block; font-size: 3.5rem; line-height: 1; font-weight: bold; color: #111111; margin: 0 0 3rem; transition: all ease 0.3s;}
    #sideMenu > li > ul{width: 100%; display: flex; align-items: flex-start; gap: 2.5rem 5rem;}
    #sideMenu > li > ul li a{font-size: 2.2rem; line-height: 1; color: #111111; font-weight: 500; white-space: nowrap; transition: all ease 0.3s;}
    #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(0,0,0,0.3); font-size:0; line-height:0; position: fixed; top:6.875rem; bottom:0; z-index:12; overflow:hidden; overflow-y:auto;}/* background-color: rgba(0,0,0,0.7); */
	.menuLayer .menuclose{width:100%; height:100%; position: absolute; left:0; top:0;}
	.menuLayer>.language{width:100%; background-color: #fff; border-top:1px solid #ccc; display:table; table-layout: fixed;}
	.menuLayer>.language>a{height:8rem; font-size:2.2rem; line-height:1.2; color: #434343; text-align: center; display:table-cell; vertical-align: middle; position: relative; box-sizing: border-box;}
	.menuLayer>.language>a>span{padding-left:6.5rem; background-repeat:no-repeat; background-position: left center; background-size:5rem 3.2rem;}
	.menuLayer>.language>a.ko>span{background-image:url('/images/flag_ko.jpg');}
	.menuLayer>.language>a.en>span{background-image:url('/images/flag_en.jpg');}
	.menuLayer>.language>a+a{border-left:1px solid #ccc}
	.menuLayer>.language>a.active{font-weight: bold; color: var(--point);}

	.menuLayer .gnb{background-color: #fff; border-top:1px solid #ccc; position: relative; z-index:2;}
	.menuLayer .gnb>li{border-bottom:1px solid #ccc; position: relative;}
	.menuLayer .gnb>li>a{width:100%; height:9rem; padding:0 7rem 0 3rem; font-weight: 500; font-size: 3rem; line-height:1.25; color: #222; display:table; position: relative; box-sizing: border-box;}
	.menuLayer .gnb>li>a>span{display:table-cell; vertical-align:middle; position: relative;}
	.menuLayer .gnb>li>a i{width:2.6rem; height:1.4rem; margin-top:-0.7rem; position: absolute; right:3rem; top:50%; display:inline-block;}
	.menuLayer .gnb>li>a i:after,
	.menuLayer .gnb>li>a i:before{content: ""; width:1.7rem; height: 0.2rem; margin:0 0 0 0; background-color: #aaa; display: block; position:absolute; top:50%;}
	.menuLayer .gnb>li>a i:after{right:1rem; transform:rotate(45deg);}
	.menuLayer .gnb>li>a i:before{right:-0.1rem; transform:rotate(-45deg);}

	.menuLayer .gnb .gnbSub.d2{background-color: #f6f6f6; display:none;}
	.menuLayer .gnb .gnbSub.d2>li{border-top:1px solid #ccc;}
	.menuLayer .gnb .gnbSub.d2>li>a{width:100%; height:7.4rem; padding-left:3rem; font-weight: 400; font-size:2.6rem; line-height:1.3; color: #666; text-align: left; letter-spacing: -1px; display:table; position: relative;}
	.menuLayer .gnb .gnbSub.d2>li>a>span{display:table-cell; vertical-align:middle; position: relative;}

	.menuLayer .gnb .gnbSub.d2>li>a:after{content: "→"; font-size:2.7rem; color: #666; position:absolute; right: 3rem; top:50%; transform: translateY(-50%);}
	.menuLayer .gnb .gnbSub.d2>li.d3b>a:after{transform: translateY(-50%) rotate(90deg);}

	.menuLayer .gnb .gnbSub.d2>li.active{background-color: #fff;}
	.menuLayer .gnb .gnbSub.d2>li.active>a{color:var(--point);}
	.menuLayer .gnb .gnbSub.d2>li.d3b.active>a:after{color: var(--point); transform: translateY(-50%) rotate(-90deg);}

	.menuLayer .gnb .gnbSub.d3{padding:1.5rem 0 2rem; border-top:1px solid #ccc; background-color: #f8f8f8; display:none;}
	.menuLayer .gnb .gnbSub.d3>li{}
	.menuLayer .gnb .gnbSub.d3>li>a{width:100%; height:3.2rem; padding-left:4rem; font-weight: 400; font-size:2rem; line-height:1.3; color: #666; text-align: left; letter-spacing: -1px; display:table; position: relative;}
	.menuLayer .gnb .gnbSub.d3>li>a>span{display:table-cell; vertical-align:middle; position: relative;}
	.menuLayer .gnb .gnbSub.d3>li>a>span:before{content: "- ";}

	.menuLayer .gnb>li.active>a{background-color: var(--point); color: #fff !important;}
	.menuLayer .gnb>li.active>a em{color: #fff;}

	.menuLayer .gnb>li.oPage>a{color:var(--point); text-decoration: underline; text-underline-position: under;}
	.menuLayer .gnb>li.oPage>a em{color:var(--point);}

	.menuLayer .gnb>li.active>a i/*,
	.menuLayer .gnb>li.oPage>a i*/{transform:rotate(-180deg);}

	.menuLayer .gnb>li.oPage>a i:after,
	.menuLayer .gnb>li.oPage>a i:before{background-color:var(--point) !important;}


	.menuLayer .gnb>li.active>a i:after,
	.menuLayer .gnb>li.active>a i:before{background-color:#fff !important;}

	.menuLayer .gnb>li.one>a i{transform:rotate(-90deg);}

	#menuArea{right:-100%;}
	#menuArea.open{right:0;}

	#quick-right{position:fixed;bottom:11.5rem;right:2rem;z-index:9;display:flex;flex-direction:column;gap:2rem;}
	#quick-right a{display:inline-block;width:8rem;height:8rem;border-radius:4rem;}
/*[e] HEADER */

/*[s] SUB */
	html .root_daum_roughmap{width: 100%; height: 100%;}
	html .root_daum_roughmap .wrap_map{width: 100%; height: 100%;}
	html .wrap_controllers{display: none;}

	#sVisual{width:100%; height:42rem; padding: 0; background-repeat: no-repeat; background-position: center; background-size: cover; font-size:0; line-height:0; color: #fff; text-align: center; overflow:hidden; position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
	#sVisual h2{font-size:6rem; line-height:1; color: #fff; font-weight: bold;}
	#sVisual .s-txt{font-size: 2.2rem; line-height: 3rem; margin-top: 2rem;}

	#sVisual.bg_01{background-image:url('/images/sub/img_sVisual_01.jpg');}
	#sVisual.bg_02{background-image:url('/images/sub/img_sVisual_02.jpg');}
	#sVisual.bg_03{background-image:url('/images/sub/img_sVisual_03.jpg');}
	#sVisual.bg_04{background-image:url('/images/sub/img_sVisual_04.jpg');}
	#sVisual.bg_05{background-image:url('/images/sub/img_sVisual_05.jpg');}
	#sVisual.bg_06{background-image:url('/images/sub/img_sVisual_06.jpg');}
	#sVisual.bg_07{background-image:url('/images/sub/img_sVisual_07.jpg');}
	#sVisual.bg_08{background-image:url('/images/sub/img_sVisual_08.jpg');}
	#sVisual.bg_09{background-image:url('/images/sub/img_sVisual_09.jpg');}

	#sVisual.bg_10,
	#sVisual.bg_11,
	#sVisual.bg_12,
	#sVisual.bg_20,
	#sVisual.bg_97,
	#sVisual.bg_98,
	#sVisual.bg_99{background-image:url('/images/sub/img_sVisual_99.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{position: relative; width: 100%; font-size: 0; line-height: 0; z-index: 3; background-color: #f5f5f5;}
    #snb::after{position: absolute; content: ''; width: 200vw; height: 1px; left: -100vw; bottom: 0px; background-color: #ddd;}
	#snb #nav{position: relative; max-width:1300px; width:100%; display: flex; flex-wrap: wrap; margin:0 auto;  z-index:2; }
	#snb #nav>li{flex:0 1 24%; border-right:1px solid var(--bor_c); display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: center; position:relative;}
	#snb #nav>li>a{width:100%; height:7rem; padding:0.5rem 5rem 0.5rem 2rem; font-weight: 700; font-size:1.8rem; line-height: 2rem; color:#333; display: flex; align-items: center; position: relative;}
	#snb #nav>li>a>span{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{border-right:none; flex-basis: 7rem; max-width:7rem;}
	#snb #nav>li.home>a{width:100%; height:7rem; padding:0; background-color: /* var(--point) */ #111111;  text-align: center; justify-content: center;}
	#snb #nav>li.home>a:before{content: ""; display:none;}
	#snb #nav>li.home>a img{width:1.8rem;}

	#snb #nav>li.sDepth02{flex-basis: 25%;}
	#snb #nav>li.sDepth02>a{color: #333;}
	#snb #nav>li.sDepth02>a i:after,
	#snb #nav>li.sDepth02>a i:before{background-color: #222;}
	#snb #nav>li:last-child >a>span:before{content: ""; width:100%; height: 0.2rem; background-color: /* var(--point) */#111111; display: block; position:absolute; left:0; bottom:-1px;}

	/* #snb #nav>li.sDepth03{display:none;} */

	#snb #nav .lnbSub{background-color: #fff; border:1px solid var(--bor_c); position:absolute; left:-1px; right:-1px; top:calc(100% - 1px); z-index:3; display:none;}
	#snb #nav .lnbSub>a{width:100%; height:6rem; padding:0.5rem 2rem; font-size:1.8rem; line-height: 2rem; color:#333; display: flex; align-items: center;}
	#snb #nav .lnbSub>a>span{word-break:break-all !important;}
	#snb #nav .lnbSub>a+a{border-top:1px solid var(--bor_c);}
	#snb #nav .lnbSub>a:is(:hover, .active){background-color: #f5f5f5; color: var(--point);}
	#snb #nav .lnbSub>a.active{font-weight: 700;}

	#snb #nav>li.active>a i{transform:rotate(180deg);}

	#pageTop{padding:8rem 0 7rem; font-size:0; line-height:0; text-align: center; position: relative;}
	#pageTop>h3{/* padding-top:6rem; */ font-weight: bold; font-size:4.5rem; line-height:1; color: #111111; text-align: center; position: relative;}
	/* #pageTop>h3:before{content: ""; width: 1px; height: 3.5rem; margin-left:-0.5px; background-color: var(--point); display: inline-block; position:absolute; left: 50%; top:0px;} */

	#container{width:100%; max-width:134rem; min-height:400px; margin:0 auto; padding:0 2rem 15rem; position: relative; z-index:2;}
	#container.full{max-width:none; min-height:auto; padding:0;}

	.full-box{width:100%; font-size:0; line-height:0; position: relative;}
	.full-box.gray{background-color: #f7f7f7;}


/*[e] SUB */

    #footer{padding: 3.5rem 0 1.5rem; background-color: #343a40;}    
	#footer .inner{max-width: 176rem; width: 100%; padding: 0 2rem; margin: 0 auto;}
    #footer .inner .footer_links{display: flex; flex-wrap: wrap; gap: 2rem; padding: 0 0 3.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); margin: 0 0 2rem; }
    #footer .inner .footer_links a{font-size: 1.7rem; line-height: 1; color: #eeeeee; font-weight: 550;}
    #footer .inner .footer_desc{display: flex; gap: 1rem 1rem; align-items: center;}
    #footer .inner .footer_desc{}
    #footer .inner .footer_desc .logoArea{width: 15.0rem; min-width: 15.0rem;}
	#footer .inner .footer_desc .info{display: flex; flex-wrap: wrap; gap: 0 2rem; max-width: 60rem; overflow: hidden;}
    #footer .inner .footer_desc .info li{position: relative; font-size: 1.7rem; line-height: 3rem; color: #bbbbbb;}
    #footer .inner .footer_desc .info li + li::before{position: absolute; content: ''; width: 1px; height: 2rem; top: 0.5rem; left: calc(-1rem + 0.5px); background-color: rgba(255,255,255,0.25);}

	/*
	#footer .inner .footer_desc .medal{width: 18rem; min-width: 18rem; display: flex; gap: 2rem; margin-left: auto;}
	#footer .inner .footer_desc .medal img{width: 7.9rem;}
	*/
	a.goTop{width:5rem; height:5rem; background-color: var(--point); font-size:2rem;font-weight:500; line-height:8rem;text-align:center;color:#fff;  display:block; overflow:hidden; /*opacity: 0;*/border-radius:4rem;position: fixed; right:2rem; bottom:1.0rem; z-index:9;}/*position: fixed; right:15px; bottom:15px; z-index:9;*/
	a.goTop.open{opacity: 1;}
	/* a.goTop:before{content: ""; width: 100%; height: 100%; background:url('/images/arr_goTop.png') no-repeat center center; 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);} */
/*[s] FOOTER */

@media only screen and (max-width : 1340px){
	.wVar{display:none !important;}
}
@media only screen and (max-width : 1280px){
}
@media only screen and (max-width : 1024px){
	.pVar,
	th.pVar,
	td.pVar{display:none !important;}

	.mVar,
	.br_p{display:none;}

	.tVar{display:block;}
	.br_t{display:block;}
	.ptVar{display:block;}
	.tmVar{display:block;}

	img.tVar,
	img.ptVar,
	img.tmVar{display:inline-block;}

	table .br_t{display:table-cell;}

	/*[s] HEADER */
		#ribbonArea{display:none !important;}

		#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 .header-btm{border-bottom:none;}
		#header .header-btm .inConts{position: static;}

		.menuLayer{padding-left:30%;}
	/*[e] HEADER */

	/*[s] SUB */
		#snb>.inConts{padding:0 !important;}
		#snb #nav>li{flex:1 1 30%;}

		#snb #nav>li:last-child{flex-basis: 45%; border-top: 1px solid #ddd;}

		.fullBox{width:100vw; margin-left:-3rem; left:0%;}
	/*[e] SUB */



}
@media only screen and (max-width : 840px){
	:root,
	html{font-size:10px;}

	: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;}

	/*[s] HEADER */



		.menuLayer{padding-left:0;}
	/*[e] HEADER */

	/*[s] SUB */

		#snb{}
		#snb:before{display:none;}
		#snb #nav{}
		#snb #nav>li{flex:1 1 80%;}
		#snb #nav>li>a{height:8rem; font-size:2.5rem;}
		#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{width:100%; 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:2.5rem;}

		#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%;}

		#pageTop>h3{font-size:5rem;}

		.pg-tit{font-size:4rem;}
		.pg-txt{margin-top:2.5rem; font-size:2.6rem; line-height:3.6rem;}
		#hgroup{}
		*+#hgroup{padding-top:7rem;}

	/*[e] SUB */

}

@media only screen and (max-width : 640px){
    #footer .inner .footer_desc{flex-wrap: wrap; gap: 3rem;}
    #footer .inner .footer_desc .logoArea{width: 100%;}
    #footer .inner .footer_desc .info{width: 100%; max-width: none;}
	#footer .inner .footer_desc .medal{width: 100%;}

}

@media only screen and (max-width : 480px){
	:root,
	html{font-size:8px;}
}

/*[s] Reset Css */

html,body{width:100%; min-height:100%; background-color: #fff; -webkit-text-size-adjust:none}
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%;}
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}
div, ul{box-sizing: border-box;}

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;
}

/* Skip Navigation */
.skip{width:1px; height:1px; margin:0 -1px -1px 0; padding:0; font-size:0; line-height:0; display:block; overflow:hidden;}
.skip:is(:hover, :active, :focus){width:100%; height:auto; margin:0; padding:5px 0; font-weight:bold; font-size:12px; line-height:1; color:#333; text-decoration:none !important; text-indent:10px}

body,th,td,input,select,textarea,h2,h3,h4,h5,address,code,button{font-family:'pretendard', sans-serif; font-style:normal; font-weight:normal;}
body{font-size:1.6rem; line-height:1.55; color:#666;}
/*[e] Reset Css */

/*[s] Transition Style */
#header,
#header:before,
#header .gnbBg,
#header .gnbBg:before,
#header h1,
#header h1>a,
#header h1>a img,
#header .mMenu,
#header .mMenu>span,
#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 .link-icon .search-utill,
#header .link-icon .search-utill input[type="text"],

#header .utill .appDown,
#header .language:before,

#header .tSchArea,
#header .tSchArea .tSch:before,
#header .tSchArea .tSch:after,
#header .tSchArea .tSch_in,

#pt_Menu #pt_Menu_list>li>a,
#pt_Menu #pt_Menu_list>li>a i,
#pt_Menu #pt_Menu_list>li>a i:after,
#pt_Menu #pt_Menu_list>li>a i:before,
#pt_Menu #pt_Menu_list .gnbSub>li>a,

.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%;}

#quick-right,
#quick-right a,
#sVisual,
a.goTop,
a.goTop:before{transition: all .5s ease-out;}

.menuLayer,
#pt_Menu{transition: all .5s ease-in-out; transform-origin: 50% 50%;}

#pt_Menu .head .closeMenu{transition: all .7s ease-in-out; transform-origin: 50% 50%;}

@media only screen and (max-width : 400px){
	#footer .inner .footer_desc{flex-wrap: wrap;}
	#footer .inner .footer_desc .info{width: 100%;}
}

/*[e] Transition Style */

/*
-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: 24px; height: 24px; 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;
*/