@charset "utf-8";

#bannerSection { position: relative; height: 450px; width: 100%; }
#banner_img { position: absolute;
              background: url(../img/view3.png) left 80% 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: 100px; 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;
}


#welfareSection { position: relative; width: 100%; }
#welfareSection .welfare_Wrap { width: 1000px; margin: 0 auto; padding-bottom: 60px; }
#welfareSection .welfare_Wrap h1 { 
	font-size: 38px;
	font-weight: bold; color: #333;
	border-left: 10px solid #d96b2b;
	text-indent: 20px;
	margin: 60px 0;
}
#welfareSection .welfare_Wrap h2 {
	font-size: 24px; 
	font-weight: normal;
	color: #000;
}

#welfareSection .welfare_Wrap h2 span {
	font-weight: bold; 
	color: #000; 
}

#welfareSection .welfare_Wrap > p {
	margin-top: 20px; 
	color: #444; 
}
.welfare_icon_Wrap { padding: 50px 0;  }
.welfare_icon_Wrap img { width: 75px; }
.welfare_icon_Wrap li.outer_li { 
	float: left;
	width: 25%;
	text-align: center;
	padding: 20px 0; 
	border: 2px solid #e7e7e7;
    box-sizing: border-box;
    padding: 1.2em 1em;
    margin: -2px 0 0 -2px;
	height: 275px;
}
.welfare_icon_Wrap li.outer_li ul li { width: 100%; padding: 5px 0; } 
.welfare_title { color: #222; font-weight: bold; font-size: 18px; word-break: keep-all;}
.welfare_content { color: #444; font-size: 15px; word-break: keep-all; }
.welfare_Wrap:after {
	content: "";
	display: block;
	clear: both; 
}

#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}
}


section {
	height: auto;
    max-height: none;
}

@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; }
 	
 	#welfareSection .welfare_Wrap { width: 90%; margin: 0 auto; }
	#welfareSection .welfare_Wrap h1 {
		margin: 20px 0; 
		font-size: 26px; 
	}
	#welfareSection .welfare_Wrap h2 { font-size: 20px; }
	.welfare_icon_Wrap { padding: 20px 0; }
	.welfare_icon_Wrap li.outer_li { width: 50%; height: inherit; height: 150px; padding: 5px; 	}
	.welfare_title { font-size: 15px; word-break: inherit; }
	.welfare_content { font-size: 13px; word-break: inherit; display: none !important; }
	
}
/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 탭 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 1250px) and (min-width: 721px) {
	#bannerSection .banner_word { opacity: 1; }
	#aside { display: none; }
	#welfareSection .welfare_Wrap { width: 95%; }
	.welfare_content { word-break: break-all; }
}