@charset "UTF-8";
body {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

/* header */
header {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.95);
	z-index: 9;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(122, 122, 122, 0.13);
	-moz-box-shadow: 0px 3px 6px 0px rgba(122, 122, 122, 0.13);
	box-shadow: 0px 3px 6px 0px rgba(122, 122, 122, 0.13);
}
header .container {
	width: 1290px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
header h1 {
	position: absolute;
	top: 22px;
	left: 0;
	font-size: 0;
}
header h1 a {
	display: block;
}
header h2 {
	visibility: hidden;
	font-size: 0;
}
header nav {
	margin-left: 180px;
}
header nav ul li {
	display: inline-block;
	margin-left: 0;
	position: relative;
	font-size: 17px;
	line-height: 17px;
	color: #bcbfc9;
}
header nav ul li a {
	display: block;
	padding: 24px 0;
	transition: all 0.3s;
}
header nav ul li:hover {
	color: #121943;
	background: url("../images/common/nav_on.png") 50% 80% no-repeat;
}
header nav ul li.on {
	color: #121943;
	background: url("../images/common/nav_on.png") 50% 80% no-repeat;
}
header .member-menu {
	position: absolute;
	top: 20px;
	right: 0;
}
header .member-menu a,
header .member-menu div {
	float: left;
	margin-left: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #555;
}
header .member-menu div.fav {
	padding-left: 20px;
	background: url("../images/common/ico_fav.png") 0 50% no-repeat;
}
header .member-menu a.link {
	margin-left: 18px;
	font-size: 0.90625rem;
	line-height: 26px;
	color: #555;
}
header .member-menu a.link.setting {
	width: 18px;
	height: 19px;
	font-size: 0;
	background: url("../images/common/ico_setting.png") 0 50% no-repeat;
	vertical-align: middle;
}
header .member-menu.v2 {
	top: 19px;
	right: 5px;
}
header .member-menu.v2 div.name {
	/*margin-right: 14px;*/
	margin-right: 5px;	
	/*padding-left: 21px;*/
	padding-left: 21px;	
	font-weight: 300;
	font-size: 0.90625rem;
	line-height: 26px;
	/* background: url("../images/common/ico_member_name.png") 0 50% no-repeat;*/
}
header .member-menu.v2 div.name strong {
	font-size: 16px;
	font-weight: 500;
}
header .member-menu.v2 div.point {
	/* padding-left: 19px;*/
	padding-left: 10px;	
	/* font-size: 0.96875rem;*/
	font-size: 1.05rem;	
	line-height: 26px;
	/* color: #5f66f1;*/
	color: #E60000;
	background: url("../images/common/ico_member_point.png") 0 50% no-repeat;
}





/* footer */
footer {
	background: #393939;
}
footer .info {
	width: 1240px;
	margin: 0 auto;
	padding: 34px 0 45px;
	overflow: hidden;
}
footer .info h1 {
	margin-bottom: 20px;
}
footer .info .contact {
	float: left;
}
footer .info .contact ul {
	margin-bottom: 8px;
}
footer .info .contact ul > li {
	display: inline-block;
	margin-left: 50px;
	font-size: 11px;
	line-height: 11px;
	color: #999;
}
footer .info .contact ul > li strong {
	padding-right: 10px;
	font-weight: 700;
	color: #fff;
}
footer .info .contact ul > li:first-child {
	margin-left: 0;
}
footer .info .links {
	float: right;
	margin-right: 190px;
}
footer .info .links div {
	display: block;
	margin-top: 19px;
	font-family: "NanumSquareRound";
	font-weight: 800;
	font-size: 12px;
	line-height: 12px;
	color: #aaa;
}
footer .info .links div:first-child {
	margin-top: 0;
}
footer .etc {
	border-top: 2px solid #424242;
}
footer .etc .container {
	width: 1240px;
	margin: 0 auto;
	padding: 27px 0;
	overflow: hidden;
}
footer .etc .copyright {
	float: left;
	padding-top: 20px;
	font-size: 11px;
	line-height: 11px;
	color: #999;
	text-transform: uppercase;
}
footer .etc .family-sites {
	float: right;
	width: 300px;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #4c4c4c;
	font-size: 11px;
	color: #ccc;
	background: #393939 url("../images/common/ico_selectbox.png") 95% 50%
		no-repeat;
}

/* 버튼 */
.custom-btn {
	display: inline-block;
	width: 136px;
	height: 46px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 16px;
	line-height: 46px;
	color: #5f66f1;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
}
.custom-btn.strong {
	border-color: #5f66f1;
	color: #fff;
	background: #5f66f1;
}

/*  a.custom-btn:hover {
    color: #5f66f1 !important;
    text-decoration: inherit !important;
} */

:-ms-fullscreen,
:root input.custom-btn:active {
	text-indent: -2px;
	line-height: 44px;
}

:-ms-fullscreen,
:root button.custom-btn:active {
	text-indent: -2px;
	line-height: 44px;
}

/* 테이블 */
.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table thead tr th {
	padding: 13px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	letter-spacing: -0.046875rem;
	background: #f9f9f9;
}
.table tbody tr td {
	padding: 15px 10px;
	font-size: 16px;
	line-height: 22px;
	color: #555;
}
.table tfoot tr th {
	padding: 19px 10px 19px 35px;
	border-top: 1px solid #ddd;
	font-weight: 500;
	font-size: 18px;
	color: #5f66f1;
	text-align: left;
}
.table tfoot tr td {
	border-top: 1px solid #ddd;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.05625rem;
}

/* main,sub 공통 */
.searching-bar {
	width: 1035px;
	height: 50px;
	margin-bottom: 52px;
	border: 1px solid #d2d2d2;
	border-radius: 15px;
	background: #fff url("../images/main/ico_search.png") 23px 50% no-repeat;
	background-size: 26px;
}
.searching-bar .text-box {
	margin-left: 60px;
	width: 90%;
	height: 97%;
	border: none;
	outline: none;
	font-size: 16px;
	color: #000;
	letter-spacing: -1px;
}
.searching-bar .text-box::placeholder {
	font-weight: 100;
	font-size: 16px;
	color: #999;
	letter-spacing: -1px;
}
.searching-bar .text-box::-webkit-input-placeholder {
	font-weight: 100;
	font-size: 16px;
	color: #999;
	letter-spacing: -1px;
}
.searching-bar .text-box:-ms-input-placeholder {
	font-weight: 100;
	font-size: 16px;
	color: #999;
	letter-spacing: -1px;
}

.online-mall .container {
	width: 1062px;
	margin: 0 auto;
}
.online-mall .bx-container {
	width: 872px;
	height: 64px;
	padding: 34px 0;
	margin: 0 auto;
	float: left;
	box-sizing: content-box;
}
#sub .online-mall .bx-container {
	width: 1032px;
}
.online-mall .list {
	font-size: 0;
}
.online-mall .list > li {
	display: inline-block;
	width: 162px;
	height: 90px;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	text-align: center;
	background: #fff;
}
.online-mall .list > li:first-child {
	margin-left: 0;
}
.online-mall .list > li a {
	display: block;
	height: 100%;
}
.online-mall .list > li a img {
	display: inline;
	padding: 16px 0;
}
.online-mall .list > li a .txt {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #007be3;
	font-weight: 560;
}
.online-mall .btn-more {
	width: 160px;
	height: 90px;
	margin: 34px 0;
	line-height: 90px;
	float: left;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	text-align: center;
	background: #fff;
}
.online-mall .btn-more a {
	display: block;
	width: 100%;
	height: 90px;
}
.online-mall .bx-wrapper {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	background: none;
}
.online-mall .bx-wrapper .bx-controls-direction a {
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border-radius: 100%;
	background: #fff url("../images/common/btn_slider_off.png") 45% 50% no-repeat;
	transition: 0.2s;
}
.online-mall .bx-wrapper .bx-controls-direction a:hover {
	background: #5f66f1 url("../images/common/btn_slider_on.png") 45% 50%
		no-repeat;
}
.online-mall .bx-wrapper .bx-prev {
	left: -70px;
}
.online-mall .bx-wrapper .bx-next {
	right: -70px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/* modal */
.popup {
	display: none;
	width: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
	z-index: 11;
}
.popup h3 {
	padding: 0 0 0 18px;
	height: 60px;
	font-weight: 300;
	font-size: 22px;
	line-height: 58px;
	color: #fff;
	background: #5f66f1;
}
.popup .context {
	width: 100%;
	padding: 18px;
}
.popup .form-list {
	width: 430px;
	margin-left: 18px;
	margin-bottom: 40px;
}
.popup .form-list > li {
	margin-top: 30px;
	font-size: 17px;
	color: #555;
}
.popup .form-list > li label {
	display: inline-block;
	width: 130px;
	margin-right: 37px;
	font-weight: 500;
	font-size: 17px;
	line-height: 17px;
	color: #555;
	letter-spacing: -0.053125rem;
	text-align: right;
}
.popup .form-list > li:first-child {
	margin-top: 0;
}
.popup .form-list > li .select-box {
	width: 60%;
}
.popup .form-list > li .text-box {
	width: 60%;
}
.popup .form-list > li.date .group {
	display: inline-block;
	margin-left: 22px;
}
.popup .form-list > li.date .group.first {
	margin-left: 0;
}
.popup .form-list > li.date .text-box {
	width: 36px;
}
.popup .form-list > li.date .text-box.year {
	width: 76px;
}
.popup .custom-btns {
	text-align: center;
}
.popup .custom-btns .custom-btn {
	margin-left: 18px;
}
.popup .custom-btns .custom-btn:first-child {
	margin-left: 0;
}
.popup .custom-btns .custom-btn.out {
	color: #555;
}
.popup .custom-btn-close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 18px;
	right: 13px;
	font-size: 0;
	border: none;
	cursor: pointer;
	background: url("../images/common/btn_close.png") no-repeat;
}

.dim {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.popup.request-login {
	width: 580px;
	height: 310px;
}
.popup.request-login .txt {
	padding: 36px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.c-pointer {
	cursor: pointer;
}

/*# sourceMappingURL=common.css.map */

#app-request-point-out .caution {
	padding: 10px 0 22px;
	font-size: 13px;
	text-align: center;
}
#app-request-point-out .caution span {
	color: #ff0000;
}
