@CHARSET "UTF-8";

.footer {
	max-width:100%;
	margin-top:65px;
	border-top:8px solid #881C25;
}

.sub-site {
	max-width:100%;
	height:53px;
	background:#EDEDED;
		display:flex;
	justify-content:space-between;
	vertical-align:middle;
	align-items:center;
}

.sub-site > .sub-site-wrap {
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.sub-site-wrap > .site {
	width:400px;
	display:flex;
	justify-content:space-between;
	vertical-align:middle;
	align-items:center;
}

.sub-site-wrap > .site > div {
	border-right: 1px solid #A1A1A1;
	padding-right:30px;
	padding-left:30px;
	height:30px;
	position:relative;
	display:flex;
	align-items:center;
	cursor:pointer;
}

.sub-site-wrap > .site > div:first-child {
	padding-left:0;
}


.sub-site-wrap > .site > div:last-child {
	border:none;
}

.sns > img {
	margin-left:25px;
	cursor:pointer;
}

.tosel-info {
	max-width:100%;
	height:254px;
	background:#F7F7F7;
}

.tosel-info-wrap {
	width:1200px;
	margin:0 auto;
	padding-top:25px;
}

.info-text {
	display:flex;
	justify-content:space-between;
	margin-top:33px;
	font-size:13px;
	line-height:25px;
}

.t-a-r {
	text-align:right;
}