@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*메인색상*/
:root {
	--main-color-10: #07b0b4;
}

.popup_wrap_hnews4_popup_layer_9 {
	border-radius: 9px;
	box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
	height: calc(400px+40px);
	left: 160px;
	overflow: hidden;
	position: fixed;
	top: 185px;
	width: 380px;
	z-index: 9999;
	-moz-box-shadow: 10px 10px 35px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, .2);
}

.scrollfixed_menu {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	background: #fff;
	z-index:500;
}

.header_group .header_group_inner .gnb div.menu_cell:hover .over_line {
	border-bottom: 3px solid #07b0b4;
}

.login .normal_box .layer_login a:hover {
	color: #07b0b4;
}

.login .normal_box .layer_login a:hover svg {
	color: #07b0b4;
}

.all_menu_right_area .menu_btn a:hover svg, .all_menu_right_area .menu_btn a:hover {
	color: #07b0b4;
}

.search_input1 select {
	width: 125px;
	padding: 6px;
	border: 1px solid #bebec1;
	line-height: 24px;
}

.search_input2 select {
	width: 125px;
	padding: 6px;
	border: 1px solid #bebec1;
	line-height: 24px;
}

.search_input3 select{
	width: 125px;
	padding: 6px;
	border: 1px solid #bebec1;
	line-height: 24px;
}

.all_search_box{
	border: 5px solid #dbdbdb;
}

/*검색자동완성 CSS*/
#autoSearchPartWrap {
	position: absolute;
	width: 100%;
	text-align: left;
	left: 0;
	top: 0px;
	background: #fff;
}

#autoSearchPart {
	border-top: none;
	display: none;
	height: 150px;
	overflow: hidden;
	overflow-y: auto;
}

#autoSearchPart td {
	background: transparent;
	font-size: 26px; 
	padding: 10px 20px !important;
	letter-spacing: -1.5px;
}

.listIn {
	background-color :#f5f5f5;
	cursor: pointer;
}

.search_pickword .pick_word .sharp a:hover{
	background: #07b0b4;
	border: 1px solid #07b0b4;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

/*메인페이지 (와이드형 배너)*/
.main_all .sp-horizontal .sp-previous-arrow {
	left: 20% !important;
	right: auto;
	top: -20px;
}

.main_all .sp-horizontal .sp-next-arrow {
	left: auto;
	right: 20% !important;
	top: -20px;
}

/*기본 - 서브 메인페이지 (박스형배너)*/
.sp-horizontal .sp-previous-arrow {
	left: 20% !important;
	right: auto;
	top: -20px;
}

.sp-horizontal .sp-next-arrow {
	left: auto;
	right: 20% !important;
	top: -20px;
}

.cgialert_shadows{
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.cgimallalert_layers {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px 8px 13px 8px;
	text-align: center;
}

/*모바일에서 PC보기로 들어왔을경우 오른쪽바 none*/
@media all and (max-width: 1069px) {
	#quick_scroll {
		display: none;
	}
}

@media all and (min-width: 1070px) {
	#quick_scroll {
		display: block;
	}
}

.logo a {
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	font-style: normal;
}