@charset "utf-8";

.dok2.head .top-menu {
	width: 100%;
	height: 50px;
	background: #212121;
}
.dok2.head .top-menu .login-loc {
	position: relative;
	top: 5px;
}
.dok2.head .top-menu .company-menu ul li:first-child {
	padding-left: 0;
}
.dok2.head .top-menu .company-menu ul li {
	float: left;
	padding-left: 15px;
}
.dok2.head .top-menu .company-menu ul li a {
	color: #999999;
	line-height: 50px;
	text-decoration: none;
}
.dok2.head .top-menu .login-loc {
	color: #fff;
	margin-top: 7px;
}
.dok2.head .top-menu .login-loc .login-menu li {
	float: left;
	line-height: 25px;
	margin-right: 15px;
}
.dok2.head .top-menu .login-loc .login-menu li label,
.dok2.head .top-menu .login-loc .login-menu li a {
	color: #ffffff;
}
.dok2.head .top-menu .login-loc .login-input input {
	display: inline-block;
	border: 0;
	width: 110px;
	height: 25px;
	background: #313131;
	color: #666;
	margin-right: 5px;
}
.dok2.head .top-menu .login-loc .login-input button {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 25px;
	background: #ddffc8;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}

.dok2.head .top-menu .login-loc .hello-world {
	width: 442px;
	height: 30px;
	position: relative;
	line-height: 30px;
	font-size: 12px;
	top: -4px;
}

.dok2.head .top-menu .login-loc .m-name,
.dok2.head .top-menu .login-loc .join {
	font-size: 13px;
	font-weight: bold;
}

.dok2.head .top-menu .login-loc .login-output a {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 25px;
	line-height: 25px;
	background: #ddffc8;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}
.dok2.head .top-menu .login-loc .login-output a.btn-mypage {
	background: #fff;
}
.dok2.head .top-menu2 {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #000;
}
.dok2.head .top-menu2 .nav ul li {
	display: block;
	float: left;
}
/*
.dok2.head .top-menu2 .nav ul li:first-child a{
	width:75px;
	background:url("/_skin/tpl_skin/basic_dok2/images/common/home_btn.png");
	font-size: 0;
}

.dok2.head .top-menu2 .nav ul li:first-child a:hover{
	background:url("/_skin/tpl_skin/basic_dok2/images/common/home_btn_over.png");
}
*/
.dok2.head .top-menu2 .ci_bi {
	position: absolute;
	left: 0;
	z-index: 10;
}
.dok2.head .top-menu2 .ci_bi .go_popkon {
	top: 0;
	height: 50px;
}
.dok2.head .top-menu2 .ci_bi .go_home {
	top: 50px;
	height: 70px;
}
.dok2.head .top-menu2 .ci_bi a {
	width: 120px;
	font-size: 0;
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	background: url('/_skin/tpl_skin/basic_dok2/images/common/link_png.png') repeat;
}
.dok2.head .top-menu2 .nav ul li a {
	display: block;
	width: 139px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	line-height: 60px;
	font-size: 16px;
	color: #555;
	text-align: center;
	position: relative;
	text-decoration: none;
}
.dok2.head .top-menu2 .nav ul li a:hover {
	color: #63348c;
}
.dok2.head .top-menu2 .nav ul li a.selected {
	color: #63348c;
}
.dok2.head .top-menu2 .nav ul li a.selected > span {
	background: #63348c;
}
.dok2.head .top-menu2 .nav ul li a > span {
	font-size: 0;
	background: #fff;
	display: block;
	position: absolute;
	width: 58px;
	height: 3px;
	top: 45px;
	left: 50%;
	margin-left: -29px;
	-webkit-transition: background-color 0.6s;
	transition: background-color 0.6s;
}
.dok2.head .top-menu2 .nav ul li a:hover > span {
	background: #63348c;
}
.dok2.head .top-menu2 .ci_bi img {
	position: absolute;
	z-index: 1;
}

.head .date_bn {
	float: right;
	height: 100%;
}
.head .date_bn a {
	display: block;
	position: relative;
	line-height: 19px;
	height: auto;
	padding: 15px 18px 0 50px;
	box-sizing: border-box;
	letter-spacing: -0.075em;
	text-align: left;
	font-size: 15px;
	font-family: 'noto6';
	background: none;
}
.head .date_bn a::before {
	content: '';
	position: absolute;
	width: 44px;
	height: 40px;
	left: 0;
	bottom: 0;
	background: url('/_skin/tpl_skin/common_images/gnb/text_date_icon.png') no-repeat right center;
}
.head .date_bn a::after {
	content: '';
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	bottom: 0px;
	right: 0;
	background: url('/_skin/tpl_skin/common_images/gnb/text_date_arrow.png') no-repeat 2px center;
}

.head .date_bn a {
	padding-left: 62px;
}

.head .date_bn a::before {
	width: 54px;
	height: 35px;
	background: url('/_skin/tpl_skin/common_images/gnb/gnb_bn.png') no-repeat right center;
}

.head .head_bn{
	display: flex;
	align-items: center;
	position: relative;
	line-height: 19px;
	height: 100%;
	letter-spacing: -0.075em;
	font-size: 17px;
	font-family: 'noto6';
    color: #08c4c3;
}

.head .head_bn.bn_survey::before {
	content: '';
	display: block;
	width: 70px;
	height: 40px;
	margin: 0 6px 0 0;
	background: url('/_skin/tpl_skin/common_images/gnb/gnb_img.png') no-repeat right top 2px;
}


.head .head_bn em {
	font-size: 15px;
    color: #161616;
}

.head .head_bn::before {
	content: '';
	display: block;
	width: 80px;
	height: 35px;
	margin: 0 8px 0 0;
	background: url('/_skin/tpl_skin/common_images/gnb/gnb_bn_2.png') no-repeat right top;
}

.head .head_bn.bn_voucher::after {
	content: '';
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	right: 0;
    transform: translateY(-50%);
	background: url('/_skin/tpl_skin/common_images/gnb/text_date_arrow.png') no-repeat 0 0;
}

.head .head_side_slide {
	float: right;
	width: 249px;
	height: 70px;
	overflow: hidden;
}
