﻿@charset "utf-8";
/* CSS Document */

@import url("../css/Common.css");
@import url("../css/Main.css");
/*** head ***/
.navbar {
	position: relative;
	min-height: 72px;
	margin-bottom: 0;
	background: #fff;
	border: none;
	border-radius: 0;
	border-bottom: #ccc solid 1px;
	/* z-index: 2998; */
}

.navbar-default {
	position: relative;
}
.navbar-default .container {
	position: relative;
}
.navbar-default .navbar-toggle {
	border: none;
	margin-top: 10px;
	margin-right: 5px;
	padding:12px 10px;
	border-radius: 0;
	z-index: 3000;
	letter-spacing: -0.01em;
	background: #00b0bc;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 26px;
	height: 4px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #0a495c;
	color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}
.navbar-nav {
	margin: 0;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:100%;
    background: #000;
    z-index: 2999;
    opacity: 0.5;
}
.gnb {
	background: #f6f6f6;
	text-align: right;
}
.gnb .container {
	padding: 0;
}
.gnb ul.gnb_L {
	float: left;
	margin: 0;
	padding: 0;
}
.gnb ul.gnb_L li {
	float: left;
	list-style-type: none;
}
.gnb ul.gnb_L li a {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.gnb ul.gnb_L li.sns01 a {
	background: url(../Images/spr_gnb.gif) no-repeat 0 0;
}
.gnb ul.gnb_L li.sns02 a {
	background: url(../Images/spr_gnb.gif) no-repeat -54px 0;
}
.gnb ul.gnb_L li.sns03 a {
	background: url(../Images/spr_gnb.gif) no-repeat -108px 0;
}
.gnb ul.gnb_L li.sns01 a:hover, .gnb ul.sns li.sns01 a:focus {
	background: url(../Images/spr_gnb.gif) no-repeat 0 -54px;
}
.gnb ul.gnb_L li.sns02 a:hover, .gnb ul.sns li.sns02 a:focus {
	background: url(../Images/spr_gnb.gif) no-repeat -54px -54px;
}
.gnb ul.gnb_L li.sns03 a:hover, .gnb ul.sns li.sns03 a:focus {
	background: url(../Images/spr_gnb.gif) no-repeat -108px -54px;
}
.gnb_R {
/* clear: left; */
}
.gnb .gnb_R li {
	display: inline-block;
}
.gnb .gnb_R li a {
	display: inline-block !important;
	padding: 8px;
	font-size: 13px;
	color: #666;
	background: url(../Images/gnb_bar.png) no-repeat left center;
}
.gnb .gnb_R li:first-child a {
	background: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	position: absolute;
	top: 20px;
	left: 15px;
	height: 100%;
	z-index: 2100;
	margin: 0 !important;
	padding: 0;
}
.navbar-brand > img {
	display: inline-block;
	width: 100%;
	max-width: 208px;
}

@media (min-width:768px) {
.navbar {
	min-height: 157px;
}
.gnb {
	height: 40px;
}
.gnb_R {
	clear: inherit;
	float: right;
}
.gnb .gnb_R li a {
	padding: 10px 12px;
	text-align: center;
}
.gnb .gnb_R li a:hover, .gnb .gnb_R li a:focus {
	padding: 9px 15px 10px;
	background: #f2f2f2;
	font-weight: 500;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	position: absolute;
	top: 25px;
	left: 40%;
}
}

@media (min-width:992px) {
.navbar {
	min-height: 118px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	position: relative;
	left: 15px;
	top: 25px;
}
}
/* 전체메뉴 */
.main-sidebar {
	z-index: 3000;
	position: fixed;
	top: 0;
	right: 100%;
	width: 270px;
	height: 100%;
	padding: 0;
	padding-left: 40px;
	background: transparent;
}

@media (max-width:768px) {
.main-sidebar {
	margin: 0 !important;
}
}
.main-sidebar-wrapper {
	height: 100%;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}
.lnb_bg, .lnb .abar {
	display: none;
}
.lnb-wrap h3 {
	margin: 0;
	padding: 12px 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	background: #09306e;
}
.lnb {
	margin: 0;
	padding: 0;
}
/* depth1 */
.navbar-default .lnb > li > a {
	display: block;
	padding: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #888;
	border-bottom: #d6d6da solid 1px;
}
.navbar-default .lnb > li.active > a, .navbar-default .lnb > li.active > a:hover, .navbar-default .lnb > li.active > a:focus {
	background: #215cba url('../images/arr.png') no-repeat 90% center;
	color: #fff;
	font-weight: 500;
}
.navbar-default .lnb > li > a:hover, .navbar-default .lnb > li > a:focus  {
	background:#777;
	color:#fff;

	}
.lnb li .depth2, .lnb li .depth3, .lnb li .depth4 {
	display: none;
}
.navbar-default .lnb .active .depth2, .depth2 li.active .depth3, .depth3 li.active .depth4 {
	display: block;
}
/* depth2 */
.lnb li .depth2 {
	background: #eaebf1;
}
.lnb li .depth2 ul {
	margin: 0;
	padding: 18px 0;
}
.lnb li .depth2 li {
	list-style-type: none;
}
.lnb li .depth2 li a {
	display: block;
	padding: 0 0 0 40px;
	color: #666;
	font-size: 15px;
	line-height: 28px;
	background: url('../images/lnb_bu1.gif') no-repeat 28px center;
}
.lnb li .depth2 li.active>a, .lnb li .depth2 li>a:hover, .lnb li .depth2 li>a:focus {
	color: #00a9a7;
	font-weight: 700;
	text-decoration: underline;
}
/* depth3 */
.lnb li .depth3 li a {
	display: block;
	padding: 4px 4px 4px 20px;
	color: #666;
	font-size: 13px;
	border-bottom: none;
	background: #f2f2f2 url('../images/side_bullet.gif') no-repeat 12px center;
}
.lnb li .depth3 li a:hover, .lnb li .depth3 li a:focus {
	color: #0063aa;
	font-weight: 700;
	text-decoration: underline;
	background: #f2f2f2 url('../images/side_bullet.gif') no-repeat 12px center;
}
.lnb li .depth4 li a {
	background: #5e6b74;
	font-size: 13px;
	color: #fff;
}
/* closebox */
.menu_all_closebox {
	position: absolute;
	top: 0;
	left: 0;
}
.menu_all_closebox a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 20px;
	background: #0f213e url('../images/lnb_close.png') no-repeat center;
}
.menu_all_closebox a:hover, .menu_all_closebox a:focus {
	background: #215cba url('../images/lnb_close.png') no-repeat center;
}

@media (min-width:768px) {
.navbar-default .container {
	padding: 0;
}
.main-sidebar {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	height: auto;
	margin-top: 70px;
	background: #fff;
	z-index: 10;
	box-shadow: none;
	overflow: inherit;
}
.main-sidebar-wrapper {
	overflow: inherit;
}
.lnb-wrap h3 {
	display: none;
}
.lnb-wrap>ul {
	display: table;
	width: 100%;
}
.navbar-default .navbar-nav.lnb > li {
	display: table-cell;
	float: none;
	position: relative;
	width: 20%;
	padding: 0;
	text-align: center;
}
.navbar-default .navbar-nav.lnb > li.dot {
	width: 1%;
	background: url('../images/bullet_3.gif') no-repeat center;
}
.navbar-default .navbar-nav.lnb > li > a {
	padding: 14px 0;
	color: #1b1b1b;
	border-bottom: none;
}
.navbar-default .navbar-nav.lnb > li.active > a, .navbar-default .navbar-nav.lnb > li.active > a:focus, .navbar-default .navbar-nav.lnb > li.active > a:hover, .navbar-default .navbar-nav.lnb > li > a:hover, .navbar-default .navbar-nav.lnb > li > a:focus {
	display: block;
	background-color: inherit;
 *background: none;
	color: #319aa7;
}
.lnb_bg {
	display: none;
	position: absolute;
	top: 98px;
	left: 0;
	width: 100%;
	height: 400px;
	background: #3b3b3b;
	z-index: 10;
}
.lnb_bg .lnb_cont {
	display: none;
}
.lnb .abar {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-color: transparent;
	border-bottom-color: #186164;
	border-style: solid;
	z-index: 200;
}
.lnb li .depth2 {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: left;
	background: #f6f6f6;
	box-shadow: 0.5px 0.5px 0.5px #ccc;
	border-top: #0a495c solid 3px;
}
.navbar-default .lnb .active .depth2, .navbar-default .lnb .active .depth3 {
	display: block;
}
.lnb li .depth2>ul {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
}
.lnb li .depth2 li a {
	color: #fff;
	border-bottom: none;
	background: none;
}
.lnb li .depth2>ul>li>a {
	padding: 4px 0;
	font-size: 15px;
	line-height: 1.2rem;
	font-weight: 300;
	color: #555;
	text-align: center;
	letter-spacing: -.05rem;
}
.lnb li .depth2 li.active>a, .lnb li .depth2 li>a:hover, .lnb li .depth2 li>a:focus {
	background: none;
	color: #00a9a7;
	font-weight: 700;
}
/* depth2 에서 종료 */
.lnb li .depth2.depth_all>ul>li>a {
	float: none;
	width: 100%;
}
.lnb li .depth2 ul li:after {
	content: '';
	display: block;
	clear: both;
}
.lnb li .depth2 .depth3 {
	display: block;
	text-align: left;
	margin: -33px 0 0 153px;
	padding: 0;
}
.lnb li .depth3 ul li {
	float: left;
	display: inline-block;
}
.lnb li .depth3 ul li a {
	float: left;
	width: auto;
	padding: 8px 10px 8px 24px;
	background: url('../images/side_bullet2.gif') no-repeat 12px center;
}
.lnb li .depth3 li a:hover, .lnb li .depth3 li a:focus {
	color: #fff;
	background: #3b3b3b url(../images/side_bullet2.gif) no-repeat 12px center;
	text-decoration: underline;
}
.lnb li .depth4 {
	float: left;
}
.lnb li .depth4:after {
	content: '';
	display: block;
	float: none;
}
.lnb li .depth2 .depth4 li {
	margin-right: 1px;
	margin-top: 2px;
	background: #005490;
	border-radius: 4px;
}
.lnb li .depth2 .depth4 li a {
	padding: 4px 10px;
	background: none;
}
/* closebox */
.menu_all_closebox {
	display: none;
}
}

@media (min-width:992px) {
.main-sidebar {
	margin: 0;
}
.lnb-wrap {
	margin-left: 240px;
}
.lnb_cont ul {
	margin-top: 0;
}
.navbar-default .navbar-nav.lnb > li {
	text-align: center;
}
.navbar-default .navbar-nav.lnb > li > a {
	padding: 28px 0;
}
.lnb_bg {
	top: 128px;
}
.lnb_bg .lnb_cont {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.lnb_bg .lnb_bnwrap {
	width: 280px;
}
.lnb li .depth2 {
	top: 77px;
}
}

@media (min-width:1200px) {

.bn_quick {
	display: block;
	margin: 0 10px 10px 0;
	padding: 15px 20px 0;
	font-size: 13px;
	line-height: 1.3;
	color: #999;
}
.submain .bn_quick {
	margin: 0 0 10px 0;
	padding: 15px 120px 15px 15px;
	border: #ccc solid 1px;
}
.bn_quick strong {
	display: inline-block;
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
}
.bn_quick .btn {
	border-radius: 0;
}
.bn_quick.bg1 {
	background: #fff url(../Images/spr_banner.jpg) no-repeat right center;
}
.bn_quick.bg2 {
	background: #fff url(../Images/spr_banner2.jpg) no-repeat right center;
}
.lnb_bg .lnb_bnwrap .bn_quick.bg1, .lnb_bg .lnb_bnwrap .bn_quick.bg2 {
	background-position: right bottom;
}
.subMain_tit {
	margin: 0 0 40px 0;
	padding: 0;
	color: #444;
	font-size: 46px;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
}
}

@media (max-width:480px) {
.subMain_tit {
	font-size: 36px;
}
}

@media (min-width:481px) and (max-width:1040px) {
.lnb_bg .lnb_bnwrap .bn_quick.bg1, .lnb_bg .lnb_bnwrap .bn_quick.bg2 {
	background-image: none;
}
}

@media (min-width:1220px) {
.container {
	width: 1200px;
}
.subwrap .container {
	padding: 0;
}
.navbar-default .navbar-nav.lnb > li > a {
	font-size: 18px;
}
}
/*** main ***/
.visual {
	position: relative;
	background-size: cover;
}
.carousel-inner {
	background: #a1a2a9;
}
.item {
	-webkit-transition: all.3s;
	-moz-transition: all.3s;
	transition: all.3s;
}
.visual .container {
	width: 100%;
	padding: 0;
}
.visual img {
	width: 100%;
}
.visual .txt {
	position: absolute;
	margin: 60px 0 0 0;
	color: #192231;
	text-shadow: 1px 1px 4px #fff;
	font-size: 45px;
	font-weight: 500;
	-webkit-transition: all.3s;
	-moz-transition: all.3s;
	transition: all.3s;
	left: 50%;
}

@media (min-width:1500px) {
#carousel-example-generic {
	height: 490px;
	text-align: center;
}
.visual {
	height: 490px;
}
.visual img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1460px;
	margin: 0 0 0 -730px;
	padding: 0;
}
}
/* carousel */
#main_banner {
	position: relative;
	text-align: center;
	box-shadow: 0.5px 0.5px 0.5px #ccc;
}
.btnwrap {
	position: relative;
	bottom: 50px;
	left: 0;
	z-index: 15;
	width: auto;
	height: 30px;
	display: inline-block;
}

.carousel-indicators {
	position: relative;
	left: 0;
	top: 8px;
	bottom: 0;
	display: inline-block;
 *display: inline;
	zoom: 1;
	height: 31px;
	width: auto;
	margin-left: 10px;
	padding: 0;
	white-space: nowrap;
	z-index: 999;
}
.carousel-indicators .active {
	width: 30px;
	height: 15px;
	margin: 2px;
	background: url(../Images/bx-slide-nav-off.png) no-repeat 0 0;
}
.carousel-indicators a {
	display: inline-block;
 *  display: inline;
	zoom: 1;
	width: 13px;
	height: 13px;
	margin: 3px;
	text-indent: -999px;
 *  text-indent: 0;
	cursor: pointer;
	background: url(../Images/bx-slide-nav-off_2.png) no-repeat 0 0;/* background-color: #000 \9;
		background-color: rgba(0,0,0,0);
		border: 1px solid #333092;
		border-radius: 10px */
}
.carouselButtons {
	display: inline-block;
 *display: inline;
	zoom: 1;
	text-align: left;
}
.carouselButtons button {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -18px;
}
.carouselButtons a {
	display: inline-block;
 *display: inline;
	zoom: 1;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.carouselButtons .pause {
	background: url(../Images/spr_btn.png) no-repeat -99px 0;
}
.carouselButtons .play {
	background: url(../Images/spr_btn.png) no-repeat -66px 0;
}
.carouselButtons .btn-default {
	color: #333092;
	background: none;
	border: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	top: 40%;
	right: 10%;
	background: #000;
	padding: 25px 15px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	top: 40%;
	left: 10%;
	background: #000;
	padding: 25px 15px;
}
/* type2 */
#main_gallery .bannerButtons {
	position: absolute;
	top: 27px;
	left:auto;
	right: 63px;
	text-align:right;
}

.bannerButtons.type2 .carouselButtons a {
    width:21px;
    height:21px;
}
.bannerButtons.type2 .carouselButtons .left {
	background: url(../images/spr_carousel_btn2.png) no-repeat 0 0;
}
.bannerButtons.type2 .carouselButtons .right {
	background: url(../images/spr_carousel_btn2.png) no-repeat -111px 0;
}

.bannerButtons.type2 .carouselButtons .pause {
	background: url(../images/spr_carousel_btn2.png) no-repeat -37px 0;
}
.bannerButtons.type2 .carouselButtons .play {
	background: url(../images/spr_carousel_btn2.png) no-repeat -74px 0;
}



/*** sub ***/

.subwrap .subtop {
	display: none;
	position: relative;
	height: 170px;
	margin: 0;
	padding: 0;
	background: #000 url(../Images/subvisual.jpg) no-repeat center top;
	background-size: cover;
}
.subwrap .subtop h2.contTit {
	margin: 62px 0;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

/* page-Navi */
.page-navi {
	width: 100%;
	background: #fafafa url(../images/navi_menu_bg.gif) repeat 0 0;
}

.page-navi .navi-menu {
	width:100%;
	
}
.navi-menu li {
	margin: 0;
	border-right:#ececec solid 1px;
	height: 40px;
}
.nav-pills>li+li {
	margin-left:0;
}
.navi-menu li a {
	display:inline-block;
	width: 100%;
	margin: 0;
	padding: 11px 6px;
	color: #666;
	font-size: 15px;
	border: 0;
	border-radius: 0;
}
.navi-menu li a:hover, .navi-menu li a:focus, .navi-menu li.open a {
    color:  #333;
    font-weight: 300;
}
.navi-menu li a > i {
	display:inline-block;
	float:right;
	margin-left:10px;
	font-size: 12px;
	color: #3f568a;
}
.navi-menu li.home a {
    width: 40px;
    text-align:center;
}

.navi-menu li ul li {
    border: none;
    height: auto;
}
.navi-menu li ul li a,.navi-menu li.open ul li a {
    display:  inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 10%;
    color: #666;
    border: none;
    white-space: normal;
    word-wrap: break-word;
}
.navi-menu .dropdown-menu {
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
}


@media (min-width:992px) {
	.page-navi {
	/* background: #fafafa url(../images/navi_menu_bg2.gif) repeat 0 0; */
}
	.navi-menu li.home a {
		width:56px;
	}
	.navi-menu li {width: 210px;/* height: 52px; */}
	.navi-menu li:first-child {
		width:auto;
	}
	.navi-menu li a {
		padding: 10px 16px;
	}
	.navi-menu li a > i {
		margin-top:4px;
	}
	.snb_tit {
		font-size:50px;
		padding: 70px 0 130px;
	}
}




.snb_tit {
	width: 100%;
	margin: 20px 0;
	padding: 15px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	background: #0a495c;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.03em;
}
.snb_tit a {
	position: absolute;
	top: 15px;
	color: #fff;
}
.snb_tit a:hover, .snb_tit a:focus {
	color: #3982bc
}
.snb_tit a.glyphicon-menu-left {
	left: 15px;
}
.snb_tit a.glyphicon-menu-right {
	right: 15px;
}
.snbwrap {
	display: none;
	float: left;
	width: 20%;
	margin: 0 0 40px 0;
	padding: 0;
	border-top: none;
}
.snbwrap .snb {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: none;
}
.snbwrap .snb li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: #ccc solid 1px;
}
.snbwrap .snb li a {
	display: block;
	padding: 10px 20px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
.snbwrap .snb li.active a {
	color: #fff;
	background:#00b0bc url(../Images/arr_2.png) no-repeat 90% center;
	text-decoration: none;
	/* border-bottom: #0cd5db solid 1px; */
	font-weight: 500;
}

.snb li a:hover, .snbwrap .snb li a:focus {
	background:#f2f2f2;
	color:#0a495c;
}
.snbwrap .snb li ul {
	display: none;
}
.snbwrap .snb li.active ul {
	display: block;
	margin: 0;
	padding: 0;
}
.snbwrap .snb li.active ul li a {
	margin: 0;
	padding: 4px 20px;
	background: #f7f7f7;
	color: #333;
	font-size: 12px;
	line-height: 28px;
}
.snbwrap .snb li.active ul li.active a, .snbwrap .snb li.active ul li a:hover, .snbwrap .snb li.active ul li a:focus {
	color: #fff;
	background: #174289 url(../Images/arr_s.gif) no-repeat 200px center;
}
.snbwrap .banner {
	margin-top: 40px;
	border: #d2d2d2 solid 1px;
	font-weight: 500;
}
.snbwrap .banner .bn1, .snbwrap .banner .bn2 {
	padding: 15px;
}
.snbwrap .banner .bn1 {
	border-bottom: #d2d2d2 solid 1px;
}
.snbwrap .banner .stit {
	display: block;
	font-size: 13px;
	color: #333;
}
.snbwrap .banner .num {
	font-size: 28px;
	line-height: 1.5;
	color: #00b0bc;
}
.snbwrap .banner .bn2 .num {
	font-size: 23px;
}
.snbwrap .banner .txt, .snbwrap .banner ul li {
	margin: 4px 0 0 0;
	padding: 2px 10px;
	background: #eee;
	border-radius: 10px;
}
.snbwrap .banner ul {
	margin: 0 0 4px 0;
	padding: 0;
}
.snbwrap .banner ul li {
	list-style-type: none;
}
.snbwrap .banner ul li span {
	display: block;
}
.snbwrap .banner .point {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #dd3838;
}

@media (min-width:1200px) {
.snbwrap .banner ul li span {
	display: inline-block;
	width: 40%;
}
}
.contwrap {
	width: 100%;
	min-height: 760px;
}
.contwrap .cont-top {
	position: relative;
	margin: 0;
	padding: 0;
}
.contwrap .cont-top .contTit {
	margin: 0;
	padding: 10px 0;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: #ddd solid 1px;
}
.contwrap .cont-top .contTit span {
	display: inline-block;
}
.history {
	margin: 10px 0 0 0;
	padding: 0;
	color: #666;
}
.history span {
	padding: 0 4px;
}
.history .home {
	display: inline-block;
	width: 17px;
	height: 17px;
	text-indent: -100000px;
	background: url(../Images/history_home.png) no-repeat 0 0;
}
.subcont {
	margin: 40px 0 80px;
	padding: 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width:768px) {
.history {
	position: absolute;
	top: 32px;
	right: 0;
}
.contwrap .cont-top .contTit {
	padding: 30px 0 10px;
}
}

@media (min-width:992px) {
.snb_tit {
	padding: 60px 0;
	line-height: 1.5;
}
.snbwrap {
	display: block;
}
.contwrap {
	float: left;
	width: 76%;
	margin-left: 4%;
}
}

@media (min-width:1201px) {
.snb_tit {
	width: 240px;
}
}
/*** footer ***/
.footer {
	margin: 0;
	padding: 10px 0 30px;
	background: #3d414a;
	font-size: 14px;
}
.footer .policy {
	border-bottom: #2b2d34 solid 1px;
}
.footer .policy ul {
	margin: 0;
	padding: 0;
}
.footer .policy ul li {
	display: inline-block;
	list-style-type: none;
}
.footer .policy ul li a {
	display: block;
	padding: 12px 18px;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	background: url(../Images/footer_dot.gif) no-repeat left center;
}
.footer .policy ul li:first-child a {
	padding-left: 0;
	color: #0ed7dc;
	background: none;
}
.footer .policy ul li a:hover, .footer .policy ul li a:focus {
	text-decoration: underline
}
.footer address {
	margin: 20px 0;
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
}
.footer .copy {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #fff;
	opacity: 0.2;
	font-size: 13px;
}
.footer .top {
	float: right;
	padding: 26px 15px 10px;
	background: #24262d url(../Images/top.png) no-repeat center 14px;
	font-weight: 500;
}
.footer .top:hover, .footer .top:focus {
	background: #485675 url(../Images/top.png) no-repeat center 14px;
	text-decoration: none;
	color: #fff;
}

@media (min-width:992px) {
.footer .container {
	padding: 0;
}
.footer address span {
	padding-left: 20px;
}
}




