/* BASIC css start */
.goUp1 { bottom: 80px !important; }
.history, .history.on, .historyPop { bottom: 30px !important; }

#conWrap .main_color {
    color: #f95c25;
}

#conWrap > section, 
#conWrap .contentsArea > section { 
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

#conWrap img { 
    width: 100%; 
}

#conWrap h2,
#conWrap .line_tit {
    font-weight: bold;
    font-size: 7.7vw;
    line-height: 9.8vw;
    text-align: center;
    margin: 17vw 0 7vw;
}

#conWrap .line_tit {
    text-align: left;
    border-top: 3px solid #000;
    margin: 17vw 14.1vw 7vw;
    padding-top: 5vw;
}

#conWrap p {
    font-weight: 500;
    font-size: 3.8vw;
    line-height: 6vw;
    text-align: center;
}

#conWrap .tit_bn {
    text-align: center;
    background-color: #f6f6f6;
    padding: 12vw 0 10vw;
    margin-top: 0;
}

#conWrap .tit_bn h1 {
    font-weight: bold;
    font-size: 9.4vw;
    line-height: 12vw;
    margin-bottom: 2vw;
}

#conWrap .tit_bn .sub_tit {
    font-weight: bold;
    font-size: 4.5vw;
    margin: 4.5vw 0;
}

#conWrap .tit_bn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 27vw;
    color: #fff;
    background-color: #f95c25;
    border-radius: 10vw;
    padding: 0 5vw;
    line-height: 9vw;
    font-size: 3.8vw;
    font-weight: 300;
    margin: 7vw auto 0;
}

#conWrap .benefit_menu {
    background-color: #1e1e1e;
    position: sticky;
    top: 55px;
    left: 0;
    z-index: 1;
    padding-top: 0;
    margin-top: 0;
}

#conWrap .benefit_menu .swiper-container {
    /*
    padding-left: 20px;
    */
}

#conWrap .benefit_menu .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#conWrap .benefit_menu .swiper-slide {
    width: 25%;
    text-align: center;
}

#conWrap .benefit_menu .on a {
    color: #f95c25;
    font-weight: 500;
}

#conWrap .benefit_menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 60px;
    /*
    padding-right: 50px;
    */
    display: block;
}

#conWrap .notice_box {
    display: flex;
    margin: 10vw 9vw;
    padding: 6vw 0;
    border-top: 1px solid #e5e5e5;
}

#conWrap .notice_box + .notice_box {
    border-top: none;
    padding-top: 0;
    margin-top: -5vw;
}

#conWrap .notice_box > p {
    margin-right: 3vw;
    flex-shrink: 0;
    line-height: 5.1vw;
    text-align: left;
    font-size: 3.3vw;
}


#conWrap .hyphen_lst > li,
#conWrap .dot_lst > li {
    position: relative;
    padding-left: 2vw;
    font-size: 3.3vw;
    line-height: 5.3vw;
    margin-bottom: 1vw;
    word-break: keep-all;
}

#conWrap .hyphen_lst > li::before {
    content: "-";
    position: absolute;
    margin-left: -2vw;
}

#conWrap .dot_lst > li::before {
    content: "\00B7";
    position: absolute;
    left: 0;
}

#conWrap .dot_lst {
    margin: 2vw 0 5vw;
}

#conWrap .dot_lst li {
    color: #979797;
}


#conWrap .cou_area {
    background-color: #f6f6f6;
    display: inline-block;
    width: 100%;
}

#conWrap .fp_service p {
    margin: 0 14.1vw;
    text-align: left;
}

#conWrap .fp_service .sub_tit {
    font-weight: bold;
    font-size: 4.3vw;
    margin: 4vw 14.1vw 1vw;
}

#conWrap .link_btn {
    display: flex;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #979797;
    justify-content: space-between;
    align-items: center;
    padding: 0 4vw;
    line-height: 8vw;
    font-size: 3.3vw;
    font-weight: 300;
    margin: 5vw 14.1vw 15vw;
}

#conWrap .membership_lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2vw 10vw 4vw;
}

#conWrap .membership_lst li {
    width: 19%;
    background-color: #c7c7c7;
    position: relative;
    margin: 2.5vw 2vw;
    line-height: 0;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-radius: 3.5vw;
}

#conWrap .membership_lst li::before {
    content: '';
    display: inline-block;
    padding-bottom: 100%;
}

#conWrap .membership_lst li.on {
    border-color: #f95c25;
    background-color: #f95c25;
}

#conWrap .membership_lst li.ck_on {
    border-color: #f95c25;
}

#conWrap .membership_lst li span {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 4.4vw;
}

#conWrap .user_membership {
    margin: 10vw 0 5vw;
}

#conWrap .membership_switch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 12vw;
}

#conWrap .membership_switch > span {
    font-size: 3.3vw;
    color: #979797;
    margin-right: 3vw;
}

#conWrap .switch_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11vw;
    height: 3.5vw;
    background: #f95c25;
    position: relative;
    border: 1.4vw solid #f95c25;
    border-radius: 20vw;
    transition: .3s;
}

#conWrap .switch_btn.off {
    background: #949496;
    border-color: #949496;
}

#conWrap .switch_btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 100%;
    background: #fff;
}

#conWrap .switch_btn p {
    color: #fff;
    font-size: 2.1vw;
    font-weight: normal;
    opacity: 1;
}

#conWrap .switch_btn .off {
    opacity: 0;
}

#conWrap .membership_info_lst > li {
    text-align: left;
    border-top: 3px solid #000;
    padding-top: 5vw;
    margin: 5vw 9vw 15vw;
    display: flex;
}

#conWrap .membership_info_lst h2 {
    text-align: left;
    margin: 0;
    flex-shrink: 0;
    width: 45%;
    font-size: 6vw;
    line-height: 7.5vw;
}

#conWrap .membership_info_lst > li li {
    font-weight: 500;
    font-size: 3.5vw;
    line-height: 6vw;
    word-break: keep-all;
}

#conWrap .membership_info_lst > li .sub_tit {
    color: #979797;
    margin-bottom: 1vw;
}

#conWrap .membership_info_lst > li .sub_tit:nth-child(3) {
    margin-top: 7vw;
}

#conWrap #reviewArea .line_tit + p {
    margin: 0 14.1vw;
    text-align: left;
    color: #979797;
}

#conWrap #reviewArea > ul {
    margin: 10vw 14.1vw;
}

#conWrap #reviewArea > ul li {
    border-top: 1px solid #e5e5e5;
    padding-top: 4vw;
    margin-bottom: 4vw;
}

#conWrap #reviewArea > ul p {
    text-align: left;
    color: #979797;
}

#conWrap #reviewArea > ul p:first-child {
    font-weight: bold;
    color: #000;
    font-size: 5vw;
    margin-bottom: 1vw;
}

#conWrap #reviewArea a { 
    background: #404040;
    border-color: #404040;
    color: #fff;
}

#conWrap #reviewArea > div {
    margin: -5vw 9vw 25vw;
    padding: 5vw;
    border: 1px solid #e5e5e5;
    text-align: center;
}

#conWrap #reviewArea > div .hyphen_lst {
    margin-top: 2.5vw;
}

#conWrap #reviewArea > div .hyphen_lst li {
    color: #979797;
}
/* BASIC css end */

