@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * {
    font-family: 'Noto Sans KR', sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
}

* html {
    height: 1px;
}

html,
body {
    margin: 0;
    padding: 0
}

img {
    border: 0;
}

input,
img {
    vertical-align: middle;
}

#cafe {
    background-color: #e5dfce;
    overflow-x: auto;
    overflow-y: auto;
}

#mobile_link {
    width: 100%;
    padding: 19px 0;
    background: #fff;
    text-align: center;
}

#mobile_link a {


    background: url("/img/icon_mobile.png") no-repeat scroll 90% center / 70px auto, linear-gradient(to bottom, #ED2100 49%, #CB1D00 53%, #ED2100 100%) repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    border: 3px solid #000000;
    border-radius: 30px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 60px;
    font-weight: normal;
    line-height: 100px;
    padding: 0 100px 0 50px;

}


body,
p,
input,
button,
textarea,
select,
td {
    font-family: "돋움", Dotum, Helvetica, AppleGothic, Sans-serif;
    font-size: 9pt;
}

a:link,
a:active {
    text-decoration: none;
    color: #111;
}

a:hover {
    text-decoration: underline;
    color: #5AAEEE;
}

a:visited {
    text-decoration: none;
    color: #696756;
}

a.board:link,
a.board:active,
a.board:visited {
    text-decoration: none;
    color: #111111;
}

a.board:hover {
    text-decoration: underline;
    color: #5AAEEE;
}

.bold {
    font-weight: bold;
}

.notice {
    color: #000000;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
}

.clear {
    clear: both;
    display: block;
    float: none;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

/* 부모 노드에 삽입하여 클리여 하는 css */
.pclear:after {
    content: " ";
    display: block;
    clear: both;
}

/* 표준계열 브라우저에 대응하는 float 해제용 가상 엘리먼트의 생성 */
.level {
    vertical-align: -3px;
}

.level6_1 {
    vertical-align: -2px;
}

.level6_2 {
    vertical-align: -2px;
}

.level6_3 {
    vertical-align: -2px;
}

.level4 {
    vertical-align: -2px;
}

.level5 {
    vertical-align: -2px;
}

#sbanner_left {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 60px;
}

#sbanner_right {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 60px;
}

.sbanner {
    display: none;
    width: 100px;
    height: 306px;
    top: 152px;
}

.sbanner div a {
    background: url("/img/blank.png") repeat-x;
    display: block;
    position: absolute;
    text-indent: -50000px;
    z-index: 999;
}

.sbanner div.mat5 {
    margin-top: 5px;
}

.sbanner div div.h413,
.sbanner div div.h413 a {
    cursor: pointer;
    width: 100px;
    height: 306px;
}