
.logo {}
.toggle_btn { margin-top:20px;  }

.btn-xb {
    padding: 20px 40px;
    border-color: #1bbde5;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #1bbde5;
}

.btn-xb:hover,
.btn-xb:focus,
.btn-xb:active,
.btn-xb.active,
.open .dropdown-toggle.btn-xb {
    border-color: #1bbde5;
    color: #fff;
    background-color: #1bbde5;
}

.btn-xb:active,
.btn-xb.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xb.disabled,
.btn-xb[disabled],
fieldset[disabled] .btn-xb,
.btn-xb.disabled:hover,
.btn-xb[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xb.disabled:focus,
.btn-xb[disabled]:focus,
fieldset[disabled] .btn-xb:focus,
.btn-xb.disabled:active,
.btn-xb[disabled]:active,
fieldset[disabled] .btn-xb:active,
.btn-xb.disabled.active,
.btn-xb[disabled].active,
fieldset[disabled] .btn-xb.active {
    border-color: #46b8da;
    background-color: #46b8da;
}

.btn-xb .badge {
    color: #46b8da;
    background-color: #fff;
}

.box { margin:15px 0; border:1px solid #1bbde5; border-radius:10px; }
ul.ab_list { padding:15px 0; margin:0; }
ul.ab_list li { padding:3px 0; margin:0; list-style:none; }
ul.ab_list li strong { color: #1470ab; }



/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}
.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: ;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
	width:100%;
    position: absolute;
    top: 20%;
    color: #fff;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
	
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


.arrow_rig { margin:10px! important;  }
.arrow_left { margin:10px! important; }

.visual_bg { display:block; width:100%; height:auto; }
.txt_left { display:block;  text-align:left; line-height:1.6; text-align:justify; word-wrap: break-word; color:##777; }
strong.point_bs { font-weight:bold; color:#2995cd; }
h4.sub_title { line-height:1.4; color:#a25e1b; }
span.space_nowrap { white-space: nowrap;  }


.root_daum_roughmap { width:100%! important; }
.mar-btten { padding-bottom:20px;  }

.text-center2 { text-align:left; }
.pa_btmten { padding-bottom:30px; }

.bg_img { width:991px; height:560px; margin:30px auto 0; background:url('/img/bg_iphon.jpg'); }
.bg_img .mv_bg { position:relative; height:431px; padding:7px; margin:29px 113px 0 114px; background:url('/img/works/mv_bg_img.jpg'); box-shadow:inset 0 0 5px rgba(0,0,0,0.9); }
.bg_img .mv_bg h4 { margin:0; padding:0 0 5px 0; color:#daccb5; font-weight:normal;font-size:14px; text-transform:none; }
.bg_img .mv_bg .mv_content { float:left; width:74.5%; }
.bg_img .mv_bg .mv_content .mv_view { position:relative; border:1px solid #000;  background:#fff; }
.bg_img .mv_bg .mv_content .play_bar { padding:10px 0; margin:0; }
.bg_img .mv_bg .mv_content .play_bar .btn_play { width:15%; float:left; color:#6e6a5f; font-size:23px; }
.bg_img .mv_bg .mv_content .play_bar .btn_play span { padding:0 5px; cursor:pointer; }
.bg_img .mv_bg .mv_content .play_bar .btn_play span:hover { 
	color: black;
	text-shadow: #1bbde5 0px 0px 35px; /* for browsers without spread support */
	
}
.bg_img .mv_bg .mv_content .play_bar .loding_box { width:85%; float:left; padding:0 10px; }
.bg_img .mv_bg .mv_content .play_bar .loding_box .loding_back { margin-top:15px; height:2px; width:100%; background:#000; }
.bg_img .mv_bg .mv_content .play_bar .loding_box .loding_back .loding { float:left; background:#bb851a; height:2px;
	-webkit-animation: loding 1s ease-in-out both;
	-moz-animation: loding 1s ease-in-out both;
	-o-animation: loding 1s ease-in-out both;
	-ms-animation: loding 1s ease-in-out both;
	animation: loding 1s ease-in-out both;

 }
.bg_img .mv_bg .mv_content .play_bar .loding_box .loding_back .loding2 { float:left; background:#bb851a; height:2px;
	-webkit-animation: loding2 1s ease-in-out both;
	-moz-animation: loding2 1s ease-in-out both;
	-o-animation: loding2 1s ease-in-out both;
	-ms-animation: loding2 1s ease-in-out both;
	animation: loding2 1s ease-in-out both;

 }

@keyframes loding{
	0% { width:0; }
	100% { width:100%; }
}

@keyframes loding2{
	0% { width:0; }
	100% { width:100%; }
}
@-webkit-keyframes loding{
	0% { width:0; }
	100% { width:100%; }
}

@-webkit-keyframes loding2{
	0% { width:0; }
	100% { width:100%; }
}
@-moz-keyframes loding{
	0% { width:0; }
	100% { width:100%; }
}

@-moz-keyframes loding2{
	0% { width:0; }
	100% { width:100%; }
}
@-o-keyframes loding{
	0% { width:0; }
	100% { width:100%; }
}

@-o-keyframes loding2{
	0% { width:0; }
	100% { width:100%; }
}
@-ms-keyframes loding{
	0% { width:0; }
	100% { width:100%; }
}

@-ms-keyframes loding2{
	0% { width:0; }
	100% { width:100%; }
}

.bg_img .mv_bg .list_box {  float:left; width:25.5%; padding-left:8px; }
.bg_img .mv_bg .list_box .mv_list { position:relative; background:#44413e; border:1px solid #000; font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.bg_img .mv_bg .list_box .mv_list h5 { margin:0; padding:8px; color:#bb851a; background:#5b4f3a; border-borrom:1px solid #000; text-transform:none; box-shadow:inset 0 0 2px rgba(255,255,255,0.2); }
.bg_img .mv_bg .list_box .mv_list h5 input { width:105px; padding:3px 17px 3px 3px; margin:0 0 0 10px; color:#ebdbc0; font-weight:normal; font-size:12px; border:none; border-radius:2px; background:#322816; }
.bg_img .mv_bg .list_box .mv_list h5 span { position:absolute; top:9px; right:13px; color:#574523; }
.bg_img .mv_bg .list_box .mv_list ul { min-height:330px; list-style:none; padding:0; margin:0; }
.bg_img .mv_bg .list_box .mv_list ul li { padding:8px; border-bottom:1px solid #514e4b;  }
.bg_img .mv_bg .list_box .mv_list ul li.nav-dot-current{ background:#676359 }
.bg_img .mv_bg .list_box .mv_list ul li.nav-dot-current:after { content:""; background:#676359 }
.bg_img .mv_bg .list_box .mv_list ul li:hover { background:#676359; }
.bg_img .mv_bg .list_box .mv_list ul li a { color:#c5a56d; }
.bg_img .mv_bg .list_box .mv_list ul li a:hover { color:#f9e9ce; }
.bg_img .mv_bg .list_box .mv_list ul li dl { position:relative; margin:0; }
.bg_img .mv_bg .list_box .mv_list ul li dl dt { float:left; width:42%; }
.bg_img .mv_bg .list_box .mv_list ul li dl dt img { border:1px solid #000; }
.bg_img .mv_bg .list_box .mv_list ul li dl dd { float:left; width:58%; padding-left:8px; font-size:14px; font-weight:bold; color:#c5a56d; }
.bg_img .mv_bg .list_box .mv_list ul li dl dd button { position:absolute; padding:2px 6px; bottom:0; right:0; font-weight:normal; font-size:12px; color:#654a1c; border-radius:2px; border:1px solid #75603c; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcbf8d+0,c5a56d+100 */
	background: #dcbf8d; /* Old browsers */
	background: -moz-linear-gradient(top, #dcbf8d 0%, #c5a56d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dcbf8d 0%,#c5a56d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dcbf8d 0%,#c5a56d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcbf8d', endColorstr='#c5a56d',GradientType=0 ); /* IE6-9 */
}
.bg_img .mv_bg .list_box .mv_list ul li dl dd button:hover {  
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffdf9+0,f9e9ce+100 */
background: #fffdf9; /* Old browsers */
background: -moz-linear-gradient(top, #fffdf9 0%, #f9e9ce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fffdf9 0%,#f9e9ce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fffdf9 0%,#f9e9ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf9', endColorstr='#f9e9ce',GradientType=0 ); /* IE6-9 */
}
.bg_img .mv_bg .list_box .mv_list .pazing { padding:5px 0; margin:0 5px; text-align:center; border-top:1px solid #74706a;  }
.bg_img .mv_bg .list_box .mv_list .pazing a { padding:0 2px; font-size:12px; font-weight:normal; color:#6e6a5f; }
.bg_img .mv_bg .list_box .mv_list .pazing a:hover { text-decoration:underline; color:#fff; font-weight:bold; } 
.bg_img .mv_bg .list_box .mv_list .pazing a.active { text-decoration:underline; color:#fff; font-weight:bold; } 
.slidein { position:absolute; top:0; left:0; animation-duration:3s; animation-name:slidein; overflow:hidden; }
.sl-slide-inner img { width:100%; }
.copyright { text-align:left; }


.people_ctn {float:left;width:100%;list-style:none;margin-bottom:50px;padding:0;}
.people_ctn .people_imgBox {position:relative;overflow:hidden;max-width:359px;margin:0 auto;text-align:center;background:#000;}
.people_ctn .people_imgBox img { width:100%;max-width:359px;opacity:0.35;filter:alpha(opaity:'35');}
.people_ctn .people_imgBox:hover img { transform:scale(1.2);             /*  default */
-webkit-transform:scale(1.2);  /*  크롬 */
-moz-transform:scale(1.2);     /* FireFox */
-o-transform:scale(1.2);        /* Opera */
  transition: transform .35s;  
       -o-transition: transform .35s;
       -moz-transition: transform .35s;
       -webkit-transition: transform .35s;
opacity:1;filter:alpha(opaity:'100');}
.people_ctn .people_imgBox span.blog_title{display:block;position:absolute;top:45%;width:100%;text-align:center;color:#fff;font-size:25px;}
.people_ctn .people_imgBox:hover span.blog_title{opacity:0.35;filter:alpha(opaity:'35');}
.btn_blog { background:#89c923;padding:15px 20px 18px 20px; color:#fff; font-size:16px;border-radius:3px;}
.btn_blog:hover {color:#fff;text-decoration:none;} 
.tag{margin-top:15px;color:#787878;}
.blog_text{font-size:20px;margin-bottom:15px;}
.left-comma{display:inline-block;margin:5px;}
.right-comma{}


@keyframes slidein { 
	from { margin-left:100%; width:150%; overflow:hidden; } 
	to { width:100%; margin-left:0%; }
}

@media (max-width: 680px) {
	.bg_img .mv_bg .mv_content { width:100%; }
	.bg_img .mv_bg .list_box { width:100%; padding:0; }
	.bg_img .mv_bg .list_box .mv_list ul li dl dt { width:69px; }
	.bg_img .mv_bg .list_box .mv_list ul { min-height:100px; }
	.bg_img .mv_bg .mv_content .play_bar .btn_play { font-size:18px; }
	.bg_img .mv_bg .mv_content .play_bar .loding_box .loding_back { margin-top:10px; }
	
}

@media(max-width:768){
	.btn-theme { display:none; }
}

@media(max-width:990px) {
	.text-center2 { text-align:center; }
	.pa_btmten { padding-bottom:0; }

}

@media (min-width: 992px) and (max-width: 1199px) {
 	.bg_img { width:940px; height:532px; margin:30px auto 0; background:url('/img/bg_iphon_970.jpg'); }
 	.bg_img .mv_bg { height:410px; margin:27px 105px 0 108px; }
 	.bg_img .mv_bg .list_box .mv_list ul { min-height:316px; }
 	
}

@media (max-width: 991px) {
.people_ctn li {text-align:center;margin-bottom:15px;}
  .bg_img { width:100%; margin-top:30px; background:none; }
  .bg_img .mv_bg h4 { margin:0; padding:5px 0 10px; color:#daccb5; font-weight:normal;font-size:14px; text-transform:none; }
  .bg_img .mv_bg { margin:0; padding:10px; height:auto; box-shadow:inset 0 0 3px rgba(255,255,255,0.9); }
  .bg_img .mv_bg .list_box .mv_list ul { min-height:316px; }
  .bg_img .mv_bg .mv_content .play_bar .btn_play span { padding:0; }
  .demo-1 .sl-slider-wrapper {
	position: relative	;
	width: 100%;
	height:550px;
	top: 0;
	left: 0;
}



}

@media (max-width: 680px) {
	.bg_img .mv_bg .mv_content { width:100%; }
	.bg_img .mv_bg .list_box { width:100%; padding:0; }
	.bg_img .mv_bg .list_box .mv_list ul li dl dt { width:69px; }
	.bg_img .mv_bg .list_box .mv_list ul { min-height:100px; }
	.bg_img .mv_bg .mv_content .play_bar .btn_play { font-size:18px; }
	.bg_img .mv_bg .mv_content .play_bar .loding_box .loding_back { margin-top:10px; }
	
}

/* ===================== css 재정의(2019-06-12) 작성자:이은미 ===================== */
.swiper-slide {background: none ! important;}
.swiper-container2 .swiper-slide .slide-container {background-color: #fff;}
.people_ctn .people_imgBox img {height: 220px;}

/* ===================== History css추가(2019-06-12) 작성자:이은미 ===================== */
#history .comma img {width: 30px;vertical-align: top;}
.history-wrap {background-color: #d6d6d6;width: 4px;margin: auto;margin-top: 50px;}
.history-wrap .history-cont-wrap {min-width: 500px;list-style: none;padding-top: 30px ! important;}
.history-wrap .history-cont-wrap li {padding: 7px 45px;}
.history-wrap .history-cont-wrap li .tit {display: inline-block;width:5px;height: 5px;border-radius: 50%;background-color: #2c2c2c;margin: 3px 5px;}
.history-wrap .history-cont-wrap li .point{font-size: 20px;font-weight: 600;}
.history-wrap .history-cont-wrap:nth-child(odd) {padding: 0px;}
.history-wrap .history-cont-wrap:nth-child(odd) .history-tit {padding-left: 27px;color: #fec036;}
.history-wrap .history-cont-wrap:nth-child(odd) .tit-icon {display: inline-block;width: 30px;height: 30px;background-color: #f7f7f7;border-radius: 50%;margin-left: -13px;border: 7px solid;border-color: #fec036;}
.history-wrap .history-cont-wrap:nth-child(2n) {margin-left: -500px;text-align: right;}
.history-wrap .history-cont-wrap:nth-child(2n) .history-tit {padding-right: 25px;color: #fec036;}
.history-wrap .history-cont-wrap:nth-child(2n) .tit-icon {display: inline-block;width: 30px;height: 30px;background-color: #f7f7f7;border-radius: 50%;margin-right: -12px;border: 7px solid;border-color: #fec036;}
.history-wrap .history-cont-wrap .history-tit {font-size: 30px;font-weight: 600;}