@charset "utf-8";

#wrap {width:100%; max-width: 450px; box-sizing: border-box; position: relative; background-color: #eeeeee;}
.bold {font-weight: 700 !important;}
.italic {font-style: italic; color: #999;}
.underline {text-decoration: underline; text-underline-position: under;}


/* header */
#header {
    width: 100%; height: 80px;
    background-color: #2283fa;
}
.header_logo {
    text-decoration: none; color: #fff;
    display: flex; justify-content: center; align-items: center; gap: 2px;
    height: 80px;
}
.header_logo>img {height: 50px; object-fit: contain;}
.header_logo>h1 {font-family: 'GmarketSans'; font-weight: 700; font-size: 26px; letter-spacing: -.1em;}


/* section */
.section {
    width: 95%; margin: 50px auto; padding-bottom: 30px;
    background-color: #fff; border-radius: 5px;
    font-family: NanumSquare, Helvetica, sans-serif; word-spacing: -0.15em;
    border-bottom: 4px solid #ccc; border-right: 3px solid #ccc;
}
.section_01 {margin-top: 30px;} /* 첫번째 섹션 */
.section_06 {margin-bottom: 30px;} /* 마지막 섹션 */

.sec_img {width: 95%; object-fit: contain; display: block; margin: 20px auto;}
.sec_tit {
    font-weight: 700; font-size: 24px;
    background-color: #6caaf7; color: #fff;
    height: 50px; border-radius: 5px;
    line-height: 50px; text-indent: 3%;
    border-bottom: 4px solid #4494f7;
}
.sec_txt {
    font-size: 21px; font-weight: 400; line-height: 35px; margin: 35px 2% 15px; word-break: keep-all;}

/* footer */
#footer {
    background-color: #1e71d6; color: #fff;
    height: 100px;
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    gap: 10px;
}
#footer p {
    width: 80%;
    font-family: 'GmarketSans'; font-size: 14px; font-weight: 700;
    word-break: keep-all; text-align: center; word-spacing: -.1em;
    line-height: 16px;
}
/* #footer p:last-child {font-size: 12px;} */