.gnav.request_active .gnav_det {
	display: flex;
}

.gnav.request_active .gnav_det li.gnav_request .arrow {
	opacity: 1;
}

.gnav.request_active .con_gnav_request {
	z-index: 1;
	opacity: 1;
}

.gnav .gnav_det li.gnav_request {
	position: relative;
}

.gnav .gnav_det li.gnav_request .arrow {
	display: block;
	height: 2em;
	width: 4em;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	opacity: 0;
}

.gnav .gnav_det li.gnav_request .arrow:after {
	content: "";
	display: block;
	height: 4em;
	width: 4em;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 10px;
	transform: rotate(45deg);
	transform-origin: 0 0;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}

.gnav .gnav_det li.gnav_request a {
	color: #d72d29 !important;
}

.gnav .gnav_det li.gnav_request a span:before {
	background-image: url(../images/header/ic_share.png);
}
.con_gnav_request {
	transition: opacity .2s;
	top: calc(100% + 2em);
	position: absolute;
	right: 0;
	z-index: -10;
	opacity: 0;
}

@media only screen and (min-width: 1451px) {
	.con_gnav_request {
		width: 800px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_gnav_request {
		width: 600px;
	}
}

.con_gnav_request .box_gnav_share {
	padding: 45px 90px;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_gnav_request .box_gnav_share {
		padding: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gnav_request .box_gnav_share {
		padding: 45px 90px;
	}
}

@media only screen and (min-width: 1451px) {
	.con_gnav_request .box_gnav_share {
		max-width: 800px;
	}
}

.con_gnav_request .box_gnav_share p {
	background-color: #f2f2f2;
	padding: .5em .5em;
	border-radius: .25em;
}

.con_gnav_request .box_gnav_share ul {
	margin-top: 20px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.con_gnav_request .box_gnav_share ul {
		margin-top: 8%;
	}
}

.con_gnav_request .box_gnav_share ul li {
	width: 50%;
	padding: .75em 0;
	float: left;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_gnav_request .box_gnav_share ul li {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gnav_request .box_gnav_share ul li {
		width: 50%;
	}
}

.con_gnav_request .box_gnav_share ul li a {
	text-decoration: none !important;
	padding-left: .5em;
	display: block;
	font-weight: bold;
	transition: color 0.2s;
}

.mouse .con_gnav_request .box_gnav_share ul li a:hover,
.touch .con_gnav_request .box_gnav_share ul li a.touchstart {
	text-decoration: underline !important;
}

.touch .con_gnav_request .box_gnav_share ul li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .con_gnav_request .box_gnav_share ul li a.touchend {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.con_gnav_request .box_gnav_share ul li a:before {
	content: "";
	width: .3em;
	height: .3em;
	margin-right: 1em;
	display: inline-block;
	vertical-align: top;
	border-left: 2px solid #505050;
	border-top: 2px solid #505050;
	transform: rotate(135deg);
	transition: border-color 0.2s;
	margin-top: 0.5em;
}

.con_gnav_request .box_gnav_share ul li a span {
	display: inline-block;
	width: calc(100% - 2em);
	vertical-align: top;
}

.con_gnav_request .box_gnav_share ul li a:hover {
	color: #d72b27;
}

.con_gnav_request .box_gnav_share ul li a:hover:before {
	border-left-color: #d72b27;
	border-top-color: #d72b27;
}