@charset "utf-8";
/* 기본 style */
html {
    overscroll-behavior-y: none;
}

body {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.contents-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

div.image img {
    width: 100%;
    display: block;
}

div.image {
    display: flex;
    align-items: flex-start;
}

div.switch div img {
    width: 100%;
    display: block;
}

/* markdown 설정 */
div.markdown {
    padding: 20px;
}

div.markdown h1 {
    font-size: 19px;
    font-weight: bold;
}

div.markdown h2 {
    font-size: 18px;
    font-weight: bold;
}

div.markdown h3 {
    font-size: 17px;
    font-weight: bold;
}

div.markdown h4 {
    font-size: 16px;
    font-weight: bold;
}

div.markdown h5 {
    font-size: 15px;
    font-weight: bold;
}

div.markdown h6 {
    font-size: 14px;
    font-weight: bold;
}

div.markdown ul, ol {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding-inline-start: 1.5em;
}

/* markdown thema 설정 */
div.gray-thema {
    background-color: #F5F5F5;
    color: #090909;
}

/* 기타 */
div.hide-part {
    display: none;
}

div.show-part {
    display: block;
}

/* for cta */
/* floating_bottom 설정 */
div.floating_bottom {
    max-width: 640px;
    position: fixed;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    bottom: 0;
}

div.markdown-small-pad {
    padding: 0 15px;
}
