/* ------------  KR Basic ------------  */
html.ie8 {width:100%; overflow-x:hidden;}
.nextrouter .more:before,.nextrouter,.more:after{top:-0.1em;}
#ac-localnav[lang=ko-KR] .ac-ln-button-buynow.sf-size, #ac-localnav[lang=ko-KR] .ac-ln-button-compact.sf-size, #ac-localnav[lang=ko-KR] .ac-ln-button.sf-size,#ac-localnav .ac-ln-menu-link,.sf-size { font-size: 1.05em; }
#ac-globalfooter .ac-gf-buystrip-info-title {
    font-size: 20px;
}
#ac-globalfooter * , #ac-globalfooter * :before, #ac-globalfooter * :after {
    font-size: 1.02em;
}
/* ------------  KR Basic End  ------------  */

@media screen and (max-width: 380px) {
    .xsmall-hide {
        display: none;
    }
    .wordbreak-break {
        word-break: initial;
    }
}

.wordbreak-init {
    word-break: initial;
}

.xsmall {
    display: none;
}

@media only screen and (max-width: 350px) {
    .xsmall {
        display: block;
    }
}

.small-custom {
    display: none;
}
@media only screen and (max-width: 734px) {
    .small-custom {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    .small-custom {
        display: none;
    }
}