@charset "utf-8";
#main { position: relative; text-align: center; overflow: hidden; padding-bottom: 90px; }
#main .title { font-size: 36px; font-weight: 700; margin-bottom: 16px; }
#main .sub_txt { font-size: var(--font-medium); font-weight: 500; line-height: 23px; margin-bottom: 24px; }

.section01 { position: relative; }
.section01 .inner { position: absolute; left: 0; top: 0; width: 100%; padding-top: 40px; }
.section01 h2 { font-size: 32px; font-weight: 700; line-height: 42px; }

.section02 { background: #ffffff; }
.section02 .inner { width: 320px; padding: 50px 0; margin: 0 auto; }
.section02 .package_info { display: flex; align-items: center; width: 216px; padding: 16px 8px; background: #ffffff; border-radius: var(--border-radius-s); box-shadow: 0px 4px 20px 0px rgba(139, 79, 246, 0.15); margin: 0 auto 24px; }
.section02 .package_info .icon_box { width: 50px; height: 50px; }
.section02 .package_info dl { width: calc(100% - 66px); text-align: left; padding-top: 5px; margin-left: 16px; }
.section02 .package_info dl dt { font-size: var(--font-medium); font-weight: 700; line-height: 20px; margin-bottom: 5px; }
.section02 .package_info dl dd { font-size: var(--font-small-xs); font-weight: 500; color: var(--color-light-black); line-height: 20px; }
.section02 .package_list { display: flex; justify-content: space-between; margin-bottom: 32px; }
.section02 .package_list span { display: inline-block; font-size: 20px; font-weight: 700; color: var(--color-main); padding: 10px; background: rgba(139, 79, 246, 0.10); border-radius: 24px; }
.section02 .pill_box p { font-size: var(--font-medium); font-weight: 500; line-height: 23px; }
.section02 .pill_box ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 24px 0; }
.section02 .pill_box ul li { font-size: var(--font-small); font-weight: 700; color: #6E7191; padding: 10px; background: #EFF0F6; border-radius: 19px; margin-bottom: 16px; }
.section02 .dot_box { width: 8px; margin: 0 auto; }
.section02 .dot_box span { display: block; width: 8px; height: 8px; background: #4E4E4E; border-radius: 50%; margin-bottom: 8px; }
.section02 .dot_box span:nth-of-type(2) { opacity: 0.7; }
.section02 .dot_box span:nth-of-type(3) { opacity: 0.3; margin-bottom: 0; }

.section03 { background: #F4EEFF; }
.section03 .inner { padding: 50px 0; }

.section04 { background: #ffffff; }
.section04 .inner { padding: 50px 0 0; }
.section04 .img_box { width: 100%; overflow: hidden; }

.section05 { background: #ffffff; }
.section05 .inner { padding: 50px 0; }
.section05 .title { margin-bottom: 24px; }
.section05 .img_box { width: 100%; overflow: hidden; }

#main .btn_box_wrap { background: transparent; }