@charset "utf-8";

/*font + */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Sans KR', sans-serif; */

/*
font-family: 'Nanum Square'; 
font-family: 'Montserrat', sans-serif;
font-family: 'Kanit', sans-serif;
font-family: 'NanumSquare', sans-serif;
font-family: 'Inter',sans-serif;
*/

/* privacy */
.privacy {
  color: #666;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  font-size: 15px;
  line-height: 160%;
  word-break: break-all;
}
.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin: 50px 0 30px;
}
.privacy h2:first-child {
  margin-top: 0;
}
.privacy > p {
  margin: 15px 0;
}
.privacy > p + dl {
  margin-top: 30px;
}
.privacy > dl {
  padding-bottom: 20px;
}
.privacy > dl > dt {
  font-size: 15px;
  color: #ff8b00;
  font-weight: 700;
  padding-bottom: 5px;
}
.privacy > dl > dd {
  padding-bottom: 10px;
  text-align: justify;
  font-size: 15px;
  line-height: 140%;
}
.privacy > dl > dd ul {
  padding: 10px;
}
.privacy > dl > dd ul li {
  line-height: 120%;
  margin-top: 10px;
}
.privacy > dl > dd ul li:first-child {
  margin-top: 0;
}
.privacy > dl > dd ul li p {
  margin: 0 10px 5px;
  line-height: 140%;
}
.sTxt h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin: 20px 0 10px;
}
.sTxt p {
  margin-top: 10px;
}
.sTxt dt {
  margin-top: 10px;
}
.sTxt dd {
  margin: 0 8px;
}

.privacy_new * {
  line-height: 1.6;
}
.privacy_new {
  font-size: 14px;
}
.privacy_new .sec_tit {
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #df2027;
}

.privacy_new dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

.privacy_new article:not(:last-child) {
  margin-bottom: 30px;
}

.privacy_new section:not(:last-child) {
  margin-bottom: 50px;
}

.privacy_new dl dd {
  font-size: 15px;
}

.privacy_new .ss_txt,
.privacy_new .s_txt,
.privacy_new .m_txt,
.privacy_new .b_txt {
  padding: 0 15px;
}

.privacy_new .m_txt p {
  margin: 3px 0;
}

.privacy_new .s_tit {
  margin-bottom: 10px;
}
.privacy_new ul.s_txt {
  margin: 10px 0;
}
.privacy_new ul.s_txt .tit {
}

.privacy_new ul.s_txt .txt {
  padding: 0 15px;
  color: #999;
  margin-top: 4px;
}
.privacy_new ul.s_txt.type2 li {
  color: #999;
}
.privacy_new ul.s_txt.type2 li:not(:last-child) {
  margin-bottom: 10px;
}
.privacy_new ul.s_txt .txt p:not(:last-child) {
  margin-bottom: 4px;
}

.privacy_new ul.s_txt .txt > div {
  margin: 3px 0;
}

.privacy_new ul > li:not(:last-child) {
  margin-bottom: 15px;
}

.privacy_new .s_tit {
  font-size: 16px;
  color: #333;
}
.privacy_new .addendum {
  text-align: center;
}

* {
  max-height: 1000000px;
}

html,
body {
  padding: 0;
  margin: 0;
  word-break: keep-all;
}

body {
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
}
html,
body,
table,
input,
button,
textarea {
  font-size: 62.5%;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  color: #666;
  line-height: 1.4;
  letter-spacing: -0.6px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* for AXISJ */
/* body, select, input, a, button{line-height:1;} */
button {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
}

a {
  outline: none;
  select-dummy: expression(this.hideFocus=true);
}

div,
pre,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

table {
  border: 0;
  width: 100%;
}
table th {
  word-wrap: break-word;
}
table td {
  word-wrap: break-word;
}

img,
fieldset {
  border: none;
}
img,
object {
  vertical-align: top;
}
img {
  max-width: 100%;
}

caption {
  text-align: left;
}

input,
select {
  vertical-align: middle;
}

input {
  vertical-align: middle;
  /* -webkit-appearance: none; */
  -webkit-border-radius: 0;
}

button,
input[type="submit"] {
  cursor: pointer;
}

a:link {
  color: #666;
  text-decoration: none;
}
a:active {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: none;
}

/* hidden ó�� */
hr,
caption,
legend {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

#sknavi {
  position: absolute;
}
#sknavi li a {
  position: absolute;
  top: -200px;
}
#sknavi li a:focus,
#sknavi li a:active {
  top: 1px;
  left: 0;
  display: block;
  width: 150px;
  color: #fff;
  height: 18px;
  padding: 5px 3px 0 3px;
  margin-left: 5px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  background: #115aa3;
  text-decoration: none;
}

.pl0 {
  padding-left: 0px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr05 {
  margin-right: 05px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs25 {
  font-size: 25px;
}
.fs30 {
  font-size: 30px;
}
.fs35 {
  font-size: 35px;
}
.fs40 {
  font-size: 40px;
}

.W30 {
  width: 30px;
}
.W40 {
  width: 40px;
}
.W50 {
  width: 50px;
}
.W60 {
  width: 60px;
}
.W70 {
  width: 70px;
}
.W80 {
  width: 80px;
}
.W90 {
  width: 90px;
}
.W100 {
  width: 100px;
}
.W110 {
  width: 110px;
}
.W120 {
  width: 120px;
}
.W130 {
  width: 130px;
}
.W140 {
  width: 140px;
}
.W150 {
  width: 150px;
}
.W160 {
  width: 160px;
}
.W170 {
  width: 170px;
}
.W180 {
  width: 180px;
}
.W190 {
  width: 190px;
}
.W200 {
  width: 200px;
}
.W210 {
  width: 210px;
}
.W220 {
  width: 220px;
}
.W230 {
  width: 230px;
}
.W240 {
  width: 240px;
}
.W250 {
  width: 250px;
}
.W260 {
  width: 260px;
}
.W270 {
  width: 270px;
}
.W280 {
  width: 280px;
}
.W290 {
  width: 290px;
}
.W300 {
  width: 300px;
}
