@charset "utf-8";

#bannerSection { position: relative; height: 450px; width: 100%; }
#banner_img { position: absolute;
              background: url(../img/productbg.png) center 55% no-repeat;
              background-size: cover;	
              height: 450px; width: 100%; z-index: 5; }
#darkfilm { background: rgba(0,0,0,0.6); }
#bannerSection .banner_word { position: absolute; top: 60%; opacity: 0; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 9; text-align: center;}
#bannerSection .banner_word li:first-child { font-size: 42px; font-weight: bold; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
#bannerSection .banner_word li:nth-child(2) { width: 200px; height: 5px; background: #d96b2b; margin: 0 auto; margin: 15px auto 25px; }
#bannerSection .banner_word li:last-child { font-size: 20px; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
.leftSlideUp {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 0; height: 0;
    border-bottom: 50px solid #fff;
    border-right: 100vw solid transparent;
}

#productSection { width: 1000px; margin: 0 auto; }
#productSection .product_Wrap { padding-bottom: 60px; }
#productSection .product_Wrap h1 { 
	font-size: 38px;
	font-weight: bold; color: #333;
	border-left: 10px solid #d96b2b;
	text-indent: 20px;
	margin: 60px 0;
}

.semi_title_Wrap dt { font-size: 24px; }
.semi_title_Wrap dd { font-size: 16px; color: #444; padding-top: 20px;}
.processWrap { padding: 30px 0; }
.processWrap:after { content: ""; clear: both; display: block; padding: 20px 0;}
.processWrap ul { clear: both; padding: 5px 0; }
.processWrap ul li:first-child { width: 40%; }
.processWrap ul li {
	border: 1px solid #e5e5e5; 
	float: left;
	width:59%;
	margin: -1px 0 0 -1px;
	height: 250px;
	position: relative; }
.processWrap ul li img { 
	position: absolute;
	width: 100%; 
	height: 100%; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: fill; }
.processWrap dl { position: absolute; top: 30%; transform: translateY(-30%); padding: 0 20px; }
.lowast { font-weight: bold; color: #d96b2b; }
.processWrap dt { font-weight: bold; font-size: 20px; }
.processWrap dd { font-size: 12px; color: #444;}
.processWrap dd:nth-child(2) { font-size: 16px; padding: 10px 0;}
.processWrap dd:nth-child(4) { text-indent: 10px; }
.processWrap dd:nth-child(5) { text-indent: 10px; }
.processWrap dd:nth-child(6) { text-indent: 10px; }
section { height: auto; max-height: none; }



#aside { position: absolute; top: 70%; left: 10%; transform: translate(-10%, -70%); color: #222;}
#aside a { color: #666; font-size: 17px; }
#aside li { margin: 20px 0; position: relative; }
.unactive_circle {
    position: absolute;
    left: -29px; top: 3px;
    width: 15px; height: 15px;
    background: #bbb;
    border-radius: 50%;
}
.alarm-marker { position:absolute; left:-40px; top: -8px;}
.alarm-marker .alarm-effect {
    position: absolute;
    height: 26px; width: 26px;
    border: 5px solid #d96b2b;
    border-radius: 70px !important;
    animation: alarm-effect 1s infinite;
    -webkit-animation: alarm-effect 1s infinite;
    -moz-animation: alarm-effect 1s infinite; }
.alarm-marker .alarm-point {
    width: 15px; height: 15px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    background-color: #d96b2b;
    position: absolute;
    top: 11px; left: 11px; }

@-moz-keyframes alarm-effect {
    0% {-moz-transform:scale(0);opacity:0}
    25% {-moz-transform:scale(.1);opacity:.1}
    50% {-moz-transform:scale(.5);opacity:.3}
    75% {-moz-transform:scale(.8);opacity:.5}
    100% {-moz-transform:scale(1);opacity:0}
}
@-webkit-keyframes alarm-effect {
    0% {-webkit-transform:scale(0);opacity:0}
    25% {-webkit-transform:scale(.1);opacity:.1}
    50% {-webkit-transform:scale(.5);opacity:.3}
    75% {-webkit-transform:scale(.8);opacity:.5}
    100% {-webkit-transform:scale(1);opacity:0}
}
@keyframes alarm-effect {
    0% {transform:scale(0);opacity:0}
    25% {transform:scale(.1);opacity:.1}
    50% {transform:scale(.5);opacity:.3}
    75% {transform:scale(.8);opacity:.5}
    100% {transform:scale(1);opacity:0}
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 모바일 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 720px){
	#bannerSection .banner_word { opacity: 1; }
	#bannerSection { height: 250px; }
	#banner_img { background-size: cover; width: 100%; height: 249px; background-position: center center; }
	.leftSlideUp { border-bottom: 35px solid #fff; } 
	#bannerSection .banner_word li:first-child { font-size: 30px; }
	#bannerSection .banner_word li:nth-child(2) { width: 120px; margin: 10px auto 15px; }
	#bannerSection .banner_word li:last-child { font-size: 18px; }
	#aside { display: none; }
	#intro_video { display: none; }
	
	#bannerSection .banner_word { opacity: 1; }
	#bannerSection { height: 250px; }
	#banner_img { background-size: cover; width: 100%; height: 249px; background-position: center center; }
	.leftSlideUp { border-bottom: 35px solid #fff; } 
	#bannerSection .banner_word li:first-child { font-size: 30px; }
	#bannerSection .banner_word li:nth-child(2) { width: 120px; margin: 10px auto 15px; }
	#bannerSection .banner_word li:last-child { font-size: 18px; }
 	
 	#productSection .product_Wrap { width: 90%; margin: 0 auto; }
	#productSection .product_Wrap h1 {
		margin: 20px 0; 
		font-size: 26px; 
	}
	.semi_title_Wrap dt { font-size: 22px; }
	.semi_title_Wrap dd { font-size: 16px; }
	.processWrap { padding: 30px 0 0 0; }
	#productSection .product_Wrap { padding: 0; }
	#productSection .product_Wrap .processWrap dd { display: none; }
	#productSection .product_Wrap .processWrap dd.process_explan { display: block; }
	#productSection .product_Wrap .processWrap ul li { width: 100%; }
	.processWrap ul li:last-child { height: 200px; }
	.processWrap ul:after { content:""; display: block; clear: both; padding: 20px 0; }
	.processWrap:after { display: none; }
}
@media screen and (max-width: 1250px) and (min-width: 721px) {
		#aside { display: none; }
		#productSection { width: 95% !important; }
		#bannerSection .banner_word { opacity: 1; }
}