@charset "utf-8";
/*------------------------------------------------- 
Author : seul ki / 2021
-------------------------------------------------*/
img[usemap] {
	max-width: 100%;
	width: auto;
	height: auto;
	}
body.active #header {
	opacity: 1;
	}
#header {
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	}
#body {word-break: keep-all;}
#visual {
	height: 100vh;
	overflow: hidden;
	}
.visual-section {
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
.visual-section .bx-viewport {
	height: 100vh !important;
	z-index: -1;
	}

.visual-section .bx-pager{padding-left: 50px;}
.visual-section .bx-controls-direction,
.visual-section .bx-controls-auto {
	display: inline-block;
	}
.visual-section .bx-controls {
	position: absolute;
	top: 560px;
    left: 50%;
    width: 1300px;
    transform: translateX(-50%);
	}
.visual-section .bx-controls a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top:5px;
	margin-right: 13px;
    background-color: #fff;
    border: solid 2px transparent;
    border-radius: 100%;
    color: transparent;
    vertical-align: top;
    overflow: hidden;
	}
.visual-section .bx-controls a.bx-pager-link.active{
	background: #FC6719;
}
.visual-section .bx-controls a i {
	font-size: 2rem;
	}

.bx-controls a > span  {
	display: block;
	height: 1px;
	margin: -1px;
	text-indent: -9999px;
	overflow: hidden;
	}
.visual-section .bx-controls-direction .bx-next {
	margin-left: 47px;
	}
.visual-section .bx-controls-auto {
	position: absolute;
	top: 0;
    left: 0;
    height: 18px;
    overflow: hidden;
	}
.visual-section .bx-controls-auto a {
    width: 20px;
    height: 15px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    }
.visual-section .bx-controls-auto a.active{
	color: #FC6719;
}
.visual-list {
	height:  100%;
	}	
.visual-list .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100vh;
	background: no-repeat 50% 50%/cover;
    transform: scale(1);
    transition: all 3s;
    z-index: -1;
	}
.visual-txt {
	margin: 300px auto 175px;
	color: #fff;
	letter-spacing: -0.5px;
	}
.visual-txt .tit{
	display: block;
	line-height: 1;
	font-size: 2.4rem;
	}
.visual-txt .first {
	font-family: "NotoR", sans-serif;
	}	
.visual-txt .eng {    
	margin-top: 15px;
	line-height: 1.2;
	font-size: 5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	}
.visual-txt .eng .point {
	color: #fdd23f;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	}
.visual-txt p{
	margin-top:2rem;
	font-size: 1.7rem;
}

.scroll {
	display: block;
	position: absolute;
	bottom: 60px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	animation: motion 0.5s linear 0s infinite alternate;
	font-size: 1.4rem;
	}
@keyframes motion {
	0% {bottom: 60px;}
	100% {bottom: 65px;}
}
.scroll span{
	display: inline-block;
	padding:1rem 2rem;
	background: #FC6719;
}
.scroll i {    
    margin: -2px 0 0 5px;
	vertical-align: middle;
	font-size: 2.2rem;
	}

#contents {
	margin: 0 auto;
	padding: 70px 0 100px;
	}
#contents::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-50%);
	}
#contents [class*="section"] {
    position: relative;
    z-index: 1;
	}	
.section1{
	display:block;
	height:244px;
	margin-bottom: 20px;
	overflow: hidden;
	}
#contents [class*="section"] .section-tit { 
    margin-bottom: 25px;
	color: #666666;
	letter-spacing: -0.3px;
	line-height: 1;
	font-size: 3.5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	}
#contents [class*="section"].section-tit strong{
	font-weight: 400;
}
#contents [class*="section"].section-tit span{
	position:relative;
	display:inline-block;
	margin-left:10px;
	padding-left:15px;
	font-size:2rem;
	font-family: "NotoR", sans-serif;
	vertical-align: top;
    line-height: 3.5rem;
}
#contents [class*="section"].section-tit span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	width: 4px;
	height: 4px;
	background: #ddd;
	border-radius: 50%;
}

/* 공지사항  */
.section1 .title-area{
	position:absolute;
	width: calc(50% - 30px);
	z-index: 1;
}
.section1 .section-tit{
	display: inline-block;
}
.notice-more{
	font-size: 2rem;
	color: #ddd;
	float: right;
}
.notice-more span{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
.notice-no{
	position:absolute;
	top: 60%;
	left:50%;
    display: block;
    font-size: 2.2rem;
    transform: translate(-50%, -50%);
    text-align: center;
    
}
.notice-no i{
	display:block;
	margin: 5px 5px;
	font-size: 4rem;
}
.notice-area {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
	}
.notice-area .notice-first{
	display: inline-block;
	width: calc(50% - 30px);
	padding-top:55px;
	float: left;
	}
.notice-area .notice-first .tit{
	position:relative;
	font-size: 2.2rem;
	font-family: "NotoR", sans-serif; 
	white-space : nowrap;
	word-wrap : break-word;
	text-overflow : ellipsis;
	height: auto;
	}
.notice-area .notice-first .tit:after{
	content: "";
	width: 0%;
}

.notice-area .notice-first a:hover{
	text-decoration: none;
}
.notice-area .notice-first a:hover .tit:after{
	content: "";
	position:absolute;
	bottom:0;
	display: block;
	height: 3px;
	width: 100%;
	background: #FF9E2E;
	transition: all ease 1s;
}

.notice-list {
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap;
	width:calc(50% + 30px);
	text-align: left;
	overflow: hidden;
	height: 100%;
	}
.notice-area .notice-list > li {
	display:block;
    width: 50%;
	padding-left:30px;
	overflow: hidden;
	}	
.notice-area .notice-list > li a {
	position:relative;
	display: block;
	height:100%;
	padding:40px 30px 50px;
	background: #fff;
	}
.notice-area .notice-list > li a:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: 1px #ddd solid;
	transition: all ease 0.3s;
	}
.notice-area .notice-list > li a:hover{
	text-decoration: none;
}
.notice-area .notice-list > li a:hover:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: 10px #FF9E2E solid;
}
.notice-area [class*="type"] {
	display: inline-block;
	height: 35px;
	margin-bottom: 15px;
    padding: 0 20px;
	background-color: #62C5D5;
	border-radius: 18px;
	color: #fff;
    text-align: center;
    line-height: 35px;
	}
.notice-area .type02 {
	background-color: #BBB2AF;
	}
.notice-area .type03 {
	background-color: #152978;
	}
.notice-area .tit {
	display: block;
	height: 5.8rem;
	margin-bottom: 5px;
	padding-bottom:5px;
	font-size:1.8rem;
	color: #333;
	overflow: hidden;
	font-weight: normal;
	letter-spacing:-0.05rem;
	}
.notice-area .txt {
	display: block;
	margin-bottom: 10px;
	font-family: "NotoR", sans-serif; 
	letter-spacing:-0.05rem;
	height: 5rem;
	overflow: hidden;
	}	
.notice-area .date {
	position:relative;
	display: block;
	padding-left:20px;
	font-size: 1.5rem;
	color: #AAAAAA;
	}
.notice-area .date:before{
	content: "\ea2c";
	display: inline-block;
	position:absolute;
	left:0;
	top:0;
	font-family: "xeicon", sans-serif !important;
	} 

/* 홍보관 */
.public-relations {
	padding:60px 0 0 0;
 	}
.public-relations .title-area{
	position:relative;
	padding:40px 0; 
	color: #fff;
}
.public-relations .title-area:before{
	content:"";
	position:absolute;
	right:40%;
	top:0;
	width:100%;
	height:316px;
	background: #394D7E;
	z-index: -1;
}
.public-relations .title-area:after{
	content:"";
	position:absolute;
	right:0;
	top:-60px;
	width:375px;
	height:385px;
	background: url("/resources/images/scent/main/public-img.png") no-repeat 0 0;
}

.public-relations .txt-more {
	position: absolute;
	top: 215px;
	left: 0;
	} 	
.public-relations .section-tit {
    letter-spacing: -0.05em;
    margin-bottom: 10px !important;
    color: #fff !important;
	}
.public-relations .section-tit span:before{
	background: #69789D !important;
}	
	
.public-relations .title-area .under {
	display: block;
	color: #69789D;
	}
.public-more{
	display: inline-block;
	color: #fff;
	margin-top:20px;
}

.public-wrap {
	position: relative;
 	}
.public-wrap:before{
	content: "";
	position:absolute;
	left:50%;
	top:-10%;
	display: block;
	width: 300%;
	height: 100%;
	background: #F8F8F8;
	transform: translateX(-50%);
	z-index: -2;
}
.public-list {
    position: relative;
 	}
.public-list > li {
    position: relative;
    width:303px;
    height:340px;
    float: left;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.16);
    background: url("../../../resources/images/scent/main/public-logo.png") no-repeat 50% 50% #fff;
 	}
.public-list > li:first-child {
	margin-top: 0;
 	}
.public-list > li > a {
	position:relative;
	display:block;
	height:100%;
	padding: 35px 30px 40px;
	color: #666666;
}
.public-list > li > a:hover{
	color:#fff;
	background: linear-gradient( to bottom, #FC6719, #FF9E2E );
	text-decoration: none;
}
.public-list > li > a:hover .more{
	background: none;
}
.public-list .con-tit{
	display:block;
	margin-bottom: 20px;
	hite-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
	font-size: 2rem;
	font-family: "NotoM", sans-serif;
}
.public-list .desc {
 	display: block;
 	height: 100px;
	margin-bottom: 20px;
	letter-spacing: -0.05em;
	word-break: keep-all;
    overflow: hidden;
	}
.public-list .more{
	position:absolute;
	left:50%;
	bottom:4rem;
	display:block;
	width:84px;
	height:84px;
	padding-top: 25px;
	text-align:center;
	background: #FC6719;
	color: #fff;
	border-radius: 50%;
	font-size: 1.5rem;
	transform: translateX(-50%);
}

.public-list .more i{
	display: block;
}

.public-list > li:nth-child(even){
	margin-top: 60px;
}
.public-list > li:nth-child(even) .more{	
	background: #FF9E2E;
}
.public-wrap .bx-wrapper{
	width: 100%;
}
.public-wrap .bx-wrapper .bx-viewport{
	height: auto !important;
	padding-bottom: 10rem;
}
.public-wrap .bx-controls {
	position: absolute;
	top:-19.5rem;
	right:40%;
}
.public-wrap .bx-controls-direction a,
.public-wrap .bx-controls-auto a{
	display:inline-block;
	background: #BBB2AF;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 50px;
}
.public-wrap .bx-controls-direction a:hover{
	background: #FF9E2E;
}

.public-wrap .bx-controls-direction a i.xi-arrow-left:before{
	content: "\e93d";
}

.public-wrap .bx-controls-direction a.bx-prev{
	margin-right: 50px;
}
.public-wrap .bx-controls-direction a i.xi-arrow-right:before{
	content: "\e940";
}
.public-wrap .bx-controls-auto{
	position: absolute;
    right: 50px;
    top: 0;
	display:inline-block;
	width: 50px;
	height: 50px;
}
.public-wrap .bx-controls-auto a{
	display: block;
	background: #A19996;
}
.public-wrap .bx-controls-auto a.active{
	display: none;
}

.link-cont{
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap;
}
.link-list {
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap;
	width:50%;
	margin-left: -20px;
	margin-right: 20px;
	}
.link-list > li {
	width: calc(50% - 20px);
	height: 200px;
	margin-left:20px;
    overflow: hidden;
	}
.link-list > li > a {
	position:relative;
	display: block;
	color: #fff;
	height: 100%;
	}
.link-list > li > a:hover {
	text-decoration: none;
	}	
.link-list > li.a {
	height: 120px;
	}	
.link-list .list01 {
	background: url("/resources/images/scent/main/link01.jpg") no-repeat 0 0;
	}
.link-list .list02 {
	background: url("/resources/images/scent/main/link02.jpg") no-repeat 0 0;
	}
.link-list .tit {
	display: block;
	padding: 25px 0 0 30px ;
    font-size: 2rem;
    font-family: "NotoM";
    font-weight: normal;
	}
.link-list i{
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 2.2rem;
}

.link-list > li a:hover{
	transform: scale(1.1);
	transition: ease all 2s;
}

.Corp-cont{
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap;
	width: 50%;
	text-align: center;
	}
.Corp-cont > li{
	display:block;
	width: 33.3%;
	padding-top:8rem;
}

.Corp-cont > li.cont01{
	background: url("/resources/images/scent/main/count01.png") no-repeat 50% 25px;
}
.Corp-cont > li.cont02{
	background: url("/resources/images/scent/main/count02.png") no-repeat 50% 25px;
}
.Corp-cont > li.cont03{
	background: url("/resources/images/scent/main/count03.png") no-repeat 50% 25px;
}
.Corp-cont .count {
	position:relative;
	display: block;
	margin-bottom:1.5rem;
    line-height: 1;
    color:#333333;
	font-size: 4.5rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	}
.Corp-cont .count:before{
	content: "";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width: 80px;
	height: 12px;
	background: #EEEEEE;
	z-index: -1;
	transform: translate(-50%, -50%);
}
.Corp-cont .tit{
	font-weight: normal;
	color: #333333;
}
