footer {
    width: 100vw;
    min-height: 256px;
    background-color: #222;
    margin-top: auto;
    padding: 0 5vw;
}

footer h2 {
    color: #fff;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
}

.footer__main {
    width: 100%;
    max-width: 1140px;
    padding-top: 50px;
    justify-content: space-between;
}

.naver__search {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 327px;
}

.subscribe {
    width: 320px;
}

.subscribe::placeholder {
    content: 'Email';
}

.social {
    width: 245px;
}

.lnb {
    position: relative !important;
    width: auto !important;
    margin: 0 auto !important;
    text-align: left !important;
}

#search {
    text-align: left !important;
}

#search .green_window {
    width: 280px !important;
    height: 48px !important;
    margin-right: 3px !important;
    border: 1px solid #777 !important;
}

.btn_arw {
    right: 56px !important;
    left: auto !important;
}

footer .col-md {
    padding: 0 !important;
}

.tnp-field label {
    display: none !important;
}

#search .sch_smit {
    display: inline-block !important;
    width: 42px !important;
    height: 50px !important;
    float: right !important;
    margin: 0 !important;
    background: transparent url('../images/question.png') center no-repeat !important;
    background-size: 26px 26px !important;
}

#search .input_text {
    width: 80%;
    float: left;
    height: 80%;
    color: #fff;
}

#search input:-internal-autofill-selected {
    background: none !important;
}

#search button:focus {
    outline: none !important;
}

.tnp-subscription input.tnp-submit {
    background-color: #f7b614;
    color: #fff;
    min-width: 122px;
    height: 48px;
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select {
    height: 48px;
    border-radius: 0;
}

.tooltip-naver {
    display: inline-block !important;
    width: 42px !important;
    height: 50px !important;
    float: right !important;
    margin: 0 !important;
    background: transparent url('../images/information.svg') center no-repeat !important;
    background-size: 26px 26px !important;
    cursor: pointer;
}

.tooltip-naver:hover, .tooltip-naver-hover {
    background: transparent url('../images/information-hover.svg') center no-repeat !important;
    background-size: 26px 26px !important;
}

.tooltip-naver-content {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 120px;
    bottom: 130px;
    left: 296px;
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc8;
    text-align: center;
    z-index: 10100;
}

.tooltip-naver-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: -32px;
    margin-bottom: 0 !important;
}

.tooltip-naver-content p {
    font-size: 14px;
    color: #565656;
}

.close-button-tooltip {
    position: absolute;
    top: -27px;
    right: -27px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../images/remove-button.svg') center no-repeat;
    background-size: 26px 26px;
    cursor: pointer;
}

#search .sch_smit {
    display: none !important;
}

#naver_search_form > input {
    color: #fff;
    width: 280px;
    height: 48px;
    cursor: pointer;
    padding: 0 16px;
    font-weight: bold;
    margin-right: 3px;
    border: 1px solid #777;
    background-color: transparent;
}


.footer-widgets {
    background: #2a2a2a;
}

.footer-widgets .widget-title {
    color: white;
}

.site-footer .site-info {
    background: rgb(12, 12, 12);
    color: #eaeaea;
}