@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 13px;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans KR', sans-serif;
}

html {
    height: 100%;
    width: 100%;
    position: inherit;
}

ul,
li {
    list-style: none;
}

body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
    min-height: 100%;
    background-color: #ffd782;
}

body.open {
    overflow: hidden;
    position: absolute;
    top: 0px;
}

html.detail-open {
    overflow: hidden;
}

img {
    border: 0;
}

select {
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}


/* IE 10, 11의 네이티브 화살표 숨기기 */

select::-ms-expand {
    display: none;
}

#tistorytoolbarid {
    display: none!important;
}

#header {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    position: relative;
}

#header h1 a {
    font-size: 13px;
    color: #000;
    line-height: 40px;
    display: inline-block;
    padding-right: 10px;
}

.menu {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(./images/logo.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 13px;
    cursor: pointer;
}

.titleWrap {
    width: 100%;
    padding: 50% 20px 40% 20px;
    box-sizing: border-box;
}

.titleWrap h2 {
    font-size: 30px;
    color: #000;
    word-break: keep-all;
    padding: 0 100px 0 0;
    box-sizing: border-box;
}

.titleWrap span {
    display: inline-block;
    padding-right: 5px;
    font-size: 10px;
    color: #999;
}

.article {
    padding: 20px;
    box-sizing: border-box;
    max-width: 700px;
    margin: 0 auto;
}

.article p,
.article div,
.article a,
.article span {
    font-family: 'Nanum Myeongjo', sans-serif;
    font-size: 19px;
    line-height: 40px;
}

.article img {
    text-align: center;
}

.tagTrail {
    box-sizing: border-box;
    color: #999;
    font-size: 12px;
    padding-top: 30px;
    width: 70%;
}

.tagTrail a {
    color: #999;
    font-size: 12px;
    word-break: keep-all;
}

.paging {
    text-align: center;
    padding-bottom: 20px;
}

.paging * {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #999;
}

#footer {
    text-align: center;
    border-top: 1px solid #eaeaea;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

#footer p {
    line-height: 20px;
    font-size: 10px;
    color: #999;
}

#container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}

#container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 0 15px 15px 0;
    display: none;
}

#container::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

#container::-webkit-scrollbar-thumb {
    background-color: #ff6464;
}

.daum_like_wrapper {
    padding: 50px 0;
}

.prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
    background-image: url(./images/prev.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.next {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    background-image: url(./images/next.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.another_category {
    display: none;
}

.numbox {
    word-spacing: 10px;
}

.numbox a span{
    font-size: 20px;
}

.selected {
    color: #ff6464;
}

@media only screen and (min-width: 800px) {
    body {
        padding-top: 50px;
        box-sizing: border-box;
    }
    #container {
        height: 800px;
        overflow: scroll;
        overflow-x: hidden;
        border-radius: 15px;
    }
    #footer {
        text-align: center;
        border-top: 1px solid #eaeaea;
        height: 20px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }
}
.slide_pop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    z-index: 9;
    padding-left: 120px;
    box-sizing: border-box;
    display: none;
}

.slide_pop_img {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea;
    background-repeat: no-repeat;
}

.slide_pop_l {
    width: 100px;
    margin: 10px 0 0 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.slide_pop_r {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.sub_copy {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #ff6464;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-top: 8px;
}

.head_line {
    font-size: 12px;
    color: #777;
}

#prdct_name {
    font-size: 16px;
    width: 100%;
    height: 75px;
    overflow: hidden;
    letter-spacing: -1px;
    color: #000;
}

.close_btn {
    background-color: #ffd782;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.close_btn1 {
    width: 10px;
    height: 10px;
    overflow: hidden;
    line-height: 10px;
    display: inline-block;
    position: absolute;
    top:5px;
    right: 5px;
    text-align: center;
}

#p_table{
    display: none;
}
.bottom_herb {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.middle_herb {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.herb_go a{
    display: inline-block;
    padding: 5px 12px;
    background-color: #ff6464;
    border-radius: 5px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 50px 0;
}

.searchList {
    display: none;
}

.searchRplist {
    display: none;
}

.localog {
    display: none;
}

.taglog {
    display: none;
}

.guestbook {
    display: none;
}

.entryNotice {
    display: none;
}

.entryProtected {
    display: none;
}

.actionTrail {
    display: none;
}

.trackback {
    display: none;
}

.comment {
    display: none;
}
