.search_txt_box {
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    white-space: nowrap;
}
.search_txt_box input.search_txt {
    width: 100%;
    height: 30px;
    background: #2b303b;
    border: none;
    font-size: 15px;
    float: left;
    color: #fff;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.search_txt_box input.search_txt::-webkit-input-placeholder {
    color: #65737e;
}
.search_txt_box input.search_txt:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}
.search_txt_box input.search_txt::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}
.search_txt_box input#search:-ms-input-placeholder {
    color: #65737e;
}
.search_txt_box button.icon {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background: grey;
    height: 30px;
    width: 30px;
    color: #4f5b66;
    opacity: 1;
    font-size: 10pt;
    margin-left: -30px;
}
.search_txt_box:hover button.icon,
.search_txt_box:active button.icon,
.search_txt_box:focus button.icon {
    outline: none;
    opacity: 1;
    margin-left: -30px;
    cursor: pointer;
}
.search_txt_box:hover button.icon {
    background: white;
}
.search_txt_box:hover button.icon:hover {
    background: white;
}
/* 영어 페이지 탑 검색 박스 */
.s_top_search {
    width: 250px;
}
.s_top_search .search_txt_box {
    margin-bottom: -10px;
}
/* 영어 페이지 모바일 메뉴 검색 박스 */
.c-menu .search_txt_box {
    width: 90%;
    margin: 10px auto;
}
.c-menu li.sresult {
    text-align: center;
}

/* 한글 페이지 검색 박스 */
.s_ko_search {
    width: 200px;
}
.s_ko_search .search_txt_box input.search_txt {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.s_ko_search_menu1 {
    margin: 10px 15px;
    display: none;
}
.fixed-navbar .s_ko_search .search_txt_box input.search_txt {
    border-color: #cccccc;
    color: #333333;
}
.s_ko_search .search_txt_box:hover button.icon {
    background: #cccccc;
}
.s_ko_search .search_txt_box:hover button.icon:hover {
    background: #cccccc;
}
.container.search_result {
    padding: 0px;
    min-height: 1000px;
}
.kn-table {
    display: table;
    width: 100%;
    margin: 20px 0px;
    table-layout: fixed;
	cursor:pointer;
}
.kn-table-row {
    display: table-row;
    padding: 0px 0px 20px;
}
.kn-table-cell {
    display: table-cell;
    vertical-align: top;
    padding: 0px 0px 40px;
}
.kn-thumb {
    width: 125px;
    height: 125px;
    display: none;
}
.kn-thumb div {
    width: 125px;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kn-title a {
    background-image: linear-gradient(#eaeaea, #eaeaea);
    background-repeat: no-repeat;
    background-size: 100% 0.1em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
    display: inline;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    color: #fe6700;
}

.kn-desc a {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 150%;
    letter-spacing: -0.5px;
    text-decoration: none;
}
.kn-desc a b {
    font-size: 18px;
    font-weight: 400;
    color: #fe6700;
}
div.smore_bar {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}
button.smore_bttn {
    font-family: "Noto Sans KR", sans-serif;
    border: 0px solid #18ab29;
    display: inline-block;
    color: #fff;
    padding: 8px 80px 12px;
    background: #fe6700;
    border-radius: 20px;
    margin-top: 8px;
    cursor: pointer;
}

span.search_txt2 {font-size:2rem}

div.selectbox.box.five {
	margin-left:3px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .s_ko_search {
        border: 1px solid black;
    }
    .s_ko_search .search_txt_box input.search_txt {
        color: black;
    }
    .s_ko_search .search_txt_box button.icon {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .container.search_result {
        padding: 50px 30px 20px !important;
        min-height: 500px;
    }

    .kn-title a {
        background-size: 100% 0.2em;
    }
    .kn-title a:hover {
        background-size: 100% 88%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .s_ko_search_menu1 {
        display: block;
    }
    .s_ko_search_menu2 {
        display: none;
    }
    .s_ko_search {
        width: calc(100% - 30px);
    }
    .search_txt_box {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s_ko_search_menu1 {
        display: none;
    }
    .s_ko_search_menu2 {
        display: block;
    }
}
