@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
}

.nav{
	position:fixed;
	width:100%;
	min-height:50px;
	background:#1b417c;
	z-index:9999;
}

.docu-cont{
    position: relative;
    top: 50px;
	overflow:hidden;
    height: calc(100% - 50px);
}

.docu-cont .row,
.docu-cont .row #container{
	height:100%;
}

.logo{
	position:fixed;
	top:11px;
	right:16px;
}

@media (min-width:768px){
	.mobile-full{
		display:none;
	}
	.logo{
		top:10px;
	}
}

@media (max-width:991px){
	.cbp-hrsub-inner .page3,
	.cbp-hrsub-inner .page4{
		display:none !important;
	}

	.mobile-full{
		display:block;
		position:fixed;
		background:#575757;
		z-index:99999;
		
	}
	.mobile-full a{
		display:inline-block;
		padding:11px 15px 13px 15px;
	}
	
	.mobile-full:hover,
	.mobile-full:active{
		opacity:0.5;
		filter:alpha(opacity=50);		
	}
}

.cbp-hrmenu {
	width: 100%;
	margin:10px 0;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (max-width:991px){
	/*.cbp-hrmenu > ul {
		margin-left:30px !important;
	}*/
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	margin: 0 auto;
	padding: 0 30px;
}

.cbp-hrmenu .cbp-hrsub-inner{
	padding: 0 30px;
}

.cbp-hrmenu .cbp-hrsub-inner li{
	display:inline;
	position:relative;
}

.cbp-hrmenu .cbp-hrsub-inner ul li a:hover,
.cbp-hrmenu .cbp-hrsub-inner ul li a:active{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.cbp-hrmenu .cbp-hrsub-inner ul li.current{
	display:block;
}
.cbp-hrmenu .cbp-hrsub-inner ul li.hidden{
	display:none;
}

.cbp-hrmenu .cbp-hrsub-inner ul li a img{
	width:22px;
	height:auto;
}


.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	padding: 2px 30px 3px 30px;
	color: #fff;
	display: inline-block;
}

@media (max-width:991px){
	.cbp-hrmenu > ul > li > a {
		padding: 2px 20px 3px 20px;
	}
}


.cbp-hrmenu > ul > li > a:hover {
	color: #fff;
}

.cbp-hrmenu > ul > li.cbp-hropen > a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #3c91d1;
	border-radius:100px;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	width: 100%;
	height:38px;
	position: absolute;
	top:50px;
	left: 0;
	background: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.5);
    box-shadow: 0 3px 7px rgba(0,0,0,0.5);
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	float: left;
}

.cbp-hrmenu .cbp-hrsub-inner::before,
.cbp-hrmenu .cbp-hrsub-inner::after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner::after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	display:inline-block;
	padding:0 5px;
	line-height:0;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a::after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover::after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop::before, 
.icon-arrow-left::before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover::before {
	color: #fff;
}

.icon-drop::before {
	content: "\e000";
}

.icon-arrow-left::before {
	content: "\f060";
}

/* tool wrap */
.cbp-hrmenu .cbp-hrsub-inner .tool-wrap{
    display: inline-block;
    position: relative;
    top: 5px;
}

.cbp-hrmenu .cbp-hrsub-inner .tool-wrap li{
	display:inline-block;
	margin-right:10px;
}

.cbp-hrmenu .cbp-hrsub-inner .tool-wrap li:last-child{
	margin-right:0;
}



/* search wrap */
.cbp-hrmenu .cbp-hrsub-inner .search-wrap{
    display: inline-block;
    position: relative;
    top: 4px;
}

.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search{
	float:left;
	background:#fff;
	border:1px solid #cbcbcb;
	position:relative;
}

.cbp-hrmenu .cbp-hrsub-inner .search-wrap li:first-child{
	margin-right:15px;
}

/*.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search_btn_group{
	float:left;
	margin-left:5px;
}*/

/*.cbp-hrmenu .cbp-hrsub-inner .search-wrap .searchNext{
	margin:0 0 0 -10px;
}*/

.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn{
	background:transparent;
	padding:5px;
	margin-top:-3px;
	color:#888888;
	line-height:1px;
}

.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn img{
	width:16px;
	height:auto;
}

.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn:focus,
.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn:active:focus,
.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn.active:focus,
.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn.focus,
.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn:active.focus,
.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn.active.focus {
  outline: none;
}

.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn:active,
.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity:0.5; filter:alpha(opacity=50);
}

.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search input{
	width:300px;
	height:26px;
	color:#454545 !important;
	background:#fff;
	padding:3px 5px;
}

.cbp-hrmenu .cbp-hrsub-inner .search-wrap .check{
	position:relative;
	top:3px;
}



/* Checkbox */
.checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top:4px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}



.checkbox .checkbox1 span::after {
	content:"대소문자 구분";
}

.checkbox .checkbox2 span::after {
	content:"모두 강조표시";
}



/*ZOOM*/
.zoom{
	position:fixed;
	top:9px;
	right:30px;
}

.zoom .zoom_out,
.zoom .zoom_in{
	float:left;
	position:relative;
	top:2px;
}

.zoom .zoom_out img,
.zoom .zoom_in img{
	width:22px;
	height:auto;
}

.zoom .zoom_out:hover,
.zoom .zoom_in:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
}

/*.zoom .select_box{
	float:left;
	position:relative;
	top:4px;
	margin:0 10px;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	font-size:13px;
	text-align:center;
	border:none;
	width:160px;
	height:24px;
	background:#fff url(../images/header/select_bg.svg) no-repeat 92% 50%;
	background-size:7px 10px;
	border-radius:100px;
				
}
.zoom select{
	position: absolute;
	left:32px;
	top:8px;
	width:160px;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	font-size:13px;
	z-index: 2;
	opacity: 0;
	cursor:pointer
}*/


/* Selectbox */
.btn.btn-select{
	float:left;
    width: 160px;
	height:24px;
	position:relative;
	top:4px;
	padding: 0 !important;
	margin:0 10px;
    color: #454545;
	font-size:13px;
    font-weight: normal;
    background: #fff;
    border: none;
    border-radius: 100px;
	cursor:pointer;
}

.btn-select {
    position: relative;
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-select .btn-select-value {
    width:100%;
	padding: 3px 10px;
    display: block;
    position: absolute;
    left: 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 3px 10px;
    top: 0;
	color:#666;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-select .btn-select-arrow img{
	width:10px;
	height:auto;
	position:relative;
	top:-2px;
}

.btn-select ul {
    display: none;
	width:100%;
    background-color: #fff;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    top: 28px;
    border: 1px solid #cbcbcb;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 10px;
    text-align: left;
	line-height: 1.42857143;
}

.btn-select ul li:hover {
    background-color: #ddd;
}

.btn-select ul li.selected {
    color: #fff;
}

.btn-select.active .btn-select-arrow{
	-webkit-transform:rotate(-180deg);
    -moz-transition:rotate(-180deg);
    -o-transition:rotate(-180deg);
    transform:rotate(-180deg);
}

.btn-select ul li.selected {
    background-color: #999;
}

.btn-select:hover,
.btn-select.active {
    background-color: #eee;
}





/*PAGE*/

.page{
	position:fixed;
	top:8px;
	right:300px;
}

.page > div{
	display:inline;
}

.page .num_area span{
	margin-left:5px;
}

@media(max-width:960px){
	.page{	
		width: 200px;
		height: 34px;
		top:auto;
		right:auto;
		left: 50%;
		margin-left: -100px;
		bottom: 10px;
		background-color: rgba(69,69,69,0.8);
		border-radius: 30px;
		text-align: center;
	}
	/*.page .num_area{
		top:4px !important;
	}*/
	
	.page .num_area input{
		font-size:16px;
		padding: 0 5px;
	}
	
	.page .num_area span{
		font-size:14px;
	}
	
	.page .page_pre,
	.page .page_next{
		top: 3px !important;
	}
}

.page .num_area{
	position:relative;
	top:2px;
	height:24px;
	text-align:center;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	font-size:13px;
	color:#fff;
}
/* .page .num_area input{ */
/* 	background:transparent; */
/* 	border:none; */
/* 	width:60px; */
/* 	color:#fff; */
/* } */
.page .num_area input {
    border: none;
    width: 60px;
}

/* .page .num_area input.r{ */
/* 	text-align:right; */
/* } */

.page .num_area input.r {
    text-align: right;
    background: #fff;
    color: #454545;
    height: 24px;
}

/* .page .num_area input.l{ */
/* 	text-align:left; */
/* } */

.page .num_area input.l {
    text-align: left;
    background: none;
    color: #fff;	
}

.page .num_area input[type="text"]:disabled.l{
	color:#fff;
}

.page .page_pre,
.page .page_next{
    position: relative;
    top: 2px;
	opacity:0.8; 
	filter:alpha(opacity=80);
}

.page .page_pre img,
.page .page_next img{
	width:22px;
	height:auto;
}

.page .page_pre:hover,
.page .page_next:hover{
	opacity:0.5; 
	filter:alpha(opacity=50);
}

@media (max-width:991px){	
	.cbp-hrmenu .cbp-hrsub-inner > div{
		padding:0;
	}

	.checkbox label::before{
		top:6px;
	}
}

@media (max-width:767px){
	.cbp-hrmenu > ul{
		padding:0 15px;
	}
	
	.cbp-hrmenu .cbp-hrsub-inner{
		padding:0 15px; 
	}
	
	.zoom{
		display:none !important;
	}
	.checkbox .checkbox1 span::after {
		content:url('../images/header/search_Aa.svg');
		position:relative;
		top:3px;
	}
	
	.checkbox .checkbox2 span::after {
		content:url('../images/header/search_hl.svg');
		position:relative;
		top:3px;
	}
	
	.page .num_area input{
		padding:0 5px;
	}
}

@media (max-width:480px){
	.cbp-hrmenu .cbp-hrsub-inner .tool-wrap li a{
		padding:0;
	}
	
	.cbp-hrmenu .cbp-hrsub-inner .search-wrap .search input{
		width:170px;
	}
}

/* Loader */
.loader{
	position:absolute;
	top:45%;
	left:50%;
	margin-left:-70px;
	background:#fff;
	border-radius:5px;
	padding:25px 30px 20px;
	border:1px solid #ddd;
}

.loader .txt{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}

#floatingBarsG{
	position:relative;
	width:33px;
	height:40px;
	margin:0 auto;
}

.blockG{
	position:absolute;
	background-color:rgba(255,255,255,0);
	width:5px;
	height:13px;
	border-radius:4px 4px 0 0;
		-o-border-radius:4px 4px 0 0;
		-ms-border-radius:4px 4px 0 0;
		-webkit-border-radius:4px 4px 0 0;
		-moz-border-radius:4px 4px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeG;
		-o-animation-name:fadeG;
		-ms-animation-name:fadeG;
		-webkit-animation-name:fadeG;
		-moz-animation-name:fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#rotateG_01{
	left:0;
	top:15px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#rotateG_02{
	left:4px;
	top:5px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#rotateG_03{
	left:14px;
	top:2px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#rotateG_04{
	right:4px;
	top:5px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#rotateG_05{
	right:0;
	top:15px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#rotateG_06{
	right:4px;
	bottom:4px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#rotateG_07{
	bottom:0;
	left:14px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#rotateG_08{
	left:4px;
	bottom:4px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}



@keyframes fadeG{
	0%{
		background-color:#3abfba
	}

	100%{
		background-color:rgba(58,191,187,0);
	}
}

@-o-keyframes fadeG{
	0%{
		background-color:#3abfba
	}

	100%{
		background-color:rgba(58,191,187,0);
	}
}

@-ms-keyframes fadeG{
	0%{
		background-color:#3abfba
	}

	100%{
		background-color:rgba(58,191,187,0);
	}
}

@-webkit-keyframes fadeG{
	0%{
		background-color:#3abfba
	}

	100%{
		background-color:rgba(58,191,187,0);
	}
}

@-moz-keyframes fadeG{
	0%{
		background-color:#3abfba
	}

	100%{
		background-color:rgba(58,191,187,0);
	}
}

















