@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
/*****************************************************************************************
COMMON HEADER
 : type-01 (skin01/skin05)
 : type-02 (skin02)
 : type-03 (skin03)
 : type-04 (skin04)
 : type-05 (skin06)
****************************************************************************************/
/* S: type-01 */
header#type-01 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
header#type-01 h1 {
	display: inline-block;
	position: relative;
	z-index: 16;
	margin: 0 auto;
	padding: 1rem 0;
	line-height: 0;
	transition: all .3s ease-out;
}
header#type-01 h1 a {
	margin: 0 auto;
}
header#type-01 .gnb-wrap .header-util {
	position: absolute;
	top: 30px;
	right: 35px;
	padding: 0;
	margin: 0;
}
header#type-01 .gnb-wrap .header-util ul li {
	list-style:none;
}
header#type-01 .gnb-wrap .header-util ul li + li {
	margin-left: 1rem;
}
header#type-01 .gnb-wrap .header-util ul li a {
	font-size: 0.8rem;
	line-height: 1.125rem;
	color: #575757;
}
header#type-01 .gnb-wrap nav {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background: #313131;
}
header#type-01 .gnb-wrap nav ul {
	max-width: 1140px;
	margin:0 auto;
}
header#type-01 .gnb-wrap nav ul .nav-item {
	list-style: none;
	flex: 1 1 auto;
}
header#type-01 .gnb-wrap nav ul .nav-item.is-active .nav-link {
	color: #ff4998;
}
header#type-01 .gnb-wrap nav ul .nav-item.is-active .nav-link:after {
	width: 85px;
}
header#type-01 .gnb-wrap nav ul .nav-item .nav-link {
	padding: 0.813rem 1rem;
	font-size: 1.063rem;
	text-align: center;
	color: #ffffff;
	outline: none !important;
}
header#type-01 .gnb-wrap nav ul .nav-item .nav-link:hover, header#type-01 .gnb-wrap nav ul .nav-item .nav-link:active {
	color: #ff4998;
}
header#type-01 .gnb-wrap nav ul .nav-item .nav-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	margin: 0;
	border: 0;
	background: #919191;
	transition: all .2s ease-in-out;
	transform: translateX(-50%);
}
header#type-01 .gnb-wrap nav ul .nav-item > ul {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	float: none;
	min-width: 185px;
	width: 100%;
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	font-size: 14px;
	text-align: center;
	border: none;
	border-radius: 0;
	background-color: #333;
}
header#type-01 .gnb-wrap nav ul .nav-item > ul li a {
	display: block;
	clear: both;
	width: 100%;
	padding: 7px 1.5rem;
	text-align: inherit;
	white-space: nowrap;
	color: #c4c4c4;
	border: 0;
	background-color: transparent;
}
header#type-01 .gnb-wrap nav ul .nav-item > ul li a:hover {
	color: #ff4998;
	background-color: #fff;
}
header#type-01 .btn-toggle {
	z-index: 19;
	width: 1.125rem;
	height: 1.125rem;
	margin-left: 1rem;
	padding:0;
	border:0;
	background:transparent;
	cursor: pointer;
}
header#type-01 .btn-toggle .bar {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 2px;
	background: #313131;
	transition: all .3s ease-in-out;
}
header#type-01 .btn-toggle.is-open .bar:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
header#type-01 .btn-toggle.is-open .bar:nth-child(2) {
	opacity: 0;
	transform: translateX(200%);
}
header#type-01 .btn-toggle.is-open .bar:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}
/* E: type-01 */

/* S: type-02 */
header#type-02 {
	display: flex;
	position: relative;
	justify-content: space-between;
	max-width: 1360px;
	margin: 0 auto;
	padding-right:40px;
}
#sidebar_quick_menu {
	display: none !important;
}
header#type-02 h1 {
	z-index: 99;
	padding: 80px 0 40px;
	font-size:0;
	margin-bottom:0;
}
header#type-02 .mo-util .btn-toggle{
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}
header#type-02 .gnb-wrap .header-util {
	position: absolute;
	top: 25px;
	right: 0;
}
header#type-02 .gnb-wrap .header-util ul {
	margin-bottom:0;
}
header#type-02 .gnb-wrap .header-util ul li {
	position: relative;
	list-style:none;
}
header#type-02 .gnb-wrap .header-util ul li a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #36395b;
}
header#type-02 .gnb-wrap .header-util ul li + li {
	padding-left: 40px;
}
header#type-02 .gnb-wrap .header-util ul li + li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 1px;
	height: 14px;
	background: #5e6077;
	transform: translateY(-50%);
}
header#type-02 .gnb-wrap .header-util .btn-toggle {
	position: absolute;
	z-index: 99;
	right: 0;
	bottom: -57px;
	width: 19px;
	height: 19px;
	border: 0;
	outline: none;
	cursor: pointer;
	background:transparent;
	padding: 0;
}
header#type-02 .gnb-wrap .header-util .btn-toggle .bar {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 2px;
	background: #7cccff;
	transition: all .3s ease-in-out;
}
header#type-02 .gnb-wrap .header-util .btn-toggle.is-open .bar:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
header#type-02 .gnb-wrap .header-util .btn-toggle.is-open .bar:nth-child(2) {
	opacity: 0;
	transform: translateX(200%);
}
header#type-02 .gnb-wrap .header-util .btn-toggle.is-open .bar:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}
header#type-02 .gnb-wrap nav {
	margin:75px 0 0;
	/*margin: 80px 40px 0 0;*/
}
header#type-02 .gnb-wrap nav ul {
	margin-bottom:0;
	padding: 0;
}
header#type-02 .gnb-wrap nav .nav-item {
	padding: 0 30px 20px;
	list-style:none;
}
header#type-02 .gnb-wrap nav .nav-item .nav-link {
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: #36395b;
}
header#type-02 .gnb-wrap nav .nav-item ul {
	display: none;
	position: absolute;
	z-index: 1000;
	top: calc(100%);
	left: 50%;
	min-width: 155px;
	margin: 0;
	padding: 12px 0;
	font-size: 15px;
	text-align: left;
	color: #212529;
	background-color: #e8ecf1;
	transform: translateX(-50%);
}
header#type-02 .gnb-wrap nav .nav-item ul li {
	padding: 3px 20px 4px;
	list-style:none;
}
header#type-02 .gnb-wrap nav .nav-item ul li a {
	color:#36395b;
}
header#type-02 .gnb-wrap nav .nav-item ul li a:hover {
	color: #40aef4;
}
/* E: type-02 */

/* S: type-03 */
header#type-03 {
	display: flex;
	position: fixed;
	flex-wrap: wrap;
	width: 100%;
	padding: 33px 30px 0 50px;
	transition: all 250ms ease-in-out;
	z-index:99;
	top:0;
}
header#type-03 h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}
header#type-03 .gnb-wrap {
	display: flex;
	position: static;
	justify-content: center;
	padding: 0;
	align-items: center;
	margin:0 auto;
}
header#type-03 .gnb-wrap .header-util {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
header#type-03 .gnb-wrap .header-util ul li {
	line-height: 13px;
}
header#type-03 .gnb-wrap .header-util ul li + li {
	position: relative;
	padding-left: 20px;
}
header#type-03 .gnb-wrap .header-util ul li + li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 1px;
	height: 11px;
	background: #fff;
	transform: translateY(-50%);
}
header#type-03 .gnb-wrap .header-util ul li a {
	font-size: 13px;
	color: #fff;
}
header#type-03 .gnb-wrap nav .navBg {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 200px;
	background: #f6f6f6;
}
header#type-03 .gnb-wrap nav ul {
	padding:0;
	margin:0;
	z-index: 2;
	line-height:1.8;
}
header#type-03 .gnb-wrap nav ul .nav-item {
	list-style:none;
	padding-bottom: 28px;
	text-align: center;
}
header#type-03 .gnb-wrap nav ul .nav-item .nav-link {
	padding: 0 1rem;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
header#type-03 .gnb-wrap nav ul .nav-item ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	padding: 20px 0 0;
	transform: translateX(-50%);
	list-style:none;
}
header#type-03 .gnb-wrap nav ul .nav-item ul li a {
	display: block;
	font-size: 15px;
	white-space: nowrap;
	color: #6a6a6a;
}
,header#type-03 .gnb-wrap nav ul .nav-item ul li a:hover {
	color: #c48d41;
}
header#type-03.is-active {
	background: #fff;
}
header#type-03.is-active .gnb-wrap .header-util ul li a,
header#type-03.is-fixed .gnb-wrap .header-util ul li a{
	color: #c48d41;
}
header#type-03.is-fixed .gnb-wrap .header-util ul li + li:before 
header#type-03.is-active .gnb-wrap .header-util ul li + li:before {
	background: #c48d41;
}
header#type-03.is-fixed .gnb-wrap nav ul .nav-item:hover .nav-link,
header#type-03.is-active .gnb-wrap nav ul .nav-item:hover .nav-link {
	color: #c48d41;
}
header#type-03.is-fixed .gnb-wrap nav ul .nav-item .nav-link, 
header#type-03.is-active .gnb-wrap nav ul .nav-item .nav-link {
	color: #0f0f0f;
}
header#type-03.is-fixed .gnb-wrap nav ul .nav-item .nav-link:hover,
header#type-03.is-active .gnb-wrap nav ul .nav-item .nav-link:hover {
	color: #c48d41;
}
header#type-03.is-active .gnb-wrap nav ul .nav-item ul {
	display: block;
}
header#type-03.is-fixed {
	position: fixed;
	z-index: 99;
	background: #fff;
}
header#type-03.is-fixed.is-active .gnb-wrap nav ul li ul {
	display: none;
}
/* E: type-03 */

/* S: type-04 */
header#type-04 {
	display: flex;
	position: absolute;
	top: 40px;
	right: 40px;
	left: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 29px 30px 0 60px;
	background: rgba(255, 255, 255, 0.9);
	transition: all 250ms ease-in-out;
	z-index:2;
}
header#type-04 h1 {
	padding: 8px 0 0;
	line-height:0;
	font-size:0;
	margin-bottom:0;
}
header#type-04.is-fixed.is-active h1 {
	padding: 0 50px
}
header#type-04 .gnb-wrap {
	position: static;
	justify-content: flex-end;
	padding: 0;
}
header#type-04 .gnb-wrap .header-util {
	position: absolute;
	top: -25px;
	right: 0;
}
header#type-04 .gnb-wrap .header-util #btn-sitemap {
	display: none !important;
}
header#type-04 .gnb-wrap .header-util ul li + li {
	position: relative;
	padding-left: 30px;
}
header#type-04 .gnb-wrap .header-util ul li + li:before {
	content: "";
	display: block;
	position: Absolute;
	top: 2px;
	left: 15px;
	width: 1px;
	height: 10px;
	background: #442f31;
}
header#type-04 .gnb-wrap .header-util ul li a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}
header#type-04 .gnb-wrap nav {
	position: static;
}
header#type-04 .gnb-wrap nav .navBg {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 300px;
	background: #212121;
}
header#type-04 .gnb-wrap nav ul{
	list-style:none;
	margin-bottom:0;
	padding:0;
}
header#type-04 .gnb-wrap nav ul .nav-item {
	padding: 0 25px 30px;
}
header#type-04 .gnb-wrap nav ul .nav-item:hover .nav-link {
	color: #4e8bca;
}
header#type-04 .gnb-wrap nav ul .nav-item .nav-link {
	padding: 0;
	font-size: 17px;
	white-space: nowrap;
	color: #000;
}
header#type-04 .gnb-wrap nav ul .nav-item .nav-link:hover {
	color: #4e8bca;
}
header#type-04 .gnb-wrap nav ul .nav-item ul {
	display: none;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 50%;
	min-width: calc(100% - 30px);
	padding-top: 30px;
	transform: translateX(calc(-50% + 15px));
}
header#type-04 .gnb-wrap nav ul .nav-item ul li {
	padding: 6px 0 4px;
}
header#type-04 .gnb-wrap nav ul .nav-item ul li a {
	display: block;
	padding: 0;
	font-size: 14px;
	white-space: nowrap;
	color: #cccccc;
}
/* E: type-04 */

/* S: type-05 */
header#type-05 {
	position: relative;
	padding: 10px 0;
}
header#type-05 h1 {
	margin: 0 auto;
	text-align:center;
}
header#type-05 .gnb-wrap {
	margin:17px 0 0 0;
}
header#type-05 .gnb-wrap .header-util {
	position: absolute;
	top: 30px;
	right: 40px;
	align-items: center;
}
header#type-05 .gnb-wrap .header-util ul li + li {
	position: relative;
	padding-left: 26px;
}
header#type-05 .gnb-wrap .header-util ul li + li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 13px;
	width: 1px;
	height: 10px;
	background: #9a9a9a;
	transform: translateY(-50%);
}
header#type-05 .gnb-wrap .header-util ul li a {
	font-size: 12px;
	color: #333;
}
header#type-05 .gnb-wrap .header-util #btn-sitemap {
	display: none !important;
}
header#type-05 .gnb-wrap nav {
	margin: 0 auto;
	padding: 0;
}
header#type-05 .gnb-wrap nav .navBg {
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 200px;
	background: #f6f6f6;
}
header#type-05 .gnb-wrap nav ul {
	margin:0;
	padding:0;
}
header#type-05 .gnb-wrap nav ul .nav-item {
	position: relative;
	flex: 1 1 auto;
	padding: 0;
	text-align: center;
	list-style:none;
}
header#type-05 .gnb-wrap nav ul .nav-item .nav-link {
	width: 100%;
	padding: 19px 0;
	color: #333;
	font-size:18px;
	font-weight:700;
}
header#type-05 .gnb-wrap nav ul .nav-item ul {
	display: none;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 50%;
	width: 100%;
	padding: 25px 0;
	transform: translateX(-50%);
	background:#f1f1f1;
	list-style:none;
}
header#type-05 .gnb-wrap nav ul .nav-item ul li {
	margin:.5rem 0;
	line-height: 22px;
}
header#type-05 .gnb-wrap nav ul .nav-item ul li a {
	font-size: 16px;
	color: #2c2c2c;
}
/* E: type-05 */

/* S: type-06 */
header#type-06 {
	position: relative;
	height: 100%;
	padding: 50px 0 0 0;
}
header#type-06 h1 {
	margin: 0 0 40px 36px;
}
header#type-06 .gnb-wrap {
	background: #252e3d;
}
header#type-06 .gnb-wrap .header-util {
	position: absolute;
	top: 80px;
	right: 15px;
	align-items: center;
}
header#type-06 .gnb-wrap .header-util #btn-sitemap {
	display: none !important;
}
header#type-06 .gnb-wrap .header-util ul {
	padding: 0;
}
header#type-06 .gnb-wrap .header-util ul li + li {
	position: relative;
	padding-left: 26px;
}
header#type-06 .gnb-wrap .header-util ul li + li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 13px;
	width: 1px;
	height: 10px;
	background: #9a9a9a;
	transform: translateY(-50%);
}
header#type-06 .gnb-wrap .header-util ul li a {
	font-size: 12px;
	color: #333;
}
header#type-06 .gnb-wrap nav {
	margin: 0 auto;
	padding: 0;
}
header#type-06 .gnb-wrap nav ul {
	padding: 0;
	margin: 0;
}
header#type-06 .gnb-wrap nav .navBg {
	display: block;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 200px;
	background: #f6f6f6;
}
header#type-06 .gnb-wrap nav ul .nav-item {
	position: relative;
	flex: 1 1 auto;
	padding: 0;
	text-align: center;
	border-left: 1px solid #92979e;
	list-style: none;
}
header#type-06 .gnb-wrap nav ul .nav-item:nth-last-child(1) {
	border-right: 1px solid #92979e;
}
header#type-06 .gnb-wrap nav ul .nav-item .nav-link {
	width: 100%;
	padding: 19px 0;
	color: #fff;
}
header#type-06 .gnb-wrap nav ul .nav-item ul {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 50%;
	width: 100%;
	padding: 25px 0;
	transform: translateX(-50%);
	list-style:none;
	display: none;
}
header#type-06 .gnb-wrap nav ul .nav-item ul li {
	margin-bottom:0.75rem;
	line-height:17px;
}
header#type-06 .gnb-wrap nav ul .nav-item ul li a {
	font-size: 14px;
	color: #333;
}
header#type-06 .gnb-wrap nav ul .nav-item ul li a:hover,
header#type-06 .gnb-wrap nav ul .nav-item ul li a:focus {
	color:#42bddf;
}
/* E: type-06  */

/* S: type-08 */
header#type-08 {
	display: flex;
	position: static;
	justify-content: space-between;
	max-width: 1360px;
	margin: 0 auto;
}
header#type-08 h1 {
	z-index: 99;
	padding: 40px;
	font-size:0;
	margin-bottom:0;
}
header#type-08 .mo-util .btn-toggle{
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}
header#type-08 .gnb-wrap .header-util {

}
header#type-08 .gnb-wrap .header-util ul.list-unstyled {
	position:absolute;
	top: 25px;
	right: 15px;
	margin-bottom:0;
}
header#type-08 .gnb-wrap .header-util ul li {
	position: relative;
	list-style:none;
}
header#type-08 .gnb-wrap .header-util ul li a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #36395b;
}
header#type-08 .gnb-wrap .header-util ul li + li {
	padding-left: 40px;
}
header#type-08 .gnb-wrap .header-util ul li + li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 1px;
	height: 14px;
	background: #5e6077;
	transform: translateY(-50%);
}
header#type-08 .gnb-wrap .header-util .btn-toggle {
	position: absolute;
	z-index: 99;	
	top: 55px;
	right: 15px;
	width: 19px;
	height: 19px;
	border: 0;
	outline: none;
	cursor: pointer;
	background:transparent;
	padding: 0;
}
header#type-08 .gnb-wrap .header-util .btn-toggle .bar {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 2px;
	background: #3e3e3e;
	transition: all .3s ease-in-out;
}
header#type-08 .gnb-wrap .header-util .btn-toggle.is-open .bar:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
header#type-08 .gnb-wrap .header-util .btn-toggle.is-open .bar:nth-child(2) {
	opacity: 0;
	transform: translateX(200%);
}
header#type-08 .gnb-wrap .header-util .btn-toggle.is-open .bar:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}
header#type-08 .gnb-wrap nav {
	margin: 45px 40px 0 0;
}
header#type-08 .gnb-wrap nav ul {
	margin-bottom:0;
	padding: 0;
}
header#type-08 .gnb-wrap nav .nav-item {
	padding: 0;
	list-style:none; 
}
header#type-08 .gnb-wrap nav .nav-item .nav-link {
	padding: 0 30px 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
}
header#type-08 .gnb-wrap nav .nav-item ul {
	display: none;
	position: absolute;
	z-index: 1000;
	top: calc(100%);
	left: 50%;
	min-width: 155px;
	padding: 0 0 1rem 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	color: #2c2c2c;
	background-color: #fff;
	transform: translateX(-50%);
}
header#type-08 .gnb-wrap nav .nav-item ul li {
	padding: 3px 20px 4px;
	list-style:none;
}
header#type-08 .gnb-wrap nav .nav-item ul li a {
	color:#36395b;
}
header#type-08 .gnb-wrap nav .nav-item ul li a:hover {
	color: #366bb3;
}
header .gnb-wrap .header-util #sitemap {
	position: fixed;
	z-index: 1;
	top: 120vh;
	right: 0;
	left: 0;
	overflow-y: auto;
	width: 100%;
	height: 100vh;
	text-align: center;
	opacity: 0;
	background: #ffffff;
	transition: all .3s ease-in-out;
}
header#type-08.sub-bg {
	max-width: 1200px;
	border-bottom: 1px solid #5d5c5a;
}
header#type-08.sub-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 115px;
	background: #3f425e;
}
header#type-08.sub-bg h1 {
	padding: 40px 0;
}
header#type-08.sub-bg .gnb-wrap nav .nav-item ul {
	padding: 1rem 0;
	border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
header#type-08.sub-bg .gnb-wrap nav .nav-item .nav-link {
	padding: 0 30px 10px;
	color: #fff;
}
header#type-08.sub-bg .gnb-wrap .header-util ul.list-unstyled li a {
	color: #fff;
}
header#type-08.sub-bg .gnb-wrap .header-util .btn-toggle .bar {	
    background: #fff;
}
header#type-08.sub-bg .gnb-wrap .header-util .btn-toggle.is-open .bar {
    background: #3e3e3e;
}
/* E: type-08 */
header .gnb-wrap .header-util #sitemap.is-open {
	z-index: 15;
	top: 0;
	opacity: 1;
}
header .gnb-wrap .header-util #sitemap .sitemap-wrap {
	padding: 15rem 0 0;
}
header .gnb-wrap .header-util #sitemap nav {
	background: #fff;
}
header .gnb-wrap .header-util #sitemap nav ul {
	justify-content: space-around;
	padding: 0;
}
header .gnb-wrap .header-util #sitemap nav ul li + li {
	margin-left: 0;
	padding-left: 0;
}
header .gnb-wrap .header-util #sitemap nav ul li + li:before {
	display: none;
}
header .gnb-wrap .header-util #sitemap nav ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.125rem;
	color: #7a7a7a;
}
header .gnb-wrap .header-util #sitemap nav ul li ul {
	display: block !important;
}
header .gnb-wrap .header-util #sitemap nav > ul > li > a {
	display: block;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: 500;
	color: #4b4848;
}
header#type-03 .gnb-wrap .header-util .btn-toggle {
	margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

@media (min-width: 1200px) {	
	/* S: type-03 */
	
	/* E: type-03 */
	/* S: type-07 */
	header#type-07 {
		position: relative;
		padding:0;
	}
	header#type-07 h1 {
		display: table;
		width: 100%;
		height: 130px;
		margin: 0;
		text-align: center;
		background: #fff;
	}
	header#type-07 h1 a{
		display: table-cell !important;
		padding: 0 25px;
		text-align: center;
		vertical-align: middle;
	}
	header#type-07 h1 a img {
		margin: 0 auto;
	}
	header#type-07 .gnb-wrap {	  
		padding-bottom: 90px;
		background: #fff;
	}
	header#type-07 .gnb-wrap .header-util {
		width: 100%;
		align-items: center;
	}
	header#type-07 .gnb-wrap .header-util ul {
		width: 100%;
		background: #f3f3f3;
		margin-bottom: 0;
	}
	header#type-07 .gnb-wrap .header-util ul li + li {
		position: relative;
		padding-left: 26px;
	}
	header#type-07 .gnb-wrap .header-util ul li + li:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 13px;
		width: 1px;
		height: 10px;
		background: #9a9a9a;
		transform: translateY(-50%);
	}
	header#type-07 .gnb-wrap .header-util ul li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 13px 0;
		text-align: center;
		font-size: 13px;
		color: #565656;
		line-height: 1;
	}
	header#type-07 .gnb-wrap nav {	
		margin: 0 auto;
		padding: 0;
		background: #fff;
	}
	header#type-07 .gnb-wrap nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	header#type-07 .gnb-wrap nav .navBg {
		display: block;
		position: absolute;
		z-index: 1;
		top: 100%;
		left: 0;
		width: 100%;
		min-height: 200px;
		background: #f6f6f6;
	}
	header#type-07 .gnb-wrap nav ul .nav-item {
		position: relative;
		flex: 1 1 auto;
		padding: 0;
		text-align: left;
		border-bottom: 1px solid #eaeaea;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul {
		position: absolute;
		z-index: 9;
		top: -1px;
		left: 100%;
		width: 100%;
		list-style: none;
	}
	header#type-07 .gnb-wrap nav ul .nav-item.is-active .nav-link {
		color: #374c99;
	}
	header#type-07 .gnb-wrap nav ul .nav-item .nav-link {
		position: relative;
		min-height: 51px;
		padding: 15px 30px;
		color: #333333;
		font-size: 16px;
		line-height: 1;
		font-weight: 500;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul li a {
		font-size: 14px;
		color: #333;
	}
	header#type-07 .gnb-wrap nav ul .nav-item:hover .nav-link:after, header#type-07 .gnb-wrap nav ul .nav-item.is-active .nav-link:after {
		content: '';
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 1rem;
		height: 2px;
		background: #38418a;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul:hover:after, header#type-07 .gnb-wrap nav ul .nav-item ul.is-active:after {
		content: '';
		display: block;
		position: fixed;
		left: 200px;
		top: 0;
		bottom: 0;
		width: 200px;
		background: rgba(244,245,250,0.9);
		z-index: -1;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul li {
		border-bottom: 1px solid #d3d3d3;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul li:first-child {
		border-top: 1px solid #d3d3d3;
	} 
	header#type-07 .gnb-wrap nav ul .nav-item ul li a {		
		display: block;
		min-height: 51px;
		padding: 15px 30px;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		color: #4a4a4a;
		text-decoration: none;
		transition: all 0.2s ease;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul li a:hover {	
		background: #38418a;
		color: #fff;
	}
}
/* E: type-07 */
@media (min-width: 992px) {
	header#type-04.is-fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		justify-content: flex-start;
		padding: 36px 0 0 0;
		background: #fff;
		z-index: 3;
	}
	header#type-04.is-fixed .gnb-wrap {
		justify-content: center;
	}
	header#type-04.is-fixed .gnb-wrap .header-util {
		top: 20px;
		right: 30px;
	}
	header#type-04.is-fixed .gnb-wrap .header-util ul {
		margin-bottom: 0;
	}
	header#type-04.is-fixed .gnb-wrap nav ul .nav-item {
		padding: 0 25px 40px;
	}
	header#type-06 .gnb-wrap nav {
		max-width: 1553px;
	}
}
@media (max-width:  1199.98px) {
	header#type-07 {		
		position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
		top: 0;
		height: 70px;
		padding: 0 15px;
		border-bottom: 1px solid #d3d3d3;
		background: #fff;
	}
	header#type-07 h1 {		
		display: table;
		max-width: 225px;
		height: 100%;
		margin: 0 auto;
		padding: 0 30px;
		z-index: 1;
	    position: relative;
	}
	header#type-07 h1 a {		
		display: table-cell !important;
		vertical-align: middle;
		font-size: 0;
	}
	header#type-07 .mo-util {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		padding: 0 15px;
		transform: translateY(-50%);
		justify-content: space-between;
	}
	header#type-07 .mo-util a {
		font-size: 30px;
		color: #3e3e3e;
	}
	header#type-07 .mo-util .btn-toggle {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 29px;
		height: 24px;
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
		transform: translateY(-50%);
	}
	header#type-07 .mo-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 5px;
		margin-top: 2px;
		background: #000;
		transition: all .3s ease-in-out;
	}
	header#type-07 .mo-util .btn-toggle .bar + .bar {
		margin-top: 4px;
	}
	header#type-07 .gnb-wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -84%;
		overflow-x: hidden;
		overflow-y: scroll;
		width: 83.958vw;
		height: 100vh;	
	    max-width: 403px;
		opacity: 0;
		background: #fff;
		transition: all 0.3s;
		-webkit-overflow-scrolling: touch;
	}
	header#type-07 .gnb-wrap.is-open {
		right: 0;
		opacity: 1;
	}
	header#type-07 .gnb-wrap .header-util {
		display: flex;
		position: static;
		justify-content: space-between;
		padding: 21px 0;
		background: #f8f8f8;		
	    border-bottom: 1px solid #ededed;
	}
	header#type-07 .gnb-wrap .header-util ul {
		margin-bottom: 0;
	}
	header#type-07 .gnb-wrap .header-util ul li + li:before {
		display: none;
	}
	header#type-07 .gnb-wrap .header-util ul li a {
		font-size: 17px;
		line-height: 1;
		color: #818181;
	}
	header#type-07 .gnb-wrap .header-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
	}
	header#type-07 .gnb-wrap nav {
		padding: 0;
	}
	header#type-07 .gnb-wrap nav ul.d-lg-flex {
		list-style: none;
		padding: 0;
		margin-bottom: 0;
		display:block !important;
	}
	header#type-07 .gnb-wrap nav ul .nav-item {
		padding: 37px 45px;
		text-align: left;
	}
	header#type-07 .gnb-wrap nav ul .nav-item + .nav-item {
		border-top: 1px solid #d2d2d2;
	}
	header#type-07 .gnb-wrap nav ul .nav-item .nav-link {
		position: relative;
		padding: 0;
		font-weight: 700;
		font-size: 27px;
		color: #353535;
		line-height: 1;
	}
	header#type-07 .gnb-wrap nav ul .nav-item .nav-link.is-active {
		color: #4e8bca;
	}
	header#type-07 .gnb-wrap nav ul .nav-item .nav-link:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		width: 14px;
		height: 14px;
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #353535;
		transition: 200ms ease-in-out;
		transform: translateY(calc(-50% - 5px)) rotate(45deg);
	}
	header#type-07 .gnb-wrap nav ul .nav-item .nav-link.is-active:after {
		border-color: #353535;
		transform: translateY(calc(-50% + 5px)) rotate(-135deg);
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul {
		display: none;
		position: static;
		padding: 0;
		text-align: left;
		background: #fff;
		transform: none;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul li {
		padding: 0;
		margin: 1em 0 0 0;
		list-style: none;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul li a {
		display: block;
		padding: 0;
		font-size: 21px;
		font-weight: 300;
		line-height: 1.1;
		color: #353535;
	}
	header#type-07 .gnb-wrap .header-util .btn-toggle {
		width: 24px;
		height: 24px;
		border: 0;
		padding: 0;
		background-color: transparent;
		cursor: pointer;
	}
	header#type-07 .gnb-wrap .header-util .btn-toggle.d-lg-none {
		display:block !important;
	}
	header#type-07 .gnb-wrap .header-util .btn-toggle .bar:nth-child(1) {
		transform: translateY(2px) rotate(45deg);
	}
	header#type-07 .gnb-wrap .header-util .btn-toggle .bar:nth-child(2) {
		opacity: 0;
		transform: translateX(200%);
	}
	header#type-07 .gnb-wrap .header-util .btn-toggle .bar:nth-child(3) {
		transform: translateY(-2px) rotate(-45deg);
	}
	header#type-08 {		
		position: relative;
		width: 100%;
		height: 115px;
		background: #fff;
		z-index: 19;
	}
	header#type-08 h1 {
		
	}
	.overlay {
		display: block;
		position: fixed;
		z-index: 18;
		top: 0;
		width: 100vw;
		height: 100vh;
		opacity: 1;
		background: rgba(0, 0, 0, 0.7);
		transition: all 0.5s ease-in-out;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	header#type-02 .gnb-wrap nav ul{
		gap:0 2rem;
	}
	header#type-02 .gnb-wrap nav .nav-item{
		padding:0 0 15px;
	}
	header#type-02 .gnb-wrap nav .nav-item .nav-link{
		font-size:18px;
	}
	header#type-03 h1 {
		text-align: center;
	}
	header#type-03 .gnb-wrap {
		margin-top: 0;
	}
	header#type-03 .gnb-wrap .header-util {
		top: 43px;
		transform: none;
	}
	header#type-04 .gnb-wrap {
		margin-top: 30px;
		justify-content: center;
	}
	header#type-05 .gnb-wrap nav {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.overlay {
		display: block;
		position: fixed;
		/*z-index: 2;*/
		top: 0;
		width: 100vw;
		height: 100vh;
		opacity: 1;
		background: rgba(0, 0, 0, 0.7);
		transition: all 0.5s ease-in-out;
	}
	/* S: type-01 */
	header#type-01 {
		height: 71px;
		text-align: left;
	}
	header#type-01 h1 {
		position: absolute;
		top: 50%;
		left: 30px;
		padding: 0;
		transform: translateY(-50%);
	}
	header#type-01 h1 a {
		margin: 0;
	}
	header#type-01 h1 a img {
		zoom: 0.5;
	}
	header#type-01 .mo-util {
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
	}
	header#type-01 .mo-util > a {
		margin-right: 1rem;
		font-size: 24px;
		color:#313131;
	}
	header#type-01 .mo-util .btn-toggle {
		width: 24px;
		height: 24px;
	}
	header#type-01 .mo-util .btn-toggle .bar {
		height: 4px;
	}
	header#type-01 .mo-util .btn-toggle .bar + .bar {
		margin-top: 4px;
	}
	header#type-01 .gnb-wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -84%;
		overflow-x: hidden;
		overflow-y: scroll;
		width: 83.958vw;
		height: 100vh;
		opacity: 0;
		background: #fff;
		transition: all 0.3s;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-overflow-scrolling: touch;
	}
	header#type-01 .gnb-wrap.is-open {
		right: 0;
		opacity: 1;
	}
	header#type-01 .gnb-wrap aside ul li {
		width: calc(100% / 4);
		height: 71px;
		background: #434149;
	}
	header#type-01 .gnb-wrap aside ul li a {
		display: block;
		height: 100%;
	}
	header#type-01 .gnb-wrap aside ul li:nth-last-child(1) {
		background: #ffe900;
	}
	header#type-01 .gnb-wrap .header-util {
		position: static;
		height: 60px;
		padding: 0 25px 0 40px;
		border-bottom: 1px solid #ededed;
		background: #f8f8f8;
	}
	header#type-01 .gnb-wrap .header-util ul li a {
		font-size: 17px;
		line-height: 60px;
		color: #818181;
	}
	header#type-01 .gnb-wrap .header-util .btn-toggle {
		width: 24px;
		height: 24px;
	}
	header#type-01 .gnb-wrap .header-util .btn-toggle .bar {
		height: 2px;
	}
	header#type-01 .gnb-wrap .header-util .btn-toggle .bar:nth-child(1) {
		transform: translateY(4px) rotate(45deg);
	}
	header#type-01 .gnb-wrap .header-util .btn-toggle .bar:nth-child(2) {
		opacity: 0;
		transform: translateX(200%);
	}
	header#type-01 .gnb-wrap .header-util .btn-toggle .bar:nth-child(3) {
		transform: translateY(-4px) rotate(-45deg);
	}
	header#type-01 .gnb-wrap nav {
		background: #fff;
	}
	header#type-01 .gnb-wrap nav ul {
		flex-direction: column;
		width: 100%;
		max-width: none;
		padding: 0;
	}
	header#type-01 .gnb-wrap nav ul .nav-item {
		padding: 20px 0 20px 30px;
		border-bottom: 1px solid #d2d2d2;
	}
	header#type-01 .gnb-wrap nav ul .nav-item:nth-last-child(1) {
		border-bottom: 0;
	}
	header#type-01 .gnb-wrap nav ul .nav-item .nav-link {
		margin-bottom: 0;
		padding: 0 0 5px;
		font-size: 27px;
		font-weight: 600;
		text-align: left;
		color: #353535;
	}
	header#type-01 .gnb-wrap nav ul .nav-item .nav-link:after {
		display: none;
	}
	header#type-01 .gnb-wrap nav ul .nav-item > ul {
		display: block !important;
		position: static;
		padding: 0;
		text-align: left;
		background: #fff;
	}
	header#type-01 .gnb-wrap nav ul .nav-item > ul li a {
		display: block;
		clear: both;
		width: 100%;
		padding: 0;
		font-size: 21px;
		font-weight: 400;
		text-align: inherit;
		white-space: nowrap;
		color: #353535;
		border: 0;
		background-color: transparent;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu {
		display: block !important;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul {
		margin-bottom:0;
		padding:0;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul li {
		list-style:none;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul li {
		background-repeat:no-repeat;
		background-position:center;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul li.quickmenu01-img {
		background-image:url('/resources/images/quickmenu-ico01.png');
		background-size:33px;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul li.quickmenu02-img {
		background-image:url('/resources/images/quickmenu-ico02.png');
		background-size:30px;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul li.quickmenu03-img {
		background-image:url('/resources/images/quickmenu-ico03.png');
		background-size:23px;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul li.quickmenu04-img {
		border-right:0;
		background-color:#ffe900;
		background-image:url('/resources/images/quickmenu-ico04.png');
		background-size:37px;
	}
	/* E: type-01 */
	/* S: type-02 */
	header#type-02 {
		display: block;
		justify-content: normal;
		max-width: none;
	}
	header#type-02 h1 {
		padding: 39px 0;
		text-align: center;
		margin:0;
		line-height:1;
		font-size:0;
	}
	header#type-02 h1 img {
		zoom: .5;
	}
	header#type-02 .mo-util a {
		position: absolute;
		top: 39px;
		right: 10px;
	}
	header#type-02 .mo-util a i {
		font-size: 24px;
		color: #40aef4;
	}
	header#type-02 .mo-util .btn-toggle {
		position: absolute;
		top: 33px;
		left: 10px;
		width: 29px;
		height: 29px;
	}
	header#type-02 .mo-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 4px;
		margin-top: 6px;
		background: #40aef4;
		transition: all .3s ease-in-out;
	}
	header#type-02 .mo-util .btn-toggle .bar:nth-child(3) {
		width: 78%;
	}
	header#type-02 .gnb-wrap {
		display: flex;
		position: fixed;
		z-index: 999;
		top: -85%;
		left: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		flex-direction: column;
		width: 100%;
		height: 85%;
		padding: 40px;
		text-align: center;
		color: #fff;
		background: #3c78dd;
		transition: all 0.3s;
		align-items: center;
	}
	header#type-02 .gnb-wrap.is-open {
		top: 0;
		opacity: 1;
	}
	header#type-02 .gnb-wrap .header-util {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
	}
	header#type-02 .gnb-wrap .header-util ul {
		justify-content: center;
	}
	header#type-02 .gnb-wrap .header-util ul li a {
		display: block;
		padding: 18px 27px;
		font-size: 18px;
		color: #9ebcee;
		border: 1px solid #9ebcee;
		border-radius: 27px;
	}
	header#type-02 .gnb-wrap .header-util ul li + li {
		padding-left: 10px;
	}
	header#type-02 .gnb-wrap .header-util ul li + li:before {
		display: none;
	}
	header#type-02 .gnb-wrap .header-util .btn-toggle {
		top: 40px;
		right: 40px;
		bottom: auto;
		width: 32px;
		height: 32px;
	}
	header#type-02 .gnb-wrap .header-util .btn-toggle .bar {
		width: 32px;
		height: 2px;
		background: #fff;
	}
	header#type-02 .gnb-wrap .header-util .btn-toggle.is-active .bar:nth-child(1) {
		transform: translateY(4px) rotate(45deg);
	}
	header#type-02 .gnb-wrap .header-util .btn-toggle.is-active .bar:nth-child(2) {
		opacity: 0;
		transform: translateX(200%);
	}
	header#type-02 .gnb-wrap .header-util .btn-toggle.is-active .bar:nth-child(3) {
		transform: translateY(-4px) rotate(-45deg);
	}
	header#type-02 .gnb-wrap nav {
		width: 100%;
		margin: 50px 0 65px;
	}
	header#type-02 .gnb-wrap nav .nav-item {
		padding: 0 0 20px;
	}
	header#type-02 .gnb-wrap nav .nav-item .nav-link {
		padding: 21px 0 26px;
		font-size: 26px;
		color: #fff;
		border-bottom: 1px solid #9ebcee;
	}
	header#type-02 .gnb-wrap nav .nav-item ul {
		display: none;
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		text-align: center;
		background: transparent;
		transform: none;
	}
	header#type-02 .gnb-wrap nav .nav-item ul li a {
		display: block;
		padding: 5px 0 4px;
		font-size: 21px;
		font-weight: 400;
		opacity: .8;
		color: #fff;
	}
	/* E: type-02 */
	/* S: type-03 */
	header#type-03 {
		padding: 21px 0 23px;
		text-align: center;
		/* background: #fff; */
	}
	header#type-03 h1 {
		text-align: center;
		width: 100%;
	}
	header#type-03 h1 img {
		zoom: .5;
	}
	header#type-03 .mo-util > a {
		display: block;
		position: absolute;
		top: 50%;
		left: 27px;
		transform: translateY(-50%);
	}
	header#type-03 .mo-util > a .fas {
		font-size: 21px;
		color: #3e3e3e;
	}
	header#type-03 .mo-util .btn-toggle {
		display: block;
		position: absolute;
		top: 50%;
		right: 25px;
		width: 24px;
		height: 24px;
		transform: translateY(-50%);
		margin: 0;
		padding: 0;
		vertical-align: top;
		border: 0;
		background-color: transparent;
		cursor: pointer;
	}
	header#type-03 .mo-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 4px;
		margin-top: 3px;
		background: #313131;
		transition: all .3s ease-in-out;
	}
	header#type-03 .mo-util .btn-toggle.is-active .bar:nth-child(1) {
		transform: translateY(4px) rotate(45deg);
	}
	header#type-03 .mo-util .btn-toggle.is-active .bar:nth-child(2) {
		opacity: 0;
		transform: translateX(200%);
	}
	header#type-03 .mo-util .btn-toggle.is-active .bar:nth-child(3) {
		transform: translateY(-4px) rotate(-45deg);
	}
	header#type-03 .gnb-wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -84%;
		overflow-x: hidden;
		overflow-y: scroll;
		width: 83.958vw;
		height: 100vh;
		opacity: 0;
		background: #fff;
		transition: all 0.3s;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-overflow-scrolling: touch;
		display: block;
	}
	header#type-03 .gnb-wrap.is-open {
		right: 0;
		opacity: 1;
	}
	header#type-03 .gnb-wrap .header-util {
		display: flex;
		position: static;
		justify-content: space-between;
		padding: 22px 30px 23px 40px;
		border-bottom: 1px solid #ededed;
		background: #f8f8f8;
		transform: none;
		align-items: center;
	}
	header#type-03 .gnb-wrap .header-util ul li + li {
		padding-left: 50px;
	}
	header#type-03 .gnb-wrap .header-util ul li + li:before {
		left: 25px;
		height: 13px;
		background: #dba124;
	}
	header#type-03 .gnb-wrap .header-util ul li a {
		font-size: 17px;
		color: #818181;
	}
	header#type-03 .gnb-wrap .header-util .btn-toggle {
		width: 24px;
		height: 24px;
	}
	header#type-03 .gnb-wrap .header-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 2px;
		background: #000;
		transition: all .3s ease-in-out;
	}
	header#type-03 .gnb-wrap .header-util .btn-toggle .bar:nth-child(1) {
		transform: translateY(4px) rotate(45deg);
	}
	header#type-03 .gnb-wrap .header-util .btn-toggle .bar:nth-child(2) {
		opacity: 0;
		transform: translateX(200%);
	}
	header#type-03 .gnb-wrap .header-util .btn-toggle .bar:nth-child(3) {
		transform: translateY(-4px) rotate(-45deg);
	}
	header#type-03 .gnb-wrap nav ul .nav-item {
		margin-bottom: -1px;
		padding: 0;
		text-align: left;
	}
	header#type-03 .gnb-wrap nav ul .nav-item + .nav-item {
		border-top: 1px solid #d2d2d2;
	}
	header#type-03 .gnb-wrap nav ul .nav-item .nav-link {
		position: relative;
		padding: 22px 30px 20px 40px;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.1;
		color: #353535;
		border-bottom: 1px solid #d2d2d2;
	}
	header#type-03 .gnb-wrap nav ul .nav-item .nav-link:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 50px;
		width: 14px;
		height: 14px;
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #353535;
		transition: 200ms ease-in-out;
		transform: rotate(45deg) translateY(calc(-50% - 5px));
	}
	header#type-03 .gnb-wrap nav ul .nav-item .nav-link.is-active:after {
		right: 45px;
		transform: rotate(-135deg) translateY(calc(-50% + 10px));
	}
	header#type-03 .gnb-wrap nav ul .nav-item ul {
		display: none;
		position: static;
		padding: 0;
		text-align: left;
		background: #f8f8f8;
		transform: none;
	}
	header#type-03 .gnb-wrap nav ul .nav-item ul li a {
		display: block;
		padding: 14px 30px 13px 40px;
		font-size: 21px;
		line-height: 1.1;
		color: #353535;
	}
	header#type-03 .gnb-wrap nav ul .nav-item ul li:nth-child(1) a {
		padding: 24px 30px 13px 40px;
	}
	header#type-03 .gnb-wrap nav ul .nav-item ul li:nth-last-child(1) a {
		padding: 14px 30px 23px 40px;
	}
	/* E: type-03 */
	/* S: type-04 */
	header#type-04 {
		position: fixed;
		padding: 29px 25px;
		top: 0;
		right: auto;
		left: auto;
		width:100%;
		background:#fff;
		z-index: 19;
	}
	header#type-04 h1 {
		padding: 0;
	}
	header#type-04 h1 img {
		zoom: .5;
	}
	header#type-04 .mo-util .btn-toggle {
		width: 29px;
		height: 29px;
		margin: 0;
		padding: 0;
		vertical-align: top;
		border: 0;
		background-color: transparent;
		cursor: pointer;
	}
	header#type-04 .mo-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 4px;
		margin-top: 6px;
		background: #4e8bca;
	}
	header#type-04 .mo-util .btn-toggle .bar:nth-child(3) {
		width: 73%;
	}
	header#type-04 .mo-util a {
		display: block;
		margin-right: 25px;
		font-size: 24px;
		line-height: 24px;
		color: #4e8bca;
	}
	header#type-04 .gnb-wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -84%;
		overflow-x: hidden;
		overflow-y: scroll;
		width: 83.958vw;
		height: 100vh;
		opacity: 0;
		background: #fff;
		transition: all 0.3s;
		-webkit-overflow-scrolling: touch;
	}
	header#type-04 .gnb-wrap.is-open {
		right: 0;
		opacity: 1;
	}
	header#type-04 .gnb-wrap .header-util {
		display: flex;
		position: static;
		justify-content: space-between;
		padding: 23px 20px 23px 30px;
		background: #4e8bca;
	}
	header#type-04 .gnb-wrap .header-util ul {
		margin: 0;
	}
	header#type-04 .gnb-wrap .header-util ul li + li:before {
		display: none;
	}
	header#type-04 .gnb-wrap .header-util ul li a {
		font-size: 16px;
		line-height: 1.3;
		color: #fff;
	}
	header#type-04 .gnb-wrap .header-util .btn-toggle {
		width: 24px;
		height: 24px;		
	    border: 0;
		padding: 0;
	    background-color: transparent;
		cursor: pointer;
	}
	header#type-04 .gnb-wrap .header-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	header#type-04 .gnb-wrap .header-util .btn-toggle .bar:nth-child(1) {
		transform: translateY(2px) rotate(45deg);
	}
	header#type-04 .gnb-wrap .header-util .btn-toggle .bar:nth-child(2) {
		opacity: 0;
		transform: translateX(200%);
	}
	header#type-04 .gnb-wrap .header-util .btn-toggle .bar:nth-child(3) {
		transform: translateY(-2px) rotate(-45deg);
	}
	header#type-04 .gnb-wrap nav {
		padding: 0;
	}
	header#type-04 .gnb-wrap nav ul .nav-item {
		margin-bottom: -1px;
		padding: 0;
		text-align: left;
	}
	header#type-04 .gnb-wrap nav ul .nav-item + .nav-item {
		border-top: 1px solid #d2d2d2;
	}
	header#type-04 .gnb-wrap nav ul .nav-item .nav-link {
		position: relative;
		padding: 18px 20px 19px 30px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.1;
		color: #353535;
		border-bottom: 1px solid #d2d2d2;
	}
	header#type-04 .gnb-wrap nav ul .nav-item .nav-link:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 35px;
		width: 14px;
		height: 14px;
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #333333;
		transition: 200ms ease-in-out;
		transform: rotate(45deg) translateY(calc(-50% - 10px));
	}
	header#type-04 .gnb-wrap nav ul .nav-item .nav-link.is-active {
		color: #4e8bca;
	}
	header#type-04 .gnb-wrap nav ul .nav-item .nav-link.is-active:after {
		right: 25px;
		border-color: #3ab1e9;
		transform: rotate(-135deg) translateY(calc(-50% + 10px));
	}
	header#type-04 .gnb-wrap nav ul .nav-item ul {
		display: none;
		position: static;
		padding: 0;
		text-align: left;
		background: #f8f8f8;
		transform: none;
	}
	header#type-04 .gnb-wrap nav ul .nav-item ul li {
		padding: 0;
	}
	header#type-04 .gnb-wrap nav ul .nav-item ul li a {
		display: block;
		padding: 6px 20px 5px 30px;
		font-size: 18px;
		font-weight: 300;
		line-height: 1.1;
		color: #333333;
	}
	header#type-04 .gnb-wrap nav ul .nav-item ul li:nth-child(1) a {
		padding-top: 24px;
	}
	header#type-04 .gnb-wrap nav ul .nav-item ul li:nth-last-child(1) a {
		padding-bottom: 23px;
	}
	/* E: type-04 */	
	/* S: type-05 */
	header#type-05 {
		display: flex;
		justify-content: space-between;
		padding: 35px 16px 28px 0;
		align-items: center;
	}
	header#type-05 h1 {
		margin: 0 0 0 25px;
		line-height: 0;
		font-size: 0;
	}
	header#type-05 h1 img {
		zoom: .5;
	}
	header#type-05 .mo-util {
		justify-content: center;
		align-items: center;
	}
	header#type-05 .mo-util a {
		display: block;
		margin-right: 25px;
		font-size: 24px;
		line-height: 24px;
		color: #3e3e3e;
	}
	header#type-05 .mo-util .btn-toggle {
		width: 24px;
		height: 23px;
		padding: 0;
	    border: none;
		background: transparent;
	}
	header#type-05 .mo-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 3px;
		margin-top: 6px;
		background: #000;
	}
	header#type-05 .mo-util .btn-toggle .bar:nth-child(1) {
		margin-top: 0;
	}
	header#type-05 .gnb-wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -84%;
		width: 83.958vw;
		height: 100vh;
		max-width: 403px;
		pointer-events: none;
		opacity: 0;
		background: #fff;
		transition: all 0.3s;
		margin:0;
	}
	header#type-05 .gnb-wrap.is-open {
		right: 0;
		pointer-events: auto;
		opacity: 1;
	}
	header#type-05 .gnb-wrap .inner {
		overflow-x: hidden;
		overflow-y: scroll;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	header#type-05 .gnb-wrap .header-util {	
		position: static;
		justify-content: space-between;
		padding: 21px 15px;
		background: #f8f8f8;
		border-bottom: 1px solid #ededed;
	}
	header#type-05 .gnb-wrap .header-util ul {
		margin-bottom: 0;
	}
	header#type-05 .gnb-wrap .header-util ul.list-sns {
		display: none !important;
	}
	header#type-05 .gnb-wrap .header-util ul:not(.list-sns) li + li:before {
		display: none;
	}
	header#type-05 .gnb-wrap .header-util ul:not(.list-sns) li a {
		padding: 26px 0;
		font-size: 17px;
		line-height: 1;
		color: #818181;
	}
	header#type-05 .gnb-wrap nav ul .nav-item + .nav-item {
		border-top: 1px solid #d2d2d2;
	}
	header#type-05 .gnb-wrap .header-util .btn-toggle {
		width: 24px;
		height: 24px;
		border: 0;
		padding: 0;
		background-color: transparent;
		cursor: pointer;
	}
	header#type-05 .gnb-wrap .header-util .btn-toggle .bar {
		display: block;
		width: 24px;
		height: 2px;
		background: #000;
	}
	header#type-05 .gnb-wrap .header-util .btn-toggle .bar:nth-child(1) {
		transform: translate(6px, 1px) rotate(45deg);
	}
	header#type-05 .gnb-wrap .header-util .btn-toggle .bar:nth-child(2) {
		transform: translate(6px, -1px) rotate(-45deg);
	}
	header#type-05 .gnb-wrap .header-util .btn-toggle .bar:nth-child(3) {
		display: none;
	}
	header#type-05 .gnb-wrap nav ul .nav-item {
		padding: 37px 45px;
		text-align: left;
	}
	header#type-05 .gnb-wrap nav ul .nav-item .nav-link {
		position: relative;
		padding: 0;
		font-weight: 700;
		font-size: 27px;
		color: #353535;
		line-height: 1;
	}
	header#type-05 .gnb-wrap nav ul .nav-item .nav-link:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		width: 14px;
		height: 14px;
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #333;
		transition: 200ms ease-in-out;
		transform: translateY(calc(-50% - 5px)) rotate(45deg);
	}
	header#type-05 .gnb-wrap nav ul .nav-item .nav-link.is-active {
		color: #333;
		background: #fff;
	}
	header#type-05 .gnb-wrap nav ul .nav-item .nav-link.is-active:after {
		border-color: #333;
		transform: translateY(calc(-50% + 5px)) rotate(-135deg);
	}
	header#type-05 .gnb-wrap nav ul .nav-item ul {
		display: none;
		position: static;
		padding: 0;
		margin: 25px 0 0 0;
		text-align: left;
		background: #fff;
		transform: none;
	}
	header#type-05 .gnb-wrap nav ul .nav-item ul li a {
		display: block;
		padding: 0;
		font-size: 18px;
		font-weight: 300;
		line-height: 2.1;
		color: #333;
	}
	/* E: type-05 */
	/* S: type-06 */
	header#type-06 {
		display: flex;
		height: 100%;
		justify-content: space-between;
		padding: 35px 16px 28px 0;
		align-items: center;
		border-bottom: 1px solid #d3d3d3;
	}
	header#type-06 h1 {
	    line-height: 0;
		margin: 0 0 0 25px;
	}
	header#type-06 h1 img {
		zoom: .5;
	}
	header#type-06 .mo-util {
		justify-content: center;
		align-items: center;
	}
	header#type-06 .mo-util a {
		display: block;
		margin-right: 25px;
		font-size: 24px;
		line-height: 24px;
		color: #3ab1e9;
	}
	header#type-06 .mo-util .btn-toggle {
		width: 24px;
		height: 23px;
		padding: 0;
		margin: 0;
		background: transparent;		
	    cursor: pointer;
		border: none;
	}
	header#type-06 .mo-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 3px;
		margin-top: 6px;
		background: #3ab1e9;
	}
	header#type-06 .mo-util .btn-toggle .bar:nth-child(1) {
		margin-top: 0;
	}
	header#type-06 .mo-util .btn-toggle .bar:nth-last-child(1) {
		width: 78%;
	}
	header#type-06 .gnb-wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -84%;
		width: 83.958vw;
		height: 100vh;
		max-width: 370px;
		pointer-events: none;
		opacity: 0;
		background: #fff;
		transition: all 0.3s;
	}
	header#type-06 .gnb-wrap.is-open {
		right: 0;
		pointer-events: auto;
		opacity: 1;
	}
	header#type-06 .gnb-wrap .inner {
		overflow-x: hidden;
		overflow-y: scroll;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	header#type-06 .gnb-wrap .header-util {
		position: static;
		background: #f0f0f0;
	}
	header#type-06 .gnb-wrap .header-util ul{
		padding: 0;
		margin: 0;
	}
	header#type-06 .gnb-wrap .header-util ul li {
		padding:0 1.5rem;
	}
	header#type-06 .gnb-wrap .header-util ul.list-sns {
		display: none !important;
	}
	header#type-06 .gnb-wrap .header-util ul:not(.list-sns) li + li:before {
		display: none;
	}
	header#type-06 .gnb-wrap .header-util ul:not(.list-sns) li a {
		display:block;
		padding: 21px 0;
		font-size: 17px;
		color: #51baec;
	}
	header#type-06 .gnb-wrap .header-util .btn-toggle {
		position: absolute;
		top: 0;
		left: -45px;
		width: 45px;
		height: 45px;
		background: #51baec;
		border: none;
	}
	header#type-06 .gnb-wrap .header-util .btn-toggle .bar {
		display: block;
		position: absolute;
		width: 24px;
		height: 2px;
		background: #fff;
		left: 50%;
	}
	header#type-06 .gnb-wrap .header-util .btn-toggle .bar:nth-child(1) {
		transform: translate(-50%, 0) rotate(45deg);
	}
	header#type-06 .gnb-wrap .header-util .btn-toggle .bar:nth-child(2) {
		transform: translate(-50%, 0) rotate(-45deg);
	}
	header#type-06 .gnb-wrap .header-util .btn-toggle .bar:nth-child(3) {
		display: none;
	}
	header#type-06 .gnb-wrap nav ul .nav-item {
		text-align: left;
		border: 0;
	}
	header#type-06 .gnb-wrap nav ul .nav-item:nth-last-child(1) {
		border: 0;
	}
	header#type-06 .gnb-wrap nav ul .nav-item .nav-link {
		position: relative;
		padding: 22px 50px 22px 30px;
		font-size: 20px;
		border-bottom: 1px solid #fff;
		background: #51baec;
	}
	header#type-06 .gnb-wrap nav ul .nav-item .nav-link:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		width: 14px;
		height: 14px;
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #fff;
		transition: 200ms ease-in-out;
		transform: translateY(calc(-50% - 5px)) rotate(45deg);
	}
	header#type-06 .gnb-wrap nav ul .nav-item .nav-link.is-active {
		color: #333;
		border-bottom: 1px solid #e0e0e0;
		background: #fff;
	}
	header#type-06 .gnb-wrap nav ul .nav-item .nav-link.is-active:after {
		border-color: #3ab1e9;
		transform: translateY(calc(-50% + 5px)) rotate(-135deg);
	}
	header#type-06 .gnb-wrap nav ul .nav-item ul {
		display: none;
		position: static;
		padding: 15px 0;
		border-bottom: 1px solid #e0e0e0;
		background: #fff;
		transform: none;
	}
	header#type-06 .gnb-wrap nav ul .nav-item ul li a {
		display: block;
		padding: 0 35px;
		font-size: 18px;
		font-weight: 300;
		line-height: 2.1;
		color: #333;
	}
	/* E: type-06 */
	/* S: type-08 */
	header#type-08 {
		width: 100%;
		height: 70px;
		padding: 0 15px;
	}
	header#type-08 h1 {
		display:table;
		margin: 0 0 0 0;
		padding: 0;
		line-height: 0;
		font-size: 0;
	}
	header#type-08 h1 a {
		display:table-cell !important;
		vertical-align: middle;
	    font-size: 0;
	}
	header#type-08 h1 img {
		zoom: .5;
	}
	header#type-08 .mo-util {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header#type-08 .mo-util a {
		display: block;
		margin-right: 25px;
		font-size: 24px;
		line-height: 24px;
		color: #3e3e3e;
	}
	header#type-08 .mo-util .btn-toggle {
		width: 25px;
		height: 20px;
		padding: 0;
	    border: none;
		background: transparent;
	}
	header#type-08 .mo-util .btn-toggle .bar {
		display: block;
		width: 100%;
		height: 4px;
		margin-top: 4px;
		background: #000;
	}
	header#type-08 .mo-util .btn-toggle .bar:nth-child(1) {
		margin-top: 0;
	}
	header#type-08 .gnb-wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -84%;
		width: 83.958vw;
		height: 100vh;		
	    max-width: 403px;
		pointer-events: none;
		opacity: 0;
		background: #fff;
		transition: all 0.3s;
		margin:0;
	}
	header#type-08 .gnb-wrap.is-open {
		right: 0;
		pointer-events: auto;
		opacity: 1;
	}
	header#type-08 .gnb-wrap .inner {
		overflow-x: hidden;
		overflow-y: scroll;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	header#type-08 .gnb-wrap nav {
		margin: 0;
	}
	header#type-08 .gnb-wrap .header-util {
		display: flex;
		position: static;
		justify-content: space-between;
		padding: 21px 15px;
		background: #f8f8f8;
		border-bottom: 1px solid #ededed;
	}
	header#type-08 .gnb-wrap .header-util ul.list-sns {
		display: none !important;
	}
	header#type-08 .gnb-wrap .header-util ul:not(.list-sns) li + li:before {
		display: none;
	}
	header#type-08 .gnb-wrap .header-util ul:not(.list-sns) li a {
		padding: 0;
		font-size: 17px;
		color: #818181;
	}
	header#type-08 .gnb-wrap .header-util ul.list-unstyled {
		position: static;
	}
	header#type-08 .gnb-wrap .header-util .btn-toggle {
		position: static;
		width: 24px;
		height: 24px;
		border: 0;
		padding: 0;
		background-color: transparent;
		cursor: pointer;
	}
	header#type-08 .gnb-wrap .header-util .btn-toggle .bar {
		display: block;
		width: 24px;
		height: 2px;
		margin: 0;
		background: #000;
	}
	header#type-08 .gnb-wrap .header-util .btn-toggle .bar:nth-child(1) {
		transform: translate(6px, 1px) rotate(45deg);
	}
	header#type-08 .gnb-wrap .header-util .btn-toggle .bar:nth-child(2) {
		display: none;
	}
	header#type-08 .gnb-wrap .header-util .btn-toggle .bar:nth-child(3) {
		transform: translate(6px, -1px) rotate(-45deg);
	}
	header#type-08 .gnb-wrap nav ul .nav-item {
		padding: 15px 45px;
		border-bottom: 1px solid #d2d2d2;
	}
	header#type-08 .gnb-wrap nav ul .nav-item:nth-last-child(1) {
		border: 0;
	}
	header#type-08 .gnb-wrap nav ul .nav-item .nav-link {
		position: relative;
		padding: 0;
		margin-bottom: 0;
		font-size: 1rem;
		color: #353535;
	}
	header#type-08 .gnb-wrap nav ul .nav-item .nav-link:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		width: 14px;
		height: 14px;
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #000;
		transition: 200ms ease-in-out;
		transform: translateY(calc(-50% - 5px)) rotate(45deg);
	}
	header#type-08 .gnb-wrap nav ul .nav-item .nav-link.is-active {
		color: #333;
		background: #fff;
	}
	header#type-08 .gnb-wrap nav ul .nav-item .nav-link.is-active:after {
		border-color: #000;
		transform: translateY(calc(-50% + 5px)) rotate(-135deg);
	}
	header#type-08 .gnb-wrap nav ul .nav-item ul {
		display: none;
		position: static;
		padding: 0;
		background: #fff;
		transform: none;
		text-align: left;
	}
	header#type-08 .gnb-wrap nav .nav-item ul li {
		padding: 0;
		margin-top: 10px;
	}
	header#type-08 .gnb-wrap nav .nav-item ul li:first-child {
		margin-top: 0;
	}
	header#type-08 .gnb-wrap nav ul .nav-item ul li a {
		display: block;
		padding: 0;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1;
		color: #353535;
	}
	header#type-08.sub-bg:before {
		display:none;
	}
	header#type-08.sub-bg h1 {
		padding: 0;
	}
	header#type-08.sub-bg .gnb-wrap nav .nav-item .nav-link {
		padding: 0;
		color: #353535;
	}
	header#type-08.sub-bg .gnb-wrap nav .nav-item ul {
		margin-top: 25px;
	    padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
	header#type-08.sub-bg .gnb-wrap .header-util .btn-toggle .bar {
		background: #000;
	}
	header#type-08.sub-bg .gnb-wrap .header-util ul.list-unstyled li a {
		color: #818181;
	}
	/* E: type-08 */
}
@media (max-width: 575.98px) {
	/* S: type-01 */
	header#type-01 {
		height: 47px;
	}
	header#type-01 h1 {
		left: 20px;
	}
	header#type-01 h1 a img {
		zoom: .3;
	}
	header#type-01 .mo-util {
		right: 20px;
	}
	header#type-01 .mo-util > a {
		margin-right: 0;
		font-size: 16px;
	}
	header#type-01 .mo-util .btn-toggle {
		width: 16px;
		height: 16px;
	}
	header#type-01 .mo-util .btn-toggle .bar {
		height: 3px;
	}
	header#type-01 .mo-util .btn-toggle .bar + .bar {
		margin-top: 3px;
	}
	header#type-01 .gnb-wrap aside ul li {
		height: 47px;
	}
	header#type-01 .gnb-wrap .header-util {
		height: 40px;
		padding: 0 20px;
	}
	header#type-01 .gnb-wrap .header-util ul li a {
		font-size: 12px;
		line-height: 40px;
	}
	header#type-01 .gnb-wrap .header-util .btn-toggle {
		width: 18px;
		height: 18px;
	}
	header#type-01 .gnb-wrap nav ul .nav-item .nav-link {
		font-size: 18px;
	}
	header#type-01 .gnb-wrap nav ul .nav-item > ul li a {
		font-size: 14px;
	}
	header#type-01 .gnb-wrap #sidebar_quick_menu ul li {
		background-size:30%;
	}
	/* E: type-01 */
	/* S: type-02 */
	header#type-02 h1 {
		padding: 25px 0;
	}
	header#type-02 h1 img {
		zoom: .35;
	}
	header#type-02 .mo-util a {
		top: 20px;
	}
	header#type-02 .mo-util a i {
		font-size: 16px;
	}
	header#type-02 .mo-util .btn-toggle {
		top: 22px;
		width: 20px;
		height: 20px;
	}
	header#type-02 .mo-util .btn-toggle .bar {
		height: 3px;
		margin-top: 4px;
	}
	header#type-02 .gnb-wrap {
		padding: 0 25px 35px;
	}
	header#type-02 .gnb-wrap .header-util ul li a {
		padding: 12px 18px;
		font-size: 13px;
		border-radius: 20px;
	}
	header#type-02 .gnb-wrap .header-util .btn-toggle {
		top: 25px;
		right: 25px;
		width: 21px;
		height: 21px;
	}
	header#type-02 .gnb-wrap .header-util .btn-toggle .bar {
		width: 21px;
	}
	header#type-02 .gnb-wrap nav {
		margin: 35px 0 45px;
	}
	header#type-02 .gnb-wrap nav .nav-item {
		padding: 0;
	}
	header#type-02 .gnb-wrap nav .nav-item .nav-link {
		padding: 16px 0 19px;
		font-size: 17px;
	}
	header#type-02 .gnb-wrap nav .nav-item ul li {
		padding: 0;
	}
	header#type-02 .gnb-wrap nav .nav-item ul li a {
		padding: 0;
		font-size: 14px;
	}
	/* E: type-02 */
	/* S: type-03 */
	header#type-03 {
		padding: 14px 0 15px;
	}
	header#type-03 h1 img {
		zoom: 0.33;
	}
	header#type-03 .mo-util > a {
		left: 20px;
	}
	header#type-03 .mo-util > a .fas {
		font-size: 16px;
	}
	header#type-03 .mo-util .btn-toggle {
		right: 15px;
		width: 16px;
		height: 16px;
	}
	header#type-03 .mo-util .btn-toggle .bar {
		height: 2px;
	}
	header#type-03 .gnb-wrap .header-util {
		padding: 13px 20px 15px 25px;
	}
	header#type-03 .gnb-wrap .header-util ul.list-unstyled {
		margin: 0;
	}
	header#type-03 .gnb-wrap .header-util ul li + li {
		padding-left: 35px;
	}
	header#type-03 .gnb-wrap .header-util ul li + li:before {
		left: 15px;
		height: 10px;
		margin-top: 2px;
	}
	header#type-03 .gnb-wrap .header-util ul li a {
		font-size: 12px;
	}
	header#type-03 .gnb-wrap .header-util .btn-toggle {
		width: 18px;
		height: 18px;
	}
	header#type-03 .gnb-wrap nav ul .nav-item .nav-link {
		padding: 17px 27px;
		font-size: 17px;
	}
	header#type-03 .gnb-wrap nav ul .nav-item .nav-link:after {
		right: 30px;
		width: 12px;
		height: 12px;
	}
	header#type-03 .gnb-wrap nav ul .nav-item .nav-link.is-active:after {
	right: 25px;
	}
	header#type-03 .gnb-wrap nav ul .nav-item ul li a {
		padding: 9px 27px;
		font-size: 14px;
	}
	header#type-03 .gnb-wrap nav ul .nav-item ul li:nth-child(1) a {
		padding: 19px 27px 9px 27px;
	}
	header#type-03 .gnb-wrap nav ul .nav-item ul li:nth-last-child(1) a {
		padding: 9px 27px 19px 27px;
	}
	/* E: type-03 */
	/* S: type-04 */
	header#type-04 {
		padding: 14px 15px 15px;	
	}
	header#type-04 .gnb-wrap .header-util {		
		padding: 13px 20px 15px 25px;
	}
	header#type-04 .gnb-wrap .header-util ul li a {
		font-size: 12px;
	}
	header#type-04 .mo-util .btn-toggle {
		width: 16px;
		height: 16px;
	}
	header#type-04 .mo-util .btn-toggle .bar {
		height: 3px;
		margin-top: 4px;
	}
	header#type-04 .mo-util .btn-toggle .bar:nth-child(1) {
		margin-top: 0;	
	}
	header#type-04 .mo-util a {
		font-size: 16px;
	    margin-right: 12px;
	}
	header#type-04 .gnb-wrap .header-util .btn-toggle {
		width: 16px;
		height: 16px;
	}
	header#type-04 .gnb-wrap nav ul .nav-item .nav-link {
		font-size: 17px;
	}
	header#type-04 .gnb-wrap nav ul .nav-item ul li a {
		font-size: 14px;
	}
	/* E: type-04 */
	/* S: type-05 */
	header#type-05 {
		padding: 14px 15px 15px;
	}
	header#type-05 h1 {
		margin: 0;
	}
	header#type-05 .gnb-wrap .header-util {
		padding: 13px 20px 15px 25px;
	}
	header#type-05 .gnb-wrap .header-util ul:not(.list-sns) li a {
		font-size: 14px;
	}
	header#type-05 .gnb-wrap nav ul .nav-item {
		padding: 1rem 8%;
	}
	header#type-05 .gnb-wrap nav ul .nav-item .nav-link {
		font-size: 17px;
	}
	header#type-05 .gnb-wrap nav ul .nav-item ul li a {
		font-size: 14px;
	}
	header#type-05 .mo-util a {
		font-size: 16px;
		margin-right: 12px;
	}
	header#type-05 .mo-util .btn-toggle {
		width: 16px;
		height: 14px;
	}
	header#type-05 .mo-util .btn-toggle .bar {
		height: 2px;
		margin-top: 3px;
	}
	/* E: type-05 */
	/* S: type-06 */
	header#type-06 {		
		padding: 14px 15px 15px;	
	}
	header#type-06 .mo-util a {
		font-size: 16px;
	}
	header#type-06 .mo-util .btn-toggle {
		width: 16px;
		height: 14px;
	}
	header#type-06 .mo-util .btn-toggle .bar {
		height: 2px;
		margin-top: 3px;
	}
	header#type-06 .gnb-wrap .header-util ul li {
		padding: 0 13px;
	}
	header#type-06 .gnb-wrap .header-util ul li a {
		font-size: 12px;
	}
	header#type-06 .gnb-wrap .header-util ul:not(.list-sns) li a {
		padding: 13px 0;
		font-size: 13px;
	}
	header#type-06 .gnb-wrap nav ul .nav-item .nav-link {
		font-size: 17px;
		padding: 15px 30px 15px 20px;
	}
	header#type-06 .gnb-wrap nav ul .nav-item ul li a {
		font-size: 14px;	
	}
	/* E: type-06 */
	/* S: type-07 */
	header#type-07 .gnb-wrap nav ul .nav-item {
		padding: 15px 0 15px 20px;		
	}
	header#type-07 .gnb-wrap nav ul .nav-item .nav-link {
		font-size: 17px;
	}
	header#type-07 .gnb-wrap nav ul .nav-item ul li a {
		font-size: 14px;
	}
	header#type-07 .mo-util a {
		font-size: 16px;
	}
	header#type-07 .gnb-wrap .header-util {
		padding: 13px 20px 15px 0;	
	}
	header#type-07 .gnb-wrap .header-util ul li a {
		font-size: 14px;
	}
	header#type-07 .mo-util .btn-toggle {
		width: 16px;
		height: 14px;
	}
	header#type-07 .mo-util .btn-toggle .bar {
		height: 2px;
		margin-top: 2px;
	}
	/* E: type-07 */
	/* S: type-08 */
	header#type-08 .gnb-wrap .header-util {
		padding: 13px 15px ;
	}
	header#type-08 .gnb-wrap nav ul .nav-item .nav-link {
		font-size: 17px;
	}
	header#type-08 .gnb-wrap nav ul .nav-item ul li a {
		font-size: 14px;
	}
	header#type-08 .gnb-wrap .header-util {
		padding: 13px 15px;	
	}
	header#type-08 .gnb-wrap .header-util ul li a {
		font-size: 14px;
	}
	header#type-08 .gnb-wrap .header-util ul:not(.list-sns) li a {
		font-size: 14px;
	}
	/* E: type-08 */
}
/*****************************************************************************************
	COMMON FOOTER
	: type-01 (skin01/03/05/07)
	: type-02 (skin02/04/06)
 ****************************************************************************************/
 /* S : type-01 */
footer#type-01 {
	padding: 4rem 0;
	color: rgba(255, 255, 255, 0.7);
	background: #565258;
}
footer#type-01 dl dt, footer#type-01 dl dd {
	margin: 0;
	font-weight: 400;
}
footer#type-01 .bar {
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
}
footer#type-01 .bar:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	opacity: .5;
	background: #c4c4c4;
}
footer#type-01 a {
	color: rgba(255, 255, 255, 0.5);
}
footer#type-01 a:hover {
	color: white;
}
footer#type-01 .footer-sns a {
	font-size: 25px;
	line-height: 1.1;
}
footer#type-01 .footer-sns a i {
	font-weight: 200 !important;
	vertical-align: top;
}
footer#type-01 .footer-link li a {
	font-size: 14px;
}
footer#type-01 .copyright {
	font-size: 14px;
}
/* E : type-01 */
/* S : type-02 */
footer#type-02 {
	padding: 90px 0;
	color: rgba(199, 198, 204, 0.9);
	background: #36395b;
}
footer#type-02 .inner {
	max-width: 1286px;
}
.main footer#type-02 .inner {
	max-width: 1230px;
}
footer#type-02 .hospital-name {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
}
footer#type-02 .info-list {
	margin-bottom: 0.5rem;
	font-size: 0;
}
footer#type-02 .info-list li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.015em;
}
footer#type-02 .copyright {
	font-size: 11px;
}
footer#type-02 .term {
	margin-bottom: 2rem;
	font-size: 0;
}
footer#type-02 .term li {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
}
footer#type-02 .term li a {
	font-size: 13px;
	color: rgba(199, 198, 204, 0.9);
}
footer#type-02 .sns-list {
	font-size: 0;
}
footer#type-02 .sns-list li {
	margin-left: 10px;
	font-size: 24px;
	line-height: 1;
}
footer#type-02 .sns-list li:first-child {
	margin-left: 0;
}
footer#type-02 .sns-list li a {
	margin-left: 10px;
	font-size: 24px;
	color: rgba(199, 198, 204, 0.9);
}
/* E : type-02 */

@media (max-width: 991.98px) {
	footer#type-01 {
		padding: 45px 0;
	}
	footer#type-01 .footer-sns a i {
		vertical-align: middle;
	}
	footer .copyright img {
		width: 135px;
	}
	footer#type-02 {
		position: relative;
		padding: 100px 0 40px 0;
		text-align: center;
	}
	footer#type-02 .row > * {
		position: static;
	}
	footer#type-02 .hospital-name {
		margin-bottom: 0;
		font-size: 17px;
		font-weight: 700;
		line-height: 24px;
	}
	footer#type-02 .info-list li {
		font-size: 15px;
	}
	footer#type-02 .copyright {
		margin-top: 1.5rem;
		font-size: 12px;
	}
	footer#type-02 .sns-list {
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
	}
	footer#type-02 .sns-list li {
		font-size: 32px;
	}
}
@media (max-width: 575.98px) {
	footer#type-01 {
		padding: 30px 0;
	}
	footer .copyright {
		font-size: 12px;
	}
	footer .copyright img {
		width: 90px;
	}
	footer .footer-sns a i {
		font-size: 15px;
	}
	footer .bar {
		margin-left: 6px;
		padding-left: 6px;
	}
	footer .bar:before {
		height: 10px;
		margin-top: -4px;
	}
}
/* slider type-01 */
.main-visual#type-01 {
	height: 698px;
	background: #aaa;
}
.main-visual .swiper-slide {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.main-visual#type-01 .swiper-slide .inner {
	max-width: 1436px;
	padding: 0 100px;
}
.main-visual#type-01 .swiper-slide .inner h2 {
	float: left;
	margin: 0;
}
.main-visual#type-01 .swiper-slide .inner h2 img {
	width: auto !important;
}
/* slider type-02 */
.main-visual#type-02 {
	height: 774px;
	background: #aaa;
}
.main-visual#type-02 .swiper-wrapper .inner {
	display: table;
}
.main-visual#type-02 .swiper-wrapper .inner h2 {
	float: right;
}
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
	width: 42px;
	height: 82px;
	margin-top: -41px;
	background-size: 100%;
}
.main-visual .swiper-button-prev {
	right: auto;
	left: 10px;
	background-image: url("../images/module/main_slider_arrL.png");
}
.main-visual .swiper-button-next {
	right: 10px;
	left: auto;
	background-image: url("../images/module/main_slider_arrR.png");
}
.main-visual .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.main-visual .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 3px solid #c9c9c9;
	border-radius: 100%;
	background: transparent;
	transition: all .25s ease-in-out;
}
.main-visual .swiper-pagination .swiper-pagination-bullet-active {
	border-color: #fff;
	background: #fff;
}

@media (max-width: 1800px) {
	.main-visual#type-01 {
		height: 38.778vw;
	}
	.main-visual#type-02 {
		height: 38.778vw;
	}
}
@media (max-width: 991.98px) {
	.main-visual#type-01 {
		height: auto;
	}
	.main-visual#type-02 {
		height: auto;
	}
	.main-visual#type-01 .swiper-slide .inner {
		padding: 0;
	}
	.main-visual#type-02 .swiper-slide .inner {
		padding: 0;
	}
	.main-visual#type-01 .swiper-button-prev, .main-visual#type-01 .swiper-button-next {
		display: none;
	}
	.main-visual#type-02 .swiper-button-prev, .main-visual#type-02 .swiper-button-next {
		display: none;
	}
}
.popupLayer {
	position: absolute;
	z-index: 99;
	left: 0;
	max-width: 100%;
}
.popupLayer img {
	width: 100%;
}
.popupLayer .pop-util {
	display: flex;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 50%;
	justify-content: space-between;
	height: 25px;
	padding: 0 15px;
	border-radius: 20px;
	background: rgba(54, 56, 79, 0.5);
	transform: translateX(-50%);
	align-items: center;
}
.popupLayer .pop-util .swiper-pagination {
	position: static;
	font-size: 0.813rem;
	color: #fff;
	transform: none;
}
.popupLayer .pop-util .swiper-button-prev,
.popupLayer .pop-util .swiper-button-next {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 30px;
	height: 25px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	background: none;
	transform: none;
}
.popupLayer .pop-util .swiper-button-prev:after,
.popupLayer .pop-util .swiper-button-next:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	width: 18px;
	height: 1px;
	background: #fff;
}
.popupLayer .pop-util .swiper-button-prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
}
.popupLayer .pop-util .swiper-button-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -3px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
}
.popupLayer .pop-util .swiper-button-next:after {
	right: -1px;
	left: auto;
}
.popupLayer .pop-bottom {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.popupLayer .pop-bottom:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.popupLayer .pop-bottom a {
	display: block;
	float: left;
	width: 50%;
	padding: 2% 0;
	font-size: 13px;
	text-align: center;
	color: #2e2e2e;
	box-sizing: border-box;
}
.popupLayer .pop-bottom a.today_close {
	color: #aaaaaa;
	border-right: 1px solid #e1e1e1;
}

@media (max-width: 991.98px) {
	.popupLayer {
		top: 0 !Important;
		left: 0 !important;
		width: 100% !important;
		height: auto !important;
	}
	.popupLayer img {
		height: auto !important;
	}
}

body.ovh {
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	touch-action: none;
}