<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import('http://allfont.net/allfont.css?fonts=agency-fb');

/* 본고딕 웹폰트 가져오기 180124 morenvy.com */ 
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */ 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 


body { font-family: 'Noto Sans KR',  ',sans-serif;'; }


* {
margin: 0;
padding: 0;
border: none;
font-family: 'Noto Sans KR',  ',sans-serif;';
}

p{
	font-family: 'Noto Sans KR', ',sans-serif;';
}

h1,h2,h3,h4,h5,h6,h7{
	margin: 0;
}

a{
	text-decoration: none;
}
 

li{
	list-style: none;
}


h1{
	font-family:'Agency FB','arial';
	font-weight: bold;
}
h2{
	font-family:'Agency FB','arial';
	font-weight: bold;
}
h3{
	font-family:'Agency FB','arial';
	font-weight: bold;
}

div{
	display: block;
}

section{
	display: block;
}

 @media only screen
	 and (min-width : 768px){
/*--	헤더	--*/

.floating-menu li.on a { 
	font-weight: bold;
	font-size:2vh;
}

.floating-menu li.on {
	border: 1px solid #fff;
    padding: 0px 15px;
}

.dark{
	color: #000;
}

.pro-border{
	border: 1px solid #000!important;
}

header{
	width: 50%;
    height: 45px;
    position: fixed;
    top: 22%;
    right: -23%;
	z-index: 9999;
    transform: rotate(-90deg) translateX(-50%);
}

header ul{
	
}

header ul li{
	  margin-right:20px;
  float:right;
  height:100%;
  line-height:35px;
}

header ul li a{
	color:#fff;
	font-size:12px;
}

section{
	background-size:cover;
	margin: 0;
}

/*--	홈	--*/

#home{
	background: url(../images/home-bg.png) no-repeat;
	height: 100vh;
	background-size:cover;
}

#home .home-text{
	max-width: 560px;
	margin-left: 7em;
	margin: 0 auto;
}

#home img{
	max-width:425px;
	margin-top: 35vh;
	margin-left: 62px;
}

#home h5{
	color:#fff;
	text-align: center;
	font-weight: 300;
	font-size:1.8em;
	margin-top: 35px;
}

#home h5 strong{
	font-size:1.2em;
}

#home h4{
	color:#fff;
	text-align: center;
	font-weight: 300;
	font-size:3.9em;
	margin-top: 20px;
	font-family: 'Noto Sans KR',  ',sans-serif;';
}

#home h4 strong{
	color:#E12726;
	font-weight: bold;
	font-family: 'Noto Sans KR',  ',sans-serif;';
}


/*--	브랜드	--*/


#brand{
	background: url(../images/brand-bg.png) no-repeat;
	padding-left: 5%;
	padding-right: 5%;
	height: 100vh;
	background-size:cover;
}

.brand-title{
	padding-top: 2em;
}

.brand-title h1{
	color:#fff;
	font-size:8em;
	letter-spacing: 0.2em;
	opacity: 0.6;
}

.brand-title h5{
	font-size:2.6em;
	font-weight: 300;
	color:#fff;
	margin-bottom: 1.5em;
}

.brand-img-list{
	width:100%;
	display: inline-block;
}

.brand-img-list ul{
	display: block;
	margin: 0 auto;
	width:100%;
}

.brand-img-list ul li{
	float: left;
	width:19%;
	margin-left: 10px;
}

.brand-img-list ul li:first-child{
	margin-left: 0;
}

.brand-img-list ul li img{
	width:100%;
}

#brand p{
	max-width:822px;
	display: block;
	color: #fff;
	margin: 0 auto;
	line-height: 1.2;
	font-size:1.2em;
	margin-top: 3em;
}

#brand b a{
	font-weight: 300;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#brand b{
	display: block;
	color: #fff;
	margin-top: 20px;
}



/*--	테크놀로지	--*/



#tech{
	background: #000;
	height: 100vh;
	background-size:cover;
}

#tech .tech-wrap{
	width:90%;
	padding: 0 5% 0 5%;
}

#tech h1{
	color:#fff;
	font-size:6em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 0.7em;
	margin-bottom: 30px;
}

#tech article{
	width:33.3%;
	padding-top: 50px;
	float: left;
	height: 68vh;
	position: relative;
}

#tech article img{
	display: block;
}

#tech article p{
	color:#fff;
	margin: 0 auto;
	display: block;
	max-width:350px;
	font-size:1.3vh;
	line-height: 1.6;
	padding: 7%;
}

.graphene{
	background: url(../images/tech-graphene-bg.png) no-repeat;
}

.compounds{
	background: url(../images/tech-compounds-bg.png) no-repeat;
}

.cotton-casing{
	background: url(../images/tech-cotton-casing-bg.png) no-repeat;
}

.graphene img{
	margin: 0 auto;
	margin-bottom: 20px;
}

.compounds img{
	margin: 0 auto;
	margin-bottom:34px;
	
}

.cotton-casing img{
	margin: 0 auto;
	margin-bottom: 40px;
	
}
		#tech .graphene h6{
			 text-align: center;
			 color:#fff;
			 font-size:20px;
			 margin-bottom: 12px;
		 }
		 
		 #tech .compounds h6{
			 text-align: center;
			 color:#fff;
			 font-size:20px;
			 margin-bottom: 15px;
		 }
		 
		 #tech .cotton-casing h6{
			 text-align: center;
			 color:#fff;
			 font-size:20px;
			 margin-bottom: 18px;
		 }
		 
		 

#tech article a{
	position: absolute;
	bottom:8%;
	left: 42%;
	vertical-align: bottom;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #fff;
	color:#fff;
	font-size:0.7em;
	letter-spacing: 2px;
}

		 #tech .bx-wrapper{
			 display: none;
		 }

/*--	상품	--*/


#product{
	padding-bottom:150px;
	width:100%;
	overflow: auto;
}

#product article li{
	transition: 0.3s;
}


#product article li:hover{
	transform:scale(1.05);             /*  default */
	-webkit-transform:scale(1.1);  /*  크롬 */
	-moz-transform:scale(1.1);     /* FireFox */
	-o-transform:scale(1.1);        /* Opera */
	transition:  transform 0.3s;
	-o-transition: transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;

}


#product h1{
	color:#000;
	font-size:6em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 0.7em;
}

#product p{
	text-align: center;
	margin-bottom: 5em;
	font-size: 1em;
}

#product article{
	width:60%;
	display: block;
	margin: 0 auto;
	overflow: auto;
	padding: 0 50px 50px 50px;
}

#product article h3{
	text-align: center;
	font-size:1.8em;
	margin-bottom: 2.5em;
	margin-top: 1.5em;
	letter-spacing: 5px;
}

#product article img{
	width:90%;
	display: block;
	margin: 0 auto;
}

#product article ul{
	display: block;
	margin: 0 auto;
	width:100%;
}

#product article ul li:first-child{
	margin-left: 0;
}

#product article ul li{
	float:left;
	display: inline-block;
	margin-left: 4.5%;
	width:30%;
	box-shadow: 1px 1px 14px #cecece;
}

#product article ul li h6{
	color:#000;
	font-size:1.5em;
	letter-spacing: 0.05em;
	opacity: 0.2;
	padding-top: 0.3em;
	padding-left: 0.3em;
	margin-bottom: 15px;
}



#product article ul li p{
	text-align: center;
	color:#000;
	font-size:15px;
	margin-bottom: 50px;
	margin-top: 10px;
}


/*--	갤러리	--*/


#gallery{
	background: url(../images/slide-bg.png);
	height:100vh;
	background-size:cover;
}

#gallery h1{
		color:#fff;
	font-size:6em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 0.7em;
	margin-bottom: 30px;
}

#gallery .bx-wrapper{
	max-width:1275px!important;
	margin: 0 auto;
	border:0px;
	box-shadow: 1px 1px 30px #000000;
	background-color: #000;
}

.bx-wrapper img{
	max-width:101%!important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:15px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
}


/*--	갤러리	--*/


#event{
	background: url(../images/enent-bg.png) no-repeat;
	background-color: #000;
	overflow: hidden;
	background-size:cover;
	background-position-x: center;
}

#event h1{
	color:#fff;
	font-size:6em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 1em;
	margin-bottom: 30px;
	padding-left: 15px;
}

.even-h1{
	padding-bottom: 3.05em;
}

.event-title{
	width:100%;
	margin: 0 auto;
}

		 .event-title a{
			 color:#E12726;
		 }
		 
.event-title .title-con{
	max-width:710px;
	margin: 0 auto;
}

.event-title .title-con img{
	display: inline-block;
	width: 40px;
	margin-right: 10px;
}

.event-title .title-con h4{
	display: inline-block;
	color:#fff;
	font-size: 43px;
	font-weight: 500;
	margin-bottom: 1.8em;
}

.event-title p{
	display: block;
	max-width:530px;
	margin: 0 auto;
	color:#fff;
	line-height: 1.8;
	margin-bottom: 4em;
	font-size: 1.09em;
}

		 .event-title .event-button{
			 margin: 0 auto;
			 max-width: 182px;
			margin-bottom: 4em;
		 }
		 
.event-title .event-button a{
	display: inline-block;
	width:150px;
	color:#fff;
	padding: 10px 15px;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
}

		 .event-title a strong{
			 display: block;
			 font-size:14px;
			 font-weight: 300;
			 color: #E12726;
			 margin-top: 5px;
		 }
		 
#event h6{
	font-size:3.5em;
	text-align: center;
	color:#fff;
	font-weight:300;
	margin-top: 1.5em;
}

#event .sns-con{
	color:#fff;
	line-height: 1.8;
	margin-bottom: 3.5em;
	text-align: center;
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: 500;
}

#event article ul li{
	float:left;
	margin-left: 7.5em;
}

#event article ul li:first-child{
	margin-left: 0;
}

#event article ul {
	display: block;
	max-width:476px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 14em;
}
		
		 #event article ul li input{
			 position: absolute;
			 top:-50px;
			 right:0;
				 
		 }

		 #event article .event-svg{
			 width:67px;
			 height: 69px;
			 cursor: pointer;
		 }
}


 @media only screen
	 and (max-width : 414px) {
	
		/* 모바일 수평 스크롤 금지 */
html, body {
max-width: 100%;
overflow-x: hidden;
}
		 
body {
overflow: hidden;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
		 
.floating-menu li.on a { 
	font-weight: bold;
	font-size:1.5vh;
}

.floating-menu li.on {
	border: 1px solid #fff;
    padding: 0px 10px;
}

.dark{
	color: #000;
}

.pro-border{
	border: 1px solid #000!important;
}

header{
	width: 100%;
    height: 50px;
    position: fixed;
    top: 0%;
    right:inherit;
	z-index: 9999;
    transform: rotate(0deg) translateX(0%);
	background: url(../images/hearder-bg.png);
}
		 
		 .header-bg{
			 background: #fff;
		 }

header ul{
	display: block;
	max-width:345px;
	min-width:320px;
	margin: 0 auto;
	clear: both;
}

header ul::after{
 content:""; display:block; clear:both;
}
		 
header ul li{
	margin-top:9px;
  margin-right:9px;
  float:left;
  height:100%;
  line-height:25px;
}

		 header ul li:last-child{
			 margin-right:0;
		 }
		 
header ul li a{
	color:#fff;
	font-size:9px;
}

section{
	background-size:cover;
	margin: 0;
}

/*--	홈	--*/

#home{
    background: url(../images/home-bg.png) no-repeat;
    background-size: cover;
	padding-top: 55%;
	padding-bottom: 55%;
}

#home .home-text{
	margin-left: 0%;
}

#home img{
	width:50%;
	display: block;
	margin: 0 auto;
}

#home h5{
	color:#fff;
	font-weight: 300;
	font-size:18px;
	padding-top: 25px;
	text-align: center;
}

#home h5 strong{
	font-size:1.2em;
}

#home h4{
	color: #fff;
    font-weight: 300;
    font-size: 50px;
	display: block;
	width:92%;
	margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-family: 'Noto Sans KR', ',sans-serif;';
}

#home h4 strong{
	color:#E12726;
	font-weight: bold;
	font-family: 'Noto Sans KR',  ',sans-serif;';
}


/*--	브랜드	--*/


#brand{
	background: url(../images/brand-bg.png) no-repeat;
	padding-left: 5%;
	padding-right: 5%;
	height: 880px;
	background-size:cover;
	margin: -1px -1px;
}

.brand-title{
	padding-top: 2em;
}

.brand-title h1{
	color:#fff;
	font-size:65px;
	letter-spacing: 0.2em;
	opacity: 0.6;
	display: block;
	width:100%;
}

.brand-title h5{
	font-size:1.6em;
	font-weight: 300;
	color:#fff;
	margin-bottom: 3.5em;
}

.brand-img-list{
	width:100%;
	display: inline-block;
}

.brand-img-list ul{
	display: block;
	margin: 0 auto;
	width:100%;
}

.brand-img-list ul li{
	float: left;
	width:31%;
	margin-left: 10px;
}
		 
		 .flex-middle-li{
			 margin-left: 12%!important;
			 margin-top: 10px;
		 }

.brand-img-list ul li:first-child{
	margin-left: 0;
}

.brand-img-list ul li img{
	width:100%;
}

#brand p{
	max-width:822px;
	display: block;
	color: #fff;
	margin: 0 auto;
	line-height: 1.2;
	font-size:0.9em;
	margin-top: 6em;
}

#brand b a{
	color:#fff;
	font-weight: 300;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#brand b{
	display: block;
	color: #fff;
	margin-top: 20px;
}



/*--	테크놀로지	--*/



#tech{
	background: #000;
	height: 800px;
	background-size:cover;
}

#tech .tech-wrap{
	width:90%;
	padding: 0 5% 0 5%;
}

#tech h1{
	color:#fff;
	font-size:3em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 0.7em;
	margin-bottom: 30px;
}

#tech article{
	width:33.3%;
	padding-top: 50px;
	float: left;
	height: 68vh;
	position: relative;
}

#tech article img{
	display: block;
	width:20%;
}

#tech article p{
	color:#fff;
	margin: 0 auto;
	display: block;
	max-width:350px;
	font-size:1.3vh;
	line-height: 1.6;
}
		 
		 #tech .tech-wrap{
			 display: none;
		 }

.graphene{
	background: url(../images/tech-graphene-bg.png) no-repeat;
}

.compounds{
	background: url(../images/tech-compounds-bg.png) no-repeat;
}

.cotton-casing{
	background: url(../images/tech-cotton-casing-bg.png) no-repeat;
}

.graphene img{
	margin-bottom: 30px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.compounds img{
	margin-bottom: 30px;
	margin: 0 auto;
	margin-bottom: 68px;
	
}

.cotton-casing img{
	margin-bottom: 30px;
	margin: 0 auto;
	margin-bottom: 77px;
	
}

#tech .bx-wrapper p strong{
			 text-align: center;
			 color:#fff;
			 font-size:20px;
			 margin-bottom: 12px;
			 display: block;
			 margin: 0 auto;
		}
		 
		 #tech .compounds h6{
			 text-align: center;
			 color:#fff;
			 font-size:20px;
			 margin-bottom: 15px;
		 }
		 
		 #tech .cotton-casing h6{
			 text-align: center;
			 color:#fff;
			 font-size:20px;
			 margin-bottom: 18px;
		 }

#tech article a{
	position: absolute;
	bottom:8%;
	left: 42%;
	vertical-align: bottom;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #fff;
	color:#fff;
	font-size:0.7em;
	letter-spacing: 2px;
}



/*--	상품	--*/


#product{
	padding-bottom:80px;
	width:100%;
	overflow: hidden;
}

#product article li{
	transition: 0.3s;
}


#product article li:hover{
	transform:scale(1);             /*  default */
	-webkit-transform:scale(1);  /*  크롬 */
	-moz-transform:scale(1);     /* FireFox */
	-o-transform:scale(1);        /* Opera */
	transition:  transform 0.3s;
	-o-transition: transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;

}


#product h1{
	color:#000;
	font-size:3em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 0.7em;
	padding-left: 20px;
}

#product p{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5em;
	font-size: 0.8em;
}

#product article{
	width:100%;
	display: block;
	margin: 0 auto;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	margin-bottom: 70px;
}

#product article h3{
	text-align: center;
	font-size:1.8em;
	margin-bottom: 2.5em;
	margin-top: 0em;
	letter-spacing: 5px;
}

#product article img{
	width:90%;
	display: block;
	margin: 0 auto;
}

#product article ul{
	display: block;
	margin: 0 auto;
	width:100%;
}

#product article ul li:first-child{
	margin-left: 0;
}

#product article ul li{
	float:left;
	display: inline-block;
	margin-left: 4.5%;
	width:28.5%;
	box-shadow: 1px 1px 8px #cecece;
}

#product article ul li h6{
	color:#000;
	font-size:0.8em;
	letter-spacing: 0.05em;
	opacity: 0.2;
	padding-top: 0.3em;
	padding-left: 0.3em;
	margin-bottom: 15px;
}



#product article ul li p{
	text-align: center;
	color:#000;
	font-size:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}


/*--	갤러리	--*/


#gallery{
	background: url(../images/slide-bg.png);
	height:350px;
	background-size:cover;
}

#gallery h1{
		color:#fff;
	font-size:3em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 0.7em;
	margin-bottom: 30px;
}

#gallery .bx-wrapper{
	max-width:1275px!important;
	margin: 0 auto;
	border:0px;
	box-shadow: 1px 1px 30px #000000;
	background-color: #000;
}

.bx-wrapper img{
	max-width:101%!important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:15px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
}


/*--	갤러리	--*/


#event{
	background: url(../images/enent-bg.png) no-repeat;
	background-color: #000;
	overflow: hidden;
	background-size:cover;
	background-position-x: center;
}

#event h1{
	color:#fff;
	font-size:3em;
	letter-spacing: 0.2em;
	opacity: 0.6;
	text-align: center;
	padding-top: 1em;
	margin-bottom: 30px;
	padding-left: 15px;
}

.even-h1{
	padding-bottom: 1em;
}

.event-title{
	width:100%;
	margin: 0 auto;
}

.event-title .title-con{
	max-width:inherit;
	width:100%;
	margin: 0 auto;
	padding: 0 5% 0 5%;
}
		 
		 .event-title a{
			 color:#E12726;
		 }

.event-title .title-con img{
    display: inline-block;
    width: 5%;
    margin-right: 3px;
}

.event-title .title-con h4{
	display: inline-block;
	color:#fff;
	width:88%;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 1.8em;
}

.event-title p{
	display: block;
	max-width:inherit;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0 auto;
	color:#fff;
	line-height: 1.8;
	margin-bottom: 4em;
	font-size: 0.9em;
}

.event-button a{
	display: block;
	text-align: center;
	width:108px;
	color:#fff;
	padding: 10px 20px;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-bottom: 1em;
}
		 
.event-title a strong {
    display: block;
	text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #E12726;
    margin-top: 5px;
}

#event h6{
	font-size:2.5em;
	text-align: center;
	color:#fff;
	font-weight:500;
	margin-top: 1.5em;
}

#event .sns-con{
	color:#fff;
	line-height: 1.8;
	margin-bottom: 3.5em;
	text-align: center;
	margin-top: 15px;
	font-size: 0.9em;
	font-weight: 300;
}

#event article ul li{
	float:left;
	margin-left: 2.5em;
}

#event article ul li:first-child{
	margin-left: 0;
}

#event article ul {
	display: block;
	max-width:inherit;
	width: 77%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 7em;
}
		 
#event article .event-svg {
    width: 67px;
    height: 69px;
    cursor: pointer;
}

#event article ul li input {
    position: absolute;
    top: -50px;
    right: 0;
}		 
		 
		 
}
</pre></body></html>