/* sub */

.sub_visual {
    min-height: 70rem;
    padding-top: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.sub_visual .tag {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
    opacity: 0;
    animation: txtUp 1s forwards;
}

.sub_visual .subject {
    font-size: 6rem;
    font-weight: 500;
    overflow: hidden;
    opacity: 0;
    font-family: 'GmarketSans';
    line-height: 1.3;
    animation: txtUp 1.5s forwards;
}

.sub_visual .sub_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: zoom 3s forwards;
    background: no-repeat center center/cover;
}

.sub_visual .txtbox {
    position: relative;
    z-index: 3;
}

#snb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12rem;
}

#snb ul li a {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 2rem 0;
    color: #888;
    position: relative;
}

#snb ul li.act a::before {
    content: '';
    width: 100%;
    height: 0.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CFB7C4;
}

#snb {
    border-bottom: solid 1px #E8E8E8;
}

#container.sub {
    padding-top: 12rem;
}

.p12 {
    padding: 12rem 0;
}

.p14 {
    padding: 14rem 0;
}

.pt12 {
    padding: 12rem 0 0 0;
}

.sub .sec01 {
    padding-bottom: 16.5rem;
}

.sub_ttl_row {
    margin-bottom: 6rem;
}

.sub_ttl_row:not(.t_l) {
    text-align: center;
}

.sub_ttl_row .round_tag {
    display: inline-flex;
    min-width: 12.4rem;
    height: 4.2rem;
    font-size: 1.8rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.4rem;
    border-radius: 50%;
    border: solid 1px rgba(112, 112, 112, 0.21);
    background: rgba(255, 255, 255, 0.21)
}

.sub_ttl_row .round_tag.gy {
    border: solid 1px rgba(112, 112, 112, 0.21);
    background: rgba(255, 255, 255, 0.21);
}

.sub_ttl_row .round_tag.pink {
    background-color: rgba(223, 185, 219, 0.41);
    border: none;
}

.sub_ttl_row.wh {
    color: #fff;
}

.sub_ttl_row .ttl {
    font-size: 7.64vw;
    font-weight: 500;
    line-height: 1.35;
    font-family: 'GmarketSans';
    letter-spacing: -0.725vw;
}

.sub_ttl_row .disc {
    font-size: 1.9rem;
}

.sub_ttl_row .disc+.ttl {
    margin-top: 1.6rem;
}

.sub_ttl_row .ttl+.disc {
    margin-top: 1.6rem;
}

.sub_ttl_row .pink_stl {
    font-size: 4rem;
    font-weight: 500;
    color: #DFB9DB;
    line-height: 1;
}

.sub_ttl_row .tag_txt {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2.3rem;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
}

.sub_ttl_row .tag_txt.pink {
    color: #DFB9DB;
}

.sub_ttl_row .tag_txt.dust_pink {
    color: #CFB7C4;
    letter-spacing: 0.5px;
}

.sub_ttl_row .disc_blue {
    font-size: 4rem;
    font-weight: 500;
    color: #5382C4;
    font-family: "Roboto", sans-serif;
}

.sub_ttl_row .disc_pink {
    font-size: 4rem;
    font-weight: 500;
    color: #CFB7C4;
    font-family: "Roboto", sans-serif;
}

.sub_ttl_row .ttl {
    font-size: 4.5rem;
    font-weight: 500;
    font-family: 'GmarketSans';
    letter-spacing: -0.309rem;
}

.sub_ttl_row .disc {
    font-size: 1.731rem;
}

.sub_ttl_row .disc+.ttl {
    margin-top: 1.854rem;
}

.sub_m_row .stl {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.sub_m_row .ttl {
    font-size: 4.5rem;
    font-weight: 500;
    font-family: 'GmarketSans';
    margin-bottom: 2rem;
}

.sub_m_row .tag {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    line-height: 3.1rem;
    padding: 0 1.6rem;
    letter-spacing: 0.06rem;
    background: linear-gradient(to right bottom, #E5C3E1, #A2E0E2);
}

.sub_m_row.t_c {
    text-align: center;
}

.sub_m_row .tag+.ttl {
    margin-top: 2.5rem;
}

.sub_m_row .p_subject {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 2.5rem;
}

.f_row .right .hash {
    margin-top: 2.5rem;
    padding: 8.2rem 0 0 0;
    background: url('../img/sub/hash_line47x58.png') no-repeat top left;
}

.f_row .right .hash li {
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.f_row .right .disc {
    margin-top: 2rem;
}

.f_row {
    display: flex;
    align-items: center;
}

.f_row .left {
    width: 48.44%;
    position: relative;
}

.f_row .left::after {
    content: '';
    width: 16.5rem;
    height: 16.5rem;
    position: absolute;
    bottom: -8.25rem;
    right:-8.25rem;
    animation: rotate 7s linear infinite;
    background: url('../img/sub/txtcircle_165x165.png') no-repeat center center/cover;
}

.f_row .left img {
    width: 100%;
}

.f_row .right {
    width: 51.56%;
    padding-left: 7.4rem;
}

.con0301 .sec02 {
    background: url('../img/sub/m31_sec02_bg.jpg')no-repeat center center/cover;
}

.eft_row {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.eft_chk {
    margin-top: 4rem;
}

.eft_chk li {
    font-size: 1.9rem;
    line-height: 1.2;
    padding-left: 4.3rem;
    background: url('../img/sub/chk30x30.png') no-repeat left center/3rem;
}

.eft_chk li+li {
    margin-top: 2rem;
}

.eft_row .left {
    width: 50%;
    padding-left: 2rem;
}

.eft_row .right {
    width: 48.44%;
}

.step_list {
    display: flex;
    column-gap: 4rem;
}

.step_list li {
    width: calc(25% - 3rem);
    opacity: 0;
    transform: translateX(-150px);
    transition: opacity 0.75s, transform 0.75s;
}

.aos-animate .step_list li {
    opacity: 1;
    transform: translateX(0);
}

.aos-animate .step_list li:nth-of-type(2) {
    transition-delay: 0.1s;
}

.aos-animate .step_list li:nth-of-type(3) {
    transition-delay: 0.2s;
}

.aos-animate .step_list li:nth-of-type(4) {
    transition-delay: 0.3s;
}

.step_list li .imgbox {
    position: relative;
}

.step_list li .num {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    background: #222;
    border-radius: 50%;
    left: -0.8rem;
    top: -0.8rem;
    position: absolute;
}

.step_list .txtbox {
    text-align: center;
    margin-top: 2.2rem;
}

.step_list .step {
    display: inline-block;
    min-width: 7.3rem;
    line-height: 2.7rem;
    color: #CFB7C4;
    border: solid 1px #CFB7C4;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

.step_list .subject {
    font-size: 2.5rem;
    font-weight: 700;
    white-space: nowrap;
    margin: 0.7rem 0 1.6rem;
}

.step_list .disc {
    font-size: 1.9rem;
    line-height: 1.5;
}

.con0301 .sec04 {
    background: url('../img/sub/m31_sec04_bg.jpg')no-repeat center center/cover;
}

.target_list {
    max-width: 840px;
    margin: 0 auto;
    border-top: solid 2px #A1A1A1;
}

.target_list.a_c li {
    align-items: center;
}

.target_list li {
    display: flex;
    padding: 2.2rem 0;
    transition: background 0.2s linear;
    border-bottom: solid 2px #A1A1A1;
}

.target_list li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.target_list li .numb {
    width: 10rem;
    font-size: 2.8rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.target_list li .numb::after {
    content: '';
    width: 1px;
    height: 5rem;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #E5E5E5;
    transform: translateY(-50%);
}

.target_list li p:last-of-type {
    width: calc(100% - 10rem);
    font-size: 1.9rem;
    line-height: 1.6;
    padding-left: 4.2rem;
    padding-right: 1rem;
}

.con0301 .sec05 {
    padding: 14rem 0 16.5rem;
    background: url('../img/sub/m31_sec05_bg.jpg')no-repeat center center/cover;
}

.pt_top_txt {
    text-align: center;
    margin-top: -3rem;
    margin-bottom: 3.4rem;
}

.pt_top_txt.m6 {
    margin-bottom: 6rem;
}

.pt_top_txt .stl {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.7rem 2.7rem;
    background-color: #E690B0;
}

.pt_top_txt .disc {
    margin-top: 1.5rem;
}

.pt_top_txt.wh {
    color: #fff;
}

.pt_list {
    display: flex;
    justify-content: space-between;
}

.pt_list.row5 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
}

.pt_list li {
    width: calc(33.33% - 8rem/3);
    text-align: center;
    padding: 1rem 1rem 2.8rem;
    background: #fff;
    box-shadow: 0 0.4rem 2.1rem rgba(0, 0, 0, 0.09);
    opacity: 0;
    transform: translateY(150px);
    transition: opacity 0.75s, transform 0.75s;
}

.pt_list.row4 li {
    width: calc(25% - 6rem/4);
}

.aos-animate .pt_list li {
    opacity: 1;
    transform: translateY(0);
}

.aos-animate .pt_list li:nth-of-type(2) {
    transition-delay: 0.1s;
}

.aos-animate .pt_list li:nth-of-type(3) {
    transition-delay: 0.2s;
}

.aos-animate .pt_list li:nth-of-type(4) {
    transition-delay: 0.3s;
}

.aos-animate .pt_list li:nth-of-type(5) {
    transition-delay: 0.4s;
}

.aos-animate .pt_list li:nth-of-type(6) {
    transition-delay: 0.5s;
}

.pt_list li figcaption {
    padding-top: 1.6rem;
}

.pt_list li .p_tag {
    display: inline-block;
    min-width: 7.3rem;
    line-height: 2.7rem;
    color: #CFB7C4;
    text-transform: uppercase;
    border: solid 1px #CFB7C4;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

.pt_list li .ttl {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1rem;
}

.pt_list li .disc {
    margin-top: 1.2rem;
    font-size: 1.9rem;
}

.pt_list_sec .top {
    text-align: center;
    padding-top: 3.1rem;
    position: relative;
    margin-bottom: 5rem;
}

.pt_list_sec .top::before {
    content: '';
    width: 5rem;
    height: 3px;
    background-color: #CFB7C4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cm_paging {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.cm_paging button {
    display: block;
    width: 7rem;
    height: 7rem;
    transition: opacity 0.3s;
    opacity: 0.5;
    background: url('../img/sub/m31_cont6_next.png') no-repeat center center/cover;
}

.cm_paging button:hover {
    opacity: 1;
}

.cm_paging button.prev {
    transform: scaleX(-1);
}

.diet_slide_wr {
    cursor: none;
}

.diet_sec {
    padding: 14rem 0 12rem;
    background-color: rgba(203, 203, 203, 0.1);
}

.diet_sec .info_box {
    margin-top: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.diet_sec .info_box p {
    font-size: 1.8rem;
}

.diet_sec .info_box .view_btn {
    width: 12rem;
    height: 3.5rem;
    line-height: 3.3rem;
    color: #444;
    text-align: center;
    border: solid 1px #707070;
    border-radius: 2.2rem;
    font-size: 1.6rem;
    transition: all 0.3s;
}

.diet_sec .info_box .view_btn:hover {
    color: #fff;
    background: #222;
}

.diet_sec .diet_paging {
    margin-top: 6.2rem;
}

.why_slide_wr {
    position: relative;
}

.why_sec {
    background: rgba(203, 203, 203, 0.1) url('../img/sub/cmb_sec01_bg.jpg') no-repeat top center/100% auto;
}

.why_sec .sub_ttl_row .round_tag {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.78)
}

.why_sec .inner {
    padding: 10rem 0 0 0;
    max-width: 1260px;
}

.why_slide .slide_box {
    padding: 12rem 12.5rem 7.28rem;
    min-height: 54.1rem;
    background: no-repeat center center/cover;
}

.why_slide .slide_box .txtbox {
    display: inline-block;
    text-align: center;
}

.why_slide .slide_box.why01 {
    background-image: url('../img/sub/why_sec_bg01.png');
}
.why_slide .slide_box.why02 {
    background-image: url('../img/sub/why_sec_bg02.png');
}

.why_slide .slide_box.why03 {
    background-image: url('../img/sub/why_sec_bg03.png');
}

.why_slide .slide_box.why04 {
    background-image: url('../img/sub/why_sec_bg04.png');
}


.why_slide .slide_box .tag {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    padding: 0.3rem 1.5rem;
    margin-bottom: 3.25rem;
    background: linear-gradient(to right bottom, #E5C3E1, #A2E0E2);
}


.why_slide .slide_box .ttl {
    font-size: 3.5rem;
    font-weight: 500;
    font-family: 'GmarketSans';
    margin-bottom: 1.65rem;
    line-height: 1.3;
    color: #fff;
}

.why_slide .slide_box .disc {
    font-size: 1.9rem;
    line-height: 1.5;
    color: #ECECEC;
}

.why_slide_wr .why_paging {
    position: absolute;
    left: 22.8rem;
    bottom: 7.28rem;
    z-index: 3;
    gap: 2.3rem;
}

.bna .main_ttl_row .left .disc {
    margin-top: 2rem;
}

.bna_row {
    display: flex;
}

.bna_row .bna_menu {
    width: 25.78%;
}

.bna_menu .sub_ttl_row {
    margin-bottom: 3.2rem;
}

.bna_menu .sub_ttl_row .round_tag {
    padding: 0 3.7rem;
}

.bna_row .s_bna_slide_wr {
    width: 71.88%;
}

.s_bna_paging {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 5.6rem;
}

.s_bna_paging .swiper-pagination-bullet {
    display: block;
    width: auto;
    height: auto;
    min-height: 3.1rem;
    border-radius: 0;
    background: transparent;
}

.s_bna_paging .swiper-pagination-bullet p {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
}

.s_bna_paging .swiper-pagination-bullet.swiper-pagination-bullet-active p {
    font-size: 2.1rem;
    margin-left: 2rem;
    color: #DFB9DB;
    border-bottom: solid 1px #DFB9DB;
}

.s_bna_paging .swiper-pagination-bullet.swiper-pagination-bullet-active p::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #DFB9DB;
    position: absolute;
    top: 50%;
    left: -2rem;
    border-radius: 50%;
    transform: translateY(-50%);
}

.s_bna_slide figure {
    border: solid 1px #E2E2E2;
    padding: 1rem 1.5rem 1.5rem;
}

.s_bna_slide figure figcaption {
    margin-top: 1.3rem;
    padding: 1.1rem 0;
    text-align: center;
    font-size: 1.9rem;
    background-color: #EEEEEE;
}

.bna_arrow {
    justify-content: flex-start;
}

.dis_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dis_row.t_c {
    justify-content: center;
    margin-bottom: 6rem;
}

.dis_row .left {
    width: 48.44%;
}

.dis_row .left img {
    width: 100%;
}

.dis_row .right {
    width: 45.78%;
}

.dis_row .right .disc {
    line-height: 1.8;
}

.dis_row.t_c .top {
    text-align: center;
}

.dis_row.t_c .top .subject {
    justify-content: center;
}

.dis_row .top .subject {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.dis_row .top .subject span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.9rem;
    font-weight: 600;
    margin-right: 2rem;
    color: #DFB9DB;
    border: solid 1px #DFB9DB;
    background: #fff;
}

.dis_row .bot {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: solid 1px #EEEEEE;
}

.chkon_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6.250vw;
}

.chkon_list li {
    width: 25%;
    text-align: center;
}

.chkon_list li p {
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1.5;
    padding-top: 2.9rem;
    color: #444;
    background: url('../img/sub/chk_ico25x21.png') no-repeat top center/2.5rem auto;
}

.chkon_list li+li {
    position: relative;
}

.chkon_list li+li::before {
    content: '';
    width: 1px;
    height: 8.6rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/sub/chk_left_line.png') no-repeat center center/cover;
}

.hpk .chkon_list li p {
    background-image: url('../img/sub/chk_ico25x21_hpk.png');
}

.dis_row.hpk .bot {
    border-color: #CCBAC4;
}

.e5e {
    background-color: #E5ECF4;
}

.con0201 .sec04 {
    background: url('../img/sub/m21_sec04_bg.jpg')no-repeat center center/cover;
}

.chir_slide_wr {
    background: #ffff;
    padding: 6rem 5.6rem 14.2rem;
    border-radius: 1.5rem;
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.chir_slide .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.chir_slide .rev_img {
    width: calc(50% - 1.4rem);
}

.chir_slide .rev_info {
    width: calc(50% - 1.4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 1.5rem;
    border: solid 1px #EEEEEE;
}

.rev_info .p_tag {
    display: inline-block;
    min-width: 7.3rem;
    line-height: 2.7rem;
    color: #CFB7C4;
    text-transform: uppercase;
    border: solid 1px #CFB7C4;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

.rev_info .ttl {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 1.6rem 0 1.8rem;
}

.rev_info .disc {
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
}

.chir_slide_wr .chir_paging {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    transform: translateX(-50%);
}

.con0201 .sec05 {
    background: url('../img/sub/m21_sec05_bg.jpg')no-repeat center center/cover;
}

.d_cm_sec {
    background: url('../img/sub/m21_sec06_bg.jpg')no-repeat center center/cover;
}

.circle_row4 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 4rem;
    justify-content: center;
}

.circle_row4 {
    max-width: 1060px;
    margin: 0 auto;
}

.circle_row4.row5 {
    max-width: 1280px;
}

.circle_row4 li {
    width: 24rem;
    height: 24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    border: solid 5px #CFB7C4;
}

.aos-animate .circle_row4 li {
    animation: slide-up 1s cubic-bezier(.5, .2, 0, 1);
    animation-fill-mode: both;
    animation-delay: calc(.1s + (.05s * var(--d-index)));
}


@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(110%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.circle_row4 li .hashtag {
    font-size: 2.5rem;
    font-weight: 700;
    padding-bottom: 1.36rem;
    margin-bottom: 1.64rem;
    position: relative;
}

.circle_row4 li .hashtag::after {
    content: '';
    width: 19rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #D4B2C2;
}

.pt_sec {
    display: flex;
    align-items: center;
}

.pt_sec .img_box {
    width: 48.44%;
}

.pt_sec .img_box.whbd {
    padding: 0.9rem 1rem;
    background: #fff;
    box-shadow: 0 0.4rem 2.1rem rgba(0, 0, 0, 0.09);
}

.pt_sec .txt_box {
    width: 50%;
    padding: 3rem 3rem 0 5.4rem;
    position: relative;
}

.pt_sec .txt_box .disc {
    line-height: 2;

}

.pt_sec .txt_box::before {
    content: '';
    width: 5rem;
    height: 3px;
    background-color: #5382C4;
    position: absolute;
    top: 0;
    left: 5.4rem;
}

.pt_sec .txt_box.pink::before {
    background-color: #CFB7C4;
}

.pt_sec .txt_box .disc+.disc {
    margin-top: 1.2rem;
}

.pt_sec .txt_bg_wr {
    width: 50%;
    padding: 0 0 0 2rem;
    position: relative;
    text-align: center;
}

.pt_sec .txt_bg_wr p:first-of-type {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.pt_sec .txt_bg_wr p:last-of-type {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 1.8rem 1rem;
    position: relative;
}

.pt_sec .txt_bg_wr p:last-of-type::after {
    content: '';
    width: 62.1rem;
    height: 12.8rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url('../img/sub/m11_sec03_txt.png') no-repeat center center/cover;
}

.symp_row4 {
    display: flex;
    justify-content: space-between;
}

.symp_row4 li {
    width: calc(25% - 1.5rem);
    text-align: center;
}

.symp_row4 li img {
    display: inline-block;
}

.symp_row4 li figcaption {
    padding: 3rem 0;
}

.symp_row4 li .subject {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.symp_row4.jc_c {
    flex-wrap: wrap;
    gap: 2.6rem;
    justify-content: center;
}

.symp_row4.jc_c li {
    width: calc(25% - 2rem);
}

.aos-animate .symp_row4 li {
    animation: slide-up 1s cubic-bezier(.5, .2, 0, 1);
    animation-fill-mode: both;
    animation-delay: calc(.3s + (.05s * var(--d-index)));
}

.symp_row4 .numb {
    display: inline-block;
    min-width: 7.3rem;
    line-height: 2.7rem;
    color: #CFB7C4;
    text-transform: uppercase;
    border: solid 1px #CFB7C4;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
}

@keyframes slide-right {
    from {
        opacity: 0;
        transform: translateX(110%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.con0202 .sec04 {
    background: url('../img/sub/m22_sec04_bg.jpg')no-repeat center center/cover;
}

.con0202 .sec05 {
    background: url('../img/sub/m22_sec05_bg.jpg')no-repeat center center/cover;
}

.con0203 .sec02 {
    background: url('../img/sub/m23_sec02_bg.jpg')no-repeat center center/cover;
}

.f8f {
    background-color: #F8F8F8;
}

.con0203 .sec04 {
    background: url('../img/sub/m23_sec04_bg.jpg')no-repeat top center/100% auto;
}

.row3_list {
    display: flex;
    padding: 6rem;
    background: #ffff;
    box-shadow: 0 0.4rem 2.1rem rgba(0, 0, 0, 0.09);
}

.row3_list li {
    width: 33.33%;
    text-align: center;
}

.row3_list li img {
    display: inline-block;
}

.row3_list figcaption {
    margin-top: 3rem;
}

.aos-animate .row3_list li {
    animation: slide-up 1s cubic-bezier(.5, .2, 0, 1);
    animation-fill-mode: both;
    animation-delay: calc(.2s + (.05s * var(--d-index)));
}

.con0204 .sec02 {
    background: url('../img/sub/m24_sec02_bg.jpg')no-repeat top center/cover;
}

.con0204 .sec05 {
    background: url('../img/sub/m24_sec05_bg.jpg')no-repeat top center/cover;
}

.con0302 .sec02 {
    background: url('../img/sub/m23_sec04_bg.jpg')no-repeat top center/100% auto;
}

.con0303 .sec02 {
    background: url('../img/sub/m23_sec04_bg.jpg')no-repeat top center/100% auto;
}


.con0303 .sec04 {
    background: url('../img/sub/m33_sec04_bg.jpg')no-repeat top center/cover;
}

.check_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check_row .left {
    width: 46.09%;
}

.txt_rb {
    font-size: 1.9rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.txt_rb.wh {
    color: #fff;
}

.txt_rb::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: no-repeat center center/cover;
}

.con0303 .sec04 .txt_rb::before {
    height: 12.8rem;
    background-image: url('../img/sub/m33_sec04_txtbg.png');
}

.con0303 .sec05 .txt_rb::before {
    height: 9.3rem;
    background-image: url('../img/sub/m33_sec05_txtbg.png');
}

.check_row .right {
    width: 48.52%;
}

.check_row .right .txt_rb {
    margin-bottom: 6rem;
}

.con0303 .sec05 {
    background: url('../img/sub/m33_sec05_bg.jpg')no-repeat top center/cover;
}

.con0302 .sec05 {
    background: url('../img/sub/m32_sec05_bg.jpg')no-repeat top center/cover;
}

.site_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site_row .img_sec {
    width: 49.06%;
}

.site_row .info_sec {
    width: 43.44%;
}

.con0302 .txt_rb::before {
    height: 9.3rem;
    background-image: url('../img/sub/m32_sec05_txtbg.png');
}

.site_row .info_sec .sit_info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E690B0;
    border-radius: 5px;
    padding: 1.55rem 0;
    color: #fff;
    margin-top: 7.8rem;
}

.site_row .info_sec .sit_info p:first-of-type {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 4.1rem;
    padding-left: 7.6rem;
    background: url('../img/sub/cal_ico41x41.png') no-repeat left center/4.1rem;
}

.site_row .info_sec .sit_info p:last-of-type {
    padding-left: 7.65rem;
    margin-left: 5.55rem;
    position: relative;
    font-size: 1.9rem;
}

.site_row .info_sec .sit_info p:last-of-type::before {
    content: '';
    width: 2px;
    height: 5rem;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%);
}

.bg_p {
    background-color: #F6F2F6;
}

.con0401 .sec04 {
    background: url('../img/sub/m41_sec04_bg.jpg')no-repeat top center/cover;
}

.list_row {
    display: flex;
    justify-content: space-between;
}

.list_row .img_sec {
    width: 45.31%;
}

.list_row .list_sec {
    width: 47.66%;
}

.list_row .dis_one .subject {
    font-size: 3rem;
    font-weight: 500;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 2.5rem;
}

.list_row .dis_one .subject::before {
    content: '';
    width: 0.5rem;
    height: 4rem;
    background-color: #E690B0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.list_row .dis_one+.dis_one {
    margin-top: 5rem;
}

.con0402 .sec04 {
    background: url('../img/sub/m42_sec04_bg.jpg')no-repeat center center/cover;
}

.con0402 .sec05 {
    background: url('../img/sub/m42_sec05_bg.jpg')no-repeat center center/cover;
}

.con0303 .sec05 {
    background: url('../img/sub/m33_sec05_bg.jpg')no-repeat center center/cover;
}

.con0303 .txt_rb::before {
    height: 9.3rem;
    background-image: url('../img/sub/m32_sec05_txtbg.png');
}

.con0303 .sec06 {
    background-color: #F1F1F1;
}

.qna_list {
    display: flex;
    flex-wrap: wrap;
}

.qna_list li {
    width: 50%;
    padding: 1.5rem 0 6rem;
}

.qna_list li.one_row {
    width: 100%;
    padding: 6rem 0;
    border-top: solid 1px rgba(112, 112, 112, 0.2);
    border-bottom: solid 1px rgba(112, 112, 112, 0.2);
}

.qna_list li .top {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.qna_list li .top span {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    color: #DFB9DB;
    padding-right: 1.75rem;
    margin-right: 2.25rem;
}

.qna_list li .top span::after {
    content: '';
    width: 3px;
    height: 2.2rem;
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    background: #DFB9DB;
}

.qna_list li .subject {
    font-size: 2.5rem;
    font-weight: 700;
}

.qna_list li.left {
    padding-right: 7.44rem;
}

.qna_list li.right {
    padding-left: 4.5rem;
    position: relative;
}

.qna_list li.right::before {
    content: '';
    width: 1px;
    height: 19rem;
    background: rgba(112, 112, 112, 0.2);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.con0403 .sec03 {
    background: url('../img/sub/m43_sec03_bg.jpg')no-repeat center center/cover;
}

.con0403 .sec04 {
    background: url('../img/sub/m43_sec04_bg.jpg')no-repeat center center/cover;
}

.con0404 .sec02 {
    background: url('../img/sub/m44_sec02_bg.jpg')no-repeat center center/cover;
}

.con0404 .sec03 {
    background: url('../img/sub/m44_sec03_bg.jpg')no-repeat center center/cover;
}

.con0405 .sec04 {
    background: url('../img/sub/m45_sec04_bg.jpg')no-repeat center center/cover;
}

.con0405 .sec05 {
    background: url('../img/sub/m45_sec05_bg.jpg')no-repeat center center/cover;
}

.crp_slide_wr {
    padding-left: 16.67%;
}

.crp_slide .swiper-slide {
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.crp_slide .swiper-slide figcaption {
    padding: 2.5rem 2.1rem 2.9rem;
}

.crp_slide .swiper-slide .p_tag {
    display: inline-block;
    min-width: 7.3rem;
    line-height: 2.7rem;
    color: #CFB7C4;
    text-transform: uppercase;
    border: solid 1px #CFB7C4;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

.crp_slide .swiper-slide .ttl {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0 1.4rem;
}

.crp_slide .swiper-slide img {
    width: 100%;
}

.crp_paging {
    margin-top: 7rem;
    padding-right: 16.67%;
}

.int_row {
    text-align: center;
}

.int_row .intro_txt {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 600;
    padding: 0.9rem 0;
    position: relative;
    line-height: 1.3;
    margin: 7rem 0 6rem;
    text-align: center;
}

.int_row .intro_txt::before {
    content: '';
    width: 68.1rem;
    height: 12.3rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url('../img/sub/m11_sec01_txt.png') no-repeat center center/cover;
}

.int_row .bot {
    padding-top: 4.2rem;
}

.int_row .bot p:first-of-type {
    font-size: 2.5rem;
    line-height: 1.6;
}

.int_row .bot p:last-of-type {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 2.7rem;
}

.int_row .bot p:last-of-type span {
    color: #E690B0;
}

.con0101 .sec03 {
    background: url('../img/sub/m11_sec03_bg.jpg')no-repeat center center/cover;
}

.con0101 .sec03 .pt_top_txt {
    margin-bottom: 5.5rem;
}

.con0101 .sec04 {
    text-align: center;
}

.con0101 .sec04 figure {
    margin: 6rem 0 5rem;
}

.p_disc_row p:first-of-type {
    font-size: 2.2rem;
}

.p_disc_row p:last-of-type {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 4rem;
}

.doc_row {
    display: flex;
    align-items: flex-end;
    margin-top: 8rem;
}

.doc_row .left {
    width: 56.8%;
    padding-left: 1.8%;
}

.doc_row .right {
    width: 43.2%;
    padding-bottom: 7rem;
    padding-left: 10.78%;
}

.doc_row dl dt {
    font-size: 2.5rem;
    font-weight: 700;
    padding-left: 6rem;
    margin-bottom: 2rem;
    background: url('../img/sub/m12_sec01_ico.png') no-repeat left top/4rem;
}

.doc_row dl dt strong {
    font-weight: 700;
    font-size: 3.5rem;
    margin-right: 0.5rem;
}

.doc_row dl dd {
    font-size: 1.9rem;
    line-height: 2;
}

.map_s_info {
    display: flex;
    margin-top: 7.2rem;
    border: solid 2px #DFB9DB;
}

.map_s_info>div {
    width: 50%;
}

.map_s_info .map_info {
    max-height: 58.5rem;
    padding: 6rem;
    text-align: center;
}

.map_s_info .map_info .top .tit {
    display: inline-block;
    font-family: 'GmarketSans';
    font-weight: 500;
    font-size: 3.5rem;
    color: #DFB9DB;
    text-transform: uppercase;
    border-bottom: solid 1px #DFB9DB;
    margin-bottom: 2rem;
}

.map_s_info .map_info h4 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.map_s_info .map_info .top .disc {
    font-size: 1.9rem;
}

.map_s_info .map_info .bot {
    margin-top: 3rem;
    border-radius: 2rem;
    padding: 3.9rem 6rem 3.7rem;
    border: solid 1px #EEEEEE;
}

.map_s_info .map_info .bot .ttl {
    color: #fff;
    text-align: center;
    line-height: 5rem;
    font-size: 2.5rem;
    font-weight: 700;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    background-color: #E690B0;
}

.map_s_info .map_info .bot .stl {
    font-size: 2.2rem;
    font-weight: 600;
    color: #444;
}

.map_s_info .map_info .bot .stl span {
    color: #E690B0;
}

.map_s_info .map_info .bot .stl+.disc {
    margin-bottom: 1rem;
}

.map_s_info .root_daum_roughmap .wrap_controllers {
    display: none !important;
}

.time_info_wr {
    display: flex;
}

.time_info_wr>div {
    width: 50%;
}

.time_table table {
    width: 100%;
    table-layout: fixed;
    border-top: solid 2px #E690B0;
}

.time_table thead tr {
    border-bottom: solid 1px #E690B0;
    color: #fff;
    background-color: #E690B0;
}

.time_table thead th {
    font-size: 3rem;
    height: 6rem;
    font-weight: 700;
}

.time_table th,
.time_table td {
    height: 9rem;
    font-size: 2.5rem;
    text-align: center;
    font-family: 'Pretendard';
}

.time_table tbody tr {
    background: #F8F8F8;
}

.time_table tbody tr:first-of-type th,
.time_table tbody tr:first-of-type td {
    padding: 2rem 0 0 0;
}

.time_table tbody tr:last-of-type th,
.time_table tbody tr:last-of-type td {
    padding: 0 0 2rem 0;
}

.time_table td.time {
    font-weight: 600;
    /*    color: #CFB7C4; */
}

.time_table td p {
    width: 116px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    opacity: 0.75;
}

.time_table th p {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.time_table thead th:last-of-type,
.time_table tbody td:last-of-type {
    border-left: solid 1px #DEDEDE;
}

.time_table tfoot td {
    height: 7.3rem;
    color: #fff;
    line-height: 1.5;
    background: #E690B0
}

.time_info_wr .contact {
    padding: 4.5rem 0;
    text-align: center;
}

.time_info_wr .contact .ico {
    width: 102px;
    margin: 0 auto 3rem;
}

.time_info_wr .contact .call_txt {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Pretendard';
}

.time_info_wr .contact .call_txt span {
    font-size: 3rem;
    font-weight: 600;
    margin-left: 1.7rem;
}

.time_info_wr .contact .desc {
    font-size: 1.8rem;
    margin-top: 1rem;
    line-height: 1.8;
}

.map_ttl {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 5.9rem;
}

.pb12 {
    padding-bottom: 12rem;
}

.con0501 .sec02 {
    background: url('../img/sub/m51_sec02_bg.jpg')no-repeat center center/cover;
}

.con0501 .sec03 .inner {
    max-width: 1310px;
}

.con0501 .sec03 .pt_sec {
    justify-content: space-between;
    transform: translateX(-9rem);
}

.con0501 .sec03 .pt_sec .img_box {
    width: 50.99%;
}

.con0501 .sec03 .pt_sec .txt_bg_bot {
    width: 42.44%;
}

.txt_bg_bot p {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 2.5rem 1rem;
    position: relative;
    margin-top: 4rem;
    text-align: center;
}

.txt_bg_bot p::after {
    content: '';
    width: 55.6rem;
    height: 10.8rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url('../img/sub/m51_sec03_txt.png') no-repeat center center/cover;
}

.con0501 .sec04 {
    background: url('../img/sub/m51_sec04_bg.jpg')no-repeat center center/cover;
}

.con0501 .sec05 {
    background: url('../img/sub/m51_sec05_bg.jpg')no-repeat center center/cover;
}

.circle_row4.rb li {
    background: url('../img/sub/m_rb_circle.png') no-repeat center center/cover;
    border: none;
}

.con0502 .sec02 {
    background: url('../img/sub/m52_sec02_bg.jpg')no-repeat center center/cover;
}

.eff_row_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eff_row_list .left {
    width: 31.41%;
}

.eff_row_list ul {
    width: 60.39%;
}

.eff_row_list ul li {
    display: flex;
    gap: 2rem;
}

.eff_row_list ul li .num {
    font-size: 2.5rem;
    font-weight: 600;
    color: #DFB9DB;
    flex: 0 0 auto;
}

.eff_row_list ul li .subject {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.eff_row_list ul li .disc {
    font-size: 1.9rem;
    line-height: 1.8;
}

.eff_row_list ul li+li {
    margin-top: 3.3rem;
    padding-top: 2.7rem;
    background: url('../img/sub/m_dot_line.png') no-repeat top left/100% auto;
}

.sec06 .eff_row_list ul li {
    gap: 3.6rem;
}

.eff_row_list ul li .ef_one {
    min-width: 31.3rem;
    display: inline-flex;
    align-items: center;
    gap: 2.2rem;
}

.m52_txtbg {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 1rem;
    position: relative;
    margin-top: 4rem;
    text-align: center;
}

.m52_txtbg::after {
    content: '';
    width: 77.2rem;
    height: 10.8rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url('../img/sub/m52_sec04_txt.png') no-repeat center center/cover;
}

.con0502 .sec04 {
    background: url('../img/sub/m52_sec04_bg.jpg')no-repeat center center/cover;
}

.con0502 .sec06 {
    background-color: #F6F6F6;
}

.con0502 .sec07 .txt_rb {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 3rem 1rem;
    position: relative;
    margin-top: 4rem;
    text-align: center;
}

.con0502 .sec07 .txt_rb::after {
    content: '';
    width: 51.3rem;
    height: 8.6rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url('../img/sub/m52_sec07_txt.png') no-repeat center center/cover;
}

.gg_box figure {
    display: flex;
    align-items: center;
    gap: 14.4rem;
}

.gg_box .subject {
    font-size: 3rem;
    font-weight: 600;
    padding-top: 3rem;
    position: relative;
}

.gg_box .subject::before {
    content: '';
    width: 5rem;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #DFB9DB;
}

.gg_dots {
    gap: 1.59rem;
}

.gg_paging {
    display: flex;
    margin: 6rem 0;
}

.gg_paging button {
    width: 25%;
    height: 6.5rem;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    background-color: rgba(238, 238, 238, 0.54);
}

.gg_paging button.act {
    background: #DFB9DB;
    color: #fff;
}

.gg_dots .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border: solid 1px #bdbdbd;
    opacity: 1;
    margin: 0 !important;
}

.gg_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.6rem;
    height: 1.6rem;
    background: #DFB9DB;
    border-color: #DFB9DB;
}

.gg_dots {
    margin-top: 8rem;
}

.con0502 .sec08 {
    background: url('../img/sub/m52_sec04_bg.jpg')no-repeat center center/cover;
}

.p_row {
    text-align: center;
}

.p_row .txt_rb {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 3rem 1rem;
    position: relative;
    margin-top: 4rem;
    text-align: center;
}

.p_row figure {
    display: inline-block;
    margin-top: 4rem;
}

.con0304 .sec02 {
    background: url('../img/sub/m34_sec02_bg.jpg')no-repeat center center/cover;
}

.con0304 .sec04 {
    background: url('../img/sub/m34_sec02_bg.jpg')no-repeat center center/cover;
}

.p_row .txt_rb::before {
    content: '';
    width: 47rem;
    height: 8.6rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url('../img/sub/m34_sec02_txt.png') no-repeat center center/cover;
}


.vs_dot {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
    gap: 28.5rem;
    width: 92.7rem !important;
    margin: 0 auto 16rem;
}

.vs_dot::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(112, 112, 112, 0.15);
}

.vs_dot .vs_btn {
    width: 1.8rem;
    height: 1.8rem;
    background-color: transparent;
    opacity: 1;
    position: relative;
    outline: none;
}

.vs_dot .vs_btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #C7C7C7;
    transition: all .3s ease;
}

.vs_dot .subject {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding-top: 3rem;
}

.vs_dot .subject strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    color: #C7C7C7;
    transition: color .3s ease;
}

.vs_dot .vs_btn.swiper-pagination-bullet-active .subject {
    color: #D9AED5;
}

.vs_dot .vs_btn.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30.8rem;
    height: 3px;
    background-color: #D9AED5;
}

.vs_dot .vs_btn.swiper-pagination-bullet-active i {
    width: 3rem;
    height: 3rem;
    border: none;
    background: url('/img/sub/vs_slide_ico.png') no-repeat center center/cover;
}

.pack_info {
    display: flex;
    margin-top: 7.6rem;
}

.pack_info li {
    width: 33.33%;
    display: flex;
    justify-content: center;
    text-align: center;
    background: url('../img/sub/chk_34x34.png') no-repeat center top 0/3.4rem;
    padding: 6.4rem 0 1.6rem;
}

.pack_info li+li {
    position: relative;
}

.pack_info li+li::after {
    content: '';
    width: 2px;
    height: 18.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: rgba(217, 174, 213, 0.22);
}

.pack_info li .co01 {
    color: #D4B2C2;
}

.pack_info li .co02 {
    color: #D9AED5;
}

.pack_info li .co03 {
    color: #C67DC0;
}

.con0503 .sec02 {
    background: url('../img/sub/m53_sec02_bg.jpg')no-repeat center center/cover;
}

.con0503 .sec04 {
    background: url('../img/sub/m53_sec04_bg.jpg')no-repeat center center/cover;
}

.con0503 .sec05 {
    background: url('../img/sub/m53_sec05_bg.jpg')no-repeat center center/cover;
}

.con0503 .qna_list li:nth-of-type(2n) {
    padding-left: 5rem;
}

.con0503 .qna_list li:nth-of-type(n + 3) {
    padding-top: 6rem;
    border-top: solid 1px rgba(112, 112, 112, 0.22);
}


.con0504 .sec02 {
    background: url('../img/sub/m54_sec02_bg.jpg')no-repeat center center/cover;
}

.eq_row_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eq_row_wr .left {
    width: 46.09%;
}

.eq_row_wr .right {
    width: 47.34%;
}

.eq_row_wr .right .disc {
    position: relative;
    padding-top: 3.3rem;
    font-size: 2.2rem;
    line-height: 1.6;
}

.eq_row_wr .right .disc::before {
    content: '';
    width: 5rem;
    height: 3px;
    background-color: #CFB7C4;
    position: absolute;
    top: 0;
    left: 0;
}

.eq_row_wr .eq_disc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6rem;
    row-gap: 2.4rem;
    column-gap: 2.2rem;
}

.eq_row_wr .eq_disc li {
    width: calc(50% - 1.1rem);
    row-gap: 2.4rem;
    font-size: 2.2rem;
    font-weight: 500%;
    color: #C8A2B7;
    line-height: 6.6rem;
    text-align: center;
    background: url('../img/sub/m54_round_bg.png') no-repeat center center/cover;
}

.t_c_row {
    display: flex;
    justify-content: space-between;
}

.t_c_row .img_box {
    width: 42.42%;
}

.t_c_row .target_list {
    width: 50.55%;
    margin: 0;
}

.t_c_row .target_list li .numb {
    width: 7rem;
}

.t_c_row .target_list li p:last-of-type {
    width: calc(100% - 7rem);
    padding-left: 1.9rem;
    padding-right: 0;
}

.con0504 .sec04 {
    background: url('../img/sub/m54_sec04_bg.jpg')no-repeat center center/cover;
}

.pt_top_txt.m0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.pt_top_txt.m0 .img_sec {
    width: 54.53%;
}

.con0504 .sec05 {
    background-color: #f1f1f1;
}

.reco_row {
    display: flex;
    justify-content: space-between;
}

.reco_row .left {
    width: 50%;
    transform: translateX(-1.8rem);
}

.reco_row .right {
    width: 45.7%;
}

.reco_list li {
    padding: 3rem 4.3rem;
    border-radius: 2rem;
    background-color: rgba(238, 238, 238, 0.54);
}

.reco_list li .subject {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #D9AED5;
}

.reco_list li .subject span {
    display: block;
    width: 5.9rem;
    height: 5.9rem;
    border-radius: 50%;
    margin-right: 2rem;
}

.reco_list li .subject .reco_v1 {
    background: url('../img/sub/m54_sec06_ico01.png') no-repeat center center/cover;
}

.reco_list li .subject .reco_v2 {
    background: url('../img/sub/m54_sec06_ico02.png') no-repeat center center/cover;
}

.reco_list li .disc {
    margin-top: 3rem;
    padding-left: 1.1rem;
}

.reco_list li+li {
    margin-top: 3rem
}

.aos-animate .reco_list li {
    animation: slide-up 1s cubic-bezier(.5, .2, 0, 1);
    animation-fill-mode: both;
    animation-delay: calc(.1s + (.05s * var(--d-index)));
}


.tabmenu_s {
    display: flex;
    margin-bottom: 6rem;
    border: solid 1px #CFB7C4;
}

.tabmenu_s li {
    width: 50%;
}

.tabmenu_s li button {
    width: 100%;
    height: 7rem;
    font-size: 2.5rem;
    font-weight: 600;
}

.tabmenu_s li button.act {
    color: #fff;
    background-color: #E690B0;
}

.ct_wr .h_menu {
    text-align: center;
}

.h_view_wrap,
.sub_con {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.tab_cont_wr .cont_tem:not(.act) {
    display: none;
}


.h_view {
    position: relative;
}

.gallery-top {
    position: relative;

}

.gallery-top .control {
    /* 	height: 100px; */
    line-height: 50px;
    z-index: 5;
}

.gallery-top .control .swiper-arrow {
    width: 100px;
    height: 100px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    opacity: 1;
    z-index: 2;
    font-size: 6.2rem;
    color: rgba(209, 209, 209, 0.9);
    text-shadow: 1px 1px 5px #000;
    cursor: pointer;
}

.gallery-top .control .swiper-arrow:hover {
    transform: translateY(-50%) scale(1.2);
}

.gallery-top .control .swiper-button-next:after,
.gallery-top .control .swiper-button-prev:after {
    display: none;
}

.gallery-top .control .swiper-button-prev {
    left: 0;
}

.gallery-top .control .swiper-button-next {
    right: 0;
}

.gallery-top .control .swiper-paging {
    padding: 0 16px;
    background-color: rgba(0, 0, 0, .4);
    font-size: 3rem;
    color: #fff;
    width: auto;
    min-width: 133px;
    text-align: center;
    display: none;
}

.gallery-top .control .swiper-paging span {
    font-weight: 800;
}

.gallery-top .control .swiper-paging .swiper-pagination-current {
    color: var(--main-color);
}

.gallery-top .swiper-slide {
    padding-top: 54.6875%;
    background: no-repeat 50% 50%;
    background-size: cover;
}

.gallery-top .swiper-slide .title {
    position: absolute;
    width: 291px;
    height: 234px;
    box-sizing: border-box;
    padding-top: 65px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: #5697A6;
    display: none;
}


.gallery-top .swiper-slide .title strong {
    display: block;
    font-size: 46px;
    font-weight: 800;
}

.gallery-thumbs {
    margin-top: 6rem;
}

.gallery-thumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.gallery-thumbs li {
    position: relative;
    width: calc(100%/6 - 10rem/6);
    /* max-width: 200px; */
    padding-top: 11.72%;
    background: no-repeat 50% 50%;
    background-size: cover;
}

.gallery-thumbs li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0px solid var(--main-color);
    transition: .3s all;
    -webkit-transition: .3s all;
}

.gallery-thumbs li.act:before {
    border-width: 5px;
}


.gallery-top2 {
    position: relative;

}

.gallery-top2 .control {
    /* 	height: 100px; */
    line-height: 50px;
    z-index: 5;
}

.gallery-top2 .control .swiper-arrow {
    width: 100px;
    height: 100px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    opacity: 1;
    z-index: 2;
    font-size: 6.2rem;
    color: rgba(209, 209, 209, 0.9);
    text-shadow: 1px 1px 5px #000;
    cursor: pointer;
}

.gallery-top2 .control .swiper-arrow:hover {
    transform: translateY(-50%) scale(1.2);
}

.gallery-top2 .control .swiper-button-next:after,
.gallery-top2 .control .swiper-button-prev:after {
    display: none;
}

.gallery-top2 .control .swiper-button-prev {
    left: 0;
}

.gallery-top2 .control .swiper-button-next {
    right: 0;
}

.gallery-top2 .control .swiper-paging {
    padding: 0 16px;
    background-color: rgba(0, 0, 0, .4);
    font-size: 3rem;
    color: #fff;
    width: auto;
    min-width: 133px;
    text-align: center;
    display: none;
}

.gallery-top2 .control .swiper-paging span {
    font-weight: 800;
}

.gallery-top2 .control .swiper-paging .swiper-pagination-current {
    color: var(--main-color);
}

.gallery-top2 .swiper-slide {
    padding-top: 54.6875%;
    background: no-repeat 50% 50%;
    background-size: cover;
}

.gallery-top2 .swiper-slide .title {
    position: absolute;
    width: 291px;
    height: 234px;
    box-sizing: border-box;
    padding-top: 65px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: #5697A6;
    display: none;
}


.gallery-top2 .swiper-slide .title strong {
    display: block;
    font-size: 46px;
    font-weight: 800;
}

.thumbs2 {
    margin-top: 50px;
}

.thumbs2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.thumbs2 li {
    position: relative;
    width: calc(100%/6 - 17px);
    /* max-width: 200px; */
    padding-top: 10.95%;
    background: no-repeat 50% 50%;
    background-size: cover;
}

.thumbs2 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0px solid var(--main-color);
    transition: .3s all;
    -webkit-transition: .3s all;
}

.thumbs2 li.act:before {
    border-width: 5px;
}

.gallery-top .control .swiper-arrow {
    font-size: 4rem
}

@media screen and (max-width : 1200px) {

    .bd_container {
        margin-top: 15rem;
    }

}

@media screen and (max-width : 768px) {

    .bd_container {
        margin-top: 6.5rem;
    }

    .gallery-thumbs {
        margin-top: 3rem;
    }

    .gallery-thumbs ul {
        gap: 1rem;
    }

    .gallery-thumbs li {
        width: calc(33.33% - 0.7rem);
        padding-top: 24.95%;
    }

    .gallery-top2 .control .swiper-arrow {
        font-size: 3rem
    }

    .gallery-top .control .swiper-arrow {
        width: 50px;
        height: 50px;
        font-size: 3rem
    }

}

.bd_container .btn {
    display: block;
}

.bd_container .btn-list {
    width: calc(100% - 4rem);
    max-width: 300px;
    font-size: 1.6rem;
    text-align: center;
    padding: 1rem 0;
    line-height: 1.5;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bd_container .btn-list:hover {
    background-color: #eee;
}

.bd_container .btn-center {
    margin: 0 auto;
}

.captcha img {
    display: inline-block;
}

.btn_confirm .btn_cancel {
    display: inline-block;
}

.btn_confirm .btn_submit {
    display: inline-block;
}

.con0104 .sec02 {
    background: url('../img/sub/m14_sec02_bg.jpg')no-repeat center center/cover;
}


.con0302 .txt_rb.wh {
    font-size: 2.5rem;
}

.con0303 .txt_rb.wh {
    font-size: 2.5rem;
}

.con0504 .eq_row_wr .right .disc{
    font-size: 1.9rem;
}