/*header*/
#header {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 999;
  min-width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}


#header .gnb ul{display:flex;margin: 0px;padding: 0px;}
#header .gnb ul li{
	position:relative; list-style:none;padding: 0px 20px;
	min-width:130px;
}
#header .gnb li::marker{
	  content: " "; /* 마커 내용 */
	  font-size: 0em; /* 마커 크기 */
}
#header .gnb ul li a{
	width: 100%;
	vertical-align: top;
	padding: 10px;
	line-height: 25px; 
	font-weight:600;
	font-size:18px;
	color: #ffffff;
	transition: color 0.3s
}
#header .gnb ul li a:hover{
	color:#1aa890;
}
#header .gnb ul li a span{display:none; }  
#header .gnb ul li ul{
	position: absolute;
    top: 80px;
    left: 85%;
    width: 200px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    max-height: 410px;
    overflow: hidden;
    transform: translateX(-50%);
    visibility: hidden;
    height: 0;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
    transition: 1.0s;
}
#header .gnb ul li ul.sub_depth{
	display:block;
	padding: 0px;
}
#header .gnb ul li:hover ul{visibility:visible;}
#header .gnb ul li:hover ul.sub_depth01{height: 270px;}
#header .gnb ul li:hover ul.sub_depth02{height: 270px;}
#header .gnb ul li:hover ul.sub_depth03{height: 200px;}
#header .gnb ul li:hover ul.sub_depth04{height: 280px;}
#header .gnb ul li:hover ul.sub_depth05{height: 170px;}

#header .gnb ul li ul li{
	margin-bottom: 1px;
	padding: 20px;
	height: 40px;
}
#header .gnb ul li ul li a{
	display:inline-block; 
	vertical-align: top; 
	width: 100%; 
	font-weight:500;
	font-size:16px;
	line-height: 1.1875; 
	padding: 6px 0;  
	transition: color 0.3s;
}
#header .gnb ul li ul li a:hover{
	color:#1aa890;
}
#header .gnb ul li ul li ul{margin-top: 1px;}
#header .gnb ul li ul li ul li{margin-bottom: 1px;}
#header .gnb ul li ul li ul li a{
	position:relative;
	width: 100%; 
	font-weight:300; 
	font-size:16px;
	line-height: 1.1875;
	padding:6px 0 6px 8px;
	transition:color 0.3s
}


/*상단 마우스 오버시 서브메뉴 출력*/

#header .header_left {
  display: block;
  align-items: center;
}
#header .header_left.flex02{
   display: block !important;
}
#header .h_menu {
	display: flex;
	font-weight: bold;
	position: relative;				
}
#header .h_menu li{
	padding: 0px 10px;
    line-height: 20px;
    color: #ffffff;
    min-width: unset;
	width:unset;
}
#header .h_menu li a{
	color: #ffffff;
}

#header .s_menu_categoryWrap {
	width: 100%;
	background: #f7f8fa;
	position: absolute;
	left: 0;
	top:100%;
	z-index: 999;
	font-size: 17px;
	display: none;
	padding:0px;
	z-index:999;
	box-shadow: rgba(0, 0, 0, 0.04) 3px 3px 5px;
    transition: all 0.3s ease 0s;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
#header .s_menu_categoryWrap .flex04{
	padding:87px 50px;
}
#header .s_menu_categoryWrap .flex04 .s_menu_category.flex04{
	padding:0px;
}

#header .s_menu_categoryWrap.categoryImg:after{
	content:'';
	position:absolute;
	width:540px;
	height:270px;
	border-radius: 0 0 270px 270px;
	right:15px;
	top:0px;
	z-index:99;
	background-size:100%;
}
#header .s_menu_categoryWrap.categoryImg:before{
	content:'';
	position:absolute;
	width:200px;
	height:200px;
	border-radius: 50%;
	right:20px;
	bottom:30px;
	background:rgba(14,187,166,0.5);
	z-index:999;
}
#header .s_menu_categoryWrap.culture:before{
	display:none;
}

#header .s_menu_categoryWrap.company:after{
	background:url(../images/sub/sub_company.jpg)no-repeat;
	background-position:center;

}
#header .s_menu_categoryWrap.businessArea:after{
	background:url(../images/sub/sub_businessArea.jpg)no-repeat;
	background-position:center;
}
#header .s_menu_categoryWrap.possession:after{
	background:url(../images/sub/sub_possession.jpg)no-repeat;
	background-position:center;
}
#header .s_menu_categoryWrap.result:after{
	background:url(../images/sub/sub_result.jpg)no-repeat;
	background-position:center;
}
#header .s_menu_categoryWrap.customerCenter:after{
	background:url(../images/sub/sub_customerCenter.jpg)no-repeat;
	background-position:center;
}


#header .s_menu_categoryWrap .categoryTitleWrap{
	position:relative;
	width:350px;
	margin-right:50px;
}
#header .s_menu_categoryWrap .categoryTitleWrap:after{
	content:'';
	position:absolute;
	width:90px;
	height:90px;
	right:-70px;
	top:-60px;
	z-index:99;
	background-size:100%;
	background:url(../images/top/img_top01.png)no-repeat;
	background-position:center;
}
#header .s_menu_categoryWrap .categoryTitleWrap:before{
	content:'';
	position:absolute;
	width:90px;
	height:90px;
	right:20px;
	bottom:-110px;
	z-index:999;
	background-size:100%;
	background:url(../images/top/img_top02.png)no-repeat;
	background-position:center;
}


#header .s_menu_category .category{
	font-weight:600;
	margin-left:40px;
}
#header .category:hover {
	text-decoration: underline;
}
#header .s_menu_category .category a:hover{
	color:#19a58f;
	text-decoration-line: underline;
    text-decoration-color: #19a58f;
}

#header .categoryTitleWrap .categoryTitle{
	font-size:35px;
	font-weight:bold;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#222222;
}
#header .categoryTitleWrap .categoryTitle:after{
	content:'';
	position:absolute;
	right:0px;
	top:15px;
	width:40px;
	height:1px;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0,0,0,0.6);
}

#header .categoryTitleWrap div{
	font-size:15px;
	color:rgba(0,0,0,0.6);
}
	
/*상단 마우스 오버시 서브메뉴 출력*/




#header #header_left {
  display: block;
  align-items: center;
}
#header #header_left.flex02{
   display: block !important;
}

#header #header_lang {
  color: #fff;
  position: relative;
  cursor: pointer;
}
#header #header_lang a {
  display: none;
}
#header #header_lang.on a {
  display: block;
  position: absolute;
  top: 100%;
  left: 10px;
}
#header.scrolled #header_lang {
  color: #222;
}
#header.scrolled #header_lang img {
  filter: brightness(0);
}
#header .nav {
}
#header .nav .menu {
	padding-left: 50px;
    width: calc(100% - 203px);
    display: flex;
    justify-content: center;
}
#header .nav .menu li {
	float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 9.5%;
}
#header .nav .menu li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  display: block;
  width: 90%;
  text-align: center;
}
#header .nav .menu li a:hover {
}
#header .nav .etc {
  display: flex;
  align-items: stretch;
  height: auto;
}
#header .nav .etc li {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
    line-height: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    min-width: 80px;
    justify-content: center;
}
#header .nav .etc li:nth-child(1){
	width:170px;
	display:none;
}
#header .nav .etc li:nth-child(2){
	display:none;
}
#header .nav .etc li:nth-child(3){
    position: absolute;
    right: 10px;
    top: 15px;
    min-width: unset;
    border-left: 0px;
}
#header .nav:hover .etc li:nth-child(1) a{
	color:#ffffff !important;
}
#header .nav:hover .etc li:nth-child(1) a svg{
	fill:#ffffff !important;
}
#header .nav .etc li:nth-child(2){
	width:150px;
}
#header .nav .etc li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}
#header .nav .etc li a span{
    line-height: 19px;
    font-size: 15px;
    text-align: right;
    margin-right: 5px;
}
#header .nav h1 {
  font-size: 0px;
  padding: 6px 15px;
}
#header:hover{
  background: rgba(255, 255, 255, 1) !important;
  border-bottom:0px;
}
#header:hover .menu li a,#header:hover .nav .etc li a,#header:hover .nav .etc li a svg{
  color:rgb(34, 34, 34,1) !important;
  fill:rgb(34, 34, 34,1) !important;
}
#header:hover .h_menu li a{
	color:rgb(34, 34, 34,1) !important;
}

#header:hover .nav .etc li{border-left: 1px solid rgba(0, 0, 0, 0.05);}
#header.scrolled:hover{
  background: rgba(255, 255, 255, 1) !important;
}


#top{
	position: relative;
	z-index: 90;
}

#top_nav .logo{float:left;margin-top:0px;}
#top_nav .logo a{
	display:block;
	font-size:0px;
	line-height:0%;
	width:150px;
	height:54px;
}
#top_nav .logo a.default{
	background:url(../images/top/logo.png)no-repeat;
	background-size: 120px;
}
#top_nav .logo a.hover,#top_nav:hover .logo a.default{
	background:url(../images/top/logo-sejin-h.png)no-repeat;
	background-size: 120px;
}
#top_nav .logo img{max-width:600px;max-height:60px}
#top_nav>ul>li{
	display: inline-block;
}

#top_nav .link_logout{
	position: relative;
}
#top_nav .link_logout::after{
	content: 'x';
	position: absolute;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	width: 15px;
	background: #bb3a2e;
	color: #fff;
	border-radius: 100%;
	right: -5px;
	top: -5px;
}

#top_nav .link_cart{
	position: relative;
}
#top_nav .link_cart .basketcount{
	position: absolute;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	width: 15px;
	box-sizing: border-box;
	background: #3a3a3a;
	color: #fff;
	font-weight:600;
	border-radius: 100%;
	right: -5px;
	top: -5px;
}

#header .logo{
	float:unset;
}
#gnb_nav{
	display:inline-block;
}
#gnb_button{
	display: inline-block;
}
#gnb_menu{
	display: inline-block;
	margin-top:10px;
}
#gnb_menu>ul{margin-bottom:0px;}
#gnb_menu>ul>li{
	display: inline-block;
	margin-left:0px;
}
#gnb_board{
	float:right;
	margin-top: 10px;
}
#gnb_board>ul{margin-bottom:0px;}
#gnb_board>ul>li{
	display: inline-block;
	padding-bottom:20px;
}
#gnb_board>ul>li+li{
	margin-left: 20px;
}
#gnb_board #comm_helpdesk{
	position:absolute;
	top:40px;
	right:-30px;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	box-sizing:border-box;
	text-align:left;
}

.comm_helpdesk{
	position:absolute;
	top:40px;
	right:-30px;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	box-sizing:border-box;
	text-align:left;
}

.comm_helpdesk:after,
.comm_helpdesk:before{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comm_helpdesk:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.comm_helpdesk:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 9px;
	margin-left: -9px;
}

.comm_helpdesk li{
	padding:7px 0px;
}
.comm_helpdesk li a{
	font-size:13px;
}

#gnb_board #comm_helpdesk:after,
#gnb_board #comm_helpdesk:before{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#gnb_board #comm_helpdesk:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
#gnb_board #comm_helpdesk:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 9px;
	margin-left: -9px;
}

#gnb_board #comm_helpdesk li{
	padding:3px 0px;
}
#gnb_board #comm_helpdesk a{
	font-size:0.9em;
}



/* 전체메뉴보기 */
#totalMenuView {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	background: #1aa890;
	z-index: 9999;
}
#totalMenuView .pc.wrapper{
	display:none;
}
#totalMenuView .mobile.wrapper{
	display:block;
    height: 100%;
}
#totalMenuView .wrapper{
	min-width: 100%;
    margin: 0px auto;
    width: 100%;
}
#totalMenuView .wrapper h2{
	text-align: center;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    margin-bottom: 50px;
	padding: 0px 0px 20px 0px;
}
#totalMenuView .close_search{padding:20px 40px;box-sizing:border-box;text-align:right}
#totalMenuView .close_search a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:40px;
	text-align:center;
	color:#ffffff;
	transition-property: all;
	transform: rotate( 720deg );
    transition-duration: 0.3s;
}
#totalMenuView .close_search a:hover{
	transform: rotate( -45deg );
	text-decoration: none;
}

#totalMenuView .totalMenu{
	display: grid;
    grid-template-columns: repeat(4, minmax(100px, auto));
}
#totalMenuView .totalMenu h4{margin-bottom:20px;font-size:20px}
#totalMenuView .totalMenu a{
	display:block;
	padding:8px 0px 0px;
	font-size:16px;
	color:#ffffff;
}
#totalMenuView .totalMenu a:hover{color:#ffffff;text-decoration:underline;}

#totalMenuView .totalMenu h3{
	display: flex;
    align-items: center;
    color: #fff;	
	font-size:30px;
	padding-top:0px;
}
#totalMenuView .totalMenu h3 p{
    background: rgba(255, 255, 255, 0.65);
    width: 70px;
    height: 70px;
    border-radius: 60px;
    margin-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#totalMenuView .totalMenu li{
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 40px;
    padding-right: 40px;
    margin-bottom: 150px;
    min-height: 290px;
}

#totalMenuView .totalMenu li ul li{
	border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    min-height: 0px;	
}

#totalMenuView_bar{
	position: relative;
	border-bottom: 0px solid #ccc;
	margin-bottom: 80px;
	padding:6px 0px;
	background:#f9f9f9;
	border-radius:50px;
}
#totalMenuView_bar input{
	/*color: #666;*/
	display:block;
	width: calc(39% - 60px);
	height: 50px;
	line-height:50px;
	margin:0 auto;
	font-size: 24px;
	font-weight:100;
	padding: 0;
	box-sizing:border-box;
	background:none;
	border: none;
	outline: none;
}
#totalMenuView_bar input::placeholder{
	color: #aaaaaa;
	letter-spacing: 0px;
}
#totalMenuView_bar a{
	display:block;
	position: absolute;
	left: 50%;
	top: 6px;
	width:50px;
	height:50px;
	line-height:50px;
	margin-left:176px;
	border-radius:50px;
	background:#f5f5f5;
	font-size:0px;
	text-align:center;
	cursor: pointer;
}
#totalMenuView_bar a img {
	vertical-align: middle;
}
#top_menu .pc.h_menu{display:none;}
/*#top_menu .mobile.h_menu{display:flex;}*/
#top_menu .mobile.h_menu{display:none;}
#top_menu .pc.s_menu{display:none;}


@media ( min-width: 768px ) {

}

@media ( min-width: 1024px ) {
	/*header*/
	#header {
	  position: fixed;
	  left: 0px;
	  width: 100%;
	  z-index: 999;
	  min-width: 1350px;
	  border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	#header .header_left.flex02{
	   display: flex !important;
	}
	#header .nav h1 {
	  padding: 6px 30px;
	}

	#header #header_left {
	  display: flex;
	  align-items: center;
	}
	#header #header_left.flex02{
	   display: flex !important;
	}
	#header .logo{
		float:left;
	}
	#header .nav .etc li:nth-child(1),#header .nav .etc li:nth-child(2){
		display:flex;
	}
	#header .nav .etc li:nth-child(3){
		position: unset;
		border-left: 1px solid rgba(255, 255, 255, 0.15);
		min-width: 80px;
	}
	#header .nav .etc {
	  height: 80px;
	}
	#top_nav .logo a.default{
		background:url(../images/top/logo.png)no-repeat;
		background-size: 100%;
	}
	#top_nav .logo a.hover,#top_nav:hover .logo a.default{
		background:url(../images/top/logo-sejin-h.png)no-repeat;]
		background-size: 100%;
	}



	/*상단 마우스 오버시 서브메뉴 출력*/
	#header .h_menu li a {
        height: 80px;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

	#header .h_menu li{
		padding: 0px 20px;
		color: #ffffff;
		min-width:100px;
		width:auto;
	}

	#top_menu .pc.h_menu{display:flex;}
	#top_menu .mobile.h_menu{display:none;}
	#top_menu .pc.s_menu{display:block;}

	/*전체메뉴보기*/
	#totalMenuView .pc.wrapper{
		display:block;
	}
	#totalMenuView .mobile.wrapper{
		display:none;
	}
	#totalMenuView .wrapper{
		min-width: 1100px;
		margin: 0px auto;
		width: 70%;
	}

}