@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;
}

body {
    position: relative;
    background-color: #fff;
    color: #000;
    word-break: break-all;
    width: 100%;
}
img {
    max-width: 100%;
}

#wrap{
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 90%;
}

#header{
    width: 100%;
}

#header .head_logo{
    width: 59%;
    margin: 10px auto;
    text-align: center;
}

#header .head_logo img{
    max-width: 100%;
}

#header .tag_search{
    width: 96%;
    margin-bottom: 5%;
    margin-left: 2%;
}

#tag_form .search_area{
    position: relative;
    height: 51px;
}

#tag_form .search_area .search_box{
    display: inline-block;
    position: relative;
    width: 88%;
    height: 51px;
    border: solid 1px #dadada;
    padding: 6px 8px 6px 8px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    box-shadow: 0px 0px 10px 1px rgba(242,242,242,1);
}

#tag_form .search_area .search_box .tag_input{
    display: block;
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 29px;
    border: none;
    background: #fff;
    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;
    font-size: smaller;
}

#tag_form .search_area .tag_btn{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    vertical-align: center;
}

#tag_form .search_area .btn_design{
    width: 12%;
    height: 100%;
    background: #de4126;
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
    text-align: center;
    transition: 400ms ease all;
    cursor: pointer;
}

#tag_form .search_area .btn_design:hover{
    background-color: darkorange;
}

#header .tag_list{
    width: 100%;
    margin-bottom: 5%;
    position: relative;
    text-align: left;
}

#header .tag_list .tag_item{
    display: inline-block;
    width: auto;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    margin-right: 1%;
    margin-bottom: 2%;
    padding: 2px 22px;
    line-height: 34px;
    font-size: 25px;
}

#content {
    width: 100%;
    margin-bottom: 15%;
    padding-left: 2%;
    padding-right: 2%;
}

#content .search_result{
    width: 100%;
}
#content .search_result .bize_item{
    width: 100%;
    margin-bottom: 5%;
}
#content .search_result .bize_item:after{
    content: "";
    display: block;
    width: 150%;
    border-bottom: 10px solid #f7f7f7;
    margin-left: -20%;
    margin-right: -20%;
}

.bize_item .img_area{
    width: 100%;
    position: relative;
}

.bize_item .img_area .bize_img{
    display: block;
    width: 100%;
    height: 400px;
}

.bize_item .img_area .bize_heart{
    position: absolute;
    right: 2%;
    bottom: 2%;
    color: #fff;
    font-size: 180%;
    z-index: 999;
}

.bize_item .img_area .bize_heart:hover .fa-heart{
    display: block;
    -webkit-animation: show_heart .4s ease-out;
    -moz-animation: show_heart .4s ease-out;
}
@-webkit-keyframes show_heart {
    0% { opacity: 0; -webkit-transform: translateY(30%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}


.bize_item .bize_tag{
    width: 100%;
    /*border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;*/
    text-align: left;
    padding: 2% 3%;
    border-bottom: 1px solid #e9e9e9;
}
.bize_item .bize_tag .tag_name {
    /*display: inline-block;*/
    width: auto;
    color: #545454;
    /*margin-right: 2px;*/
}

.bize_item .bize_url {
    font-size: 140%;
    padding: 1% 3%;
    color: #9e9e9e !important;
}


/* smartphone */
@media only screen
and (min-width: 360px)
and (max-height: 1520px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2.0) {
    input[type='text']{
        font-size: 10px;
    }

    #header .tag_list .tag_item{
        height: 33px;
        padding: 2px 5px;
        line-height: 29px;
        font-size: 14px;
    }

    #tag_form .search_area .tag_btn{
        line-height: 56px;
    }

    .bize_item .img_area .bize_img{
        display: block;
        width: 100%;
        height: 250px;
    }

    .bize_item .bize_tag .tag_name {
        font-size: 95%;
    }

    #header .tag_list{
        font-size: 10px;
    }
}