/* @font-face {
  font-family: 'EBSHMJESaeronRA';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/EBSHMJESaeronRA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'SUIT';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.haemong .mobile-only {
  display: none;
}

.haemong {
  background: url('/img/4.jpg') no-repeat 50% !important;
  background-size: cover;
}

.haemong .top-visual .info-div {
  position: relative;
}

.haemong .top-visual .info-div h1 {
  font-size: 48px;
  margin: 0 0 10px 0;
  color: black;
  /* font-family: "Yeon Sung", serif; */
  font-weight: 400;
}

.haemong .top-visual .info-div .txt {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
  /*font-family: 'EBSHMJESaeronRA';*/
}

.haemong .top-visual .info-div .link-btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  width: 215px;
  height: 40px;
  border-radius: 6px;
  background-color: #983030;
}

.haemong .top-visual .info-div .link-btn:hover {
  text-decoration: none;
  background-color: #906060;
}

.tabset {
  padding: 40px;
  padding-left: 40px;
  padding-right: 40px;
  color: #222;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.haemong-text h2{
  font-size: 24px;
  margin-bottom: 12px;
  /*font-family: 'TheJamsil5Bold';*/
}
.haemong-text ul li {
  margin-bottom: 12px;
  position: relative;
  font-size: 17px;
  line-height: 1.5;
  /*font-family: 'EBSHMJESaeronRA';*/
}

.haemong-text .add-text {
  margin-bottom: 12px;
  position: relative;
  font-size: 17px;
  /*font-family: 'EBSHMJESaeronRA';*/
}

.haemong-text ul li::before {
  content: "✔";
  left: 0;
  color: #ffcc00;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid rgba(0, 102, 204, 1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}


.container_dream {
    padding: 20px 0;
    text-align: center;
}
.dreamText {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  resize: none;
}
.label {
  display: block;
  margin: 10px 0;
}

.chat_btn {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  background-color: #0056b3;
}

.result_dream {
  display: none;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .tabset.inner {
    padding: 20px;
  }

  .haemong {
    background: url(/img/4.jpg) no-repeat 50%/ contain;
    background-size: cover;
  }
}