/*common*/
.kidp-red{
	color: #ea0808;
	font-weight:bold;
}
.container-fluid {
	padding:0;
}
.kidp-red.gd{
	line-height: 30px;
}
body {
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
	/*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
	overflow-x:hidden;
	font-family: "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "돋움", dotum, san-serif;
}

strong { font-weight: 600; }

a, a:hover, a:focus { color: #9b59b6; text-decoration: none; transition: all .3s; }

h1, h2 {
	margin-top: 10px;	`
	font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #9b59b6; }

::-moz-selection { background: #9b59b6; color: #fff; text-shadow: none; }
::selection { background: #9b59b6; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
}
.section-container:not(:last-child):not(.stat50-container) {
	margin-bottom:50px;
}
.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dashed #ccc;
}


/***** Top menu *****/

#kidplogo-box{
	position: fixed;
	top:2.3rem;
	margin-top:-21.5px;
	width:171px;
	height:43px;
	background:transparent;
	cursor:pointer;
}
.navbar {
	background: rgba(0, 0, 0, 0.8);
    box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.3);
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	backface-visibility: hidden;		
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	padding: 1rem 1.5rem !important;
}
.navbar-toggler{
	position:fixed !important;
	top:1.1rem !important;
	right:0.5rem !important;
}
.navbar.navbar-no-bg { 
	background: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
	width: 100%;
	height: 43px;
	background: url(../img/logo/kidp_logo.png), url(../img/logo/50_logo.png);
	background-position: left 20px center, center right 20px;
	background-repeat: no-repeat, no-repeat;
	text-align:right;
	font-size:14px;
	margin-right:0;
}
/* Menu & Vertical Floating Anchors */
.vanchor {
	position: fixed;
	z-index: 999;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#vanchor-line{
	position:absolute;
	height:285px;
	width:1px;
	background: rgba(0,0,0,0.2);
	top:22px;
	right:3px;
}
.vanchor .anchor-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.vanchor .anchor-menu li {
	position: relative;
	text-align: right;
	margin-top:5px;
}
.vanchor .anchor-menu li .dot {
	display: block;
	color: #fff;
	cursor:pointer;
}
.vanchor .anchor-menu li .dot::before,.vanchor .anchor-menu li .dot::after {
	display: block;
	position: absolute;
	content: '';
	border-radius: 50%;  
	top: 50%;  
}
.vanchor .anchor-menu li .dot::before {
	width: 7px;
	height: 7px;
	right: 0px;
	background: rgba(0,0,0,0.2);
	transform: translateY(-50%);
}
.vanchor .anchor-menu li .dot::after {
	width: 9px;
	height: 9px;
	background: #ea0808;
	right: -0.55px;
	transform: translateY(-50%) scale(0);
}

.vanchor .anchor-menu li .dot.active::before,.vanchor .anchor-menu li:hover .dot::before {
	background: none;
}
.vanchor .anchor-menu li .dot.active::after,.vanchor .anchor-menu li:hover .dot::after {
	transform: translateY(-50%) scale(1);
}
.vanchor .anchor-menu li .dot.active span,.vanchor .anchor-menu li:hover .dot span {
	border:1px solid #ea0808;
}
.vanchor .anchor-menu li .dot span {
	display: inline-block;
	letter-spacing: 0.5px;
	color:#fff;
	background: rgba(0,0,0,0.2);
	width:74px;	
	padding:3px 0px 3px 0px;
	border-radius: 4px;
	margin-right: 20px;
	transform: translateX(0px);
	text-align:center;
	font-size:12px;
}
.vanchor .anchor-menu li .dot span::before {
	display: block;
	position: absolute;
	content: '';
	border-left: 7px solid #ea0808;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	top: 50%;
	transform: translate(7px, -50%);
	right: 0;
	opacity:0;
}
.vanchor .anchor-menu li .dot.active span,.vanchor .anchor-menu li:hover .dot span {
	opacity: 1;
	background:#ea0808;
	color:#fff;
	border:none;
}
.vanchor .anchor-menu li .dot.active span::before,.vanchor .anchor-menu li:hover .dot span::before{
	opacity: 1;
}
/*content*/		
.row { 
	padding:0;
	margin:0;
}		
.title-box{	
	padding:0;
	padding-bottom:2rem;
	font-family: 'NanumSquare', sans-serif;
}
.title-box h2{
	color:#000;
	font-size:2.4rem;	
}
.title-box p{
	font-size:1.2rem;			
}
.title-box p, .title-box h2{
	font-weight:bold;
}
.section-container{			
	padding-top:4rem;
}	

/***** Top content *****/
.top-container{
	height:100vh;
	background-image:url(../img/backgrounds/bg_01_969.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.top-content {
    padding: 310px 0;
}
.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	margin-top: 25px;
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

#main-di{
	margin:0px 7px 12px 7px;
	width:40px;
	height:40px;
	display:inline-block;
	background-image:url('/var/fiftieth/img/backgrounds/BAR_IMG.png')
}

.top-content .row{
	margin-top:6vh;
	margin-left:3vw;
}

.top-content .top-big-link {
	margin-top: 10vh;
}
#main-title{
	font-size:5.5rem;
	margin-top:6vh;
	margin-bottom:4vh;
	font-family: Impacto, Impact, sans-serif;
}
#sub-title{
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	font-size:1.5rem;
	padding:6px 65px 10px 65px;
}		
.time_tick div{
	font-weight:bold;
}
.time-tick-text{
	font-weight:normal;
	opacity:0.8;
}
/*start arrow*/
.start_arrow {
	display:inline-block;
}
.start_arrow::before{
	content:'\25BD';
	font-size:23px;
	color:#fff;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  -moz-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-16px);
	  transform: translateY(-16px);
	}
	60% {
	  -moz-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-16px);
	  transform: translateY(-16px);
	}
	60% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-16px);
	  -ms-transform: translateY(-16px);
	  -webkit-transform: translateY(-16px);
	  transform: translateY(-16px);
	}
	60% {
	  -moz-transform: translateY(-8px);
	  -ms-transform: translateY(-8px);
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
}
/*top_button*/
#top_button{
	position:fixed;
	bottom:51px;
	right:25px;
	width:38px;
	height:55px;	
	z-index:1000;
	background-image:url(../img/etc/top_.png);
	background-repeat:no-repeat;
	cursor:pointer;
	opacity: 0;
	visibility: hidden;
}
#top_button.show {
	opacity: 1;
	visibility: visible;
}
/***** 50th sentence *****/
.sentence-container{
	padding-top:6rem;
	padding-bottom:4rem;
	text-align:left;
	background-image:url(../img/backgrounds/bg_03.jpg);
	background-repeat:no-repeat;	
	
}
.sentence-container .container-fluid{
	width:80%;
	padding-left:155px;
}
.sentence-subtitle{
	font-size:1.2rem;
	font-weight: normal;
}
.sentence-title{
	color: #000;
    font-size: 2.4rem;
	font-family: 'Nanum Myeongjo', serif;
}
.sentence-main{
	color:#222;
	line-height:2;
	padding-top:3rem;
}
.sentence-box-img {
	float:right;
}

/*statistics slider*/
.slick-slide:focus{
	outline:none;
}
.stat-slider-container{
	width:75%;
	margin:0 auto;
}
#stat-slider div img{
	margin:0 auto;
}
#stat-slider .slide-arrow{
	position: absolute;
	top: 40%;
	cursor:pointer;
}
.slide-arrow.prev-arrow{
	left: -30px;
}
.slide-arrow.next-arrow{
	right: -30px;
}
#stat-slider .slick-dots, #stat-slider2 .slick-dots{
	visibility:hidden !important;
}
#stat-slider-page{
	margin-top:-40px;
	color:#222;
	font-size:14px;
	font-weight:bold;
}
.stat-box{
	display: inline-block;
	margin-bottom:5px;
}
.stat-title{
	font-size:1.2rem;
	font-weight:bold;
	color:#222;
	margin-top:60px;
	min-height:62px;
}
.stat-num{
	font-size:7rem;
	color:#ea0808;
	margin-top:50px;
	font-family: Impacto, Impact, sans-serif;
}
.stat-text{
	font-size:0.9rem;
	line-height:1.5;
	min-height:126px;
	text-align:left;
	width:80%;
	margin:0 auto;
}

/*통계50선*/
.stat50-container{
	background-image:url(/var/fiftieth/img/stat50/bg_02.png);
	background-position: top 152px left -3px;
	background-repeat:no-repeat;
	padding-bottom:9rem;
}
#stat50-cont{
	position:relative;
	margin-top:30px;
	margin-bottom:-150px;
}
#stat-slider-page2{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:210px;
	color:#222;
	font-size:14px;
	font-weight:bold;
}
#stat-slider2 .slide-arrow{
	position: absolute;
	top: 40%;
	cursor:pointer;
}
.stat-modal .close{
	position: absolute;
	top: 5px;
    right: 15px;
    z-index: 10;
    font-size: 2.5rem;
    color: #000;
	font-weight:normal;
}
.stat-modal .close:focus{
	outline:0;
}

/*kidp history*/
.history-container{
	background-image:url(../img/backgrounds/history_bg.png);
}
#search-year{
	position:fixed;
	top:50%;
	left: 50%;
	z-index:10;
	text-align:left;
	margin-left:-18px;
	opacity:0;
	visibility:hidden;
}
#search-year.show-search{
	opacity:1;
	visibility:visible;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}
#search-year input {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	background: #ededed url(../img/icons/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 6px 10px 6px 32px;
	width: 55px;	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	line-height:normal;
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	box-sizing:content-box;
}
#search-year input.active{
	width: 57%;
	color: #222;
	outline:0;
	text-indent:25px;
}
#search-year label:before {	
	display: inline-block;
	color: #999;
	content: attr(data-placeholder);
	top:2px;
	left: 38px;
	position: absolute;
	font-size:14px;
	opacity:0;
	visibility:hidden;
}
#search-year label.active:before{
	opacity:1;
	visibility:visible;
}
#kidp-history {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   outline: none;
}

#kidp-history h1 span {
   font-weight: 600;
}

#kidp-history.container {
   width: 100%;
   padding: 50px 0px 100px 0px;
   position: relative;
   overflow: hidden;
}

#kidp-history.container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #ddd;
}

#kidp-history .timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
   display:none;
}
.timeline-block.show{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: flex !important;
}
#kidp-history .timeline-block-right {
   float: right;
   text-align:left;
}

#kidp-history .timeline-block-left {
   float: left;
   direction: rtl;
   text-align:right;
}
#first-marker-box{
	padding:0;
}
#first-marker{
	margin:0 auto;
	border: 4px solid #ea0808;
	border-radius: 50%;
	height: 18px;
	width: 18px;
}
.more-marker-box{
	padding:0;
	position:absolute;
	bottom:0;
	display:none;
}
.more-marker-box.show{
	display:block;
}
.more-marker-box.hidden{
	opacity:0;
}
.more-marker-box.hidden .more-marker{
	cursor:default;
}
.more-marker{
	margin:0 auto;
	background: #ea0808;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	cursor:pointer;
}
.more-marker::before{
	content:'더 보기';
	color:#fff;
	line-height: 60px;
	font-size: 12px;
	font-weight: bold;
}
#kidp-history .marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #F5F7FA;
	background: #ea0808;
	margin-top: 10px;
	z-index: 99 !important;
}
#kidp-history .timeline-content {
	width: 95%;
	padding: 0 15px;
	color: #666;
}

#kidp-history .timeline-content h3 {
	margin-top: 5px;
	font-size: 1.7rem;
	color:#ea0808;
	font-family: "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "돋움", dotum, san-serif;
	font-weight:bold;
}

#kidp-history .timeline-content p {
	font-size: 15px;
	word-spacing: 1px;
	color: #000;
	line-height: 0.8;
	margin-bottom:10px;
}
#kidp-history .timeline-content .sub-text{
	font-size:0.8rem;
	color:#444;
	text-indent:10px;	
}
#kidp-history .img-fluid{
	width:241px;
}
@media screen and (max-width: 767px) {
	#kidp-history.container, #first-marker-box {
		margin-left:15px;
		width:90%;
	}
	#kidp-history.container:before {
		left: 8px;
		width: 2px;
	}
	#kidp-history .timeline-block {
		width: 100%;
		margin-bottom: 30px;
		text-align:left;
	}
	#kidp-history .timeline-block-right {
		float: none;
	}
	#kidp-history .timeline-block-left {
		float: none;
		direction: ltr;
	}
		.history-container #first-marker{
		margin-left:-0.05em;
	}
	#search-year{		
		left: 5px;
		margin-left:0;
	}
}
/*dk50*/
.history_dk_imgbox{
	margin:5px 0px 10px 0px;
}
.history_dk_img{
	display:inline-block;
	margin-right:10px;
	cursor:pointer;
}
.dk_img0{
	width:98px;
	height:22px;
	background-image: url(/var/fiftieth/img/dk50/book_btn.png);
	background-repeat: no-repeat;
}
.dk_img1{
	width:98px;
	height:22px;
	background-image: url(/var/fiftieth/img/dk50/banner_btn.png);
	background-repeat: no-repeat;
}
.dk_img0:hover{
	background-image: url(/var/fiftieth/img/dk50/book_btn_hover.png);
}
.dk_img1:hover{
	background-image: url(/var/fiftieth/img/dk50/banner_btn_hover.png);
}
/***** photo *****/
body.modal-open {
	overflow: auto;
}

body.modal-open[style] {
	padding-right: 0px !important;
}
.photo-modal .carousel-inner {
	width: 100%;
	height: 100%;
}
.photo-modal .carousel-inner img{
	width:100%;
	height:auto;
	max-height:40vw;
	object-fit: cover;
	overflow: hidden;
}
.photo-modal .photo-modal-body{
	position:relative;
	background:#000;
	padding:40px;
}
.photo-modal .photo-modal-body .close{
	position: absolute;
	top: 17px;
    right: 23px;
    z-index: 10;
    font-size: 2rem;
    color: #fff;
}
.photo-modal .photo-modal-body .close:focus, .photo-modal .photo-modal-body .close:active {
	outline: none;
	box-shadow: none;
}
#photo-info{
	width:25%;
	float:left;
	padding-left:15px;
}
.photo-title{
	color:#fff;
	font-size:18px;
	text-align:left;
	padding-bottom:25px;
	display:none;
}
.google-photo-link{	
	background:#262626;
	color:#fff;
	font-size:14px;
	height:44px;
	line-height:44px;
	text-indent:12px;
	text-align:left;
	cursor:pointer;
	background-image: url(../img/photos/click_bt.jpg);
	background-position: center right 11px;
	background-repeat: no-repeat;
}
.google-photo-link:not(:last-child){
	margin-bottom:6.3px;
}
.google-photo-link:hover{
	text-decoration:underline;
}
#photo-slider{
	width:75%;
	float:left;
	touch-action: none;
}
/*
.photo-modal .carousel-caption{
	display:none;
}
.photo-modal .carousel-caption h3{
	color:#fff;
	font-size:1.5rem;
}		
.photo-modal .carousel-caption p{
	font-size:1.2rem;
}
*/
#photo-indicator{
	cursor:pointer;
}
.photo-box {
	padding: 0px;
	text-align: left;
	cursor:pointer;
}

.photo-box-image {
	overflow: hidden;
}

.photo-box-image img {
	width:100%;
	height:100%;
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}
.photo-overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.photo-text{
	width:80%;
	position:absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom:9%;
	color:#fff;
	font-weight:bold;
}
.photo-text-year{
	font-size:2rem;
	font-weight:normal;
	width:20%;
	border-bottom:1px solid #bbb;
	padding-bottom:10px;
	font-family: Impacto, Impact, sans-serif;
}
.photo-text-subtitle{
	margin-top:5px;
	font-size:0.8rem;
	opacity:0.8;
}
.photo-text-title{
	margin-top:-10px;
	font-size:1rem;
}
.photo-plus-box{
	width:98%;
	position:absolute;
	left: 50%;
    transform: translateX(-50%);
	top:1%;
	overflow:hidden;
}
.photo-plus {
	float:right;
	display:inline-block;
	width:70px;
	height:70px;
	background:
    linear-gradient(#bbb,#bbb),
    linear-gradient(#bbb,#bbb);
	background-position:center;
	background-size: 50% 1px,1px 50%;
	background-repeat:no-repeat;
	opacity:0;
}
.photo-box:hover .photo-overlay, .photo-box:hover .photo-plus {
	opacity:1;
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}
.photo-box-image:hover .photo-text-year {
	width:100%;
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}
/*kidp archive*/		
.archive-box-outer {
	width: 99.8%;
	margin-left:0.2%;
	height: auto;
	line-height: 0;
}
.archive-box-outer:after {
	content: "";
	clear: both;
}
.archive-box {
	position: relative;
	overflow:hidden;			
	min-height: 1px;
	float: left;			
	box-sizing: border-box;    
	border:1px solid #ea0808;
	margin: -1px 0 0 -1px;
	background-position: top 33% center;
	background-repeat: no-repeat;
	display:none;
	z-index:1;
}
/* GD용*/
.gd{
	background-position: top 20% center;
}
.gd:hover{
	background-position: top 20% center;
}
/* GD용*/
.archive-box:before{
	content: "";
	display: block;
	padding-top: 100%;  /* initial ratio of 1:1*/
}		
.archive-box.design-box{
	display:none;
	z-index:2;
	background:#fff;
}
.diagonal-container:before {
	border-top: 1px solid #ea0808;
	content: '';
	position: absolute;
	top: 0; left: 0; right: -50%;
	transform: rotate(45deg);
	transform-origin: 0 0;
	opacity:0.8;
}
.to-right:before {
	right: 0; left: -50%;
	transform: rotate(-45deg);
	transform-origin: 100% 0;
}
.archive-text p{	
	font-weight:normal;
}
.archive-text{			
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	top:58%;
	white-space: nowrap;
}
.archive-box:not(.design-box):not(.empty):hover:hover{
	background-color:#ef3737;
	cursor:pointer;
}
.archive-box:hover h2, .archive-box:hover p{
	color: #fff;
}
#archive-ctrl-box{
	width:200px;
	height:120px;
	line-height:120px;
	text-align:center;
	margin: 0 auto;
	position:relative;
	text-align:center;
}
#archive-ctrl-box #left_bt{
	position:absolute;
	top:41%;
	left:0;
}
#archive-ctrl-box #right_bt{
	position:absolute;
	top:41%;
	right:0;
}
#archive-ctrl-box img{
	cursor:pointer;
}
#archive-slider-pagination{
	color:#222;
	font-size:14px;
}
/***** Future Vision *****/
.vision-container{
	background-color:#fff;
	padding-bottom:5rem;
	background-image:url(../img/backgrounds/vision_bg.png);
	background-position: top 174% right -500%;
	background-repeat:no-repeat;	
}
.vision-container .title-box h2, .vision-box-bottom p, .vision-box-bottom ul{
	color:#222;
}
.vision-container .title-box p, .vision-box-top p, .vision-box-top h2{
	color:#F03637;
}
.vision-container .title-box{
	margin-bottom:6rem;
}
.vision-container .title-box h2:after {
	content: "";
	display: block;
	width: 60px;
	border-bottom: 2px solid #222;
	margin: 35px auto;
}
.vision-box {
	min-height: 1px;
	float: left;
	width:41.666666%;
}
.vision-circle{
	position: absolute;
	top: -9px;
	border: 4px solid #F03637;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	background:#fff;
	z-index:10;
}
.vision-circle.left {
	right:-9px;
}
.vision-circle.right {
	left:-9px;
}

.vision-box.right{
	margin-top:-6.5rem;
	text-align:left;
}
.vision-box-top p, .vision-box-top h2, .vision-box-bottom p, .vision-box-bottom ul{
	margin:0;
	padding:0;
}
.vision-box-top p{
	font-size:1.1rem;
	font-weight:bold;
}
.vision-box-top h2{
	font-size:1.45rem;
	font-weight:400;
	padding-bottom:1.5rem;
}
.vision-box-bottom{
	position: relative;		
	border-top:1px dashed #F03637;
}
.vision-box-bottom p{
	font-size:1rem;
	font-weight:bold;
	padding-top:1.5rem;
}
.vision-box-bottom ul{
	font-size:1rem;
	font-weight:400;
}
.vision-design-box{
	position: relative;
	overflow:hidden;			
	min-height: 1px;
	float: left;
	width:16.666666%;
}
.vision-design-box .diagonal-right{
	width:100%;
	height:55.5%;	
	background: url(../img/backgrounds/diagonal1_new.png);
	background-repeat: no-repeat;
}
.vision-design-box .diagonal-left{
	width:100%;
	height:44.5%;
	background: url(../img/backgrounds/diagonal2_new.png);
	background-repeat: no-repeat;

}
.vision-box-bottom ul{
	margin:0;
	padding:0.5rem 0 0 0;
}
.vision-box.right ul{
	margin-left:20px;	
}
.vision-box.left{
	margin-top:10rem;
	text-align:right;
}
.vision-box.left ul{
	margin-right:20px;
	direction:rtl;
}
/*emblem*/
.emblem-container{
	padding-bottom:6rem;
}	
.emblem-container .container-fluid{
	width:85%;
}
.emblem-container .title-row{				
	text-align:left;
}
.emblem-container .title-row h2{
	font-family: 'Nanum Brush Script', serif;
	font-size:4.1rem;
	color:#000;
	font-weight:normal;
	margin-top:30px;
}
.emblem-container .content-row{
	clear:both;
}
.emblem-container .content-row div{
	padding:0;
	text-align:left;
	height:auto;
	text-align:center;
}
#emblem_video_box{
	padding:40px 40px 0px 0px;
}
#emblem_download_box{
	float:right;
	margin-top:40px;
}
#emblem_dn1{
	width:255px;
	height:65px;
	margin-right:10px;
	cursor:pointer;
}
#emblem_dn2{
	width:255px;
	height:65px;
	cursor:pointer;
}
#emblem_img_box{
	padding:80px 40px 40px 40px;
}
#emblem_colorcode{
	width:343px;
	height:auto;
	float:left;
	margin-top:40px;
}
/***** Footer *****/
footer {
	padding: 10px 0;
	background: rgba(0, 0, 0, 1);
	color: #aaa;
	text-align:left;
}
footer .container-fluid{
	width:98.5%;
}
.copyright-text{
	text-indent:5px;
	font-size:14px;
}
.copyright-text a, .copyright-text a:hover{
	color:#ea0808;
}
/*
.site-footer{
  background-color:rgba(45, 15, 6);
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small{
  margin:20px 0
}
.site-footer h6{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a{
  color:#737373;
}
.site-footer a:hover{
  color:#3366cc;
  text-decoration:none;
}
.footer-links{
  padding-left:0;
  list-style:none
}
.footer-links li{
  display:block
}
.footer-links a{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li{
  display:inline-block
}
.site-footer .social-icons{
  text-align:right; 
}
.site-footer .social-icons a{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text a, .copyright-text a:hover{
	color:#ea0808;
}
@media (max-width:991px){
  .site-footer [class^=col-]  {
    margin-bottom:30px
  }
}
@media (max-width:767px){
  .site-footer  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons  {
    text-align:center
  }
}
.social-icons{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li {
	display:inline-block;
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover{
  background-color:#3b5998
}
.social-icons a.twitter:hover{
  background-color:#00aced
}
.social-icons a.youtube:hover{
  background-color:#ff0000;
}
.social-icons a.blog:hover{
  background-color:#3EAF0E;
}
*/