@charset "utf-8";

/* 초기화 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, span, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {margin:0;padding:0;border:0;}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a, button { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
a:hover, button:hover { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

ol, ul, li, dl, dt, dd {list-style:none;margin:0;padding:0;}
a, a:link, a:visited, a:active { text-decoration: none; }
table {border-spacing:0;border-collapse: separate;}
img { max-width: 100%; -ms-interpolation-mode: bicubic;}
input[type="checkbox"] {margin-top:-3px;}
select { color:#555; font-family: 'NotoSans', Arial; vertical-align:middle; padding: 5px; }
input { color:#555; font-size: 13px; font-family: NotoSans, 'Malgun Gothic', Arial; vertical-align:middle; }
h1, h2, h3, h4, h5, h6{font-weight:normal;font-size:1em;}
button { background: none; cursor: pointer; outline: none; }
textarea { resize: none; }
html { height: 100%;}
body { font-family: 'NotoSans', 'AppleSDGothicNeo-Light', 'Malgun Gothic', Arial, sans-serif; height: 100%; background-color: white;}
.ellipsis { text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; }


.sub_conts {padding:50px 20px;}

.article { width: 100%; max-width:1200px; margin: 0 auto; position: relative; }
.article h3 { font-family: "Montserrat"; font-size: 44px; font-weight: bold; color: #141111; text-align: center; letter-spacing: -3px; padding-bottom: 20px; position: relative; margin-bottom: 30px; }
.article h3::after { content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -28px; width: 56px; height: 3px; background-color: #141111; }

#privacy_wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 9999; overflow-y: auto; }
.privacy_conts { width: 800px; height: 700px; background-color: #fff; position: absolute; top: 50%; left: 50%; margin-top: -350px; margin-left: -400px; }
.privacy_header { height: 60px; line-height: 60px; position: relative; background-color: #b98348; }
.privacy_header h5 { padding-left: 20px; font-size: 22px; font-weight: bold; color: #fff;}
.privacy_header #close_privacy { position: absolute; top: 15px; right: 20px; }
.privacy_conts .privacy { height: 640px; padding: 30px; overflow-y: auto; border: 1px solid #b98348; }
.privacy, .terms { font-size: 15px; }
.privacy p, .terms p { color: #333; font-size: 15px; padding-bottom: 10px; }
.privacy h6, .terms h6 { font-size: 18px; font-weight: bold; padding-bottom: 10px; }
.privacy .outline, .terms .outline { font-size: 18px; font-weight: bold; color: #000; text-align: center; }
.privacy .clause, .terms .clause { padding: 20px 0; }
.privacy ul, .terms ul { color: #666; padding: 0 10px; }
.privacy ol, .terms ol { padding: 0 10px; }
.privacy .privacy_index { padding: 20px; background-color: #f7f7f7; }
.privacy .privacy_index li { font-size: 16px; color: #962f34; padding-left: 30px; }
.privacy dl, .terms dl { padding: 0 10px; }
.privacy dt, .terms dt { color: #333; }
.privacy dd, .terms dd { color: #666; padding-bottom: 10px; }
.table_terms { font-size: 14px; width: 100%; text-align: center; border-collapse: collapse; }
.table_terms th { padding: 3px 0; background-color: #f1e1d0; border: 1px solid #b98348; }
.table_terms td { padding: 3px 0; border: 1px solid #ddd; border: 1px solid #b98348; }

