@charset "UTF-8";
/* -- 상단 -- */
	.gnb { background: var(--main); }
    .gnb ul { display: flex; justify-content: flex-end; align-items: center; gap: 20px; font-size: 14px; color: #fff; }
	.gnb li a{ display: block; position: relative; padding: 10px 0; }
	.gnb li a:before{ content: "ㅣ"; position: absolute; left: -16px; }
	.gnb li:nth-child(1) a:before{ display: none; }
    .gnb li i { color: #00fff0; }

    .logo_box { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
        .logo_box .search_top { display: flex; width: 320px; border: 2px solid #144886; }
        .logo_box .search_top input { border: 0; }
        .logo_box .search_top input[type="text"] { width: calc(100% - 40px); }
        .logo_box .search_top input[type="submit"] { width: 40px; height: 40px; background: url(../../img/common/search_bg.png) 0 -40px no-repeat; font-size: 0; }

/* -- 메뉴 공통 -- */
	nav { position: relative; border-top: 1px solid #e5e5e5; }
	nav .menu { display: flex; justify-content: space-between; align-items: center; font-size: 0.9em; }
	nav .menu > li{ position: relative; transition: all 0.3s ease 0.2s; }
    /* nav .menu > li:nth-last-child(1) { width: 50px; text-align: right; } */

/* -- 상단메뉴 -- */
	nav img { width: auto; max-width: 100%; }
	nav .menu > li > a { display: block; padding: 25px 0; font-size: 1.2em; line-height: 1em; font-weight: 800; text-align: center; transition: all 0.3s ease 0.2s; }
    nav .menu > li:hover > ul { display: block; }
    nav .menu span { cursor: pointer; }

    nav .menu ul { position:absolute; left: 50%; transform: translateX(-50%); z-index: 9999; display: none; width: 200px; padding: 10px 0; border: 2px solid #256ea8; border-radius: 5px; background: #fff; }
    nav .menu ul:before { position: absolute; top: -6px; left: calc( 50% - 3px ); content: ""; border-style: solid; border-width: 0px 6px 6px 6px; border-color: transparent transparent #256ea8 transparent; }

    nav .menu ul a { display: block; padding: 5px; text-align: center; }
    nav .menu ul a:hover { color: #256ea8; }

/* 전체메뉴 */
.all_menu { display: none; justify-content: center; align-items: center; position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); }
    .all_menu.on { display: flex; }
    .all_menu .in_box { display: flex; flex-wrap: wrap; gap: 30px 50px; position: relative; width: 90%; max-width: 1100px; padding: 60px 70px; border-radius: 5px; background: #fff; }
    .all_menu .in_box .close_btn { position: absolute; top: 0; right: 0; width: 50px; height: 50px; background: #fff; }
    .all_menu .in_box dl { width: calc(25% - 38px); }
    .all_menu dt { padding: 20px 0 10px 0; font-size: 1.1em; font-weight: 800; color: var(--main); border-top: 1px solid var(--main); }
    .all_menu dd a { display: block; padding: 3px 0; color: #666; }

/* -- 모바일메뉴 -- */
	.mob_nav{ position: relative; text-align: center; overflow : hidden; }
	.mob_nav img{ width: auto; height: 30px; }
	.mob_nav a{ display: inline-block; padding: 10px 0 10px 30px; }
	.mob_nav p{ display: inline-block; padding: 17px 100px 10px 0; }
	.mob_nav .mob_left{ position: absolute; top: 0; left: 0; width: 50px; height: 50px;
						background: url(../../img/common/mob_top.png) 0 -50px no-repeat ; }
	.mob_nav .mob_btn{ position: absolute; top: 0; right: 0; width: 50px; height: 50px;
					   background: url(../../img/common/mob_top.png) -50px -50px no-repeat ; }
	.mob_nav .search_btn{ position: absolute; top: 0; right: 50px; width: 50px; height: 50px;
						background: url(../../img/common/mob_top.png) -150px -50px no-repeat ; }
/* -- 모바일 검색 -- */
	.mob_search { display: none; padding: 10px; position: absolute; top: 50px; left: 0; z-index: 10; width: 100%; border-top: 1px solid #ebf0f7; background: #fff; }
	.mob_search ul { overflow: hidden; }
	.mob_search ul li{ float: left; padding: 0 5px; }
	.mob_search ul li:nth-child(1){ width: 70%; }
	.mob_search ul li:nth-child(2){ width: 30%; }

	html.open { overflow: hidden; } /*메뉴가 열렸을때 본문이 스크롤 되지 않는다.*/
	.close { width: 50px; height: 50px; padding: 15px; position: absolute; z-index: 10; right: 0px; top: 0px; cursor: pointer; }/*닫기 버튼*/

	#menu { width: 70%; height: 100%; position: fixed; top: 0px; right: -70%; z-index: 999999; font-size: 14px; background: #fff; overflow-x: scroll;
		transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; } /*메뉴 영역*/
	#menu .menu_log{ padding: 20px; text-align: center; background: #fafafa; }
	#menu .menu_log img{ width: auto; }
	.quick_login { border-bottom: 1px solid #e5e5e5; }
	.quick_login li{ padding: 5px 0 0 0; text-align: center; }
	.quick_login li a{ display: block; height: 48px; line-height: 48px; background: #eee; }

	#nav-left > li > div { position: relative; padding: 0 0 0 20px; height: 48px; line-height: 48px; border-bottom: 1px solid #ebebeb; }
	#nav-left > .open_menu > div:after { content: "\e941"; position: absolute; right: 15px; font-family: 'xeicon'; }
	#nav-left > .open > div:after { content: "\e944"; font-family: 'xeicon'; }

/* -- 모바일 서브 -- */
	#nav-left > li > ul{ display: none; }
	#nav-left > .open_menu > ul{ display: none; padding: 5px 0; border-bottom: 1px solid #ebebeb; background: #fafafa; }
	#nav-left > .open_menu > ul > li > a{ display: block; position: relative; height: 40px; line-height: 40px; padding: 0 0 0 25px; }
	#nav-left > .open_menu > ul > li > a:before{ content: "\e93f"; font-family: 'xeicon'; position: absolute; left: 10px; }

/* -- 모바일 메뉴 오픈시 -- */
	#menu.open { right: 0px; }
	.page_cover.open { display: block; }
	.page_cover { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.4); z-index: 99999; display: none; }

/* -- 하단 -- */
footer { position: relative; padding: 3em 0; border-top: 1px solid #ebf0f7; }
	
footer .link { padding-bottom: 20px; }
    footer .link a { display: inline-block; }

footer .info{ position: relative; }
	footer .info li{ line-height: 1.5em; }
	footer .info img{ width: auto; max-width: 100%; }

footer .top{ display: block; position: absolute; bottom: 10px; right: 0; width: 60px; height: 60px; font-size: 14px; line-height: 1em; text-align: center; border-radius: 30px; }
	footer .top a{ display: block; padding: 12px 0 0 0; }

footer .f_site { position: absolute; right: 0; top: -45px; }
	footer .f_site .site_btn { display: block; width: 100%; padding: 5px 10px; font-size: 1em; line-height: 20px; height: 34px; text-align: center; border: 1px solid #ccc; cursor: pointer; transition: .3s; }
	footer .f_site .site_btn i { margin-left: 10px; vertical-align: middle; font-size: .838em; }
	footer .f_site .site_btn.on i { transform: rotate(-180deg) }

	footer .f_site .site { display: none; position: absolute; right: 0; bottom: 34px; width: 100%; color: #000; border-left: 1px solid #ccc; border-right: 1px solid #ccc; background: #fff; overflow: hidden; }
	footer .f_site .site li { position: relative; border-top: 1px solid #ddd; }
	footer .f_site .site li a { display: block; padding: .5em 3em .6em 1em; font-size: 0.85em; transition: .3s; }
	footer .f_site .site li:after { content: "\e907"; font-family: xeicon!important; position: absolute; right: -2em; top: 7px; transition: .3s; color : #fff; }
	footer .f_site .site li:hover a { color: #fff; background: #262b33; }
	footer .f_site .site li:hover:after { right: 0.6em; }

@media (max-width: 991px) {
    footer .f_site { top: 0; }
}