@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #222;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

input,
textarea,
select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; /* iOS 둥근모서리 제거 */
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

input,
select,
textarea,
button {
  outline: none;
}

textarea {
  resize: none;
}

select {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

th,
td {
  border-collapse: collapse;
}

caption,
legend {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
}

form,
fieldset,
iframe,
button,
hr {
  border: 0;
}

i,
em,
address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

button {
  padding: 0;
  background: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: visible;
  cursor: pointer;
}

#wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
  max-width: 750px;
}

.blind,
.hide {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-line {
  text-decoration: underline;
}
.text-bold {
  font-weight: bold;
}
.text-blind {
  color: rgba(0, 0, 0, 0);
}
.text-black {
  color: #222 !important;
}

.border {
  border: 1px solid #222;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pdt-10 {
  padding-top: calc(10px / 2) !important;
}

.pdb-10 {
  padding-bottom: calc(10px / 2) !important;
}

.pdl-10 {
  padding-left: calc(10px / 2) !important;
}

.pdr-10 {
  padding-right: calc(10px / 2) !important;
}

.pdl-1 {
  padding-left: calc(1px / 2) !important;
}

.pdr-1 {
  padding-right: calc(1px / 2) !important;
}

.mgt-1 {
  margin-top: calc(1px / 2) !important;
}

.mgb-1 {
  margin-bottom: calc(1px / 2) !important;
}

.mgl-1 {
  margin-left: calc(1px / 2) !important;
}

.mgr-1 {
  margin-right: calc(1px / 2) !important;
}

.mgt-10 {
  margin-top: calc(10px / 2) !important;
}

.mgb--10 {
  margin-bottom: calc(10px / 2) !important;
}

.mgl-10 {
  margin-left: calc(10px / 2) !important;
}

.mgr-10 {
  margin-right: calc(10px / 2) !important;
}

.pdt-20 {
  padding-top: calc(20px / 2) !important;
}

.pdb-20 {
  padding-bottom: calc(20px / 2) !important;
}

.pdl-20 {
  padding-left: calc(20px / 2) !important;
}

.pdr-20 {
  padding-right: calc(20px / 2) !important;
}

.pdl-2 {
  padding-left: calc(2px / 2) !important;
}

.pdr-2 {
  padding-right: calc(2px / 2) !important;
}

.mgt-2 {
  margin-top: calc(2px / 2) !important;
}

.mgb-2 {
  margin-bottom: calc(2px / 2) !important;
}

.mgl-2 {
  margin-left: calc(2px / 2) !important;
}

.mgr-2 {
  margin-right: calc(2px / 2) !important;
}

.mgt-20 {
  margin-top: calc(20px / 2) !important;
}

.mgb--20 {
  margin-bottom: calc(20px / 2) !important;
}

.mgl-20 {
  margin-left: calc(20px / 2) !important;
}

.mgr-20 {
  margin-right: calc(20px / 2) !important;
}

.pdt-30 {
  padding-top: calc(30px / 2) !important;
}

.pdb-30 {
  padding-bottom: calc(30px / 2) !important;
}

.pdl-30 {
  padding-left: calc(30px / 2) !important;
}

.pdr-30 {
  padding-right: calc(30px / 2) !important;
}

.pdl-3 {
  padding-left: calc(3px / 2) !important;
}

.pdr-3 {
  padding-right: calc(3px / 2) !important;
}

.mgt-3 {
  margin-top: calc(3px / 2) !important;
}

.mgb-3 {
  margin-bottom: calc(3px / 2) !important;
}

.mgl-3 {
  margin-left: calc(3px / 2) !important;
}

.mgr-3 {
  margin-right: calc(3px / 2) !important;
}

.mgt-30 {
  margin-top: calc(30px / 2) !important;
}

.mgb--30 {
  margin-bottom: calc(30px / 2) !important;
}

.mgl-30 {
  margin-left: calc(30px / 2) !important;
}

.mgr-30 {
  margin-right: calc(30px / 2) !important;
}

.pdt-40 {
  padding-top: calc(40px / 2) !important;
}

.pdb-40 {
  padding-bottom: calc(40px / 2) !important;
}

.pdl-40 {
  padding-left: calc(40px / 2) !important;
}

.pdr-40 {
  padding-right: calc(40px / 2) !important;
}

.pdl-4 {
  padding-left: calc(4px / 2) !important;
}

.pdr-4 {
  padding-right: calc(4px / 2) !important;
}

.mgt-4 {
  margin-top: calc(4px / 2) !important;
}

.mgb-4 {
  margin-bottom: calc(4px / 2) !important;
}

.mgl-4 {
  margin-left: calc(4px / 2) !important;
}

.mgr-4 {
  margin-right: calc(4px / 2) !important;
}

.mgt-40 {
  margin-top: calc(40px / 2) !important;
}

.mgb--40 {
  margin-bottom: calc(40px / 2) !important;
}

.mgl-40 {
  margin-left: calc(40px / 2) !important;
}

.mgr-40 {
  margin-right: calc(40px / 2) !important;
}

.pdt-50 {
  padding-top: calc(50px / 2) !important;
}

.pdb-50 {
  padding-bottom: calc(50px / 2) !important;
}

.pdl-50 {
  padding-left: calc(50px / 2) !important;
}

.pdr-50 {
  padding-right: calc(50px / 2) !important;
}

.pdl-5 {
  padding-left: calc(5px / 2) !important;
}

.pdr-5 {
  padding-right: calc(5px / 2) !important;
}

.mgt-5 {
  margin-top: calc(5px / 2) !important;
}

.mgb-5 {
  margin-bottom: calc(5px / 2) !important;
}

.mgl-5 {
  margin-left: calc(5px / 2) !important;
}

.mgr-5 {
  margin-right: calc(5px / 2) !important;
}

.mgt-50 {
  margin-top: calc(50px / 2) !important;
}

.mgb--50 {
  margin-bottom: calc(50px / 2) !important;
}

.mgl-50 {
  margin-left: calc(50px / 2) !important;
}

.mgr-50 {
  margin-right: calc(50px / 2) !important;
}

.pdt-60 {
  padding-top: calc(60px / 2) !important;
}

.pdb-60 {
  padding-bottom: calc(60px / 2) !important;
}

.pdl-60 {
  padding-left: calc(60px / 2) !important;
}

.pdr-60 {
  padding-right: calc(60px / 2) !important;
}

.pdl-6 {
  padding-left: calc(6px / 2) !important;
}

.pdr-6 {
  padding-right: calc(6px / 2) !important;
}

.mgt-6 {
  margin-top: calc(6px / 2) !important;
}

.mgb-6 {
  margin-bottom: calc(6px / 2) !important;
}

.mgl-6 {
  margin-left: calc(6px / 2) !important;
}

.mgr-6 {
  margin-right: calc(6px / 2) !important;
}

.mgt-60 {
  margin-top: calc(60px / 2) !important;
}

.mgb--60 {
  margin-bottom: calc(60px / 2) !important;
}

.mgl-60 {
  margin-left: calc(60px / 2) !important;
}

.mgr-60 {
  margin-right: calc(60px / 2) !important;
}

.pdt-70 {
  padding-top: calc(70px / 2) !important;
}

.pdb-70 {
  padding-bottom: calc(70px / 2) !important;
}

.pdl-70 {
  padding-left: calc(70px / 2) !important;
}

.pdr-70 {
  padding-right: calc(70px / 2) !important;
}

.pdl-7 {
  padding-left: calc(7px / 2) !important;
}

.pdr-7 {
  padding-right: calc(7px / 2) !important;
}

.mgt-7 {
  margin-top: calc(7px / 2) !important;
}

.mgb-7 {
  margin-bottom: calc(7px / 2) !important;
}

.mgl-7 {
  margin-left: calc(7px / 2) !important;
}

.mgr-7 {
  margin-right: calc(7px / 2) !important;
}

.mgt-70 {
  margin-top: calc(70px / 2) !important;
}

.mgb--70 {
  margin-bottom: calc(70px / 2) !important;
}

.mgl-70 {
  margin-left: calc(70px / 2) !important;
}

.mgr-70 {
  margin-right: calc(70px / 2) !important;
}

.mgt-0 {
  margin-top: 0 !important;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.pdt-0 {
  padding-top: 0 !important;
}

.pdb-0 {
  padding-bottom: 0 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex__spaceBtw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-block {
  display: block;
}

.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}

.ellipsis.line1 {
  -webkit-line-clamp: 1;
}

.ellipsis.line2 {
  -webkit-line-clamp: 2;
}

.agree {
  padding: 2.5rem;
}
.agree p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.agree table {
  border-style: initial;
}
.agree .close {
  width: 20px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px;
  z-index: 5;
}
.agree .dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #222;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.agree .dot + p {
  display: block;
  width: calc(100% - 30px);
}
.agree .dot + span {
  margin-left: 10px;
  font-size: 1.5rem;
  line-height: 0.5rem;
}
.agree .dot__small {
  display: block;
  margin: 5px 0;
  margin-left: 18px;
  position: relative;
}
.agree .dot__small::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -8px;
  top: 8px;
}
.agree .hyphen {
  margin-right: 8px;
}
.agree .agree__title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 25px;
}
.agree .agree__titleSub {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.agree .agree__list {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 10px 0 5px;
}
.agree .agree__cnt {
  padding-bottom: 1.2rem;
}
.agree .agree__cnt__sub {
  color: #7C7C7C;
}
.agree .agree__cnt strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0.6rem 0;
}
.agree .agree__cnt p {
  padding-bottom: 0.6rem;
}
.agree .agree__cnt p + p {
  padding-bottom: 0.6rem;
}
.agree .agree__cnt em {
  font-weight: 700;
  text-decoration: underline;
}
.agree .agree__cnt table {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.agree .agree__cnt table + p {
  margin-top: 1.5rem;
}
.agree .agree__cnt table .table__md {
  font-weight: 500;
}
.agree .agree__cnt table th {
  padding: 1rem 0.8rem;
  text-align: center;
  color: #222222;
  background-color: #E3E4FF;
  border-radius: 0.2rem;
  font-weight: 400;
}
.agree .agree__cnt table th:not(:last-child) {
  border-right: 0.5rem solid #fff;
}
.agree .agree__cnt table th + td {
  border-top: 1px solid #b2b2b2;
}
.agree .agree__cnt table td {
  padding: 1rem;
  color: #222222;
  border-bottom: 1px solid #b2b2b2;
}
.agree .agree__cnt table td:not(:last-child) {
  border-right: 0.5rem solid #fff;
}
.agree .agree__cnt table td.border {
  border: 1px solid #b2b2b2;
}
.agree .agree__cnt table td.border--top {
  border-top: 1px solid #b2b2b2;
}
.agree .agree__cnt table td em {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.agree .agree__cnt table td em + em {
  margin-top: 5px;
}
.agree .agree__border {
  border: 1px solid #222;
  padding: 1.2rem 1.2rem;
  margin-bottom: 1.2rem;
}
.agree .agree__subD1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agree .agree__subD2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.agree .boxRight {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.7rem 0.7rem;
  margin: 1rem 1rem;
  z-index: 5;
}

.underline {
  height: 2px;
  background-color: #222;
  margin-bottom: 10px;
}

.deco_underline {
  position: relative;
}
.deco_underline:after {
  content: "";
  width: calc(100% - 8px);
  display: block;
  height: 1px;
  background-color: gray;
  position: relative;
  left: 8px;
}
