/* slide */




.visual{
    width: 100%;
    height: 30vh;
    padding-top: 55px;
    position: relative;
}

.v_0{
    width: 100%;
    height: 25vh;
}

.v_1{
    width: 100%;
    height: 25vh;
}

.v_2{
    width: 100%;
    height: 25vh;
}

.v_3{
    width: 100%;
    height: 25vh;
}

.v_4{
    width: 100%;
    height: 25vh;
}

.v_5{
    width: 100%;
    height: 25vh;
}

.slide_box{
    width: 100%;
    height: 100%;
    position: relative;
}

.slide_box img{
    width: auto;
    height: 120%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.text{
    position: absolute;
    width: 40%;
    top: 15%;
    left: 8%;
}

.text img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* // slide */


.more_section{
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}

.more_section ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more_section ul li{
    height: 100%;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_box{
    font-family: 'S-CoreDream-2ExtraLight';
    font-size: 10px;
    color: transparent;
    display: flex;
    align-items: center;
}

.text_box p:first-child{
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
    font-family: 'S-CoreDream-5Medium';
}

.text_box p:last-child{
    display: none;
}

.more_btn{
    text-align: center;
    color: #fff;
    font-family: 'S-CoreDream-2ExtraLight';
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

#s01{
    width: 100%;
    padding: 100px 0 50px;
}

#s01 .main_fix_li{
  padding: 25px 30px;
    box-sizing: border-box;
    transform: translateY(-100px);
    height: 520px;
    margin-bottom: 60px !important;
}

#s01 ul{
    width: 100%;
    /* display: inline-block; */
    display:flex;
    flex-wrap: wrap;
}

#s01 ul li{
    width: 49%;
    height: 100%;
    /* float: left; */
    text-align: center;
    cursor: pointer;
}

#s01 ul li:first-child,
#s01 ul li:nth-child(3),
#s01 ul li:nth-child(5){
    margin-right: 2%;
}

#s01 ul li:first-child,
#s01 ul li:nth-child(2),
#s01 ul li:nth-child(3),
#s01 ul li:nth-child(4){
    margin-bottom: 80px;
}

#s01 ul li:first-child{
    background-color: #ff854e;
}

#s01 ul li:nth-child(2){
    background-color: #5f9e45;
}

#s01 ul li:nth-child(3),
#s01 ul li:nth-child(4){
    background-color: #00baf2;
}

#s01 ul li:nth-child(5){
    background-color: #8a74ef;
}


#s01 ul li:last-child{
    background-color: #e860a7;
}

.box_img{
    margin-top: -50px;
}

.box_img img{
    width: 90%;
}

.box_text{
    width: 100%;
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
}

.box_text span{
    font-family: 'S-CoreDream-8Heavy';
    font-size: 18px;
    display: block;
}

#s02,
#s03,
#s04,
#s05,
#s06{
    width: 100%;
    padding: 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#s02{
    background-image: url(../images/main_s01.png);
}

#s03{
    background-image: url(../images/main_s02.png);
}

#s04{
    background-image: url(../images/main_s03.png);
}

#s05{
    background-image: url(../images/main_s04.png);
}

.section_title{
    text-align: center;
}

.section_title p{
    display: inline-block;
    padding: 3px 20px;
    font-size: 20px;
    color: #fff;
    font-family: 'S-CoreDream-8Heavy';
}

#s02 .section_title p{
    background-color: #ff854e;
}

#s03 .section_title p{
    background-color: #00baf2;
}

#s04 .section_title p{
    background-color: #8a74ef;
}

#s05 .section_title p{
    background-color: #5f9e45;
}

.s_text01{
    text-align: center;
    color: #111;
    font-family: 'S-CoreDream-3Light';
    font-size: 19px;
    margin-top: 20px;
    word-break: keep-all;
}

span.black{
    font-family: 'S-CoreDream-8Heavy';
}

span.orange{
    font-family: 'S-CoreDream-8Heavy';
    color: #ff854e;
}

span.blue{
    font-family: 'S-CoreDream-8Heavy';
    color: #00baf2;
}

span.purple{
    font-family: 'S-CoreDream-8Heavy';
    color: #8a74ef;
}

span.green{
    font-family: 'S-CoreDream-8Heavy';
    color: #5f9e45;
}

.s_text02{
    text-align: center;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
    word-break: keep-all;
    letter-spacing: -1px;
}

.s_text02 strong{
    font-family: 'S-CoreDream-6Bold';
}

.s_text02_1{
    margin-top: 10px;
}



/* popup */
.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.popbg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.pop_box{
    -ms-overflow-style: none;
    background-color: #fff;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    width: 85%;
    height: 80%;
    padding: 40px 20px;
    overflow: scroll;
}

.pop_box::-webkit-scrollbar{
    display: none;
}

.pop_title{
    width: 100%;
    text-align: center;
    color: #f26d7d;
    font-size: 20px;
    font-family: 'S-CoreDream-6Bold';
}

.pop_input{
    width: 100%;
    margin-top: 30px;
}

.p_i_box{
    width: 100%;
    display: block;
}

.p_i_box:last-child{
    align-items: flex-start;
}

.p_i_box:not(:last-child){
    margin-bottom: 20px;
}

.p_i_box p{
    font-family: 'NanumSquareR';
    color: #111;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    width: 100%;
}

.p_input,
.number_box{
    width: 100%;
}

.p_input input[type='text']{
    width: 100%;
    height: 35px;
    border: 1px solid #f26d7d;
    box-sizing: border-box;
}

.p_input input[type='text']::placeholder{
    font-size: 12px;
    color: #111;
    font-family: 'NanumSquareR';
}

.select_box{
    width: 100%;
    height: 35px;
    position: relative;
    background-color: #fff;
    border: 1px solid #f26d7d;
    box-sizing: border-box;
}

.select_box select{
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: transparent;
    font-size: 12px;
    color: #111;
    font-family: 'NanumSquareR';
}

.select_box i{
    font-size: 16px;
    color: #111;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.p_i_box textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #f26d7d;
    box-sizing: border-box;
    padding: 5px;
}

.p_i_box textarea::placeholder{
    color: #111;
    font-family: 'NanumSquareR';
    word-break: keep-all;
    font-size: 12px;
    line-height: 20px;
}

.number_box{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111;
    font-family: 'NanumSquareR';
}

.num_box{
    width: 30%;
    height: 100%;
    border: 1px solid #f26d7d;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.num_box select{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    font-size: 12px;
    color: #111;
    font-family: 'NanumSquareR';
}

.num_box i{
    font-size: 16px;
    color: #111;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.number_box input[type='text']{
    width: 30%;
    height: 100%;
    border: 1px solid #f26d7d;
    box-sizing: border-box;
}

.number_box input[type='text']::placeholder{
    font-size: 12px;
    color: #111;
    font-family: 'NanumSquareR';
}

.pop_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pop_btn input[type='button']{
    width: 150px;
    height: 35px;
    border-radius: 50px;
    background-color: #f26d7d;
    font-size: 16px;
    font-family: 'S-CoreDream-6Bold';
    color: #fff;
    border: 0;
}

.pop_box button{
    font-family: 'S-CoreDream-6Bold';
    font-size: 20px;
    color: #ccc;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
}


#s01 .main_fix_box_wrap{
  background-color: white;
  padding: 24px 0 12px 0;
}

#s01 .main_fix_box_wrap .main_fix_box{
  font-family: 'S-CoreDream-4Regular';
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.025em;
  margin: 0 auto;
  width: 390px;
  padding: 20px 30px;
}

#s01 .main_fix_box_wrap .main_fix_box span{
  font-family: 'S-CoreDream-6Bold';
}

#s01 .main_fix_box_wrap dl{
  width: 390px;
  margin: 0 auto;
  border-top: 1px solid black;
  padding: 24px 0;
}

#s01 .main_fix_box_wrap dl dt{
  font-size: 26px;
  line-height: 55px;
  letter-spacing: -0.025em;
  font-family: 'S-CoreDream-8Heavy';
  text-align: left;
  padding:0 30px;
}

#s01 .main_fix_box_wrap dl dt:nth-child(1) {
  color: var(--skyblue);
}

#s01 .main_fix_box_wrap dl dt:nth-child(2) {
  color: var(--purple);
}

#s01 .main_fix_box_wrap dl dt:nth-child(3) {
  color: var(--orange);
}

#s01 .main_fix_box_wrap dl dt:nth-child(4) {
  color: var(--green);
}

#s01 .main_fix_box_wrap dl dt:nth-child(5) {
  color: var(--pink);
}


#s06 .center .s_text01_fix{
  font-size: 19px;
  margin-top: 20px;
  line-height: normal;
}

#s06 .center .s_text02_fix{
  font-size: 14px;
  line-height: normal;
  margin-top: 20px;
  line-height: 25px;
  word-break: keep-all;
  letter-spacing: -1px;
}

span.pink{
  font-family: 'S-CoreDream-8Heavy';
  color: var(--pink);
}

#s06 .section_title p{
    background-color: var(--pink);
}

#s06{
    background-image: url(../images/main_s06.png);
}



    #s01 .main_fix_box_wrap{
      padding: 6px 0;
      /* height: 32.7vw; */
          transform: translateY(50px);
    }

    #s01 .main_fix_box_wrap .main_fix_box{
      font-size: 12px;
      line-height: normal;
      padding: 0 4px;
      width:auto;
    }

    #s01 .main_fix_box_wrap dl dt{
      font-size: 12px;
      line-height: 16px;
      padding: 0 4px;

      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }

    #s01 .main_fix_box_wrap dl{
      width:auto;
      padding: 4px 0;
    }

    #s01 .main_fix_li{
          /* border: 1vw solid #00baf2; */
      transform: translateY(-50px);
      padding: 15px 15px 0 15px;
      margin-bottom: 40px !important;
      height: auto;

      width: 49%;

      background-image: url(../images/main_fixed.png);

      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }




@media screen and (max-width: 370px){
  /* #s01 .main_fix_box_wrap dl{
        transform: scale(0.8);
  } */
}
