@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {
    font-family: 'Noto Sans KR', sans-serif;
}

html {
font-family: 'Noto Sans KR', sans-serif;
background-color: #fff;
}

body {
overflow-x: hidden;
font-family: 'Noto Sans KR', sans-serif;
letter-spacing: -1px;
color: #000;
background-color: #fff !important;
}

.agreement-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 46px 17px 17px;
    background-color: #fff;
}

.agreement-wrap .title {
    padding-bottom: 42px;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    font-weight: 700;
}

.agreement-wrap .desc-box{
    padding-bottom: 29px;
}

.agreement-wrap .desc-box .sub-title{
    padding-bottom: 14px;
    line-height: 18.3px;
    font-size: 20px;
    font-weight: 700;
}

.agreement-wrap .desc-box .sub-title span{
    font-weight: 400;
}

.agreement-wrap .desc-box .desc{
    font-size: 14px;
    line-height: 21px;
}

.agreement-wrap .desc-box p.desc + ul.desc {
    padding-top: 14px;
}

.agreement-wrap .desc-box .desc li{
    position: relative;
    padding-left: 17px;
    font-size: 14px;
    color: #333;
}

.agreement-wrap .desc-box .desc li .numbering{
    position: absolute;
    top: 0;
    left: 0;
}

.agreement-wrap .desc-box .desc li .numbering.sub-numbering{
    font-weight: 700;
    font-size: 13.67px;
}

.agreement-wrap .desc-box .desc li .numbering.sub-dot{
    font-size: 18px;
}

.agreement-wrap .desc-box .desc li .sub-desc{
    padding: 6px 0;
}

.stress {
    font-weight: 700;
    text-decoration: underline;
}

.noti {
    line-height: 18px;
    font-size: 13px;
    color: #333;
}

/* grid row table 구성 */
.grid-box-title {
    padding-top: 8px;
    margin-bottom: -10px;
    font-size: 14px;
}

.grid-area {
    width: 100%;
    margin: 14px 0;
    color: #333;
    border: 0.4px solid #ccc;
    border-bottom: none;
}

.grid-area .grid-line {
    display: grid;
    grid-template-columns: 120px auto;
    border-bottom: 0.4px solid #ccc;
}

.grid-area .grid-line .grid-title {
    padding: 13px 8px;
    line-height: 21px;
    background-color: #efefef;
    font-weight: 700;
    font-size: 13.67px;
}

.grid-area .grid-line .grid-desc {
    display: flex;
    align-items: center;
    padding: 13px;
    line-height: 21px;
    font-size: 14px;
}

/* grid column table 구성 */
.grid-column {
    width: 100%;
    margin: 14px 0;
    color: #333;
    border: 0.4px solid #ccc;
    border-bottom: none;
    border-right: none;
}

.grid-column .grid-head{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    align-items: center;
    background-color: #efefef;
}

.grid-column .grid-head .grid-title{
    padding: 13px 8px;
    border-right: 0.4px solid #ccc;
    border-bottom: 0.4px solid #ccc;
    font-weight: 700;
    font-size: 13.67px;
}

.grid-column .grid-body{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 47.5px;
    text-align: center;
    align-items: center;
}

.grid-column .grid-body .grid-desc{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 26px);
    padding: 13px 8px;
    border-right: 0.4px solid #ccc;
    border-bottom: 0.4px solid #ccc;
    font-size: 14px;
}

@media all and (max-width: 800px) {
    .agreement-wrap .title {
        line-height: 30px;
        font-size: 22px;
    }

    .agreement-wrap .desc-box .sub-title{
        font-size: 17px;
    }   
}

@media all and (max-width: 500px) {
    .agreement-wrap .title {
        display: none;
        line-height: 25px;
        font-size: 16px;
    }

    .agreement-wrap .desc-box .sub-title{
        font-size: 15px;
    }
}