@charset "utf-8";

/********************************************************
■ PC Header
********************************************************/
#header_pc { 
	height:72px;
	border-bottom:1px solid rgba(48,51,57,0.5);
    background: #444b57;
}
#header_pc .nt-container { 
    text-align: center;
}
#header_pc .header-logo { 
	position: absolute;
	top:4px;
	left: 0px;
    margin-right:15px;
}

#header_pc .header-search {
    position: absolute;
    right:-12px;
}

#header_pc .header-search form {
    padding: 0;
    border-style: solid;
}

#header_pc .header-search input {
    font-size: 12px !important;
    width: 244px;
    height: 40px !important;
    line-height: 40px !important;
    padding-left:12px;
    background: rgba(48,51,57,0.3);
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#header_pc .header-search input:hover {
    font-size: 12px !important;
    width: 244px;
    height: 40px !important;
    line-height: 40px !important;
    padding-left:12px;
    background: #2f3136;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#header_pc .header-search .form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#header_pc .header-search .control-box {
    border: 1px solid #303339 !important;
    border-right: none !important;
}

#header_pc .header-search .control-box:hover {
    border: 1px solid #303339 !important;
    border-right: none !important;
}

#header_pc .header-search .btn {
    color: #f4f4f4;
    border: 0;
    height: 40px;
    width: 48px;
    border-radius: 0px;
    border:1px solid #36393f;
    background: #444b57;
    outline: none;
}

#header_pc .header-search .btn:hover {
    color: #f4f4f4;
    border: 0;
    height: 40px;
    width: 48px;
    border-radius: 0px;
    border:1px solid #36393f;
    background: #36393f;
    outline: none;
}

#header_pc .header-search .button-icon {
    color: #1ac1e0;
}

input::placeholder {
  color: #a8a2a5 !important;
}

#header_pc .popular_search {
    position: absolute;
    width:485px;
}

#header_pc .popular_search .keyword_color {
    color:#1ac1e0;
    float: left;
}

#header_pc .popular_search .material-icons {
    position: absolute;
    padding-top:1px;
    font-size: 18px;
}

#header_pc .popular_search .best_search {
    margin-left:20px;
}

#header_pc .popular_search_keyword {
    position: absolute;
    margin-top:19px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #header_pc .popular_search_keyword {
    position: relative !important;
    margin-top:20px;
    }
}

.basic-keyword li a { 
    color:#a8a2a5 !important; 
}

.basic-keyword li a:hover { 
    color:#1ac1e0 !important; 
}

.basic-keyword .popular_btns .pp-prev {
    right: 19px !important;
}

.basic-keyword .popular_btns .pp-next, .basic-keyword .popular_btns .pp-prev {
    background: #444b57 !important;
    position: absolute;
    overflow: hidden;
    top: 55% !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #303339 !important;
    margin-top: -12px;
    color: #f4f4f4;
    z-index: 1;
}

@media (max-width: 1024px) {
#header_pc .popular_search {
    display: none;
}
#header_pc .popular_search_keyword {
    display: none;
}
}
