@import url(common.css);
@font-face {
  font-family: 'WAGURITTF';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2403@1.0/WAGURITTF.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'SUIT', sans-serif;
  white-space:nowrap;
  box-sizing: border-box;
  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.modal-content {
  box-sizing: border-box;
  background-color: #fff;
  max-width: 100%;
  /* width: 700px; */
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 24px;
}

.source-path{display: none;}

.btn-guide {
  margin: auto;
  width: 300px;
  background-color: #2153d0;
  color: #fff;
  font-size: 1.6em;
  padding: 12px 0 12px 0;
  border-radius: 5px;
  display: block;
  margin-top: 15px;
}

.btn-guide em{
  font-style: normal;
  color: orange;
  font-weight: 600;
}

.btn-close {
  color: #999;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
}

footer{
  /* color: #000; */
  background-color: #111;
  color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

footer h2{
  padding: 20px;
  margin: 20px;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
}

footer p{
  margin: auto;
  width: 400px;
  text-align: center;
  white-space: normal;
  font-weight: 300;
}

footer ul{
  text-align: center;
  margin: 20px;
  font-weight: 300;
}

.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #111;
  gap: 70px;
}

.form-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  width: 100%;
}
.form-body > div, .form-body > ul {
  width: 100%;
  /* padding: 8px 0; */
  margin: 15px 0;
}
.form-body select[name=tel],
.form-body input[type=name],
.form-body input[type=tel] {
  width: 100%;
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  transition: 0.35s;
}
.form-body select[name=tel] {
  padding: 12px;
  margin: 10px 0;
}
.form-body input[type=name] {
  padding: 12px;
}
.form-body input[type=tel] {
  padding: 12px;
}
.form-body .tellnum {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-body .radioBox ul li {
  margin: 7px;
}
.form-body .radioBox .invest-time li {
  flex: 1;
}
.form-body .radioBox .invest-time li:nth-child(1) {
  text-align: left;
}
.form-body .radioBox .invest {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.form-body .radioBox .invest .investType-option {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-body .radioBox .invest .investType-option li {
  margin: 7px;
}
.form-body .radioBox .invest select {
  text-align: center;
  width: 100%;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.form-body .check_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.8rem;
  position: relative;
}
.form-body .check_box .checkBox {
  margin: 5px 0;
}
.form-body .check_box .checkAllBtn,
.form-body .check_box .checkBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-body .check_box .checkAllBtn input[name=chkAll],
.form-body .check_box .checkAllBtn input[name=chk],
.form-body .check_box .checkBtn input[name=chkAll],
.form-body .check_box .checkBtn input[name=chk] {
  display: none;
}
.form-body .check_box .checkAllBtn input[name=chkAll] + em,
.form-body .check_box .checkAllBtn input[name=chk] + em,
.form-body .check_box .checkBtn input[name=chkAll] + em,
.form-body .check_box .checkBtn input[name=chk] + em {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/checkbox-03.png) no-repeat;
  background-position: left;
  margin-right: 5px;
  transform: translateY(3px);
}
.form-body .check_box .checkAllBtn input[name=chkAll]:checked + em,
.form-body .check_box .checkAllBtn input[name=chk]:checked + em,
.form-body .check_box .checkBtn input[name=chkAll]:checked + em,
.form-body .check_box .checkBtn input[name=chk]:checked + em {
  background-position: right;
}

.section{
  padding: 16px;
  box-sizing: border-box;
}

.section1{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vw;
}

.sec1-contain .title ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec1-contain .title ul li span{
  color: orangered;
}

.sec1-contain .title ul li{
  margin: 8px 0;
  font-weight: 700;
  letter-spacing: 1px;
}
.sec1-contain .title ul li:nth-child(1){
  font-size: 3.2vw;
  color: orange;
}
.sec1-contain .title ul li:nth-child(2){
  font-weight: 900;
  font-size: 5vw;
}
.sec1-contain .title ul li:nth-child(3){
  font-size: 2vw;
  color: #999;
}
.sec1-contain .img-box{
  display: flex;
  justify-content: center;
}
.sec1-contain .img-box img{
  width: 700px;
}

.sec1-contain .anchor-sec2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.sec1-contain .anchor-sec2 a{
  background-color: orange;
  border-radius: 10px;
  padding: 16px 80px;
  font-size: 1.5em;
  font-weight: bold;
  color: #fafafa;
}

.sec1-contain .anchor-sec2 span{
  font-weight: bold;
  color: #999;
  letter-spacing: 1px;
}

.section2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3em;
  margin-bottom: 5vw;
}

.section2 .title{
  margin: auto;
}

.section2 .title span{
  color: orange;
  font-size: 1.5em;
}
.section2 .title p{
  font-size: 2.3em;
  word-spacing: 3px;
  line-height: 1.5;
}
.section2 .title p em{
  color: orange;
  font-style: normal;
  font-size: 1.2em;
  font-weight: bold;
}

#sec4 {
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#profit {
  width: 100%;
  margin-top: 20px;
  color: #000;
}
#profit p {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: orange;
}
#profit .swiper {
  padding: 20px;
  background-color: aliceblue;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}
#profit .swiper.swiper-first {
  height: 500px;
}
#profit .profit-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
#profit .profit-img img {
  border-radius: 15px;
  width: 300px;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}

#liveList {
  width: 100%;
  margin-bottom: 40px;
  color: #000;
}
#liveList p {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: orange;
}
#liveList .swiper {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
#liveList .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  font-size: 16px;
  max-width: 500px;
  margin: auto;
}
#liveList .swiper .swiper-slide .name {
  width: 20%;
  text-align: left;
}
#liveList .swiper .swiper-slide .tel {
  width: 70%;
}
#liveList .swiper .swiper-slide .ing {
  width: 80px;
  padding: 7px 5px;
  background-color: #8d8d8d;
  color: #fff;
  border-radius: 15px;
  line-height: 13px;
  box-sizing: border-box;
}
#liveList .swiper .swiper-slide .ing.end {
  border: none;
  background-color: #2153d0;
  color: #fff;
}
#liveList .swiper.verticalSwiper {
  height: 130px;
  background-color: aliceblue;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}