@charset "utf-8";

/*토스트 메시지*/
#tost_message {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  position: fixed;
  bottom: -100px;
  left: 50%;
  width: 250px;
  transform: translate(-50%, 0);
  padding: 15px 16px;
  background: var(--light-background, #fff);
  border-radius: 5px;
  box-shadow: 3px 4px 11px 0px #00000040;
  transition: all 0.5s;
}
/*토스트 메시지 활성화 되었을 때*/
#tost_message.active {
  opacity: 100%;
  bottom: 50px;
}

a:link {
  color: #000000
}
a:visited{
  color: #000000
}
a:hover{
  color: #000000
}
a:active{
  color: #000000
}

.wrapper {
  font-family: Noto Sans KR;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 850px;
  margin-top: 71px;
  @media (max-width: 576px) {
    width: 342px;
    margin-top: 24px;
  }
}
.endPage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
.bold {
  font-weight: 700;
}
.line {
  width: 120px;
  height: 2px;
  background: var(--text-main-text, #21252f);
  margin-top: 24px;
  margin-bottom: 41px;
}
.info {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  @media (max-width: 576px) {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  margin-bottom: 40px;
}
.info2 {
  @media (max-width: 576px) {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 50px;
}
.info3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.infoTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.grayBox {
  @media (max-width: 576px) {
    width: 310px;
    height: auto;
    font-size: 14px;
  }
  width: 600px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 10px;
  background: var(--fill-textbox, #f9f9f9);
  padding: 16px;
  margin-top: 20px;
  margin-bottom: 60px;
  line-height: 140%;
  .email{
    text-align: left;
  }
  .red{
    color:red;
  }
  .end{
    margin-bottom: 10px;
  }
  .title{
    text-align: left;
    font-size: 108%;
    font-weight: bold;
    padding: 7px 0 7px 0;
  }
  .list {
    list-style-type: none;
    text-align: left;
    line-height: 160%;
    text-indent: -10px;
    margin-left: 18px;

    > li {
      &::before {
        content: "•";
        font-size: 108%;
        padding-right: 5px;
      }
    }
  }
  .list2 {
    list-style-type: decimal;
    text-align: left;
    line-height: 160%;    
    margin-left: 18px;

    > li {
      &:before {        
        font-size: 108%;
        padding-right: 5px;
      }
    }
  }
}
.boxWrap {
  @media (max-width: 576px) {
    grid-template-columns: repeat(1, 1fr);
  }
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.box {
  display: flex;
  padding: 12px;
  flex-direction: column;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 5px;
  background: var(--background-background, #fff);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}
.boxTitle {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.grayLine {
  width: 1px;
  height: 10px;
  background: var(--text-main-text, #21252f);
}
.grayText {
  color: var(--text-sub-text, #868d9a);
}
.underLineText {
  cursor: pointer;
  text-decoration-line: underline;
}
.content {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  font-size: 14px;
  line-height: 150%;
}
.foundationGuide {
  @media (max-width: 576px) {
    grid-template-columns: repeat(1, 1fr);
  }
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.foundationBox {
  display: flex;
  padding: 12px;
  flex-direction: column;
  gap: 8px;
  border-radius: 5px;
  background: var(--background-background, #fff);
  /* Light/Shadow */
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}
.icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.button {
  margin-top: 8px;
  cursor: pointer;
  font-family: Noto Sans KR;
  font-size: 14px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--material-button-stroke, #e9eaed);
  background: var(--text-button, #fff);
  box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05);
}
.button2 {
  margin-top: 8px;
  cursor: pointer;
  font-family: Noto Sans KR;
  font-size: 14px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--material-button-stroke, #e9eaed);
  background: var(--fill-textbox, #f9f9f9);
  box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05);
}
.button2:hover{
  background: #fcd034;
}
.terms {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.term {
  height: 48px;
  padding: 8px 16px;
  border-radius: 5px;
  background: var(--fill-textbox, #f9f9f9);
}

/* termPage */
.termWrapper {
  font-family: Noto Sans KR;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 850px;
  margin-top: 40px;
  @media (max-width: 576px) {
    width: 342px;
    margin-top: 0px;
  }
}
.webTitle {
  @media (max-width: 576px) {
    display: none;
  }
  display: block;
  width: 100%;
  height: 51px;
  padding: 28px 0px;
}
.grayCircle {
  position: absolute;
  width: 86px;
  height: 84px;
  background: #f0f0f0;
  border-radius: 50px;
}
.yellowCircle {
  position: absolute;
  padding: 8px 32px;
  background: #fcd034;
  border-radius: 25px;
  margin: 16px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}
.mobileTitle {
  @media (min-width: 576px) {
    display: none;
  }
  display: flex;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  .side {
    width: 60px;
  }
}
.termTitle {
  text-align: center;
  width: 100%;
}
.closeBtn {
  cursor: pointer;
  width: 60px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.termContent {
  padding-top: 32px;
  @media (max-width: 576px) {
    padding: 24px 14px;
  }
}
/* CSS Reset */
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,
input,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
form,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
