/* BASIC css start */
footer {
    border-top: 1px solid #e1e1e6;
    padding-top: 50px;
}

footer .wrap {
	position: relative;
	width: 1310px;
	margin: 0 auto;
	padding-bottom: 30px;
}

footer .top {
}

footer .top .logo {
	display: inline-block;
	vertical-align: top;
}

footer .top .link_wrap {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 80px;
}

footer .top .link_wrap ul {
	display: inline-block;
	padding-left: 5px;
	padding-right: 55px;
}

footer .top .link_wrap li {
}

footer .top .link_wrap li a {
	font-size: 14px;
	color: #7f7f7f;
	padding-bottom: 20px;
	display: block;
}

footer .top .common {
	display: inline-block;
	vertical-align: top;
}

footer .top .common h4 {
	font-size: 15px;
	color: #484848;
	padding-bottom: 13px;
}

footer .top .common h3 {
	font-size: 31px;
	color: #ff8e95;
	font-weight: bold;
	font-family: lato;
	margin-left: -3px;
}

footer .top .common .email {
	font-size: 14px;
	color: #8b96a6;
	background: url(/design/gunheejo1/mochi/img/mail-ico.png) no-repeat left;
	font-family: lato;
	text-indent: 19px;
	margin-bottom: 15px;
	margin-top: 4px;
}

footer .top .common .txt {
	line-height: 1.6;
	font-family: 'Myriad Pro','Noto sans KR';
	color: #8c8c8c;
	font-size: 13px;
	letter-spacing: 1px;
}

footer .top .common .txt em {
	font-family: lato;
	letter-spacing: 0;
	width: 43px;
	display: inline-block;
	margin-right: 8px;
}

footer .top .cs {
	padding-left: 40px;
	padding-right: 85px;
}

footer .top .contract {
	float: right;
}

footer .bottom {
	background: #f1f1f3;
	padding-top: 40px;
}

footer .bottom .check {
	background: #8b96a6;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	margin-right: 2px;
}

footer .bottom ul {
	margin: 17px 0 7px;
}

footer .bottom ul li {
	padding-bottom: 10px;
}

footer .bottom ul li span {
	font-family: 'Noto Sans KR', 'Spoqa Han Sans';
	font-size: 13px;
	color: #7f7f7f;
}

footer .bottom ul li span em {
	display: inline-block;
	width: 1px;
	margin-bottom: -3px;
	height: 14px;
	background: #e4e4e4;
	margin-left: 14px;
	margin-right: 12px;
}

footer .bottom .copy {
	color: #7f7f7f;
	font-family: lato;
	text-transform: uppercase;
	font-size: 11px;
}

footer .bottom select {
	position: absolute;
	top: 0;
	right: 0;
	color: #6f7b8d;
	font-size: 12px;
	font-family: lato;
	background: none;
	border: none;
	border-bottom: 1px solid;
	height: 27px;
	line-height: 25px;
	width: 190px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: url(/design/gunheejo1/mochi/img/selectbox.png) no-repeat;
	background-position: right;
	padding-left: 2px;
}

footer .bottom select::-ms-expand {
    display:none
}


/* BASIC css end */

