       /* ------ common ------ */
       * {
           margin: 0;
           padding: 0;
           list-style: none;
           border: 0;
           font-family: "Noto Sans KR";
       }

       ul,
       ol,
       li {
           list-style: none;
       }

       select,
       a {
           color: #000;
           text-decoration: none;
       }

       img {
           /* max-width: 100%; */
       }

       a[href^=tel] {
           text-decoration: inherit;
           color: inherit;
       }


       input::placeholder {
           color: #d8d8d8
       }

       input[type="button"],
       button,
       input[type="checkbox"],
       input[type="radio"],
       .text_label span
       {
           cursor: pointer;
       }


       .intro_container {
           position: relative;
           width: 100%;
           height: calc(100vh - 50px);
           max-width: 800px;
           min-height: 1350px;
           background-color: #f6f6f6;
           background-image: url('./first_bg.png');
           background-repeat: no-repeat;
           background-position: right;
       }

       .intro-title {
           font-family: 'Noto Sans CJK KR';
           font-weight: 300;
           font-size: 55px;
           line-height: 100px;
           color: #3C4141;
           position: absolute;
           top: 21%;
           left: 7%;
       }

       .intro-title strong {
           font-weight: 900;
           font-size: 80px;
           line-height: 68px;
           color: #7A4FF3;
       }

       .intro-title strong small {
           font-weight: 250;
           font-size: 40px;
       }

       .bottom-box {
           position: absolute;
           bottom: 0;
           width: 100%;
           max-width: 800px;
           height: 570px;
           border-top-left-radius: 50px;
           border-top-right-radius: 50px;
           background-color: #7A4FF3;
       }

       .bottom-box-content {
           padding: 10% 0;
           color: #fff;
           text-align: center;
           font-weight: 300;
           font-size: 40px;
           line-height: 60px;
           letter-spacing: -1px;
       }

       .bottom-box-content strong {
           font-weight: 900;
           font-size: 55px;
           line-height: 60px;
           display: block;
           margin-bottom: 40px;
       }

       .main-btn {
           position: absolute;
           bottom: 120px;
           left: 50%;
           transform: translate(-50%);
           background: none;

           background: #ffef60;
           width: 80%;
           font-size: 40px;
           padding: 20px;
           border-radius: 50px;
           font-weight: 700;
       }


       .landing_container {
           width: 100%;
           box-sizing: border-box;
       }

       .container_wrap {
           width: 800px;
           margin: auto;
           font-size:38px;
       }

       /* input box */
       .input_wrap {
           box-sizing: border-box;
           padding: 60px;
       }

       .request .input_wrap {
           padding: 60px 60px 0 60px;
       }

       /* 이름 input */

       #name {
           width: calc(100% - 242px);
           /* border: 1px solid #707070; */
           box-sizing: border-box;
           font-size: 38px;
           padding: 23px 0 23px 28px;
           font-family: "Noto Sans KR";
           /* background: rgba(255, 255, 255, 0.75); */
           background: rgba(255, 255, 255, 0.75);
           border: 1px solid rgba(0, 0, 0, 0.15);
           box-sizing: border-box;
           box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
           border-radius: 10px;
       }

       input[type='text']:focus,
       select:focus {
           border: 2px solid #7A4FF3 !important;
           outline: none;
       }

       #name:focus,
       select:foucs {
           border: 2px solid #7A4FF3 !important;
       }

       #age {
           width: 230px !important;
           font-size: 38px;
           padding: 23px 0 23px 28px;
           font-family: "Noto Sans KR";
           border: 1px solid rgba(0, 0, 0, 0.15);
           box-sizing: border-box;
           box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
           border-radius: 10px;
           margin-bottom: 15px;
       }

       #tel {
           width: 100%;
           font-size: 38px;
           padding: 23px 0 23px 28px;
           font-family: "Noto Sans KR";
           background: rgba(255, 255, 255, 0.75);
           border: 1px solid rgba(0, 0, 0, 0.15);
           box-sizing: border-box;
           box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
           border-radius: 10px;
       }

       #gift {
           width: 100%;
           border: 1px solid #707070;
           box-sizing: border-box;
           font-size: 33px;
           padding: 23px 0 23px 28px;
           margin-bottom: 30px;
           font-family: "Noto Sans KR";
           margin-top: 30px;
       }

       /* 전화번호 input */
       .tel_wrap {
           width: 100%;
           white-space: nowrap;
           text-align: center;
       }

       .tel_wrap .select_box {
           width: 25%;
           float: left;
           position: relative;
           background-color: #fff;
           z-index: 10;
           background: rgba(255, 255, 255, 0.75);
       }

       .tel_wrap .select_box #tel_1 {
           width: 100%;
           height: 100%;
           box-sizing: border-box;
           border: 1px solid #707070;
           font-size: 36px;
           padding-left: 28px;
           z-index: 100;
           background-color: transparent;
           background: rgba(255, 255, 255, 0.75);
           border: 1px solid rgba(0, 0, 0, 0.15);
           box-sizing: border-box;
           box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
           border-radius: 10px;
       }

       .tel_wrap .select_box img {
           position: absolute;
           top: 50%;
           right: 20px;
           transform: translate(-50%, -30%);
           z-index: -1;
       }

       .tel_wrap #tel_2 {
           width: 34%;
           height: 100%;
           box-sizing: border-box;
           border: 1px solid #707070;
           max-width: 230px;
           padding-left: 28px;
           font-size: 36px;
           display: inline-block;
           background: rgba(255, 255, 255, 0.75);
           border: 1px solid rgba(0, 0, 0, 0.15);
           box-sizing: border-box;
           box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
           border-radius: 10px;
       }

       .tel_wrap #tel_3 {
           width: 34%;
           height: 100%;
           float: right;
           box-sizing: border-box;
           border: 1px solid #707070;
           max-width: 230px;
           padding-left: 28px;
           font-size: 36px;
           background: rgba(255, 255, 255, 0.75);
           border: 1px solid rgba(0, 0, 0, 0.15);
           box-sizing: border-box;
           box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
           border-radius: 10px;
       }

       .input_wrap select {
           -webkit-appearance: none;
           -moz-appearance: none;
           appearance: none;
       }

       .input_wrap select::-ms-expand {
           display: none;
       }

       /* 개인정보 */
       input[type="checkbox"] {
           width: 35px;
           height: 35px;
           vertical-align: middle;
           margin-right: 6px;
       }

       .text_label span {
           font-size: 38px;
           vertical-align: middle;
       }

       .text_label {
           text-align: center;
           width: 100%;
           display: block;
           margin-bottom: 60px;
           margin-top: 50px;
       }

       .text_label a {
           display: inline-block;
           font-size: 18px;
           background-color: #fff;
           /* border: 1px solid #3F3F3F; */
           color: #3F3F3F;
           vertical-align: middle;
           padding: 8px;
           margin-left: 10px;
       }

       .section {
           position: relative;
       }

       canvas {
           z-index: 9999999;
           pointer-events: none;
           position: fixed;
           top: 0;
           transform: scale(1.1);
           left: 0;
       }

       /* 라디오 버튼 초기화*/
       .sectionChk input[type=radio] {
           display: none;
       }

       .sectionChk input[type=radio]+label {
           display: inline-block;
           cursor: pointer;
           position: relative;
       }


       .sectionChk input[type=checkbox] {
           display: none;
       }

       .sectionChk input[type=checkbox]+label {
           display: inline-block;
           cursor: pointer;
       }


       .hidden {
           display: none
       }

       .puple_bg {
           width: 100%;
           /* height: 100%; */
           min-height: 1245px;
           background: #E9F2FF;
           overflow: hidden;
           padding-bottom: 50px;
       }


       .page_num {
           position: absolute;
           left: 50%;
           top: 100px;
           transform: translate(-50%);
           color: #fff;
       }

       .q-text {
           text-align: center;
           padding: 100px 0 60px;
           font-size: 70px;
           line-height: 90px;
           font-family: Noto Sans CJK KR;
           font-weight: 300;
           color: #fff;
       }

       .q-sub-text {
           font-size: 55px;
           line-height: 70px;
           text-align: center;
           margin: -35px 0 30px;
           font-weight: 300;
       }


       .q-text .point {
           font-weight: bold;
           font-size: inherit;
           color: #FFE81B;
       }

       .q-sub-text .point {
           font-size: inherit;
           font-weight: 600;
           color: #7A4FF3;
           font-weight: 900;
       }


       .check_list {
           display: flex;
           gap: 40px;
           width: 90%;
           margin: 0 auto 300px;
           flex-direction: column;
       }

       .check_list li {
           background-repeat: no-repeat;
           background-position: center 40px;
       }

       .check_list li label {
           width: calc(100% - 80px);
           line-height: 120px;
           padding: 0 40px;
           color: #333;
           font-size: 40px;
           background-color: #fff;
           border-radius: 30px;
           background-image: url(./chk_off.png);
           background-repeat: no-repeat;
           background-position: top 30px right 40px;
       }

       .check_list li input[type='radio']:checked+label {
           background-image: url(./chk_on.png);
       }



       .check_list li input[type='checkbox']+label::after {
           content: "";
           position: absolute;
           right: 40px;
           width: 34px;
           height: 34px;
           border: 1px solid #707070;
       }

       .check_list li input[type='checkbox']:checked+label::after {
           background-color: #FFEF60;
       }


       .check_list li:first-child label {
           border-radius: 30px;
       }


       .section_01 .check_list li:first-child label {
           height: 439px;
       }

       .section_01 .check_list li input[type=radio]:checked+label {
           background-color: #7A4FF3;
       }

       .section_01 .check_list li:first-child label::after {
           content: "";
           display: block;
           width: 409px;
           height: 259px;
           margin: 20px auto 0;
           background-image: url('./coupon.png');
           background-repeat: no-repeat;
           background-position: center bottom;
       }

       .section_01 .check_list li label {
           background-color: #B9B7C0;
           color: #fff;
       }

       .section_01 .q-text {
           text-align: center;
           padding: 100px 0 60px;
           font-size: 70px;
           line-height: 103.6px;
           font-family: Noto Sans CJK KR;
           font-weight: 500;
           color: #2f284d;
           letter-spacing: -0.03em;
       }

       .section_01 .q-sub-text {
           font-size: 55px;
           line-height: 70px;
           text-align: center;
           margin: -35px 0 30px;
           font-weight: 300;
       }

       .section_02,
       .section_03 {
           background-color: #7A4FF3;
           padding-bottom: 200px;
       }

       .request-section {
           background-color: #7A4FF3;
       }

       .section_02 .check_list {
           flex-wrap: wrap;
           flex-direction: row;
           gap: 0px;
           width: 95%;
           margin: 0 auto;
           flex-direction: row;
       }

       .section_02 .check_list li {
           width: 380px;
           height: 460px;
           background-color: transparent;
       }


       .section_02 .check_list li label {
           width: 100%;
           height: 100%;
           padding: 0;
           background: none;
       }

       .section_02 .check_list li input[type=radio]:checked+label {
           background-image: url(./checked.png);
           background-color: transparent;
           background-repeat: no-repeat;
           background-position: 30px 60px;
       }


       .section_02 input[type=radio]:checked+label::after {
           right: calc(50% - 30px);
           bottom: 40px;
       }

       .section_02 .check_list li label {
           background-position: bottom 40px left 50%;
           font-size: 0;
           padding-top: 185px;
           box-sizing: border-box;
       }

       .section_03 .check_list li label {
           box-shadow: 0px 10px 30px rgba(80, 38, 201, 0.7);
       }



       .section_04 .check_list {
           display: flex;
           gap: 0;
           flex-direction: row;
           justify-content: space-around;
       }


       .request-title {
           font-weight: 300;
           font-size: 70px;
           line-height: 90px;
           text-align: center;
           color: #7A4FF3;
           letter-spacing: -0.08em;
           margin: 80px 0;
       }

       .request-title .point {
           font-size: inherit;
           font-weight: 900;
       }



       .ft_text {
           text-align: left;
           margin: 0 0 50px;
           font-size: 25px;
           font-family: Noto Sans KR;
           font-weight: 300;
           letter-spacing: -0.082em;
           padding: 0 60px;
       }

       .result_btn {

           position: absolute;
           background: transparent;
           text-align: center;
           bottom: 795px;
           left: 50%;
           transform: translate(-50%);

       }

       .action_btn {
           text-align: center;
           width: 100%;
           background: transparent;
           background: #7a4ff3;
           width: 80%;
           font-size: 40px;
           padding: 20px;
           border-radius: 50px;
           font-weight: 700;
           color: #fff;
       }

       .result_btn::after {
           content: "";
           position: absolute;
           right: 30px;
           font-size: 25px;
       }

       .fixed {
           position: fixed;
           bottom: 0
       }




       .relative {
           position: relative
       }

       .next {
           width: 280px;
           height: 80px;
           position: absolute;
           left: calc(50% - 140px);
           bottom: 128px;
       }

       .close {
           width: 29px;
           height: 28px;
           position: absolute;
           right: 14px;
           top: 17px;
       }

       .top_text {
           font-size: 16px;
           color: #898989;
           padding: 0 60px;
           margin-top: 80px;
       }



       .hinner {
           overflow-y: scroll;
           display: none;
           margin-top: 8px;
           width: 95%;
           background: #fff;
           padding: 15px;
           font-size: 16px;
           font-family: 'Noto Sans KR', sans-serif;
       }




       /* 마지막 페이지 slick */
       .slick-arrow {
           width: 80px;
           height: 80px;
           position: Absolute;
           font-size: 0;
           background-color: transparent;
           top: 50%;
       }

       .slick-prev {
           background-image: url(./prev.png);
           left: 10px;
       }

       .slick-next {
           background-image: url(./next.png);
           right: 10px;
       }



       @media (min-width: 850px) {
           .container_wrap {
               zoom: 70%
           }
       }
       
       .info_text {
        background: #e9e9e9;
        padding: 40px 50px 35px;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color:#3C4141;
        line-height: 170%;
        display: block;
        letter-spacing: -1.5px;
        text-align: left;
        /* height:330px; */
    }
    .doc_title {
        position: absolute;
        bottom: -72px;
        right: 20px;
    }
