/* 최상단 영역 */
.img-tile{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	background-image:url("../img/slide/tile.png");
}

.top-container{
	position:relative;
	width:100%;
	height:66px;
}

.page-top-menu{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
}

.main-top{
	background-color:rgba(0,0,0,0.7);
}

.sub-top{
	background-color:rgba(0,0,0,1);
}

.page-top-menu .user-tops{
	margin:0;
	padding:0;
}

.page-top-menu .tops{
	margin:0;
}

.page-top-menu .tops-l{
	float:left;
}

.page-top-menu .tops-r{
	float:right;
}

.page-top-menu .tops li{
	display:inline-block;
	font-size:12px;
	padding:10px 5px;
	color:#ccc;
}

.page-top-menu .tops li a{
	color:#ccc;
}

.page-top-menu .tops li a:hover{
	color:#fff;
}

.page-top-menu .logo{
	display:inline-block;
	margin-top:15px;
	margin-left:30px;
}

/* 모바일용 상단 메뉴 */
#mobile-top{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	display:table;
	table-layout:fixed;
}

#mobile-top .logo{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

#mobile-top .menu-btn{
	display:table-cell;
	width:50%;
	line-height:none;
	text-align:right;
	font-size:0;
}

#mobile-top .menu-btn .menu-trigger,
#mobile-top .menu-btn .menu-trigger span {
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
#mobile-top .menu-btn .menu-trigger{
	position:relative;
	width:30px;
	height:20px;
}
#mobile-top .menu-btn .menu-trigger span {
	position:absolute;
	left:0;
	width:100%;
	height:4px;
	background-color:#fff;
	border-radius:4px;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(1) {
	top:0;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(2) {
	top:8px;
}

#mobile-top .menu-btn .menu-trigger span:nth-of-type(3) {
	bottom:0;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform:translateY(8px) rotate(-315deg);
	transform:translateY(8px) rotate(-315deg);
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(2) {
	opacity:0;
}

#mobile-top .menu-btn .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform:translateY(-8px) rotate(315deg);
	transform:translateY(-8px) rotate(315deg);
}

#mobile-menu-area{
	position:relative;
}


/* 상단 메뉴 */
#topmenu{
	position:absolute;
	top:0;
	right:50px;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#topmenu ul{
	margin:0;
	padding:0;
}

#topmenu .topmenu{
	position:relative;
	width:100%;
	text-align:right;
}

#topmenu li{
	color:#777;
	text-align:left;
}

#topmenu .m-menu{
	display:inline-block;
	position:relative;
}

#topmenu .m-menu > a{
	display:block;
	padding:20px;
	color:#fff;
	font-weight:bold;
}

.main-top .dropdown-menu{
	background-color:rgba(0,0,0,0.7);
}

.sub-top .dropdown-menu{
	background-color:rgba(0,0,0,1);
}

#topmenu .dropdown-menu li{
	padding:0;
	margin:0;
	color:#fff;
	background:none;
}

#topmenu .dropdown-menu li a{
	color:#fff;
	padding:10px 0 10px 10px;
}

#topmenu .dropdown-menu li a:hover{
	background:none;
}

#topmenu .divider{
	height:0;
	border-top:1px dotted #333;
	background:none;
}

#topmenu .dropdown-menu .top-line{
	position:relative;
	width:100%;
	height:3px;
	background-color:#fa4251;
}

#topmenu .dropdown-menu .arrow{
	position:absolute;
	top:-10px;
	left:50%;
	display:inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-width:5px;
	border-color:transparent transparent #fa4251 transparent;
	-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}

#topmenu .search_box{
	margin:0;
	border:1px solid #000;
	background-color:rgba(37,37,37,0.5);
	width:300px;
	position:absolute;
	bottom:-42px;
	left:-250px;
	display:none;
	z-index:1;
}

#topmenu .search_box input[type=text]{
	background:#252525;
	color:#fff;
	border:0;
}

/* 이미지 오버 효과 */
.img-over-animate{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.img-over-animate .animate-box{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	background-color:rgba(37,37,37,0.5);
}

.img-over-animate .animate-border-1{
	position:absolute;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	z-index:3;
}

.img-over-animate .animate-border-2{
	position:absolute;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	z-index:3;
}

.img-over-animate .animate-icon{
	position:absolute;
	display:inline;
	top:50%;
	left:50%;
	opacity:0;
	padding:2px 7px;
	width:auto !important;
	border:1px solid #fff;
	z-index:4;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/* index */
.main-slogan{
	padding:50px 0;
	text-align:center;
	background:#333;
	-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
}

.main-slogan .main-item-box {
	position:relative;
}

.main-slogan .main-item-sub {
	position:relative;
	display:block;
	padding:30px;
	-webkit-transition:color 0.4s;
	transition:color 0.4s;
	cursor:pointer;
}

.main-slogan .main-item-box::before,
.main-slogan .main-item-box::after,
.main-slogan .main-item-sub::before,
.main-slogan .main-item-sub::after {
	content:'';
	position:absolute;
	background:#d94f5c;
	-webkit-transition:-webkit-transform 0.2s;
	transition:transform 0.2s;
}

.main-slogan .main-item-box::before,
.main-slogan .main-item-box::after {
	top:0;
	width:2px;
	height:100%;
	-webkit-transform:scale3d(1, 0, 1);
	transform:scale3d(1, 0, 1);
}

.main-slogan .main-item-box::before {
	left:0;
	-webkit-transform-origin:50% 100%;
	transform-origin:50% 100%;
}

.main-slogan .main-item-box::after {
	right:0;
	-webkit-transform-origin:50% 0%;
	transform-origin:50% 0%;
}

.main-slogan .main-item-sub::before,
.main-slogan .main-item-sub::after {
	left:0;
	width:100%;
	height:2px;
	-webkit-transform:scale3d(0, 1, 1);
	transform:scale3d(0, 1, 1);
}

.main-slogan .main-item-sub::before {
	top:0;
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%;
}

.main-slogan .main-item-sub::after {
	bottom:0;
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%;
}

.main-slogan .main-item-box-active::before,
.main-slogan .main-item-box-active::after,
.main-slogan .main-item-box-active .main-item-sub::before,
.main-slogan .main-item-box-active .main-item-sub::after{
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1);
	-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s;
}

.main-slogan .icon-box{
	margin-bottom:30px;
}

.main-slogan .icon-box i{
	color:#e62b4c;
    font-size:32px;
    height:80px;
    line-height:80px;
    width:80px;
    position:relative;
    border:2px solid #e62b4c;
    margin:0 auto 15px;
    display:block;
    -webkit-border-radius:20px 0;
    -moz-border-radius:20px 0;
    border-radius:0 20px;
}

.main-slogan .col-title{
	font-size:18px;
	margin-bottom:10px;
}

.main-slogan .col-line{
	width:10%;
	margin:0 auto;
	height:1px;
	background-color:#fff;
}

.main-slogan .col-conn{
	font-size:12px;
	margin-top:10px;
}

#main-bg-particle{
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
}

.main-item-box-1{
	padding:0;
	z-index:2;
}

.main-item-box-1 .main-item{
	padding:0;
	margin-bottom:10px;
	box-sizing:border-box;
}

.main-item-box-1 .main-item .main-item-content{
	width:100%;
	position:relative;
	overflow:hidden;
}

.main-item-box-1 .imgbox{
	width:100%;
	height:auto;
	overflow:hidden;
	cursor:pointer;
}

.main-item-box-1 .imgbox img{
	transform:scale(1);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.main-item-box-1 .imgbox img:hover{
	transform:scale(1.2);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.main-item-box-1 .txtbox{
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	line-height:20px;
	font-size:14px;
	padding:10px;
}

.main-item-box-1 .mitem-title{
	position:absolute;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:16px;
	z-index:2;
}

.main-bg-box{
	position:relative;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:50px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-image:url("../img/mbox_bg3.jpg");
	background-color:#333;
	-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);*/
}

.main-movie-bg-box{
	position:relative;
	overflow:hidden;
	padding:30px 0;
	-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
}

.main-movie-bg-box .video-bg-item{
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-1;
	overflow:hidden;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.main-item-box-2{
	padding:0;
	width:100%;
	z-index:99;
}

.main-item-box-2 .main-item{
	background-color:rgba(37,37,37,0.7);
	padding:30px;
	height:305px;
	overflow:hidden;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

.main-item-box-2 .main-item:first-child{
	border:1px solid #000;
}

.main-item-box-2 .mitem-title{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	color:#fff;
	font-size:16px;
}

.main-bg-box-2{
	padding:50px 0;
	background-color:#333;
	-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
}

.main-item-box-2 .latest-title{
	position:relative;
	border-bottom:1px solid #444444;
	width:100%;
	margin-bottom:10px;
}

.main-item-box-2 .ls-title{
	padding-bottom:10px;
	color:#fff;
	font-size:16px;
	display:inline-block;
}

.main-item-box-2 .ls-conn{
	color:#fff;
}

.main-item-box-2 .ls-conn .ls-tel{
	color:#fff;
	width:100%;
	font-size:28px;
	font-weight:bold;
}

.main-item-box-2 .ls-conn .ls-info{
	color:#fff;
	width:100%;
	margin:5px 0;
	font-size:12px;
}

.main-item-box-2 .ls-conn .ls-msg{
	color:#fff;
	width:100%;
	font-size:14px;
}

.main-item-box-2 .ls-conn .ls-info i{
	font-size:16px;
	background-color:#fa4251;
	padding:5px 0;
	width:30px;
	text-align:center;
	margin:5px 10px 0 0;
	border-radius:2px;
}

.main-bg-box-3{
	padding:50px 0 0 0;
	background-color:#f7f7f7;
}

.main-item-box-3{
	padding:30px 0;
	-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
	box-shadow:inset 0 2px 1px rgba(0,0,0,0.5);
}

.main-info-box{
	text-align:center;
}

.main-latest-title{
	display:inline-block;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #fff;
}

.main-latest-msg{
	color:#aaa;
	font-size:14px;
	padding:10px 0 50px 0;
}

.main-latest-title-2{
	display:inline-block;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #fff;
}

.main-latest-msg-2{
	color:#aaa;
	font-size:14px;
	padding:10px 0 30px 0;
}

/* 메인 페이지 하단 - 파트너 부분 */
.com_carousel .item a{
	display:block;
	border:1px solid #333;
	border-radius:5px;
}

.com_carousel .item a:hover{
	border:1px solid #fa4251;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

/* 서브 페이지 상단 */
.subpage-bg{
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-image:url("../img/subbg.jpg");
	height:250px;
	overflow:hidden;
}

.subpage-bg.no-usertop{
	margin-top:66px;
}

.subpage-bg.use-usertop{
	margin-top:104px;
}

.subpage-bg .subpage-title{
	position:absolute;
	top:40%;
	left:50%;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	-webkit-transform:translate(-50%,-40%);
	-ms-transform:translate(-50%,-40%);
	-o-transform:translate(-50%,-40%);
	transform:translate(-50%,-40%);
	z-index:2;
}

.subpage-bg .subpage-nav{
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	background-color:rgba(0,0,0,0.7);
}

.subpage-bg .subpage-nav ul{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
}

.subpage-bg .subpage-nav li{
	display:inline;
	color:#fff;
	position:relative;
	padding:10px 5px;
	margin:0;
}

.subpage-bg .subpage-nav a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.subpage-bg .subpage-nav a.active{
	color:#fa4251;
}

.subpage-bg .subpage-nav a:hover{
	color:#fa4251;
}

/* 서브 페이지 */
.sub-container{
	display:table;
	table-layout:fixed;
	width:100%;
	min-height:800px;
	margin:20px 0;
}

.sub-container .sub-left{
	display:table-cell;
	width:250px;
	vertical-align:top;
	background-color:#1d1d1d;
}

.sub-container .sub-left ul{
	padding:0;
}

.sub-container .sub-left li{
	position:relative;
	border-bottom:1px solid #333;
}

.sub-container .sub-left li a{
	display:block;
	padding:20px;
	color:#fff;
}

.sub-container .sub-left li a:hover,
.sub-container .sub-left li a.active{
	background-color:#ff7e20;
}

.sub-container .sub-mtitle{
	background-color:#fa4251;
	color:#fff;
	font-size:20px;
	padding:50px 0;
	text-align:center;
}

.sub-container .submenu-arrow{
	position:absolute;
	z-index:2;
	top:50%;
	left:30%;
	opacity:0;
	color:#fff;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.sub-top-left{
	margin-top:20px;
	position:relative;
	display:none;
	width:100%;
	background-color:#424242;
}

.sub-top-left .sub-top-left-sly{
	width:100%;
}

.sub-top-left .sly-tbl{
	display:table;
	table-layout:fixed;
	width:100%;
}

.sub-top-left .sly-tbl-cell{
	display:table-cell;
}

.sub-top-left .sly-prev{
	width:30px !important;
	height:100%;
	padding:18px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background:#212121;
	z-index:9;
	-webkit-box-shadow: inset -10px -13px 46px -24px rgba(29,29,29,0.5);
	-moz-box-shadow: inset -10px -13px 46px -24px rgba(29,29,29,0.5);
	box-shadow: inset -10px -13px 46px -24px rgba(29,29,29,0.5);
}

.sub-top-left .sly-next{
	width:30px !important;
	height:100%;
	padding:18px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background:#212121;
	z-index:9;
	-webkit-box-shadow: inset -10px -13px 46px -24px rgba(29,29,29,0.5);
	-moz-box-shadow: inset -10px -13px 46px -24px rgba(29,29,29,0.5);
	box-shadow: inset -10px -13px 46px -24px rgba(29,29,29,0.5);
}

.sub-top-left ul{
	padding:0 !important;
	margin:0 !important;
	display:table;
	table-layout:fixed;
	width:100%;
	min-width:940px;
}

.sub-top-left li{
	display:table-cell;
	text-align:center;
	width:100%;
}

.sub-top-left li a{
	display:block;
	padding:20px 0;
	color:#fff;
}

.sub-top-left li a:hover,
.sub-top-left li a.active{
	background-color:#ff7e20;
	color:#fff;
}

.sub-container .sub-content{
	display:table-cell;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:top;
	padding:20px;
}

.sub-container .use-menu{
	background-color:#1d1d1d;
	-webkit-box-shadow:inset 3px 0px 3px -1px rgba(0,0,0,0.75);
	-moz-box-shadow:inset 3px 0px 3px -1px rgba(0,0,0,0.75);
	box-shadow:inset 3px 0px 3px -1px rgba(0,0,0,0.75);
}

/* 서브 - introduce */
.intro-t{
	margin-bottom:20px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.intro-c{
	margin-bottom:40px;
	font-size:12px;
	color:#aaa;
}

/* 서브 - history */
.biz{
	display:table;
	margin:0 auto 30px auto;
}

.biz .biz-year{
	display:table-cell;
	padding:30px 30px 30px 0;
	vertical-align:top;
}

.biz .biz-history{
	display:table-cell;
	width:400px;
	padding:30px 0 30px 30px;
	vertical-align:middle;
}

.biz .biz-history p{
	line-height:16px;
	font-size:12px;
}

.biz .biz-history i{
	color:#d9534f;
	margin-right:5px;
}

.biz .biz-y{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;
}

/* 연혁 - 파랑색 */
.biz .biz-vbar-1{
	display:table-cell;
	min-width:9px;
	background-color:#337ab7;
	position:relative;
}

.biz .biz-circle-1{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #337ab7;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-1{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #337ab7;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-1:after, .arrow_box-left-1:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-1:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-1:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#337ab7;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-1{
	position:relative;
	background:#fff;
	border:10px solid #337ab7;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-1:after, .arrow_box-right-1:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-1:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-1:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#337ab7;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-파랑색 끝 */

/* 연혁 - 녹색 */
.biz .biz-vbar-2{
	display:table-cell;
	min-width:9px;
	background-color:#5cb85c;
	position:relative;
}

.biz .biz-circle-2{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #5cb85c;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-2{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #5cb85c;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-2:after, .arrow_box-left-2:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-2:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-2:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#5cb85c;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-2{
	position:relative;
	background:#fff;
	border:10px solid #5cb85c;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-2:after, .arrow_box-right-2:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-2:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-2:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#5cb85c;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-녹색 끝 */

/* 연혁 - 하늘색 */
.biz .biz-vbar-3{
	display:table-cell;
	min-width:9px;
	background-color:#5bc0de;
	position:relative;
}

.biz .biz-circle-3{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #5bc0de;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-3{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #5bc0de;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-3:after, .arrow_box-left-3:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-3:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-3:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#5bc0de;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-3{
	position:relative;
	background:#fff;
	border:10px solid #5bc0de;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-3:after, .arrow_box-right-3:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-3:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-3:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#5bc0de;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-하늘색 끝 */

/* 연혁 - 주황색 */
.biz .biz-vbar-4{
	display:table-cell;
	min-width:9px;
	background-color:#f0ad4e;
	position:relative;
}

.biz .biz-circle-4{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #f0ad4e;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-4{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #f0ad4e;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-4:after, .arrow_box-left-4:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-4:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-4:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#f0ad4e;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-4{
	position:relative;
	background:#fff;
	border:10px solid #f0ad4e;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-4:after, .arrow_box-right-4:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-4:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-4:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#f0ad4e;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-주황색 끝 */

/* 연혁 - 빨강색 */
.biz .biz-vbar-5{
	display:table-cell;
	min-width:9px;
	background-color:#d9534f;
	position:relative;
}

.biz .biz-circle-5{
	position:absolute;
	top:90px;
	left:-8px;
	background:#fff;
	border:5px solid #d9534f;
	border-radius:50%;
	padding:7px;
}

.arrow_box-left-5{
	width:150px;
	position:relative;
	background:#fff;
	border:10px solid #d9534f;
	border-radius:50%;
	padding:40px 28px;
	margin-bottom:20px;
}

.arrow_box-left-5:after, .arrow_box-left-5:before{
	right:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-left-5:after{
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-left-5:before{
	border-color:rgba(194, 225, 245, 0);
	border-right-color:#d9534f;
	border-width:22px;
	margin-top:-22px;
}

.arrow_box-right-5{
	position:relative;
	background:#fff;
	border:10px solid #d9534f;
	border-radius:50%;
	padding:40px 28px;
}
.arrow_box-right-5:after, .arrow_box-right-5:before{
	left:99%;
	top:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.arrow_box-right-5:after{
	border-color:rgba(136, 183, 213, 0);
	border-left-color:#fff;
	border-width:8px;
	margin-top:-8px;
}
.arrow_box-right-5:before{
	border-color:rgba(194, 225, 245, 0);
	border-left-color:#d9534f;
	border-width:22px;
	margin-top:-22px;
}
/* 연혁-빨강색 끝 */

/* 서브 - history 끝 */

/* 서브 - 조직도 */
.biz-group{
	margin-bottom:50px;
}

.biz-group h3,.biz-group h4,.biz-group h5{
	padding:0;
	margin:0;
	font-weight:bold;
}

.biz-group small{
	color:#fff;
}

.biz-group .gr-item{
	position:relative;
	width:200px;
	margin:0 auto;
	text-align:center;
	font-family:'ibt', sans-serif;
}

.biz-group .gr-dot{
	background:#ccc;
	margin:0 auto;
	width:1px;
	height:15px;
}  
.biz-group .gr-line-l{
	position:absolute;
	background:#ccc;
	left:50%;
	width:100%;
	height:1px;
}
.biz-group .gr-line-r{
	position:absolute;
	background:#ccc;
	right:50%;
	width:100%;
	height:1px;
}
.biz-group .gr-line-f{
	background:#ccc;
	margin:0 auto;
	width:100%;
	height:1px;
}
.biz-group .gr-logo{
	border:2px solid #333;
	border-radius:50%;
	padding:20px 10px;
	text-align:center;
	width:120px;
	margin:0 40px;
	background-color:#fa4251;
}

.biz-group .gr-box{
	width:200px;
	text-align:center;
	color:#fff;	
	border-radius:2px;
	padding:10px;
}

.biz-group .gr-sub{
	max-width:100px;
	margin:0 auto;
}

.biz-group .gr-sub table{
	border-collapse:collapse;
	width:100%;
}

.biz-group .gr-sub td{
	padding:5px 0;
	text-align:center;
	width:50%;
	background-color:#fff;
	color:#333;
}

.biz-group .gr-tb-1 .title{
	background-color:#5cb85c;
	color:#fff;
}

.biz-group .gr-tb-1 td{
	border:1px solid #5cb85c;
	font-size:12px;
}

.biz-group .gr-tb-2 .title{
	background-color:#5bc0de;
	color:#fff;
}

.biz-group .gr-tb-2 td{
	border:1px solid #5bc0de;
	font-size:12px;
}

.biz-group .gr-tb-3 .title{
	background-color:#f0ad4e;
	color:#fff;
}

.biz-group .gr-tb-3 td{
	border:1px solid #f0ad4e;
	font-size:12px;
}

.gr-bd-color-1{
	border:1px solid #337ab7;
}

.gr-bd-color-2{
	border:1px solid #5cb85c;
}

.gr-bd-color-3{
	border:1px solid #5bc0de;
}

.gr-bd-color-4{
	border:1px solid #f0ad4e;
}

.gr-bg-color-1{
	background-color:#337ab7;
}

.gr-bg-color-2{
	background-color:#5cb85c;
}

.gr-bg-color-3{
	background-color:#5bc0de;
}

.gr-bg-color-4{
	background-color:#f0ad4e;
}

/* 서브 - 조직도 끝 */

/* 서브 - 오시는 길 */

.biz-addr-title{
	font-size:30px;
	font-weight:bold;
	margin:30px 0;
	letter-spacing:3px;
}

.biz-addr-conn{
	font-size:16px;
	margin-bottom:10px;
}

.biz-addr-conn i{
	color:#ff7e20;
	font-size:16px;
	width:30px;
	text-align:center;
}

/* 서브 - 오시는 길 끝 */

/* 서브 - 사업소개 */


.sub-t-box{
	text-align:center;
	margin:20px auto;
}

.sub-v{
	text-align:center;
	letter-spacing:3px;
	font-size:50px;
	color:#fff;
	font-weight:bold;
}

.sub-vc{
	text-align:center;
	letter-spacing:1px;
	font-size:14px;
	color:#aaa;
	line-height:20px;
	max-width:800px;
	margin:30px auto;
}

.sub-t{
	font-weight:bold;
	font-size:30px;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:50px;
	text-align:center;
}

.sub-s{
	font-weight:bold;
	font-size:22px;
	display:inline-block;
	color:#fff;
	padding:5px 15px;
	margin-bottom:30px;
	text-align:center;
	border-bottom:1px solid #fff;
}

.proj-item{
	width:100%;
	margin:30px 0 100px 0;
}

.proj-box{
	margin:0 auto 100px auto;
}

.proj-box .proj-t{
	font-weight:bold;
	margin:10px 0;
	font-size:16px;
	width:100%;
}

.proj-box .proj-c{
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	height:100px;
	line-height:20px;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
}

.proj-box .proj-b{
	text-align:right;
}
.proj-box a{
	text-decoration:none;
	font-size:12px;
	color:#fff;
	border-bottom:1px dashed #fa4251;
	padding:5px 0 2px 0;
}

.proj-box a:hover{
	color:#fa4251;
}

.proj-overview-t{
	margin:30px 0 10px 0;
	font-weight:bold;
	font-size:24px;
	padding-bottom:10px;
	color:#333;
	background:url("../img/line_bar.gif") 0 bottom no-repeat;
}

.proj-overview-c{
	font-size:12px;
	line-height:18px;
	color:#333;
}

.proj-vistion{
	margin:0 auto 100px auto;
}

.proj-vistion img{
	width:100%;
	border-radius:5px;
}

.proj-vistion .proj-t{
	font-weight:bold;
	margin:10px 0;
	font-family:'ibt', sans-serif;
	font-size:24px;
	width:100%;
	text-align:center;
	opacity:0.7;
	letter-spacing:2px;
}

.proj-vistion .proj-c{
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	height:100px;
	line-height:20px;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
}

.proj-vistion .proj-t:first-letter{
	font-size:40px;
	font-family:'ibt', sans-serif;
}

.hexagon-outer-box{
	position:relative;
	width:100%;
}

.hexagon-item{
	position:absolute;
	width:150px;
}

.hexagon-conn{
	text-align:center;
	width:100%;
	margin:30% auto;
}

.hexagon-conn p:first-child{
	font-weight:bold;
	color:#fff;
	font-size:19px;
	font-family:'ibt', sans-serif;
}

.hexagon-conn p{
	color:#fff;
	font-size:12px;
}

.hexagon-inner-box{
	position:absolute;
	top:6px;
	left:5px;
	width:140px;
}

.hexagon-inner{
  position:relative;
  width:140px; 
  height:80.83px;
  background-color:#ffffff;
  margin:40.41px 0;
}

.hexagon-inner:before,
.hexagon-inner:after{
  content:"";
  position:absolute;
  width:0;
  border-left:70px solid transparent;
  border-right:70px solid transparent;
}

.hexagon-inner:before{
  bottom:100%;
  border-bottom:40.41px solid #ffffff;
}

.hexagon-inner:after{
  top:100%;
  width:0;
  border-top:40.41px solid #ffffff;
}

.hexagon-1{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#337ab7;
  margin:43.30px 0;
}

.hexagon-1:before,
.hexagon-1:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-1:before{
  bottom:100%;
  border-bottom:43.30px solid #337ab7;
}

.hexagon-1:after{
  top:100%;
  width:0;
  border-top:43.30px solid #337ab7;
}

.hexagon-2{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#5cb85c;
  margin:43.30px 0;
}

.hexagon-2:before,
.hexagon-2:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-2:before{
  bottom:100%;
  border-bottom:43.30px solid #5cb85c;
}

.hexagon-2:after{
  top:100%;
  width:0;
  border-top:43.30px solid #5cb85c;
}

.hexagon-3{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#5bc0de;
  margin:43.30px 0;
}

.hexagon-3:before,
.hexagon-3:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-3:before{
  bottom:100%;
  border-bottom:43.30px solid #5bc0de;
}

.hexagon-3:after{
  top:100%;
  width:0;
  border-top:43.30px solid #5bc0de;
}

.hexagon-4{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#f0ad4e;
  margin:43.30px 0;
}

.hexagon-4:before,
.hexagon-4:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-4:before{
  bottom:100%;
  border-bottom:43.30px solid #f0ad4e;
}

.hexagon-4:after{
  top:100%;
  width:0;
  border-top:43.30px solid #f0ad4e;
}

.hexagon-5{
  position:relative;
  width:150px; 
  height:86.60px;
  background-color:#d9534f;
  margin:43.30px 0;
}

.hexagon-5:before,
.hexagon-5:after{
  content:"";
  position:absolute;
  width:0;
  border-left:75px solid transparent;
  border-right:75px solid transparent;
}

.hexagon-5:before{
  bottom:100%;
  border-bottom:43.30px solid #d9534f;
}

.hexagon-5:after{
  top:100%;
  width:0;
  border-top:43.30px solid #d9534f;
}

/* 서브 - 사업소개 끝 */


/* footer */
.tail-area{
	border-top:2px solid #fa4251;
	background:#232323;
}

.footer_logo{
	text-align:center;
}

.footer_logo a{
	margin:20px;
	display:block;
	box-sizing:border-box;
}

.footer_conn{
	color:#777;
	font-size:12px;
}

.footer_conn .footer_t{
	width:100%;
	margin-bottom:10px;
}

.footer_conn .footer_t ul{
	padding:0;
	margin:0;
}

.footer_conn .footer_t li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
}

.footer_conn .footer_t li a{
	color:#eee;
	text-decoration:none;
}

.footer_conn .footer_c{
	width:100%;
	margin:10px 0;
	padding-top:10px;
	border-top:1px dotted #333;
}

.footer_conn .copyright{
	color:#fff;
	margin-top:20px;
}

#topbtn{
	padding:10px 20px;
	background:#fa4251;
	color:#fff;
	opacity:0;
	position:fixed;
	right:30px;
	bottom:-40px;
	cursor:pointer;
	text-align:center;
	z-index:999;
}

#topbtn span{
	font-size:30px;
}

.tab-more{
	font-size:12px;
	margin-top:5px;
	padding-bottom:3px;
	border-bottom:1px dotted #444;
	display:none;
}