@charset "UTF-8";
/* =================== base =================== */
html,
body,
[class] {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.15;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-weight: 400;
  font-family: "pretendard", sans-serif;
  letter-spacing: -0.04em;
  word-break: keep-all;
  overflow-wrap: break-word;
}


/* HTML5 display-role reset for older browsers */
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  font-size: 17px;
  scroll-behavior: smooth;
}

a {
  outline: 0;
  background-color: transparent;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

ol,
ul,
li,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

select {
  padding: 5px 10px;
}

/* ie 화살표 제거 */
select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reset img */
img {
  max-width: 100%;
  height: auto;
}

/* =================== fonts =================== */
/* ---------- pretendard ---------- */
@font-face {
  font-family: "pretendard";
  font-weight: 100;
  src: url("../fonts/pretendard/Pretendard-Thin.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Thin.woff") format("woff"), url("../fonts/pretendard/Pretendard-Thin.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 200;
  src: url("../fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraLight.woff") format("woff"), url("../fonts/pretendard/Pretendard-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 300;
  src: url("../fonts/pretendard/Pretendard-Light.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Light.woff") format("woff"), url("../fonts/pretendard/Pretendard-Light.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 400;
  src: url("../fonts/pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Regular.woff") format("woff"), url("../fonts/pretendard/Pretendard-Regular.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 500;
  src: url("../fonts/pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Medium.woff") format("woff"), url("../fonts/pretendard/Pretendard-Medium.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 600;
  src: url("../fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-SemiBold.woff") format("woff"), url("../fonts/pretendard/Pretendard-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 700;
  src: url("../fonts/pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Bold.woff") format("woff"), url("../fonts/pretendard/Pretendard-Bold.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 800;
  src: url("../fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../fonts/pretendard/Pretendard-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 900;
  src: url("../fonts/pretendard/Pretendard-Black.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Black.woff") format("woff"), url("../fonts/pretendard/Pretendard-Black.otf") format("opentype");
}

/* =================== helper =================== */
.none {
  display: none;
}

#page {
  overflow: hidden;
  min-height: 100%;
  margin: 0 auto;
}
.kiosk-section {
  font-size: 1.275rem;
}
@media all and (max-width: 600px) {
  .kiosk-section {
    font-size: 1.375rem;
  }
}

.pic-free {
  width:128px; height: 128px; vertical-align: middle; margin-right: 20px;
}
@media all and (max-width: 600px) {
  .pic-free {
    width: 48px; height: 48px; margin-right: 10px;
  }
}
.kiosk-section.bg-black .ttl {
  font-size: 3rem;
  background: linear-gradient(127deg, #00d8ff 17%, #0961f5 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 600px) {
  .kiosk-section.bg-black .ttl { 
    font-size: 1.735rem;
  }
}
.sm-center {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 80px;
  position: relative;
}
.sm-center h2 {
  margin-bottom: 25px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 600px) {
  .sm-center h2  {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
.ttl {
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 600px) {
  .ttl  {
    font-size: 1.375rem;
  }
}

.kiosk-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
@media all and (max-width: 600px) {
  .kiosk-wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.kiosk-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  flex-flow: column;
  width: 34%;
}
.kiosk-list.center {
  width: 32%;
  margin: 20px 0;
}
.kiosk-list.center img {
  margin-left: -10px;
}
@media all and (max-width: 600px) {
  .kiosk-list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.kiosk-list .txt-wrap {
  display: inline-block;
  width: 100%;
  margin: 60px 0 80px;
}
@media all and (max-width: 600px) {
  .kiosk-list .txt-wrap {
    width: 100%;
    margin: 20px 0;
  }
  .kiosk-list.center {
    width: 100%;
  }
  .kiosk-list.center img {
    margin-left:0;
    position: relative;
  }
}
.kiosk-list .txt-wrap .num {
  font-size: 1rem;
  font-weight: 700;
  color: #bcc6db;
  text-align: left;
}
@media all and (max-width: 600px) {
  .kiosk-list .txt-wrap .num {
    font-size: 0.875rem;
    font-weight: 800;
    text-align: center;
  }
}

.kiosk-list .txt-wrap .ttl {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media all and (max-width: 600px) {
  .kiosk-list .txt-wrap .ttl {
    margin: 16px 0 12px;
    font-size: 1.375rem;
  }
}
.kiosk-list .txt-wrap .txt {
  font-size: 1.275rem;
  font-weight: 500;
  color: #393939;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: left;
}
@media all and (max-width: 600px) {
  .kiosk-list .txt-wrap .txt {
    font-size: 1.175rem;
  }
}
.kiosk-list .txt-wrap .txt .img {
  position: absolute;
  margin-top: 10px;
  width: 305px;
  height: auto;
}
@media all and (max-width: 600px) {
  .kiosk-list .txt-wrap .txt .img {
    position: relative;
    margin-top: 10px;
    width: 240px;
    height: auto;
  }
}
.kiosk-list .txt-box {
  float: left;
}
.kiosk-list .img-circle {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
  padding: 5px; 
  margin-right: 5px;
}
@media all and (max-width: 600px) {
  .kiosk-list .img-circle {
    width: 50px;
    height: 50px;
    padding-top: 16%;
    margin-right: 10px;
  }
}
.kiosk-list .img-circle .img-wrap {
  display: inline-block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.pic-con {
  border: 10px solid #fff; border-radius: 20px;  
  box-shadow: 0 13px 22px rgba(0, 0, 0, 0.22);
}
@media all and (max-width: 600px) {
  .kiosk-list .img-circle .img-wrap {
    width: 100px;
    height: 100px;
  }
  .pic-con {border: 3px solid #fff;}
}

.kiosk-list .img-circle .img-wrap img {
  height: auto;
}

@media all and (max-width: 600px) {
  .mb-hide {
    display: none !important;
  }
}

.mb-show {
  display: none !important;
}
@media all and (max-width: 600px) {
  .mb-show {
    display: block !important;
  }
}
/* ========== 공통 txt ========== */
.additional-common-ttl {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
@media all and (max-width: 600px) {
  .additional-common-ttl {
    font-size: 1.735rem;
    font-weight: 800;
  }
}

.additional-common-txt {
  font-size: 2.135rem;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
@media all and (max-width: 600px) {
  .additional-common-txt {
    font-size: 1.375rem;
  }
}
.additional-common-txt-sm {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
  display: inline-block;
  line-height: 1.5;
  margin-top: 10px;
}
@media all and (max-width: 600px) {
  .additional-common-txt-sm {
    font-size: 1rem;
  }
}
.btn-primary {
  display: flex;
  margin: 0 auto;
  width: 240px;
  color: #fff;
  font-weight: 600;
  padding: 15px 60px;
  background: #363636;
  border-radius: 57px;
  text-align: center;
  margin-top: 35px;
}
@media all and (max-width: 600px) {
  .btn-primary{
    font-size: 1.35rem;
  }
}


.color-point-blue {
  display: inline-block;
  color: #0987f5;
}

.kiosk-section .certified-system-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
@media all and (max-width: 600px) {
  .kiosk-section .certified-system-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.certified-list {
  width: 50%;
  padding: 40px 80px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  text-align: center;
  cursor: pointer;
  background-color: #ebeff7;
}
@media all and (max-width: 924px) {
  .certified-list {
    padding: 40px 26px;
  }
}
@media all and (max-width: 600px) {
  .certified-list {
    width: 100%;
    padding: 23px 26px;
    border: none;
    border-radius: 16px;
  }
}

.full-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 60px 30px;
  background-color: #ebeff7;
  border-radius: 20px;
  margin: 30px 0;
  gap: 20px;
}
.full-wrap.w80p {
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .full-wrap, .full-wrap.w80p {
    width: 100%;
    padding: 20px;
  }
}
.full-wrap .left-wrap {
  position: relative;
  width: 50%;
  text-align: center;
  border-radius: 20px;
}
.full-wrap .left-wrap.r-border:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: auto;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #e0e4e8;
}
@media all and (max-width: 1104px) {
  .full-wrap .left-wrap.r-border:after {
    display: none;
  }
}

.full-wrap .right-wrap {
  width: 50%; 
  text-align: center;
}
.full-wrap .list-check {
  margin: 20px 0;
  border-radius: 20px;
  padding: 15px 0;
  font-size: 1.7rem;
}
.full-wrap .w40p {
  width: 40%;
}
.full-wrap .w60p {
  width: 60%;
  padding-right: 80px;
}
@media all and (max-width: 1104px) {
  .full-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-wrap .right-wrap {
    margin-top: 20px;
  }
  .full-wrap .left-wrap, .full-wrap .right-wrap {
    width: 100%;
  }
  .full-wrap .w60p {
    padding-right: 0;
  }
}
@media all and (max-width: 600px) {

  .full-wrap .right-wrap .list-check {
    margin: 30px 0;
  }
  .full-wrap .right-wrap .checkbox {
    padding-left: 20px;
    font-size: 1.175rem;
  }
}
.full-wrap .right-wrap .sub-text {
  font-size: 1.875rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}

.full-wrap .right-wrap .checkbox {
  padding-left: 5%;
}

.full-wrap .c-title {
  margin:0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: linear-gradient(127deg, #00d8ff 17%, #0961f5 90%);
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  padding: 72px 0;
  text-align: center;
}
.checkbox {
  margin: 10px 0;
  text-align: left;
  padding-left: 30%;
}
@media all and (max-width: 600px) {
  .full-wrap .c-title {
    font-size: 1.735rem;
    width: 120px;
    height: 120px;
    padding: 40px 0;
  }
  .checkbox {
    padding-left: 25%;
  }
}
.box-count {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #3b94f9;
  color: #fff;
}
.box-count.big {
  padding: 15px 40px;
  font-size: 1.735rem;
}
.ttm {
  font-size: 2.175rem;
  font-weight: 700;
}
.text-normal {
  font-weight: 400;;
}
@media all and (max-width: 600px) {
  .box-count {
    font-size: 1rem;
  }
  .box-count.big {
    padding: 12px 20px;
    font-size: 1.175rem;
  }
  .ttm {
    font-size: 1.5rem;
  }
}
.box {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px; 
  margin: 10px 20px 40px 20px;
  flex: 1 1 35%;
  min-width: 300px;
  color: #000;
  font-size: 1.735rem;
  display: flex;
  min-height: 240px;
  justify-content: center;

}
.big + .box {
  min-height: 310px;
}

@media all and (max-width: 600px) {
  .box {
    padding: 20px;
    font-size: 1.375rem;
    min-height: 200px;
  }
  .big + .box {
    min-height: 200px;
  }
  .mt-80 {
    margin-top: 50px !important;
  }
  .mt-40 {
    margin-top: 30px !important;
  }
}
.icon-why {
  width: 120px;
  height: 120px; 
  margin: 20px 20px 0 0;
}

.tag {
  display: inline-block;
  font-weight: 500;
  background-color: #6e6e6e;
  color: #fff;
  padding: 10px; 
  border-radius: 8px;
  margin:20px 5px 10px;
}
@media all and (max-width: 600px) {
  .tag {
    font-size: 1rem;
  }
}
.additional-wrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.problem-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PC에서 3열 */
  gap: 24px; /* 카드 간 간격 */
  padding: 0;
  margin: 0;
  list-style: none;
}
.problem-wrap .problem-list {
  position: relative;
  width: 100%;
  min-height: 298px;
  padding: 50px 10%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.03));
  border-radius: 20px;
}

.problem-wrap .problem-list .white-circle {
  position: relative;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  border-image: initial;
  margin: 15px 20px 0 0;
  float: left;
}
@media all and (max-width: 600px) {
  .problem-wrap .problem-list .white-circle {
    float: none;
    margin: 0 auto;
  }
}
.problem-wrap .problem-list .problem-ttl {
  font-size: 1.735rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.problem-wrap .problem-list .problem-txt {
  font-size: 1.135rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.5px;
  margin-top: 20px;
}
.problem-wrap .problem-list .problem-name {
  position: relative;
  display: inline-block;
  padding: 9px 18px;
  border-radius: 19px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
  letter-spacing: -0.2px;
}
@media all and (max-width: 600px) {
  .problem-wrap .problem-list .problem-ttl {
    font-size: 1.175rem;
  }
  .problem-wrap .problem-list .problem-txt {
    font-size: 1rem;
  }
}
.text-bold { font-weight: 800;}
.list-check {
  margin: 60px 0;
}
.list-dialogue {
  margin: 60px 0;
}
.list-l-bulb {
  width: 100%;
  text-align: center;
}

.symbol {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.dialogue {
  position: relative;
  width: 100%;
  margin: 20px 0;
  font-size: 1.175rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.pick-time {
  position: absolute;
  left: calc(50% - 120px);
  top: calc(50% - 220px);
  width: 240px;
  height: 240px;
}
@media all and (max-width: 1240px) {
  .pick-time {
    top: calc(50% - 200px);
  }
}
@media all and (max-width: 1104px) {
  .pick-time {
    top: calc(50% - 240px);
  }
}

@media all and (max-width: 600px) {
  .pick-time {
    position: relative;
  }
}
.lightbulb {
  display: inline-block;
  width: 60%;
  padding-left: 10%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.575rem;
  margin: 10px 0;
}
.lightbulb.long {
  width: 80%;
}
@media all and (max-width: 600px) {
  .lightbulb {
    width: 80%;
    font-size: 1.175rem;
    text-indent: -32px;
  }
}
.d-text {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 12px;
}

.bg-black {background-color: #001024; color: #ffffff;}
.bg-white {background-color: #ffffff; color: #001024;}
.bg-gray {background-color: #c0d0e0; color: #001024;}
.bg-sky { background: linear-gradient(to left top, #f9fafb, #e6ecf2);}
.no-fill {
  background-color: transparent !important;
}
.mt-40 {margin: 40px 0 0 0;}
.mt-50 {margin: 50px 0 0 0;}
.mt-60 {margin: 60px 0 0 0;}
.mt-70 {margin: 70px 0 0 0;}
.mt-80 {margin: 80px 0 0 0;}
.t-d-border { border-top:2px dotted #243648; }

.txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-bottom: 37px;
}
@media all and (max-width: 600px) {
  .txt-wrap {
    gap: 14px;
    margin-bottom: 15px;
  }
}
.txt-wrap .file-img-wrap {
  width: 173px;
  height: 150px;
}
@media all and (max-width: 600px) {
  .txt-wrap .file-img-wrap {
    width: 81px;
    height: 70px;
  }
}
.table-wrap .additional-service-table {
  width: 100%;
  border-top: 2px solid #bec6d6;
  border-bottom: 2px solid #bec6d6;
  border-collapse: collapse;
}
.table-wrap .additional-service-table .table-tr {
  border-bottom: 1px solid rgba(215, 220, 230, 0.7);
}
.table-wrap .additional-service-table .table-tr .table-th {
  position: relative;
  width: 40.6%;
  padding: 18.5px 0;
  vertical-align: middle;
  border-bottom: 2px solid #bec6d6;
  font-size: 1.25rem;
  font-weight: 700;
  color: #393939;
  text-align: center;
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-th {
    padding: 9.8px 0;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #000;
  }
}
.table-wrap .additional-service-table .table-tr .table-th.type-easy {
  width: 414px !important;
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-th.type-easy {
    width: 31.51% !important;
  }
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-th:first-child {
    width: 36.8% !important;
    padding-left: 14px;
  }
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-th.type-pay {
    width: 23.18% !important;
  }
}
.table-wrap .additional-service-table .table-tr .table-th::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #dfdfdf;
}
.table-wrap .additional-service-table .table-tr .table-th:last-child::after {
  display: none;
}
.table-wrap .additional-service-table .table-tr .table-th.type-ttl {
  padding-left: 32px;
  font-weight: 500;
  text-align: left;
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-th.type-ttl {
    padding-left: 13px;
  }
}
.table-wrap .additional-service-table .table-tr .table-th.type-ttl.type-easy {
  width: 352px;
}
.table-wrap .additional-service-table .table-tr .table-td {
  width: 40.6%;
  padding: 15.5px 0;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 500;
  color: #393939;
  text-align: center;
  line-height: 1.6;
  border-left: 1px solid #e8eaec;
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-td {
    padding: 11.05px 0;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.table-wrap .additional-service-table .table-tr .table-td.table-td-bg {
  background-color: #f7f8fb;
}
.table-wrap .additional-service-table .table-tr .table-td.type-easy {
  width: 414px;
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-td.type-easy.table-td-easy {
    width: 18.5% !important;
  }
}
.table-wrap .additional-service-table .table-tr .table-td.table-td-first {
  width: 18.6%;
  background-color: #ebeff7;
  text-align: left;
  padding-left: 31px;
}
@media all and (max-width: 600px) {
  .table-wrap .additional-service-table .table-tr .table-td.table-td-first {
    padding-left: 12px;
  }
}
.white-box {
  width: 80%;
  margin:0 auto;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  padding: 40px;
  font-size: 1.5rem;

}
@media all and (max-width: 600px) {
  .white-box {
    width: 90%;
    font-size: 1.175rem;
  }
}
.white-box .event-details p {
  font-weight: 700;
  padding-left: 20%;
}
.white-box .ttl-n {
  font-size: 3rem;
  font-weight: 800;
}
@media all and (max-width: 600px) {
  .white-box .ttl-n {
    font-size: 1.735rem;
    font-weight: 800;
  }
  .white-box .event-details p {
    padding-left: 0;
  }
}
.notice {
  font-size: 1rem;
  width: 80%;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.n-title {margin-right: 20px; line-height: 1.5;}
.n-text {font-weight: 300; line-height: 1.5;}
.contact-info {
  display: flex;
  background: #000;
  width: 80%;
  border-radius: 40px;
  padding: 20px 40px;
  margin: 10px auto;
  color: #fff;
  font-size: 1.375rem;
}
.contact-info .left-wrap {
  width: 50%;
}
.contact-info .right-wrap {
  width: 50%; text-align: right;
}
.contact-info .symbol {
  margin-right: 12px;
}
@media all and (max-width: 600px) {
  .contact-info {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
  }
  .contact-info .left-wrap, .contact-info .right-wrap {
    width: 100%; text-align: center;
  }
  .contact-info .symbol {
    width: 16px; height: 16px; margin-right: 10px;
  }
}
.text-center {
  text-align: center;
}
