/*-----------------------------------------------------------------------------------*/
/*	기본셋팅
/*-----------------------------------------------------------------------------------*/

/*-- font --*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic);
/*-- font --*/

body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	background-color:#fff;
}
#wrap {overflow-x:hidden; position:relative; z-index:5;}

section {background-color:#fff;}

.container {padding-left:0; padding-right:0;}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: ;
	-webkit-border-radius: 0;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	max-width:100.1%;
	height:auto;
}

a {color:#999; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}

a:hover, a:focus {
	text-decoration:none; 
	color: #ff3000;
}



.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}



/*-----------------------------------------------------------------------------------*/
/*	text
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0;}

li {padding:0; margin:0; list-style:none;}

p {margin:0}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
	font-weight:300;
	color:#333;
}

h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 26px; line-height:40px; font-size:40px;}
h2 b {font-weight:500;}
h3 {margin:0 0 21px; line-height:25px; font-size:22px;}
h3 b {font-weight:900;}
h4 {margin:0 0 30px; line-height:25px; font-size:20px;}
h4 b {font-weight:500;}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}
.color_red {color:#c10707;}
.color_yellow {color:#fec400;}

.color_bg {background:#30a67c;}

/* __________ blockquote __________ */
blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;}
blockquote:before {content:'��'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;}



/*-----------------------------------------------------------------------------------*/
/*	단축키
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
#a_sec_list .btn {
	margin: 0 0 0 15px;
	padding: 24px 27px 22px !important;
	border:2px solid #ccc;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	text-shadow: none;
	background: #fff;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	height: inherit !important;
	border-radius: 45px;
}
#a_sec_list .btn>span {
	color:#fff;
	font-size: inherit;
}

#a_sec_list .btn:focus, .btn:hover {
	color:#333 !important; 
	border-color:#333 !important;
}

#a_sec_list .btn-active {background-color:#1c1c1c !important; color:#fff !important; border-color:#1c1c1c !important;}

#a_sec_list .btn-active:hover {color:#fff !important;}

@media (min-width: 992px) {
#a_sec_list .btn-lg {
	padding: 24px 28px !important; 
	font-size:13px;
}
}

@media (max-width: 991px) {
#a_sec_list .btn-sm {
	padding: 20px 24px !important; 
	font-size:12px;
}
}

@media (max-width: 768px) {
#a_sec_list .btn-xs {
	padding: 16px 20px !important; 
	font-size:11px;
}
}

#a_sec_list .btn_shortcodes .btn {margin:0 7px 10px 0;}
#a_sec_list .btn_shortcodes .btn:last-child {margin-right:0;}

#a_sec_list .ie .btn, .ie .btn-default {filter:none !important;}



/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/

/* __________ Logo __________ */
.alice-logo p {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	padding: 15px 0;
}


/* __________ Menu __________ */
.a_menu_box {
	position:relative;
}

.navbar-fixed-top.affix-top {
	position: relative;
}

.navbar-custom {
    padding: 8px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
}

.navbar-custom.affix {
	padding: 5px 0;
}

.a_account li {
	float:left;
}

.a_account button i {
	color: #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.a_account button i:hover {
	color: #ff3000;
}



/*-----------------------------------------------------------------------------------*/
/*	TOP SEARCH
/*-----------------------------------------------------------------------------------*/
.top-search {
	display:none;
    position: relative;
    z-index: 2000;
	margin: 5px 0;
}
.top-search input[type="text"] {
	border: none;
	width: 100%;
}
.top-search .close-search {
	cursor:pointer;
}

/* serch */
.alice-search-form .search-btn {
	background-color: transparent;
	color: #999;
	position: absolute;
    right: 30px;
    top: 30px;
    border: 0;
}
.alice-search-form input.itext {
	border-color: ;
	background-color: transparent;
}
.alice-search-form input::-webkit-input-placeholder { 
	color: #999;
}
.top-search .alice-search-form {
	background: #fff;
	padding: 6px;
    border: 1px solid #ccc;
	font-size: 12px;
}



/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative;}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 1
/*-----------------------------------------------------------------------------------*/
.alice_content #section_1 {padding-top:100px;}

.section_1_block {padding:7px 0 0;}

.section_1_item {
	display:block;
	cursor:default;
}

.section_1_item p {
	position:relative;
	margin-bottom:15px;
	text-transform:none;
	font-weight:300;
	font-size:20px;
	color:#333;
}

.section_1_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#666;
}

.a_s_icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: all 0.3s;
	background: #ddd;
}

.a_s_icon:hover {
	transform: scale(1.1);
	background:#ccc;
}

.a_s_icon i {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
	color: #fff;
}

.section_1_block .section_1_item {
	padding-left: 74px;
}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 2
/*-----------------------------------------------------------------------------------*/
#section_2 {
	margin-bottom: 90px;
}

.a_section2_title {
	text-align:center;
	margin:30px 0;	
}	
.a_sec2_box1 {
	padding:30px !important;
	background:#f8f8f8;
	height:284px;
}
.a_sec2_box1 h4 {
	font-weight:500;
	margin-bottom:15px !important;
}
.a_sec2_box1 p {
	line-height:24px;
	color:#666;
}
.a_sec2_box2 {
	height:284px;
	position:relative !important;
    background-size: cover !important;
	background-position: center !important;
	transition: all 0.3s ease;
}
.a_sec2_box2 h4 {
	position:absolute;
	top:50%;
	margin-top:-10px;
	width: 100%;
	text-align:center;
	color:#fff;
}
.a_sec2_box1 a.text-muted {
	display: inline-block;
	margin-top: 15px;
	border-bottom: 1px solid #ddd;
}
.a_sec2_box2:hover {
    transform: scale(1.1);
}

.a_sec2_box1 i {
	opacity:0.15;
	margin-bottom:20px;
}




/*-----------------------------------------------------------------------------------*/
/*	SECTION 3
/*-----------------------------------------------------------------------------------*/
.sec3_block {
	padding:90px 0;
	background-attachment:fixed !important;
}
.sec3_block .tab-content {
	overflow:hidden;
	padding: 0;
	margin:0 0 80px;
}
.sec3_block p.title {
	margin:0 0 17px;
	font-weight:100;
	line-height:80px;
	font-size:80px;
	color:#fff;
}
.sec3_block p.title b {
	font-weight:500;
}
.sec3_block span {
	font-weight:300;
	line-height:34px;
	font-size:18px;
	color: rgba(255,255,255,0.6);
}
.sec3_block .tab-pane {
	display:block;
	height:0;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.sec3_block .tab-pane.active {
	height:auto;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.sec3_block .nav-tabs {
	margin:0 -15px;
	border:0;
}
.sec3_block .nav-tabs li {
	margin:0;
	padding:0 15px;
	position: relative;
}
.sec3_block .nav-tabs li a {
	width:160px;
	height:160px;
	margin:0;
	padding:;
	text-align:center;
	border:0 !important;
	border-radius:0;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	border-radius: 50%;
	margin: 0 auto;
}
.sec3_block .nav-tabs li a i {
	display:block;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;
}
.sec3_block .nav-tabs li a:hover i {
	color:#fff;
}
.sec3_block .nav-tabs li.active a:hover i {
	color: inherit;
}
.sec3_block .nav-tabs li a:focus i {
	color: inherit;
}
.sec3_block .i:before {
	vertical-align: middle;
}
.sec3_block .nav-tabs li a i {
	color: rgba(255,255,255,0.5);
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background-color:transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:#fff;
}
.nav-tabs li a:hover i {
	background-position:;
}
.nav-tabs li.active a i {
	background-position:0 0;
	color: #555;
}
.sec3_block .nav-tabs li span {
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color: rgba(255,255,255,0.6);
	opacity:0;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
	text-align: center;
}
.nav-tabs li.active span {
	opacity:1;
	transform:translateY(15px);
	-o-transform:translateY(15px);
	-ms-transform:translateY(15px);
	-webkit-transform:translateY(15px);

}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 4
/*-----------------------------------------------------------------------------------*/
.section_4_block {padding:72px 0 0;}

.section_4_block p {
	margin-bottom:26px;
	font-weight:300;
	line-height:26px;
	font-size:14px;
	color:#666;
}
.section_4_block .btn {margin-top:30px; margin-right:16px;}
.section_4_block .btn-active {overflow:hidden;}
.section_4_block .btn-active span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left:0;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	font-weight: 900;
	line-height:20px;
	font-size:13px;
	color:#1C1C1C;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.section_4_block .btn-active:hover span:before {color:#fff;}
.section_4_block .btn-active span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.section_4_block .btn-active:hover span,
.section_4_block .btn-active:focus span {
	color:#1c1c1c !important;
	border-color: #333;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.section_4_block .sec4_img {margin-top:-116px;}

@media (max-width: 767px) {
#section_4 .section_4_block .sec4_img {
	margin-top: 0;
}
}

#section_4 h2, #section_4 p {
	text-align: right;
}
#section_4 a.btn {
	position: relative;
	float: right;
	z-index: 9;
}

@media (max-width: 425px) {
#section_4 a.btn {
	margin-bottom: 15px;
}
}

#section_4 .a_sec4_box {
	padding-right: 60px;
}

.pp_gallery {
	display: none !important;
}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 5
/*-----------------------------------------------------------------------------------*/
#section_5 {padding-top: 50px;}

/* 서브 공통 */
.sec5_sub {
	font-size:14px;
}

.work_item {
	position:relative;
	overflow: hidden;
}

.owl-item .work_item .work_img img {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.owl-item:hover .work_item .work_img img {
	transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.work_item .work_description {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.work_item:hover .work_description {
	opacity:1;
}

.work_item .work_description .work_descr_cont {
	position:absolute;
	left:0;
	top: 50%;
	width:100%;
	opacity:0;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.work_item:hover .work_description .work_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.work_item .work_description p {
	display:block;
	margin:0 0 6px;
	font-weight:300;
	line-height:24px;
	font-size:24px;
	color:#fff;
}

.work_item .work_description span {
	color:#666;
}

.work_item a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	margin-left: -20px;
	bottom:0;
	width:60px;
	height:36px;
	opacity:0;
	text-align: center;
	color: #444;
}

.work_item:hover a.zoom {
	bottom:58px;
	opacity:1;
}

.work_item a.zoom:hover {
	color: #666;
}

.work_item a.zoom i {
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;
}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 6
/*-----------------------------------------------------------------------------------*/
#section_6 {
	padding: 60px 0;
}

.testim_content {
	font-weight:300;
	line-height:38px;
	font-size:16px;
	color:#666;
}

.testim_author {
	padding-top:46px;
	font-weight:300;
	font-size:12px;
	color:#666;
}

.testim_author b {
	font-weight:500;
	color:#333;
}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 7
/*-----------------------------------------------------------------------------------*/
#section_7 {
	padding:75px 0 100px;
}

#section_7 .crewman {
	width: 100%;
	height: 100%;
}

#section_7 .crewman_item {
	position:relative;
	margin:0 auto;
	border-radius: 50%;
	overflow: hidden;
	width: 220px;
	height: 220px;
}

#section_7 .crewman_item .crewman_descr {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}

#section_7 .crewman_item:hover .crewman_descr {opacity:1;}

#section_7 .crewman_item .crewman_descr .crewman_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}

#section_7 .crewman_item:hover .crewman_descr .crewman_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

#section_7 .crewman_item .crewman_descr p {
	margin:0 0 6px;
	font-weight:300;
	line-height:22px;
	font-size:22px;
	color:#fff;
}

#section_7 .crewman_item .crewman_descr span {
	color:rgba(255,255,255,0.3);
}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 8
/*-----------------------------------------------------------------------------------*/
#section_8 .a_clients {
	padding: 90px 0 35px 0;
}

#section_8 .a_clients img {
	-webkit-filter: grayscale(100%);
	display: block;
	margin: 0 auto;
	opacity: 0.5;
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;
}
#section_8 .a_clients img:hover {
	-webkit-filter: grayscale(0);
	opacity: 1;
}
#section_8 .a_clients .owl-carousel {
	margin: 0;
	padding: 0;
}

#section_8 .a_clients .owl-theme .owl-controls {
	position: absolute;
    top: 75px;
    width: 100%;
    text-align: center;
}



/*-----------------------------------------------------------------------------------*/
/*	SECTION 9
/*-----------------------------------------------------------------------------------*/
#section_9 h2 {
	margin: 26px;
}

.map_gray {
	-webkit-filter: grayscale(100%);
} 



/*-----------------------------------------------------------------------------------*/
/*	SECTION 10
/*-----------------------------------------------------------------------------------*/
#section_10 {
	padding: 60px 0;
}
#section_10 .sec10_w_box {
	min-height:220px;
}

@media (max-width: 768px) {

}

@media (max-width: 992px) {
#section_10 .sec10_w_box {
	margin-bottom:30px;
}
}



/*-----------------------------------------------------------------------------------*/
/*	section margin
/*-----------------------------------------------------------------------------------*/
#contacts {
	position: relative;
	z-index:0;
	padding:0;
	background:transparent;
}

@media (max-width: 991px) {
#contacts {
	min-height: auto !important;
}
}



/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	position:fixed;
	z-index:1;
	bottom:0;
	left:50%;
	opacity:0;
	width:100%;
	padding:40px 0;
	color:#999;
	background-color:#1c1c1c;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

footer h4 {color:#fff;}



/* 푸터 설명 */
footer .c_int {
	line-height: 24px;
	margin-top: 5px;
	padding-right:36px;
}



/* About us */
footer p {
	font-size:12px;
	line-height: 24px;
}

footer .social {
	margin-top: 30px;
}

/* 푸터 메뉴 */
ul.footer_menu {
	width: 100%;
	margin-bottom: 3px;
}
ul.footer_menu li {
	position: relative;
	display: inline;
    vertical-align: middle;
}
ul.footer_menu li a {
	padding: 0 10px;
	transition: all 0.4s;
	font-size: 12px;
	font-weight: 500;
}

ul.footer_menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 1px;
    height: 10px;
    background-color: #666;
}

ul.footer_menu li:first-child a:after {
    display: none;
}

ul.footer_menu li a:hover {
	color: #ff3000;
}
ul.footer_menu li:first-child a {
	padding-left: 0;
	border-left: 0;
}
ul.footer_menu li:last-child a {
	padding-right: 0;
}

.social li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.social li a {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #242424;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#333;
	border-radius: 50%;
}
.social li a:hover {
	color:#ccc;
	border-color:#ccc;
}

/* 푸터 링크 */
footer .link {
    display: inline-block;
    font-weight: 700 !important;
    font-size: 0.75em !important;
    border: 2px solid #333;
    padding: 6px 8px;
    margin: 0 6px 10px 0;
    vertical-align: top;
	color: #333;
}

footer .link:hover {
	border-color: #999;
	color: #999;
}

footer .copy {
	position: absolute;
	bottom: 40px;
	opacity: 0.3;
}



/* __________ Contact Form __________ */

@media (max-width: 991px) {
.a_cf {
	padding-bottom:30px;	
	}
}

.contact_form textarea,
.contact_form input[type="text"],
.contact_form textarea,
.contact_form input[type="email"],
.contact_form textarea,
.contact_form input[type="tel"] {
	width: 100%;
	margin: 0;
	padding: 10px 8px;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	font-style: normal;
	border-radius: 0;	
	background: none;
	border: 2px solid #242424;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}

@media (min-width: 992px) {
.contact_form .email {
	padding-right: 0;
}
}

.contact_form textarea {
	overflow: hidden;
	min-height: 95px;
	resize: none;
}
.contact_form textarea,
.contact_form input[type="text"].last {margin-right:0;
}

.contact_form ::-webkit-input-placeholder { 
	/* Chrome/Opera/Safari */
	color: #333;
}
.contact_form ::-moz-placeholder { 
	/* Firefox 19+ */
	color: #333;
}
.contact_form :-ms-input-placeholder { 
	/* IE 10+ */
	color: #333;
}
.contact_form :-moz-placeholder { 
	/* Firefox 18- */
	color: #333;
}

.contact_form ul li { 
	font-size: 11px;
	margin-top: 3px;
}

.help-block {
	margin: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color:#666;
	border-color:#ccc;
}

.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;}

.notification_error {color:#30a67c;}



/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.sec3_block, #section_7 {	
	background-attachment:scroll !important; 
	background-position:;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.sec3_block, #section_7 {
	background-attachment:scroll !important; 
	background-size:100% auto !important; 
	-webkit-background-size:100% auto !important;
}

h2 {font-size:35px; line-height:35px;}

/* __________ Index __________ */
.sec3_block p.title {font-size:70px; line-height:70px;}
	
.sec3_block .nav-tabs li a {
	width: 128px; 
	height: 128px;
}
		
.sec3_block .nav-tabs li a i {}
	
.sec3_block .nav-tabs li span {font-size:16px;}
	
.sec3_block .nav-tabs li a i {}

.nav-tabs li a:hover i {
	background-position:;
}

.nav-tabs li.active a i {
	background-position:0 0; 
}
	
.section_4_block p {font-size:14px; line-height:22px;}
		
.work_item a.zoom {
	width:40px; 
	height:24px; 
	margin-left:;
}
	
.work_item:hover a.zoom {
		bottom:38px;
}

.owl-theme .owl-nav {}
.owl-theme .owl-nav div {}
.owl-theme .owl-nav div:before {}	
}



@media (min-width: 768px) and (max-width: 991px) {	
/* __________ Index __________ */
.sec3_block p.title {font-size:60px; line-height:60px;}
.sec3_block span {font-size:18px; line-height:24px;}
.sec3_block .nav-tabs li a {
	width:100px; 
	height:100px;
	margin: 0 auto;
}
.sec3_block .nav-tabs li a i {}
.sec3_block .nav-tabs li a span {font-size:13px;}
.sec3_block .nav-tabs li a i {}
.nav-tabs li a:hover i {
	background-position:; 
	transform:; 
	-o-transform:; 
	-ms-transform:; 
	-webkit-transform:;
}
.nav-tabs li.active a i {
	background-position:0 0; 
}

.section_4_block {padding-top:35px;}
.section_4_block p {font-size:12px; line-height:20px;}

.work_item a.zoom {
width:40px; 
height:24px; 
margin-left:;
}

.work_item:hover a.zoom {bottom:30px;}

.owl-theme .owl-nav div {
	width:42px !important; 
	height:42px !important; 
}
.owl-theme .owl-nav div:before {
	width:38px; 
	height:38px; 
	line-height:38px;
}

.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
.crewman_item:hover .crewman_social {bottom:30px;}

.testim_content {font-size:17px; line-height:24px;}

	

/* __________ Footer __________ */
footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}

.respond_clear {clear:both; height:0; font-size:0;}

}

@media (max-width: 992px) {
.sec3_block .nav-tabs li {
	margin-bottom: 30px;
}
}

@media (max-width: 767px) {
.container {padding-left:15px; padding-right:15px;}

h2 {font-size:30px; line-height:32px;}
	


/* __________ Index __________ */
.sec3_block p.title {font-size:40px; line-height:40px;}
.sec3_block span {font-size:15px; line-height:22px;}
.sec3_block .nav-tabs {margin:0 auto;}
.sec3_block .nav-tabs li a {
	width:120px; 
	height:120px;
}
.sec3_block .nav-tabs li a i {}
.sec3_block .nav-tabs li a span {font-size:13px;}
.sec3_block .nav-tabs li a i {}
.nav-tabs li a:hover i {

}
.nav-tabs li.active a i {

}

.section_4_block {padding-top:35px;}
.sec4_img_in {width:350px; margin:0 auto;}
.section_4_block p {font-size:12px; line-height:20px;}
	
	
.work_item a.zoom {
	width:40px; 
	height:24px; 
	margin-left:;
}
		
.work_item:hover a.zoom {bottom:30px;}

.owl-theme .owl-nav div {
	width:36px !important; 
	height:36px !important; 
}
.owl-theme .owl-nav div:before {
	width:32px; 
	height:32px; 
	line-height:32px;
	font-size: 22px !important;
}

.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
.crewman_item:hover .crewman_social {bottom:30px;}


.testim_content {font-size:17px; line-height:24px;}
	


/* __________ Footer __________ */
footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}

.respond_clear {clear:both; height:0; font-size:0;}
		
}

@media (max-width: 479px) {	
/* __________ Index __________ */
h2 {font-size:26px; line-height:26px;}

.section_4_block .btn {padding:10px; margin:10px 5px 0 0;}

.sec3_block p.title {font-size:26px; line-height:26px;}
.sec3_block .nav-tabs {}
.sec3_block .nav-tabs li {padding:0;}
.sec3_block .nav-tabs li a {width:96px; height:96px;}

.sec4_img_in {width:290px;}

.owl-theme .owl-nav {
    top: -64px !important;
}



/* __________ Bootstrap Style __________ */
.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
.col-ss-12 {width: 100%;}
.col-ss-11 {width: 91.66666666666666%;}
.col-ss-10 {width: 83.33333333333334%;}
.col-ss-9 {width: 75%;}
.col-ss-8 {width: 66.66666666666666%;}
.col-ss-7 {width: 58.333333333333336%;}
.col-ss-6 {width: 50%;}
.col-ss-5 {width: 41.66666666666667%;}
.col-ss-4 {width: 33.33333333333333%;}
.col-ss-3 {width: 25%;}
.col-ss-2 {width: 16.666666666666664%;}
.col-ss-1 {width: 8.333333333333332%;}

}







/* 공통 */

@media (min-width: 992px) {
#mainNav > .container {
	position:relative;
}
}

.bg_fit {
	background-repeat:no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.modal-close {
    position: absolute;
    right: -45px;
    background: none;
    border: none;
}

@media screen and (min-width: 768px) {
.modal-dialog {
    width: 380px;
}
}

/* 공통 */



/* --- header --- */
.alice_header {
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	width: 100% !important;
}


/* MAIN NAV */  
.alice-nav {
	position: absolute;
    top: 55%;
	right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.alice-nav-ul { 
	margin-left:;
	padding: 0;
	list-style: none;
}
.alice-nav-ul.emo_mm li:last-child { 
	margin-right: 0;
}
.alice_header ul.alice-nav-ul > li { 
	position: relative; 
	float: left;
	margin: 0 15px; 
	color: #2a2492;	
	text-align: center;
}
.alice-nav-ul > li > a { 
	font-size: 15px; 
	font-weight: bold;
	vertical-align: middle;
	color: #888;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.alice-nav-ul > li > button i { 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.bh_btn { 
	background: none;
	border-color: transparent;
}
.alice-nav-ul > li.li-lang { 
	margin: 0; 
}

/* 1차메뉴 호버 */
.alice-nav-ul > li:hover > a,
.alice-nav-ul > li:hover > a i,
.alice-nav-ul > li.active > a,
.alice-nav-ul > li:hover > button > i {
	color: #ff3000;
}

/* 2차 메뉴 */
.alice-nav-ul ul { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 0; 
	top: 50px;	
	min-width: 160px;
	list-style: none;
	margin: 0 0 0 -20px; 
	padding: 10px 0;
	background: #FFF;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
}
.alice-nav-ul ul li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
	border-bottom: 1px solid rgba(0,0,0,.06);
	text-align: left;
}
.alice-nav-ul ul li:last-child { 
	border-bottom: 0;
}
.alice-nav-ul ul li:first-child { 
	border-top: 0; 
}
.alice-nav-ul ul li a { 
	position: relative;
	display: block; 
	font-size: 13px; 
	font-weight: normal; 
	padding: 10px 0;
	margin: 0 20px;
	color: #999; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.alice-nav-ul ul li > a > i { 
	color: inherit; 
}
.alice-nav-ul ul li.active > a { 
	color: #ff3000;
}
.alice-nav-ul ul li span.child {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	font-size: 11px; 
	font-weight: normal; 
	text-align: center;
	padding: 8px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	color: #999;
}
.alice-nav-ul > li > ul::after,
.alice-nav-ul ul > li > ul::after {
    position: absolute;
    bottom: 0px;
    content: "";
    left: 0;
	border-right: 16px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 16px solid #ff3000;
    transition: all 0.33s ease-out 0s;
    -moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
	-ms-transition: all 0.33s ease-out 0s;
	-o-transition: all 0.33s ease-out 0s;

}

/* 2차메뉴 호버 애니메이션 */  
.alice-nav-ul ul li:hover > a {
	transform: translateX(7px);
}

/* 3차메뉴 이동 애니메이션 */
/* 3차 메뉴 */
.alice-nav-ul ul ul { 
	top: -10px; 
	left: 100%; 
	margin: 0;
	padding: ;
	transform: translateX(30px);
}
.alice-nav-ul li:last-child ul ul { 
	left: auto !important;
	right: 100% !important; 
}

/* 2차, 3차 메뉴 보이기 */
.alice-nav-ul li.hovered > ul,
.alice-nav-ul ul li:hover > ul {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
}



/* 서브메뉴 */
.alice-nav-sub {
	margin: 60px 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 3px solid #333;
}
.alice-nav-sub li.active > a:first-child {
	border-left: 0 !important;
}

/* 서브탑 */
.alice_sub_top {
	position: relative;
}
.alice_sub_top img {
	margin: 0 auto;
	width: 100%;
}
.alice_sub_top h2 {
	margin: 5px 0;
	font-weight: 300;
	color: #fff;
}
.alice_sub_top p {
	margin: 10px 0;
	color: #fff;
}
.alice_sub_top .sub_top_txt {
	width: 100%;
	color: #fff;
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}
@media (max-width: 767px) {
.alice_sub_top h2 {
	font-size: 24px;
}
.alice_sub_top p {
	font-size: 12px;
}
}

/* 서브 네비게이션 */
.alice_page_navi {
	display: inline-block;
	color: #fff;
	opacity: 0.7;
}
.alice_page_navi li {
	font-size: 10px;
	float: left;
}
.alice_page_navi li a {
	color: #fff;
	padding: 0 10px;
}
.alice_page_navi li i {
	color: #fff;
}

/* 서브 컨텐츠 */
.alice_sub_contents {
	padding: 60px 15px 60px 45px;
}
@media (max-width: 767px) {
.alice_sub_contents {
	padding: 60px 15px;
}
}
@media (max-width: 768px) {
.sub_sidebar.container > .row {
	margin: 0;
}
}
.alice_side_widget {
	margin-bottom:60px;
}
.alice_banner img {
	max-width: 100%;
}
.alice_side_banner .alice_banner img {
	margin-bottom: 60px;
}

/* --- 서브 --- */



/* --- 슬라이드 메뉴 --- */

/* 헤더 메뉴 아이콘 */
.alice-toggle-menu {
	position: relative;
	display: block;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: none;
	z-index: 99;
}
.alice-push-nav .alice-toggle-menu {
	color: #999;
	width: auto;
}

/* 슬라이드 메뉴 박스 */
.alice-push-nav {
	z-index: 1100;
	position: fixed;
	background: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.alice-push-nav-top,
.alice-push-nav-bottom {
	width: 100%;
	left: 0;
}	
.alice-push-nav-left,
.alice-push-nav-right {
	height: 100%;
    top: 0;
}
.alice-push-nav-left {
	width: 300px;
    left: -300px;
    
}
.alice-push-nav-right {
	width: 300px;
    right: -300px;
   
}

/* 슬라이드 메뉴 sns */
.alice-push-nav .sns_o {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #999;
	margin-right: 15px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.alice-push-nav .sns_o:hover {
	background: #ff3000;
}
.alice-push-nav .m_sns {
	display: inline-block
}
.alice-push-nav .m_sns i {
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	width: 100%;
	color: #fff;
}

/* 슬라이드 메뉴 로그인 */
.m-login {
	padding: 15px 20px;
}
.m-login .form-control,
.m-login .btn {
	border-radius: 0;
}
.m-login .btn {
	margin-bottom: 15px;
}
.m-login .btn.btn-block {
	height: auto !important;
	padding: 5px 0 !important;
	color: #fff !important;
	background: #999;
	text-shadow: none;
	border: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.m-login .log_find {
	color: ;
	font-size: 12px;
}
.m-login .log_find:hover {
	color: #ff3000;
}
.m-login .checkbox label, .radio label {
	color: #999;
	font-size: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.m-login input[type=checkbox] {
    margin-top: 3px;
}
.mtr {
	
}
.mtr i {
	font-size: 22px;	
}
.mtr:hover {
	opacity: 0.9;
}
.ptl {
	position: absolute;
    top: 50%;
	left:15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* 슬라이드 메뉴 오픈 버튼 */
.alice-push-nav-left.push-open {
    left: 0;
	-webkit-box-shadow: -2px 0px 4px rgba(0,0,0,.7);
	box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}
.alice-push-nav-right.push-open {
    right: 0;
	-webkit-box-shadow: -2px 0px 4px rgba(0,0,0,.7);
    box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}
.push {
    left: 0;
    position: relative;
}
.push-toright {
    left: 300px !important;
}
.push-toleft {
    left: -300px !important;
}
body,
.alice-push-nav, 
.push {
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/* 슬라이드 메뉴 탑 */
.alice-mobile-top {
	border-top: 3px solid #999;
}
.alice-mobile-sns {
	height: 68px;
	padding: 20px;
	color: #fff;
}
.alice-mobile-sns a {
	color: #fff;
}
.alice-mobile-sns img {
	vertical-align: middle;
}

/* 슬라이드 메뉴 */
.alice-nav-m {
	list-style: none;
	margin: 0;
	padding: 0 0 0;
}
.alice-push-nav .alice-nav-m {
	    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.alice-nav-m a.child {
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 9;
}
.alice-nav-m li {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color:;
}
.alice-nav-m li:last-child {
	border-bottom: 0;
}
.alice-nav-m li.admin {
	background-color: #f1f1f1;
}
.alice-nav-m li a {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	vertical-align: middle;	
	color: #333;
}
.alice-nav-m li.active > a,
.alice-nav-m li > a:hover,
.alice-nav-m li.active button,
.alice-nav-m li button:hover {
	color: #ff3000 !important;	
}
.alice-nav-m li.lang a {
	color: ;	
}
.alice-nav-m li.current > a {
	color: #ff3000;
}
.alice-nav-m li .arrow {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	border-left: 1px solid rgba(42, 36, 146, 0.2);
	padding-left: 15px;
}
.alice-nav-m li.active ul {
	display: block;
}
.alice-nav-m ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.alice-nav-m ul li {
	background: #f8f8f8;
}
.alice-nav-m ul ul li {
	background: #f1f1f1;
}
.alice-nav-m ul li:first-child {
	border-top: 1px solid #e1e1e1;
}
.alice-nav-m ul li a {
	padding: 0 15px 0 30px;
}
.alice-nav-m ul ul li a {
	padding: 0 15px 0 45px;
}

/* 언어 선택 */
.alice-nav-m li.lang {
	background-color: transparent;
	border-bottom: none;
}
.alice-nav-m li button.emo-lang-btn {
	margin-top: 7px;
	border: 0;
	background: none;
	padding-left:19px;
}

/* --- 슬라이드 메뉴 --- */



/* --- 스크롤 탑 버튼 --- */
#alice-top-scroll { 
	z-index:999;
	display: none;
	position:fixed; 
	bottom: 60px;
	right: 15px;
	overflow:hidden; 
	width: 40px; 
	height: 40px; 
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
#alice-top-scroll a { 
	display: block;
	text-decoration: none;
	font-size: 12px;
	opacity: 0.35;
	color: #fff;
	background: url() center no-repeat rgba(0,0,0,.7); 
	background-size: 16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#alice-top-scroll a:hover { 
	opacity: 1;
}
/* --- 스크롤 탑 버튼 --- */



/* --- 모달 창 --- */

.modal {
	position: fixed !important;
}

.modal-body {
	text-align: center;
}

#modal-info .modal-body, #modal-lang .modal-body {
	text-align: left;
}

.border-gray {
	border-bottom: 1px solid #373a42 !important;
}

.modal .modal-content {
	border-radius: 0;
}

.modal .modal-content a {
	line-height: 36px;
	vertical-align: middle;
}
.modal-body ul > li {
	margin: 0;
}
#modal-lang h4, #modal-info h4 {
	color: #333;
}

/* 모달 언어 */
.modal ul.selectLang li {
	list-style-type: disc;
	margin: 0 20px;
}

/* 모달 로그인 */
.login_ma {
	margin: 0 15px;
	color: #999;
}
.modal .m_l_circle {
	width: 100px;
	height: 100px;
	background: #eee;
	border-radius: 50%;
	margin: 30px auto;
}
.modal .m_l_circle i {
	line-height: 100px;
	opacity: 0.5
}
.modal-title:before,
.modal-title:after {
	margin: 10px auto;
    bottom: 0;
    width: 21%;
    height: 1px;
    display: inline-block;
    content: '';
    background-color: #999;
}

.modal .message {
	padding: 10px;
	text-align: left;
}

.modal .message button.close {
	line-height: 0.9;
}

.modal #warning p {
	line-height: 24px;
}
.modal-body ul.emo-login > li {
	margin: 0;
}
#modal-user .fa-unlocemo-alt.fa-5x {
	opacity: 0.3;
}
.log_icon_1 {
	font-size: 16px;
	text-align: center;
	display: table;
	width: 15%;
	height: 40px;
	margin: 0 !important;
	border: 1px solid #ccc;
	background: #eeeeee;
}
.log_icon_1:before {
	vertical-align: middle;
	display: table-cell;
}
.log_input_1 {
	padding: 10px 8px;
	height: 40px;
	border: 1px solid #ccc !important;
	border-left: 0 !important;
	width: 85% !important;
	margin-bottom: 15px !important;
}
.modal label {
	margin: 0;
	font-weight: 400;
}
.modal .alice-btn-fill { 	
	color: #fff;
	background-color: #999;
	border: none;
    width: 100%;
    padding: 8px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.modal-body .chk_label {
	margin-bottom: 15px;
}
.modal-body .chk_label input {
    -webkit-appearance: checkbox;
}

/* 모달 회원정보 */
#modal-info .modal-body {
	margin: 30px;
	padding: 30px;
}

/* --- 모달 창 --- */



@media (min-width: 768px) {	
.alice_header {
	padding: ;
}	
}

@media (max-width: 991px) {
.alice-logo {
	text-align: center;
}	
footer .alice-logo {
	text-align: left;
}
}

@media (min-width: 993px) {	
.alice-logo {
	text-align: left;
}
}



/* 컨텐츠 영역 */
.alice_content .container.admin {
	padding: 0;
}
.alice_content .container.admin #spot {
	margin-top: 60px;
}
.alice_content .container.admin .xm, .alice_content .container.admin .xc {
	padding: 60px 0;
}
/* 컨텐츠 */



/* 유튜브배경에 안보이는 요소 */
.a_t_movie .flex-direction-nav, .a_t_movie.flexslider li .FromRight, .a_t_movie .flexslider.top_slider:before {
	display: none;
}

/* 페이지 관리 버튼 */
.admin .btnArea .btn-group .btn, .alice_sub_contents .btnArea .btn-group .btn,
 .alice_sub_contents .btnArea select {
	height: 26px !important;
}

.admin form > div {
	margin-right: 0 !important;
	margin-bottom: 10px;
}

/* 검색 페이지 */
#spot .search input[type="text"] {
	height: 32px;	
}

.container.admin  span.noResult:last-child {
	margin-bottom: 45px;
}

.localNavigation li a {
    padding: 7px 15px 0 15px;
    height: 30px;
    background: #f8f8f8;
}

.localNavigation li.on a {
    height: 31px;
}





/* 네비게이션 버튼 */
.owl-theme .owl-nav [class*='owl-'] {
    position: relative;
    z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
    background: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50% !important;
    width: 46px;
    height: 46px;
    border: 2px solid #ccc;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	line-height: 42px;
}



#section_5 .owl-theme .owl-nav,
#section_6 .owl-theme .owl-dots,
#section_7 .owl-theme .owl-nav {
	position: absolute;
	top: -80px; 
	left: 0;
	right: 0;
	margin-top: 0;
	text-align: right;
}
#section_6 .owl-theme .owl-dots {
	top: -60px; 
}



.owl-theme .owl-nav .owl-prev:before {
    content: "\f104";
}
.owl-theme .owl-nav .owl-next:before {
    content: "\f105";
}

.owl-theme .owl-nav div:before {
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
    font-family: FontAwesome;
    text-align: center;
    line-height: ;
    font-size: 28px;
    color: #ccc;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owl-theme .owl-nav div:hover {
    z-index: 2;
    border-color: #333;
}
.owl-theme .owl-nav div:hover:before {
    color: #333;
}





.a_account button

