/* BASIC css start */
header {
    background-color: #000;
    text-align: center;
    padding: 15px 0;
}

header img {
    width: auto;
    height: 30px;
}

header,
#wrap {
    min-width: 1350px;
}

#conWrap .main_color {
    color: #f95c25;
}

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

#conWrap > section > article,
#conWrap .contentsArea > section > article {
    display: inline-block;
    width: 1350px;
    padding: 0 120px;
    box-sizing: border-box;
}

#conWrap img { 
    width: 100%; 
}

#conWrap h2 {
    font-weight: bold;
    font-size: 61px;
    line-height: 80px;
    text-align: center;
    margin: 200px 0 30px;
}

#conWrap p {
    font-weight: 500;
    font-size: 19px;
}

#conWrap .tit_bn {
    background-color: #f6f6f6;
    padding: 50px 0;
}

#conWrap .tit_bn > article {
    position: relative;
    padding-right: 0;
}

#conWrap .tit_bn div {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
    text-align: left;
}

#conWrap .tit_bn h1 {
    font-weight: bold;
    font-size: 66px;
    line-height: 82px;
    margin: 40px 0 70px;
}

#conWrap .tit_bn .sub_tit {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 10px;
}

#conWrap .tit_bn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    color: #fff;
    background-color: #f95c25;
    border-radius: 50px;
    padding: 0 25px 2px 30px;
    line-height: 40px;
    font-size: 19px;
    font-weight: 300;
    margin-top: 70px;
}

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

#conWrap .benefit_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#conWrap .benefit_menu li {
    margin: 0 100px;
}

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

#conWrap .benefit_menu a {
    color: #fff;
    font-size: 23px;
    display: inline-block;
    line-height: 100px;
}

#conWrap .notice_box {
    display: flex;
    width: 620px;
    margin: 70px auto 120px;
    padding: 50px 0;
    border-top: 1px solid #e5e5e5;
    text-align: left;
}

#conWrap .notice_box > p {
    margin-right: 35px;
    flex-shrink: 0;
    text-align: left;
    font-size: 17px;
    line-height: 19px;
}


#conWrap .hyphen_lst > li,
#conWrap .dot_lst > li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    margin-bottom: 5px;
    word-break: keep-all;
}

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

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

#conWrap .dot_lst {
    margin: 10px 0 30px;
}

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


#conWrap .cou_area {
    background-color: #f6f6f6;
    display: inline-block;
    width: 100%;
    padding: 200px 0 130px;
}

#conWrap .cou_area > article {
    display: inline-block;
    width: 1350px;
    padding: 0 120px;
    box-sizing: border-box;
}


#conWrap .line_content {
    display: flex;
    width: 100%;
    margin-bottom: 70px;
}

#conWrap .line_tit {
    text-align: left;
    border-top: 5px solid #000;
    padding-top: 50px;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    width: 310px;
    flex-shrink: 0;
    margin: 0 80px 0 0;
} 

#conWrap .line_content > div {
    border-top: 1px solid #e2e2e2;
    width: 100%;
    padding-top: 60px;
}

#conWrap .line_content .btn_box {
    display: flex;
    justify-content: space-between;
}

#conWrap .line_content .notice_box {
    margin: 40px 0 0 0;
    padding: 0;
    border-top: none;
}

#conWrap .link_btn {
    display: flex;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #979797;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 0 30px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0 0 -1px;
    width: 332px;
    box-sizing: border-box;
}

#conWrap .line_content .txt_box {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 25px;
}

#conWrap .line_content .txt_box > div {
    width: 332px;
    box-sizing: border-box;
}

#conWrap .line_content .txt_box p {
    font-size: 17px;
}

#conWrap .line_content .txt_box .sub_tit {
    font-weight: bold;
    margin-bottom: 0;
}

#conWrap #membershipArea {
    padding-bottom: 200px;
}

#conWrap #membershipArea .tit_txt {
    position: relative;
    padding: 170px 0 0 0;
    margin-top: 200px;
}

#conWrap #membershipArea .tit_txt > div {
    position: absolute;
    top: 0;
    left: 120px;
    text-align: left;
}

#conWrap #membershipArea .tit_txt h2 {
    margin-top: 0;
    text-align: left;
}

#conWrap .membership_view_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

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

#conWrap .membership_switch > span {
    font-size: 17px;
    color: #979797;
    margin-right: 20px;
}

#conWrap .switch_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 30px;
    background: #f95c25;
    position: relative;
    border: 6px solid #f95c25;
    border-radius: 50px;
    transition: .3s;
    cursor: pointer;
}

#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: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
}

#conWrap .switch_btn p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    opacity: 1;
}

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

#conWrap .membership_info_lst > li {
    text-align: left;
    display: flex;
    margin-top: 30px;
}

#conWrap .membership_info_lst > li .line_content > div {
    display: flex;
}

#conWrap .membership_info_lst > li .line_content > div ul:first-child {
    flex-shrink: 0;
    width: 230px;
}

#conWrap .membership_info_lst > li li {
    font-weight: 500;
    font-size: 17px;
    word-break: keep-all;
    margin-bottom: 5px;
}

#conWrap .membership_info_lst > li .sub_tit {
    color: #979797;
}

#conWrap #membershipArea .notice_box {
    width: 100%;
    margin: 0;
    display: block;
    padding: 50px;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    box-sizing: border-box;
}

#conWrap #membershipArea .notice_box + .notice_box {
    border-top: none;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 0;
}

#conWrap #membershipArea .notice_box > p {
    margin-bottom: 20px;
}

#conWrap #reviewArea {
    padding-top: 200px;
}

#conWrap #reviewArea ul {
    text-align: left;
}

#conWrap #reviewArea .line_content ul:first-child {
    margin-bottom: 30px;
}

#conWrap #reviewArea .line_content li {
    font-weight: 500;
    font-size: 17px;
    word-break: keep-all;
    margin-bottom: 5px;
}

#conWrap #reviewArea .line_content .sub_tit {
    color: #979797;
}

#conWrap #reviewArea .line_content .notice_box {
    margin: 0;
    display: flex;
    padding: 25px 40px;
    border: 1px solid #e2e2e2;
    margin-top: 60px;
    margin-bottom: 140px;
}

#conWrap #reviewArea .line_content .notice_box  li {
    font-size: 15px;
}

#conWrap #reviewArea .link_btn {
    background: #404040;
    border-color: #404040;
    color: #fff;
} 
/* BASIC css end */

