@charset "utf-8";

.container {
	width: 1160px;
	min-width: 1160px;
	padding: 0px 10px;
	margin: 0 auto;
	position: relative;
}

header {}

header .top {
	border-bottom: solid 1px #dddddd;
	min-width: 1160px;
}

header .top .container {} 

header .top .container ul {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0px;
	height: 34px;
}

header .top .container ul li {
	padding: 0px 10px;
	border-right: solid 1px #e3e3e3;
}

header .top .container ul li:last-child {
	border-right: none;
	padding-right: 0;
}

header .top .container ul li a {
	font-size: 14px;
}

header nav {
	border-bottom: solid 1px #dddddd;
	min-width: 1160px;
	height: 80px;
	position: relative;
}

header nav > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

header nav .container h1 {}

header nav .container h1 a {}

header nav .container h1 a img {}

header nav .container .gnb {
	display: flex;
}

header nav .container .gnb li {
	margin-left: 80px;
}

header nav .container .gnb li a {
	font-size: 18px;
	line-height: 80px;
	display: block;
}

header nav .sub_menu {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
	border-bottom: solid 1px #ddd;
	display: none;
	background: #fff;
}

header nav .sub_menu .container {
	display: flex;
	justify-content: flex-end;
	background: url(../images/leaf.png) no-repeat 50px bottom;
	background-size: 150px;
}

header nav .sub_menu .container .dep01 {
	display: flex;
	width: 80%;
	border-left: solid 1px #ddd;
}

header nav .sub_menu .container .dep01 > li {
	width: 100%;
	text-align: center;
	border-right: solid 1px #ddd;
}

header nav .sub_menu .container .dep01 > li > a {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px 10px;
	display: block;
}

header nav .sub_menu .container .dep01 > li .dep02 {
	margin-bottom: 15px;
}

header nav .sub_menu .container .dep01 > li:hover {
	background: #f9f9f9;
}

header nav .sub_menu .container .dep01 > li .dep02 li {
	padding: 7px 0px;
	font-size: 16px;
}

header nav .sub_menu .container .dep01 > li .dep02 li a {}

header nav .sub_menu .container .dep01 > li .dep02 li a:hover {
	font-weight: bold;
	color: #9e2834;
}
header .top .container .afterlogin {align-items: center;padding: 5px 0px;height: 34px;}
header .top .container .afterlogin li {
    display: flex;
    border: none;
    align-items: center;
}
header .top .container .afterlogin li select {
    border: solid 1px #ccc;
    line-height: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    font-size: 12px;
}
header .top .container .afterlogin li .btn_move {
    background: #444;
    border: none;
    color: #fff;
	cursor:pointer;
    font-size: 12px;
    line-height: 23px;
    border-radius: 3px;
}
header .top .container .afterlogin li .img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}
header .top .container .afterlogin li .img img {
    width: 100%;
}
header .top .container .afterlogin li b {
    display: flex;
    margin-left: 5px;
    align-items: center;
}
header .top .container .afterlogin li b em {
    color: #666;
    font-size: 12px;
    margin-left: 5px;
}
header .top .container .afterlogin li .btn_logout{
    background: #ad2c28;
    color: #fff;
	cursor:pointer;
    border: none;
    border-radius: 3px;
    height: 25px;
    font-size: 12px;
}

section.sub {}

.sub .location {
	background: #ad2c28;
	min-width: 1160px;
}

.sub .location .container {}

.sub .location .container ul {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.sub .location .container ul li {
	padding: 10px 15px;
	position: relative;
}

.sub .location .container ul li::before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub .location .container ul li:last-child {
	padding-right: 0;
}

.sub .location .container ul li:first-child::before {
	display: none;
}

.sub .location .container ul li a {
	color: #fff;
}

.sub .location .container ul li.home a {
	width: 16px;
	height: 16px;
	background: url(../images/home.png) no-repeat center center;
	background-size: 15px;
	text-indent: -9999px;
	display: block;
}

.sub .sub_wrap {
	display: flex;
}

.sub .lnb {
	width: 250px;
	padding-right: 30px;
}

.sub .lnb h2 {
	font-size: 24px;
	font-weight: bold;
	color: #ad2c28;
	padding: 30px 0px;
	text-align: center;
}

.sub .lnb ul {
	border-top: solid 1px #000;
}

.sub .lnb ul li {
	border-bottom: solid 1px #ddd;
}

.sub .lnb ul li:last-child {
	border-bottom: solid 1px #000;
}

.sub .lnb ul li a {
	display: block;
	padding: 12px 10px 12px 15px;
	position: relative;
	color: #777;
	font-size: 16px;
}

.sub .lnb ul li a::before {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	position: absolute;
	background: #777;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
}

.sub .lnb ul li a:hover {
	color: #000;
}

.sub .lnb ul li a.on {
	font-weight: 600;
	background: #f7f7f7;
	color: #000;
}

.sub .lnb ul li a.on::before {
	background: #000;
}
.sub .lnb + div {
	min-height: 400px;
	width: calc(100% - 250px);
	padding:30px 0px;
}
.sub article {
}


footer {
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #ddd;
	min-width: 1160px;
}
footer .container {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px 40px;
}
footer .container .left {
	width: 20%;
	height: 50%;
}
footer .container .left .top {
	margin: 37px 0px 15px 10px;
}
footer .container .left .top img {}
footer .container .right {
	width: 76%;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
}
footer .container .right ul {
	margin-bottom: 17px;
	display: flex;
}
footer .container .right ul li {
	padding: 0px 10px;
	position: relative;
}
footer .container .right ul li:first-child {
	padding-left: 0;
}
footer .container .right ul li::after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: #979797;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
footer .container .right ul li:last-child::after {
	display: none;
}
footer .container .right ul li a {
	font-size: 14px;
	color: #868686;
	display: block;
}
footer .container .right ul li a b {
	font-weight:bold;
	color: #ad2b26;
}
footer .container .right address {}
footer .container .right p {
	padding: 10px 0px;}
footer .container .right copy {}