@font-face { font-family: 'AppleSDGothicNeoR'; src: url(../font/AppleSDGothicNeoR.ttf) format('truetype'); }
@font-face {
    font-family: 'LotteMartDream';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
}
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
    /*font-family: 'AppleSDGothicNeoR' !important;*/
    /*font-family: 'LotteMartDream' !important;*/
    font-family: 'S-CoreDream-4Regular' !important;
    margin: 0;
    padding: 0;
}

input:focus {outline:none; !important;}
body {
    position: relative;
    background-color: #fff;
    color: #000;
    word-break: break-all;
    width: 100%;
}


#search_wrap{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
}

.search_body_nav{
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.4s;
}

#search_header {
    width: 100%;
    margin: 3% 0 10% 0;
}
#search_header .title{
    padding-bottom: 2%;
}

#search_header .title .sub_title{
    color: #a2a2a2;
}

#search_header .title .keyword {
    font-size: 10%;
    font-weight: bolder;
    margin-top: 1%;
}

.search_area .search_box{
    width: 100%;
    display: inline-block;
    position: relative;
    height: 40px;
    border: solid 1px #f7f7f7;
    padding: 5px 7px 5px 7px;
    border-radius: 8px;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.search_area .search_box .int{
    display: inline-block;
    position: relative;
    width: 90%;
    height: 29px;
    margin-right: 3%;
    line-height: 29px;
    border: none;
    background: #f7f7f7;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    *position: absolute;
    *top: 0;
    *left: 0;
    apperance: none;
    -webkit-apperance: none;
}

#content .popular_keyword, .recommend_search {
    margin-bottom: 10%;
}
.content_title {
    margin-bottom: 2%;
}
.search_log .content_title {
    margin: 0;
}
.content_title span{
    font-size: 120%;
    font-weight: bold;
}
.content_result {
    display: inline-block;
    width: 100%;
    color: #8a8a8a;
}
.content_result span {
    margin-right: 3%;
    display: inline-block;
}
.content_result .total_del{
    width: 100%;
    text-align: right;
    text-decoration: none;
    color: cornflowerblue;
    cursor: pointer;
    margin-bottom: 5%;
}
.content_result .log_list {
    padding-left: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5%;
}
.content_result .log_list i{
    margin-right: 1%;
}
.content_result .log_list .del {
    float: right;
    margin-right: 2%;
}
.content_result .log_list .del a{
    text-decoration: none;
    cursor: pointer;
    color: #8a8a8a;
}

/* smartphone */
@media only screen
and (min-width: 360px)
and (max-height: 1520px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2.0) {

}