@charset "utf-8";
/*-------------------------------------------------
layout Style Sheet / seul ki / 2021
-------------------------------------------------*/
*, *::before, *::after {  box-sizing: border-box;}
html.all-scrollFixed::before {z-index: 90 !important;}
html {font-size: 10px; min-width: 1600px;}
body {font-size: 1.6rem;}
.container {position:relative; width: 1280px; min-width: 1280px;}

.layerPop {display: none;}
.layerpop-active {overflow: hidden;}
.layerpop-active .layerPop {display: block;}
#wrap {font-family: "NotoR"; overflow: hidden;}
#header {position: absolute; top: 0;  left: 0;  width: 100%; height: 120px; z-index: 90;}
#header .logo {padding: 20px 0 0 0; text-align: center; z-index: 1;}
#header .logo a {display: inline-block; width: 265px; margin: auto; background: url('../../../resources/images/scent/layout/logo.png') no-repeat center 0;  color: transparent; text-indent: -9999px;}
/* #header .logo + .container {margin: -50px auto 10px;} */
.allmenu-open, .allmenu-close, 
#header .lang  {position:relative; display: block; float: right; color: #fff; letter-spacing: -0.03em; line-height: 1; font-family: "NotoL"; font-size: 1.6rem;}	
.allmenu-open{position: absolute; right: 0; top: -25px; padding-left: 3rem;}
.allmenu-open i{position:absolute; left:0; top:-0.3rem; display:inline-block; font-size: 2.5rem;}
.allmenu-open.active {opacity: 0;}
.allmenu-close {position: absolute; top: 0; right: 0; width:70px; height:70px; background: #FC6719;}
.allmenu-close i {margin-right: 3px; font-size: 2.4rem;}
#header .lang {float: right;}

.all-scrollFixed { 
	overflow: hidden;
	}
.allmenu-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 110px 0;
	background: #283556;
    z-index: 100;
	}
.allmenu-nav{
	height: 100%;
}
.all-nav {
	overflow: hidden;
	display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-flow: row wrap;
	}	
.all-nav a {
	position:relative;
	display: block;
	color: #fff;
	}
.all-nav > li > a:hover{text-decoration: none;}
.all-nav > li > a:before{content:""; display:block; color: #FF9E2E; font-size: 2.8rem; font-family: "Montserrat", sans-serif; font-weight: 600;}
.all-nav > li:nth-child(1) > a:before{content: "01";}
.all-nav > li:nth-child(2) > a:before{content: "02";}
.all-nav > li:nth-child(3) > a:before{content: "03";}
.all-nav > li:nth-child(4) > a:before{content: "04";}
.all-nav > li:nth-child(5) > a:before{content: "05";}
.all-nav > li:nth-child(6) > a:before{content: "06";}
.all-nav > li:nth-child(7) > a:before{content: "07";}

.all-nav  li {
	overflow: hidden;
	}
.all-nav > li {
	float: left;
	width: 50%;
	margin-bottom:25px;
	padding: 0 1%;
	overflow: hidden;
	}
.all-nav > li > a {
	padding: 20px 15px;
    line-height: 1.2;
	font-size: 2.8rem;
	}
.all-nav .depth2{
	position:relative;
	display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-flow: row wrap;
}
.all-nav .depth2:after{
	content: "";
	display: block;
    position: absolute;
    left: 50%;
    top: 0;
	height: 100%;
	width: 1px;
	background:rgba(255,255,255,0.1);
	clear: both;
}

.all-nav .depth2 > li{
	float: left;
	width: 50%;
	}	
.all-nav .depth2 > li > a {
	position:relative;
	display:block;
	padding: 15px 50px 15px 20px;
	font-size: 1.7rem;
	color: #BBBBBB;
	word-break: keep-all;
	}
.all-nav .depth2 > li > a:hover{
	text-decoration: none;
	color: #fff;
	background: #FF9E2E;
}
.all-nav .depth2 > li > a:after{
	content: "\e914";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 15px;
	font-family: xeicon!important;
}

.all-nav .depth3 > li > a {
	position: relative;
	padding-left: 17px;
	}
.all-nav .depth3 > li > a::before {	
	position: absolute;
	top: 2px;
	left: 0;	
    width: 14px;
    font-size: 15px;
    font-family: "xeicon";
	content: "\e97e";
	}
#header.active  {
	position: fixed;
	top: 0;
	width: 100%;
	height: 64px;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	transition: all .3s;
	}	
#header.active .logo + .container {
	display: none;
	}
#header.active .logo {
	float: left;
	position: relative;
    padding: 14px 0 14px 45px;
    z-index: 1;
	}
#header.active .logo a {
	background-image: url('../../../resources/images/scent/layout/logo02.png');
	}
#header.active .nav-area  {
	position: relative;
	width: 100%;
    padding-left: 310px;
	}
#header.active #gnb a{
	color: #000;
}

#header.active #gnb .depth2 > li > a:hover{
	color: #fff;
}
/* 대메뉴 */
.nav-area {
	position: relative;
	height: 65px;
	}
.nav-area:after{
	content: "";
	position:absolute;
	left:0;
	top:62px;
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.nav-area .nav {
	float: left;
	width: 100%;
	}
#gnb > li {
	display: table-cell;
    position: relative;
    width: 1%;
    height: 0;
    transition: all .3s ease;
	}
#gnb a {
	color: #fff;
	}
#gnb > li > a {
	display: block;
	padding: 20px 0 80px;
    line-height: 1.15;
	text-align: center;
	font-size: 2rem;
	font-family: "NotoM";
    transition: all .3s ease;
	}	
#gnb > li > a > span {
	display: inline-block;
	position: relative;
	height: 100%; 
	}
#gnb > li > a > span::after {
	display: block;
	position: absolute;
	bottom: -21px;
	left:0;
	width: 100%;
	height: 4px;
	background-color: #FC6719;
	content: '';
	opacity: 0;
    transition: all .3s ease;
    z-index: 1;
	}
#gnb > li.active span::after,	
#gnb > li > a:hover span::after {
	opacity: 1;
	}	
#gnb .depth2 {
	position: absolute;
	top: 98px;
	left: 50%;
	width: 220px;
    height: 0;
	margin-top: -10px;
	padding: 15px 0;
	background-color: #fff;
	transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    border: 1px #ddd solid;
	}
#gnb > li.active .depth2,	
#gnb > li:hover .depth2 {
    height: auto;
    opacity: 1;
    visibility: inherit;
	}
#gnb .depth2 > li > a {
	display: block;
	padding: 10px 20px;
	color: #000;
	letter-spacing: -0.05em;
	line-height: 1.2;
	font-family: "NotoD";
	word-break: keep-all;
	}
#gnb .depth2 > li > a:hover {
	background-color: #FC6719;
	text-decoration: none;
	color: #fff;
	}
.section-nav {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 90;
	}	
.section-nav li {
	height: 60px;
	text-align: right;
    overflow: hidden;
	}	
.section-nav a {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 100%;
	background-color: #434863;
	border-top: 1px solid rgba(255,255,255, .07);
	color: #fff;
	transition: all .5s;
    -webkit-transition: all .5s;
    text-align: left;
	}
.section-nav a i {
	display: inline-block;
	width: 60px;
	line-height: 60px;
    text-align: center;
    font-style: inherit;
	font-size: 2.4rem;
	vertical-align: top;
	}	
.section-nav a span {
	line-height: 60px;
	vertical-align: top;
	}
.section-nav a:hover,
.section-nav a:focus {
	width: 250px;
	background-color: #3f53b4;
	text-decoration: none;
	}	
#snb {
	position: relative;
	margin-bottom:7rem;
	height: 250px;
	color: #fff;
	letter-spacing: -0.05em;
	line-height: 1.2;
	}
#snb.menubg01 {
	background: url(../../../resources/images/scent/layout/visual01.jpg) no-repeat center 0;
	} 
#snb.menubg02 {
	background: url(../../../resources/images/scent/layout/visual02.jpg) no-repeat center 0;
	} 
#snb.menubg03 {
	background: url(../../../resources/images/scent/layout/visual03.jpg) no-repeat center 0;
	} 
#snb.menubg04 {
	background: url(../../../resources/images/scent/layout/visual04.jpg) no-repeat center 0;
	} 
#snb.menubg05 {
	background: url(../../../resources/images/scent/layout/visual05.jpg) no-repeat center 0;
	}
#snb .snb-title {
	margin-bottom:10px;
	padding-top:10rem;
    line-height: 1.1;
	font-size: 3.8rem;
	font-family: "NotoR"; 
	}
#snb .snb-title > .kor {
	margin-top: -30px;
	}
#snb .stxt{
	font-size:1.8rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
#side {
	float: left;
	width: 23rem;
	margin-bottom: 15rem;
	margin-right: 5rem;
	}
.snb_title {
	height: 1px;
	overflow: hidden;
	}
#snavigation {
	border-top: 3px #333 solid;
	font-size: 1.7rem;
	font-family: NotoM;
	letter-spacing: -1px;
	word-break: keep-all;
	}
#snavigation a {
	display: block;
	position: relative;
	}	
#snavigation > li {
	border-bottom: 1px #ddd solid;
	}
#snavigation > li:last-child{
	border-bottom: 1px #AAAAAA solid;
}
#snavigation > li > a {
	padding: 1rem 3rem 1rem 1.5rem;
	color: #333333;
    line-height: 1.5;
	}
#snavigation > li > a:after{
	position: absolute;
	top: 50%;
	right: 0;
    width: 2.8rem;
	height: auto;
	background: none;
    line-height: 1.2;
    text-align: center;
	transform: translateY(-50%);
	font-size: 1.6rem;
	font-family:xeicon;
	content:"\e914";
	color: #AAAAAA;
	}
#snavigation > li.on  > a{
	color: #fff;
	background: #FC6719;
}
#snavigation > li.on > a:after {
	content:"\e91b";
	color: #fff;
	}
#snavigation .depth3 {
	display: none;
	padding-left: 1.5rem;
	border-top: 1px #ddd solid;
	font-family: NotoR;
	font-size: 1.5rem;
	}
#snavigation > li.on .depth3 {
	display: block;
	}
#snavigation .depth3 > li {
	margin: 0.4rem 0;
	}	
#snavigation .depth3 > li.on a {
	color: #F24E1D;
	text-decoration: underline;
	}
	
	
#content {
	position: relative;
	float: none;
	width: auto;
	overflow: hidden;
	min-height: 850px;
	/* min-height: 100rem; */
	}
.stitle {
	color: #333;
	font: normal 3rem 'NotoM';
	}
.path {
	margin: -3rem 0 5rem;
	text-align: right;
	}
		
.content-footer {
	margin: 10rem 0 0 29rem;
	}
.relation_content dd {
	font-size: 1.5rem;
	}	
.sns_share > li.top {
	display: none;
	}
	
	
	
.cont-util {
	position: absolute;
	top: 5px;
	right: 0;
	}
.cont-util button {
	position: relative;  
	display: inline-block;
	padding: 0 16px;
	}	
.cont-util .btn-print::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	height: 95%;
	background-color: #d8d8d8;
	content: '';
	}
.cont-util i {
	color: #a2a2a2;
	font-size: 2.2rem;
	}
.cont-util .share-list.active {
    width: auto;
    min-width: 130px;
	opacity: 1;
    visibility: visible;
	}
#contents .stitle {
	margin-bottom: 45px;
	color: #333;
	letter-spacing: -0.05em;
	line-height:1.3;
	font-size: 3.4rem;
	font-family: "NotoM"; 
	}
#detail-content {
	position: relative;
	letter-spacing: -0.03em;
	}
/* 탭메뉴 STYLE */	
#tab-nav {margin-bottom:45px;}
[class*="tab-menu"] {display: table; width: 100%; table-layout: fixed;}
[class*="tab-menu"] > li {display:table-cell;}
[class*="tab-menu"] > li > a {position: relative;display:block; margin-left: -1px;padding: 11px 0 12px;border:1px solid #434863;text-align: center;transition: all 0.3s ease;}
[class*="tab-menu"] > li > a:hover,
[class*="tab-menu"] > li.active a{background:#434863; border:1px solid #2a3643; color:#fff; text-decoration: none; font-weight: bold;}

.cont-tab {
	margin-top: 40px;
	overflow: hidden;
	}
.tab-menu02 {
	display: flex; 
	display: -webkit-flex; 
	margin-bottom: 25px;
	padding-left: 1px;
    border-bottom: solid 1px #8d8d8d;
	flex-flow: wrap;
	table-layout: inherit;
	}	
.tab-menu02 > li {
	display: block; 
    width:25%;
    padding-top: 7px;
 	}
.tab-menu02 > li > a {
	margin-bottom: -1px;
	border-color: #c5d0dc;
	border-bottom-color: #8d8d8d;
	background-color: #f8f8f8;
	color: #888;
	}
.tab-menu02 > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	}
.tab-menu02 > li > a::after {
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;   
    width: 100%;
    color: #f0811a;
    text-align: center;
	line-height: .8;
	font-size: 1.8rem;
	font-family:xeicon;
	content:"\e936";
    opacity: 0;
	}
.tab-menu02 > li.active {
	padding-top: 0;
	}	
.tab-menu02 > li.active > a {
	padding-top: 18px;
	background-color: #fff;
	border-color: #8d8d8d;
	border-bottom-color: transparent;
	color: #000;
	line-height: 1.6;
	font-family: "NotoB";
	}
 .tab-menu02 > li.active > a::before {
	background-color: #555;
	}
.tab-menu02 > li.active + li a {
	border-left-color: #8d8d8d;
	}
.tab-menu02 > li.active > a::after {
    opacity: 1;
	}
.tab-menu02 > li:nth-child(4) ~ * {	
	display: inline-block;	
	flex: inherit;
	width: 25%;	
	}
/* 하단 영역 STYLE*/	
#banner-zone {
	position: relative;
	padding: 20px 0;
	}
#banner-zone::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 1px;
	background-color: #e6e6e6;
	transform: translateX(-50%);
	content: '';
	}	
.banner-control {
	display: block;
	float: left;
	margin-right: 40px;
	}
.banner-control button {
	float: left;
	width: 38px;
	height: 38px;
	margin-left: -1px;
	border: 1px solid #d8d8d8;
	font-size: 1.8rem;
	}
.banner-area {
	position: relative;
	height: 38px;
	overflow: hidden;
	}
.banner-list {
	height: 100%;	
	}	
.banner-list > li {
	float: left;
	height: 100%;
	margin-right: 80px;
	}	
.banner-list > li a {
	display: block;
	}
.banner-list > li img {
	max-width: 100%;
	}
.footer-sitemap {
	padding: 45px 0 40px;
	background-color: #20293a;
	}	
.footer-sitemap a {
	color: #9097a2;
	}
.footer-nav {
	}	
.footer-nav > li:first-child {
	margin-left: 0;
	}
.footer-nav > li {
	float: left;
	width: 18.3%;
	margin-left: 2%;
	}	
.footer-nav a {
	display: block;
	}
.footer-nav > li > a {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #343b48;
    color: #fff;
    font-family: "NotoM";
	}
.footer-nav .depth2 > li > a {
	padding: 5px 0;
	} 
#footer {
	padding: 35px 0;
	background-color: #283243;
	color: #6a7385;
	}
.fside-menu {
	float: left;
	overflow: hidden;
	}	
.fside-menu > li {
	float: left;
	overflow: hidden;
	}
.fside-menu a {
	display: block;
	position: relative;
	padding: 10px 14px;
	color: #fff;
    font-family: "NotoD";
	}
.fside-menu > li:first-child a:before{
	display: none;
}
.fside-menu a::before {
	display: block;
	position: absolute;
    top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	background-color: rgba(255,255,255,0.2);
	transform: translateY(-50%);
	content: '';
	}
.fside-menu a.point01 {
	color: #f0811a;
	}	
.fside-menu > li:first-child a {	
	padding-left: 0;
	}
.fside-menu > li:first-child a:after {	
	display: none;
	}
#footer .address address {
	margin: 20px auto 0;
	font-style: normal;
	color: rgba(255,255,255,0.8);
	}	