/*****************************************************
Include
*****************************************************/
/* temp 
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:not([href*="#"]),
li[role="none"] > ul[role="menu"] > li a[role="menuitem"]:not([href*="#"]),
#side .side-menu-list > li [role="menuitem"]:not([href*="#"]) {
color: red !important;
}
*/

/* main */

.main .top-main {
	position: absolute;
	left: 0;
	right: 0;  
	z-index: 100;
}
.top-main {
	transition: all ease-in-out 0.3s;
}

.top-main strong {
	font-family: 'NanumPen';
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	color: #0ea6ad;
	padding-right: 5px;
}

/***** Header *****/

/* container-fluid */

.top-main .container-fluid {
	max-width: 100%;
}

@media(min-width: 576px) {
	.top-main .container-fluid {
		max-width: 540px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media(min-width: 768px) {
	.top-main .container-fluid {
		max-width: 720px;
	}
}
@media(min-width: 992px) {
	.top-main .container-fluid {
		max-width: 960px;
	}
}
@media(min-width: 1200px) {
	.top-main .container-fluid {
		max-width: 1140px;
	}
}
@media(min-width: 1300px) {
	.top-main .container-fluid {
		max-width: 100%;
	}
}

/* top main */
.top-main .top-main-layout > .ly-item {
	display: flex;
	height: 60px;
	align-items: center;
}
.top-main .site-title {
	display: flex;
	align-items: center;
	margin: 0;
}
.top-main .site-title .site-link {
	display: flex;
	align-items: center;
	margin: 0;
	position: relative;
	width: 104px;
}
.top-main .site-title .site-link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 2px;
	margin-right: 10px;
	background: url(../img/logo.svg) no-repeat left center;
}
.top-main:hover .site-title .site-link::before {
	background: url(../img/logo.svg) no-repeat left center;
}
.main .top-main .site-title .site-link::before,
.main .top-main:hover .site-title .site-link::before {
	background: url(../img/logo-white.svg) no-repeat left center;
}
.main .top-main.fixed:hover .site-title .site-link::before,
.main .top-main.fixed .site-title .site-link::before {
	background: url(../img/logo.svg) no-repeat left center;
}
@media (min-width: 1300px) {
	.top-main .site-title {
		padding: 0 15px;
	}
	.top-main .site-title .site-link {
		width: 120px;
	}
	.top-main .site-title .site-link::before {
		width: 100%;
		height: 60px;
	}
	.main .top-main:hover .site-title .site-link::before {
		background: url(../img/logo.svg) no-repeat left center;
	}
}

@media (min-width: 1500px) {
	.top-main .site-title .site-link {
		width: 148px;
	}
	.top-main .site-title .site-link::before {
		height: 40px;
	}
}

/* 
@media (min-width: 400px) {
.top-main .site-logo {
width: 128px;
margin-right: 20px;
}
}
*/

@media (min-width: 992px) {
	.top-main.fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	}
	.top-main-dummy {
		height: 60px;
	}
}
@media (min-width: 1300px) {
	.top-main-dummy {
		height: 80px;
	}
}

.top-main .header-bg,
.top-main .header-bg.on {
	display: none;
}
.top-main .search-icon {
	width: 40px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.top-main .nav-bg-fostrap {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: 40px;
	height: 60px;
	padding: 0;
	border: none;
	vertical-align: baseline;
	cursor: pointer;
	transition: 0.3s;
	background-color: transparent;
}
.top-main .nav-bg-fostrap .navbar-fostrap {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	transition: 0.3s;
	background-color: transparent;
}
.top-main .nav-bg-fostrap .navbar-fostrap span {
	display: block;
	width: 24px;
	height: 2px;
	margin-left: 6px;
	margin-bottom: 6px;
	background-color: #4c5767;
}
.main .top-main .nav-bg-fostrap .navbar-fostrap span {
	background-color: white;
}
.main .top-main.fixed .nav-bg-fostrap .navbar-fostrap span {
	background-color: #4c5767;
}


.top-main .nav-bg-fostrap .navbar-fostrap span:first-child,
.top-main .nav-bg-fostrap .navbar-fostrap span:last-child {
	width: 30px;
	margin-left: 0;
}
.top-main .nav-bg-fostrap .navbar-fostrap span:last-child {
	margin-bottom: 0;
}
@media (min-width: 1300px) {
	.top-main {
		position: relative;
	}
	.top-main .header-bg {
		position: absolute;
		top: 10px;
		left: 50%;
		right: 50%;
		z-index: 10;
		display: none;
		width: 100vw;
		border-top: 1px solid #ccc;
		border-bottom: 2px solid #19175f;
		margin-left: -50vw;
		margin-right: -50vw;
		background-color: #fff;
		box-shadow: 0 5px 7px -2px rgba(59, 56, 56, 0.35);
		overflow: hidden;
	}
	.top-main .header-bg.on {
		display: block;
	}
	.top-main .header-bg > .container,
	.top-main .header-bg > .container > .row,
	.top-main .header-bg > .container > .row > [class|="col"] {
		height: 100%;
	}
	.top-main .header-bg > .container > .row > [class|="col"] {
		-ms-flex: 0 0 325px;
		flex: 0 0 325px;
		max-width: 325px;
	}
	.top-main .header-bg .header-bg-deco {
		position: absolute;
		bottom: -80px;
		right: -15px;
		display: block;
		width: 231px;
		height: 243px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 200px auto;

	}
	.top-main .header-bg .header-bg-title {
		margin-top: 30px;		
		font-size: 32px;
		font-weight: 500;
		color: #1b2e49;
	}
	.top-main .header-bg .header-bg-tagline {
		font-size: 14px;
		color: #444;
		opacity: 0.65;
	}
	.top-main .top-main-layout > .ly-item:last-child {
		display: none;
	}
	.top-main .nav-bg-fostrap {
		display: none;
	}

	.top-main .header-bg > .container > .row > [class|="col"] {
		-ms-flex: 0 0 415px;
		flex: 0 0 415px;
		max-width: 415px;
	}
	.top-main .header-bg > .container > .row > [class|="col"]::after {
		background-size: 220px auto;
	}

	.top-main,
	.top-main .top-main-layout > .ly-item,
	.menubar > li {
		height: 80px;
	}
}

@media(min-width: 1500px) {
	/*.top-main,
	.top-main .top-main-layout > .ly-item,
	.menubar > li {
	height: 100px;
}*/
}

#mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}
.menubar-box {
	position: fixed;
	top: 0;
	right: -354px;
	z-index: 200;
	width: 300px;
	height: 100%;
	max-width: 80vw;
	transition: right 0.3s;
}
.menubar-box.on {
	right: 0;
}
.menubar-close {
	position: absolute;
	top: 0px;left: -54px;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 54px;
	height: 54px;

	background: #05367b url(../img/btn-infobox-close.svg) no-repeat center;
	background-size: 24px;

	transition: all 0.3s ease 0s;
}
.menubar-close:hover,
.menubar-close:focus {
	background-color: hsl(204, 100%, 16%);
	color: white;
}
.menubar {
	list-style: none;
	display: block;
	/* height: 100%; */
	height: calc(100% - 54px);
	margin: 0;
	overflow-y: auto;
	background-color: white;
}
.menubar [role="menuitem"] {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.menubar > li > [role="menuitem"] {
	height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	letter-spacing: -.12rem;
	color: #333;
	font-weight: 700;
}
.menubar > li > [role="menuitem"].active {
	color: #0e3f71;
}
.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox {
	display: block;
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
	width: 100%;
	height: auto;
}
.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox > .menubox-inner {
	opacity: 1;
}
.menubar .menubox-inner [role="menuitem"] {
	padding-right: 10px;
}

/* 2 depth menuitem */
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1rem;	
	color: #222;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:hover,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:focus {
	color: #05367b;
	text-decoration: none;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active {
	color: #05367b;
}
.menubar > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"] + .menubox > .menubox-inner > [role="menu"] {
	display: block;
	background-color: #f3f3f5;
}

.menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar > li > [role="menuitem"][aria-haspopup="true"]::after,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 2px;
	background-color: #666;
}
.menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before {
	right: 20px;
	width: 16px;
	height: 2px;
}
.menubar > li > [role="menuitem"][aria-haspopup="true"]::after,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
	right: 27px;
	width: 2px;
	height: 16px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
	background-color: #929292;
}
.menubar > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"]::after,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"]::after {
	display: none;
}
/* 3 depth menu */
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] {
	list-style: none;
	display: none;
	padding: 10px 0;
	margin: 0;
	background-color: hsl(240, 9%, 90%);;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"]::after {
	content: "";
	clear: both;
	display: block;
}
/* 3 depth menu li */
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li {
	position: relative;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:last-child {
	margin-bottom: 0;
}
/* 2 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="true"] + [role="menu"] {
	display: block;
	border-bottom: 1px solid #ddd;
}
/* 2 depth menuitem 하위 메뉴 닫힘 */
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="false"] + [role="menu"] {
	display: none;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"] {
	display: block;
	font-size: 16px;
	padding-top: 2px;
	padding-left: 30px;
	padding-bottom: 2px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"]:hover,
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"]:focus {
	color: #555;
	text-decoration: underline;
}

.menubar .menubox-inner > .menu-deco {  
	display: none;
}
.menubar .menubox-inner > [role="menu"] {
	display: none;
}

@media (min-width: 576px) {
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
		max-width: 720px
	}
}

/* 펼침메뉴 시작 */
@media (min-width: 1300px) {
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
		display: flex;
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
		z-index: -1;
	}
	.menubar-box {
		position: static;
		top: auto;        
		right: auto;
		left: auto;
		z-index: 20;
		width: 100%;
		height: 100%;
		max-width: none;
		overflow: hidden;
		transition: right 0.3s;
	}
	.menubar .menubox {
		display: none;
	}
	.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox {
		display: none;
	}
	.menubar {
		display: flex;
		height: 100%;
		background-color: transparent;
	}
	.menubar > li {
		list-style: none;
	}
	.menubar > li:hover .menubox,
	.menubar > li:focus .menubox{
		display: block;
		background: #19175f url(../img/header-dummy-img.jpg) no-repeat left bottom;
	}
	.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox.focusin {
		visibility: visible;
		opacity: 1;
	}
	.menubar .menubox-inner [role="menuitem"] {
		padding-right: 0;
	}
	.menubar > li > [role="menuitem"] {
		justify-content: flex-start;
		height: 100%;
		border-bottom: none;
		font-weight: 500;
		color: #222;
		letter-spacing: -.12rem;
	}
	.menubar > li > [role="menuitem"] .menuitem-title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		font-weight: 700;
		line-height: 1;
	}
	.menubar > li > [role="menuitem"].active .menuitem-title {
		color: #05367b;
	}
	.menubar > li > [role="menuitem"].active .menuitem-title::after {
		content: "";
		position: absolute;
		z-index: 100;
		left: 0;
		bottom: 0;
		display: inline-block;
		width: 100%;
		height: 5px;
		background-color: #05367b;
	}
	.menubar > li > [role="menuitem"][aria-haspopup="false"]::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		display: block;
		width: 12px;
		height: 12px;
		/* background: url(/common/images/external-link.png) no-repeat center; */
	}	
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
		font-size: 17px;
		font-weight: 700;
		text-align: left;
		min-width: 160px;
		padding: 0 0 0 10px;
		white-space: nowrap;
		margin: 0 10px;
		background: #e8eefa;
	}
	.menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before,
	.menubar > li > [role="menuitem"][aria-haspopup="true"]::after,
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
		display: none;
	}
	.menubar > li > [role="menuitem"] > .menuitem-text {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.menubar > li > [role="menuitem"] > .menuitem-text::after {
		content: "";
		position: absolute;    
		left: 50%;
		bottom: 1.25rem;
		display: block;
		width: 0;
		height: 3px;
		background: #285fba;
		transition: all .3s ease;
	}
	.menubar > li:hover > [role="menuitem"] > .menuitem-text::after {
		left: 0;
		width: 100%;        
	}	
	.menubar .menubox {
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 10;
		display: none;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		background-color: white;
		box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.35);
	}	
	.menubar .menubox::before {
		right: calc((100vw - 1200px) / 2 + 1200px + 20px - (1200px * 0.25));
	}
	.menubar .menubox.on {
		z-index: 101;
	}
	.menubar > li:last-child .menubox {
		border-right: 1px solid #dcdcdc;
	}

	.menubar .menubox-dummy {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
	}
	.menubar .menubox-dummy::before {
		content: "";
		position: absolute;
		top: 0;
		left: calc((100vw - 100%) / 2 * -1);
		display: block;
		width: calc((100vw - 100%) / 2);
		height: 100%;
	}
	.menubar .menubox-dummy::after {
		content: "";
		position: absolute;
		top: 0;
		right: calc((100vw - 100%) / 2 * -1);
		z-index: -1;
		display: block;
		width: calc((100vw - 100%) / 2);
		height: 100%;        
		background-color: white;
	}
	.menubar .menubox.on .menubox-dummy,
	.menubar .menubox.on .menubox-inner {
		z-index: 1;
	}
	.menubar .menubox.on .menubox-inner {
		z-index: 2;
	}
	.menubar .menubox-dummy-1,
	.menubar .menubox-inner > .menu-deco {  
		flex: 0 0 290px;
		max-width: 290px;
		display: block;
	}  
	.menubar .menubox-dummy-1 {
		position: relative;
		z-index: 1;
	}
	.menubar .menubox-inner > .menu-deco {
		position: relative;
		padding: 60px 30px 100px 0;
	}
	.menubar .menubox-inner > .menu-deco::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		display: block;
	}
	.menubar .menubox-inner .menu-deco-inner {
		z-index: 3;
		margin-top: 0;
	}
	.menubar .menu-deco-title {
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		font-size: 25px;
		font-weight: 500;
		color: white;
	}
	.menubar .menu-deco-text {
		font-size: 14px;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1.4;
	}  
	.menubar .menubox-dummy-2,
	.menubar .menubox-inner > [role="menu"] {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		background-color: white;
		padding-right: 0;
	}
	.menubar .menubox-inner > [role="menu"] {
		background-color: transparent;
		position: relative;
	}
	.menubar .menubox-inner > [role="menu"]::before,
	.menubar .menubox-inner > [role="menu"]::after {
		content: '';
		display: block;
		width: 100%;
		height: 30px;
		background-color: #fff;
	}
	.menubar .menubox-inner > [role="menu"] > li {    
		list-style: none;
		flex: 0 0 25%;
		max-width: 25%;
		min-height: 80px;
		margin-bottom: 0;
		border-right: 1px solid #ddd;
	}
	/*.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active span::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: auto;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #05367b;
	margin-left: 10px;
}*/
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] {
		display: block !important;
		padding: 0 0 15px 0;
		background-color: transparent;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li {
		width: 100%;    
		float: none;
		margin-bottom: 0;
		padding: 0;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"] {
		padding-left: 20px;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"].active {
		color: #0c70a2;
		text-decoration: underline;
	}
	/* 
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:nth-child(-n + 2) {
	margin-top: 0;
} 
	*/
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:last-child {
		margin-bottom: 0;
	}

	/* main-header : .fixed */
	.main .top-main {
		border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	}
	.main .top-main:hover,
	.main .top-main.fixed {
		background-color: #fff;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	}
	.top-main .menubar > li > [role="menuitem"] {
		color: #222;
	}
	.main .top-main .menubar > li > [role="menuitem"] {
		color: #fff;
	}

	.top-main:hover .menubar > li > [role="menuitem"],
	.top-main.fixed .menubar > li > [role="menuitem"] {
		color: #222;
	}

	.main .top-main .menubar > li > [role="menuitem"].active .menuitem-title {
		color: #fff;
	}
	.main .top-main .menubar > li > [role="menuitem"].active .menuitem-title::after {
		background-color: #fff;
	}
	.main .top-main:hover .menubar > li > [role="menuitem"].active .menuitem-title,
	.main .top-main.fixed .menubar > li > [role="menuitem"].active .menuitem-title {
		color: #05367b;
	}
	.main .top-main:hover .menubar > li > [role="menuitem"].active .menuitem-title::after,
	.main .top-main.fixed .menubar > li > [role="menuitem"].active .menuitem-title::after {
		background-color: #05367b;
	}

	.main .top-main strong {
		color: #00ffff;
	}
	.top-main.fixed strong,
	.top-main strong {
		font-size: 30px;
		color: #0ea6ad;
	}
	.top-main:hover strong {
		color: #0ea6ad;
	}

}

/* top-search-box */
.top-search-pop {
	position: fixed;
	top: -80px;
	left: 0;
	z-index: 110;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 70px;
	background-color: rgb(178, 210, 51);
	transition: 0.3s;
}
.top-search-pop.on {
	top: 60px;
	height: 100px;
}
.top-search-pop .container-fluid {
	padding-right: 15px !important;
	margin-bottom: 0;
}
.top-search-pop .search-form {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.top-search-pop .search-form label {
	width: 100%;
	margin-bottom: 0;
}
.top-search-pop .search-input {
	display: inline-block;
	width: 100%;
	padding: 0 80px 0 20px;
	border: none;
	border-radius: 0;
	color: #222;
	font-weight: 700;
	height: 40px;
	font-size: 15px;
}
.top-search-pop .search-input::placeholder {
	color: #222;
}
.top-search-pop .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 100%;
	background: url(../img/icon-magnify-big-dark.svg) no-repeat center;
}
.top-search-box .search-btn.close {
	background: url(../img/btn-close-dark.svg) no-repeat center;
	opacity: 1 !important;
}
.main .top-search-box .search-btn.close {
	background: url(../img/btn-close.svg) no-repeat center;
}

.utility-menu ul > li.m03 [role="menuitem"].search-btn.close {
	opacity: 1 !important;
}
.utility-menu ul > li.m03 [role="menuitem"].search-btn.close .menuitem-title {
	background-image: url(../img/btn-close.svg);
}
.top-search-pop .close-search-pop {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/btn-infobox-close-dark.svg) no-repeat center;
	background-size: 24px;
}
@media (min-width: 768px) {

	.top-search-pop .search-form {
		display: block;
		max-width: 640px;
	}
}

@media (min-width: 1300px) {
	.top-search-pop {
		top: -80px;
	}
	.top-search-pop.on {
		top: 80px;
		height: 160px;
	}
	.top-search-pop .search-input {
		width: 640px;
		height: 60px;
		font-size: 19px;
	}
	.top-search-pop .search-btn {
		width: 80px;
	}

}

@media (min-width: 1500px) {
	/*.menubar .menubox {
	top: 100px;
}
	.top-search-pop {
	top: -100px;
}
	.top-search-pop.on {
	top: 100px;
	height: 160px;
}*/
}


/* top-search-box */

.top-search-box {
	position: relative;
	width: 30px;
	height: 30px;
}
.top-search-box .search-input {
	display: none;
}
.top-search-box .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 30px;
	background: url(../img/icon-magnify-big-dark.svg) no-repeat center;
}
.main .top-search-box .search-btn {
	background: url(../img/icon-magnify-big.svg) no-repeat center;
}
.main .top-main.fixed .top-search-box .search-btn {
	background: url(../img/icon-magnify-big-dark.svg) no-repeat center;
}


/* utility-menu show/hide */
.top-main-layout .ly-item > .utility-menu-box {
	display: none;
}
@media(min-width: 1300px) {
	.menubar-box .utility-menu-box {
		display: none;
	}
	.top-main-layout .ly-item > .utility-menu-box {
		display: block;
	}	
}

/* utility-menu */
.utility-menu-box { 
	position: relative; 
	height: 109px; 
	line-height: 54px;	
	z-index: 110;
}
.utility-menu { 
	margin: 0px;
	font-size: 14px; 
	line-height: inherit; 
	color: white; 
}
.utility-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.utility-menu ul li {
	flex: 1 0 50%;
	max-width: 50%;
	text-align: center;
}

.utility-menu ul li.m01 {
	background-color: #76aa1b;
}
.utility-menu ul li.m02 {
	background-color: #159cb6;
}
.utility-menu ul li.m03 {
	display: none;
	background-color: #05367b;
}
.utility-menu [role="menuitem"] span {
	color: #fff;
}

@media(min-width: 1300px) {
	/* utility-menu */  
	.top-main .container-fluid {  
		padding-right: 0;
	}
	.utility-menu-box {
		order: 2;
		height: 100%;
		line-height: 1;
	}
	.utility-menu ul li {
		flex: 1 0 auto;
		max-width: 100%;
	}
	.utility-menu ul > li.m03 {
		display: block;
	}
	.utility-menu ul > li [role="menuitem"] .menuitem-title {
		width: 80px;
		height: 80px;

		background-repeat: no-repeat;
		background-position: center top 16px;
		padding-top: 36px;

		display: flex;
		align-items: center;
		justify-content: center;
	}

	.utility-menu ul > li.m01 [role="menuitem"] .menuitem-title {
		background-image: url(../img/icon-lock-big.svg);
	}
	.utility-menu ul > li.m02 [role="menuitem"] .menuitem-title {
		background-image: url(../img/icon-profile-big.svg);
	}
	.utility-menu ul > li.m03 [role="menuitem"] .menuitem-title {
		background-image: url(../img/icon-magnify-big.svg);
	}

	.utility-menu ul > li [role="menuitem"] .menuitem-title {
		font-size: 13px;
		font-weight: 200;
		text-shadow: none;
	}

}

/* topmenu font-size */
@media (min-width: 1500px) {
	.utility-menu ul > li [role="menuitem"] .menuitem-title {
		width: 100px;
		/*height: 100px;*/
		background-position: center top 20px;
		padding-top: 40px;
	}
}
@media (min-width: 992px) {
	.menubar > li > [role="menuitem"] {
		padding: 0 20px;
		font-size: 20px;
	}
}
@media (min-width: 1300px) {
	.menubar > li > [role="menuitem"] {
		padding: 0 20px;
		font-size: 22px;
	}
}

@media (min-width: 1500px) {
	.menubar > li > [role="menuitem"] {
		font-size: 24px;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
		font-size: 19px;
	}
}

/* gnb 추가 */
.utility-menu .list.right-list {
	position: relative;
	right: auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	text-align: center;
	padding: 0 25px;
}
.utility-menu .list.right-list li {
	display: inline-block;
}
.utility-menu .list.right-list li a {
	color: #555;
	border-right:1px solid #ddd;
	padding: 0 15px
}
.utility-menu .list.right-list li:last-child a {
	border-right: none;
}
.list.right-list {
	display: none;
}

.top-main:hover .right-list > li > a, 
.top-main.fixed .right-list > li > a {
	color: #555;
}
@media (min-width: 1300px) {
	.utility-menu .list.right-list {
		display: none;
	}
	.list.right-list {
		display: block;
		/*position: absolute;
		right: 250px;*/
	}
	.list.right-list li a{
		color:#fff;
		font-size:0.875rem;
	}
}
@media (min-width: 1500px) {
	.list.right-list {
		right: 330px;
	}
}

/*로그인 관련*/
.log-info-m {
	background: #fff;
	font-size: 14px;
	color:#555;
	letter-spacing: -.075rem;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.log-info-m .user-m {
	color:#d874b6;
	font-weight: bold;
}
@media (min-width: 399px) {
	.log-info-m {
		font-size: 15px;
		letter-spacing: -.05rem;
	}
}

@media (min-width: 1300px) {
	.log-info-m {
		display: none;
	}
}