@charset "utf-8";

/*******************************************/
/*************** mobile fist ***************/
/*******************************************/

/*************** 공통 설정 ***************/
body {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    letter-spacing: -1px
}

#wrap {
    width: 100%;
    overflow: hidden;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

/*************** 폰트 스타일 ***************/
.p1_w {
    color: #fff;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.3;
    text-shadow: 0 0 10px #555;
}

.p1_k {
    color: #222;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.3;
}

.p2_w {
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5;
    text-shadow: 0 0 10px #555;
}

.p2_k {
    color: #222;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5;
}

.p3_w {
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5;
    text-shadow: 0 0 10px #555;
}

.p3_k {
    color: #222;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5;
}

.h3_w {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2;
    text-shadow: 0 0 10px #555;
}

.h3_k {
    color: #222;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2;
}

.txt_r {
    text-align: right;
}

article p {
    text-align: justify;
}

/*************** header ***************/
#header {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
}

/********** 최상단 **********/
#top {
    height: 50px;
    margin: 0 20px;
}

/***** 메인 로고 *****/
#logo {
    float: left;
    padding-top: 15px;
    cursor: pointer;
}

#logo > img {
    height: 22px;
}

/***** 햄버거 버튼 *****/
#menu_btn {
    margin-top: 16px;
    float: right;
    width: 23px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

#menu_btn > span {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all 300ms;
}

#menu_btn > span:nth-child(1) {
    top: 0;
}

#menu_btn > span:nth-child(2) {
    top: 8px;
}

#menu_btn > span:nth-child(3) {
    bottom: 0;
}

/***** X 버튼 *****/
.rot1 {
    transform: translateY(8px) rotate(45deg) scale(1.2, 1);
}

.rot2 {
    transform: scale(0);
}

.rot3 {
    transform: translateY(-8px) rotate(-45deg) scale(1.2, 1);
}

/********** 메뉴 **********/
#menu {
    display: none;
}

/***** 메인 메뉴 *****/
#lnb > li {
    width: 100%;
    color: #fff;
    border-top: 1px solid #fff5;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 45px;
}

#lnb > li > span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 12px;
    right: 65px;
    transition: all 300ms;
}

/***** 서브 메뉴 *****/
.sub > li {
    color: #fff;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 35px;
}

.sub > li:last-child {
    padding-bottom: 10px;
}

/***** 기타 메뉴 *****/
#gnb > li {
    float: left;
    width: 50%;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    border-top: 1px solid #fff5;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 50px;
}

#gnb > li > a {
    color: #fff;
}

#gnb > li:first-child {
    border-right: 1px solid #fff5;
}

#gnb > li > span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 18px;
    right: 20px;
}

#gnb > li:last-child > span {
    right: 27px;
}

/*************** index ***************/
#index {
    width: 100%;
    overflow: hidden;
}

/********** index 공통 **********/
h3 {
    text-align: right;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.go_w {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 25px;
}

.go_k {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 25px;
}

#index .wave {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

#index .wave > img {
    width: 100%;
}

/********** index 메인 배너 **********/
#index_main {
    padding-top: 60px;
    height: 100vh;
    background-color: #555;
    background: url(../img/index/index_banner_m.webp) center;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

/*** 반응형 배너 이미지 변경 ***/
@media all and (min-width:768px) {
    #index_main {
        background: url(../img/index/index_banner_w.webp) center;
        background-size: cover;
    }
}

/********** index - ABOUT **********/
#index1 {
    width: 100%;
    height: 600px;
    background-color: #999;
    background: url(../img/index/index1.webp) center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}



#index1 > .frame > p {
    padding-top: 30px;
    letter-spacing: -1.2px
}

#index1 > .frame > h3 {
    position: absolute;
    bottom: 50px;
    right: 0;
}

/********** index - CAMPAIGN **********/
#index2 {
    margin: 80px 0 50px 0;
    width: 100%;
    height: 550px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}

#img_index2 {
    background-color: #999;
    background: url(../img/index/index2.webp) center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

#index2 > p {
    padding-top: 30px;
}

#index2 > h3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/********** index - SPA **********/
#index3 {
    width: 100%;
    height: 600px;
    background-color: #555;
    background: url(../img/index/index3.webp) center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}

#index3 > .frame > p {
    padding-top: 30px;
}

#index3 > .frame > h3 {
    position: absolute;
    bottom: 30px;
    right: 0;
}

#index4 {
    width: 100%;
    height: 150px;
    background-color: #999;
    background: url(../img/index/index4.webp) center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}

#index4 > .frame > h3 {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 1.8em;
}

#index4 > .frame > h3 > span {
    top: 8px;
}

/********** index - STORE **********/
#index5 {
    width: 100%;
    height: 550px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    margin: 80px 0 50px 0;
}

#img_index5 {
    background-color: #999;
    background: url(../img/index/index5.webp) center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

#index5 > p {
    padding-top: 20px;
}

#index5 > h3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/********** index - ONLINE SHOP **********/
#index6 {
    width: 100%;
    background-color: #555;
    background: url(../img/index/index6.webp) center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    height: 200px;
}

#index6 > p {
    padding-top: 20px;
}

#index6 > h3 {
    position: absolute;
    bottom: 20px;
    right: 0px;
}

/********** index - B2B **********/
#index7 {
    width: 100%;
    background-color: #999;
    background: url(../img/index/index7.webp) center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    height: 200px;
}

#index7 > p {
    padding-top: 20px;
}

#index7 > h3 {
    position: absolute;
    bottom: 20px;
    right: 0;
}

/*************** 카테고리 공통 ***************/
.main {
    padding: 60px 20px 0 20px;
    height: 70vh;
    background-color: #555;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.main > .frame > h4 {
    color: #fff;
    font-weight: 500;
    font-size: 1.5em;
    position: absolute;
    bottom: 120px;
    text-shadow: 0 0 10px #222;
}

.main > .frame > h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.3;
    position: absolute;
    bottom: 50px;
    text-shadow: 0 0 10px #222;
}

.main > .wave {
    width: calc(100% + 1px);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.main > .wave > img {
    width: 100%;
}


.wave_sub {
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: rotate(180deg)
}

.wave_sub > img {
    width: 100%;
}

/*************** ABOUT - 러쉬 소개 ***************/
#about1 {
    width: 100%;
    overflow: hidden;
}

#about1_main {
    background: url(../img/about/about1_0.webp) center;
    background-size: cover;
    position: relative;
}

/***** ABOUT - 러쉬 소개 - 1 *****/
#about1_1 {
    margin: 0 20px;
}

#about1_1 > p:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 30px;
}

/***** ABOUT - 러쉬 소개 - 2 *****/
#img_about1_2 {
    background-color: #555;
    background: url(../img/about/about1_2.webp) center;
    background-size: cover;
    height: 600px;
    position: relative;
}

#img_about1_2 > .frame > p {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

#about1_2 > .frame > p {
    margin: 30px 20px 80px 20px;
}

/***** ABOUT - 러쉬 소개 - 3 *****/
#img_about1_3 {
    margin: 0 20px
}

#img_about1_3 > img {
    width: 100%;
}

#about1_3 > p {
    margin: 0 20px;
}

#about1_3 > p:nth-child(2) {
    margin-top: 30px;
}

#about1_3 > p:nth-child(3) {
    margin-top: 10px;
    margin-bottom: 80px;
    text-align: justify;
}

/***** ABOUT - 러쉬 소개 - 4 *****/
#img_about1_4 {
    background-color: #555;
    background: url(../img/about/about1_4.webp) center;
    background-size: cover;
    height: 600px;
    position: relative;
}

#img_about1_4 > .frame_1024 > p {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

#about1_4 > .frame_1024 > p {
    margin: 30px 20px 80px 20px;
}

/***** ABOUT - 러쉬 소개 - 5 *****/
#about1_5 > p {
    margin: 0 20px;
}

#img_about1_5 {
    margin: 0 20px;
}

#img_about1_5 > img {
    width: 100%;
}

#about1_5 > p:nth-child(2) {
    margin-top: 30px;
}

#about1_5 > p:nth-child(3) {
    margin-top: 10px;
    margin-bottom: 80px;
    text-align: justify;
}

/***** ABOUT - 러쉬 소개 - 6 *****/
#about1_6 {
    height: 600px;
    background-color: #555;
    background: url(../img/about/about1_6.webp) center;
    background-size: cover;
    position: relative;
    padding: 0 20px;
}

#about1_6 > .frame > p:first-child {
    padding-top: 30px;
}

#about1_6 > .frame > p:nth-child(2) {
    padding-top: 20px;
}

#about1_6 > .frame > img {
    width: calc(50% - 32px);
    position: absolute;
    bottom: 80px;
    right: 20px;
}

/*************** ABOUT - 러쉬 역사 ***************/
#about2 {
    width: 100%;
    overflow: hidden;
}

#about2_main {
    background: url(../img/about/about2_0.webp) center;
    background-size: cover;
}

/***** ABOUT - 러쉬 역사 - 1 *****/
#about2_1 {
    margin: 0 20px;
}

#about2_1 > p > span {
    font-size: 0.7em;
}

#about2_1 > p {
    padding-top: 30px;
    text-align: justify;
}

/***** ABOUT - 러쉬 역사 - 2 *****/
#about2_2 {
    margin: 50px 20px 0 20px;
    position: relative;
}

#img_about2_2 > img {
    width: 100%;
}

#about2_2 > p {
    padding-top: 30px;
    text-align: justify;
}

/***** ABOUT - 러쉬 역사 - 3 *****/
#about2_3 {
    margin: 50px 20px 0 20px;
}

#about2_3 .p3_k {
    margin-top: 30px;
}

/*************** ABOUT - 이념과 가치 ***************/
#about3 {
    width: 100%;
    overflow: hidden;
}

#about3_main {
    background: url(../img/about/about3_0.webp) center;
    background-size: cover;
}

/***** ABOUT - 이념과 가치 - 1 *****/
#about3_1 {
    margin: 0 20px;
}

#about3_1 > h2 {
    color: #222;
    position: inherit
}

#about3_1 > p {
    padding-top: 10px;
}

/***** ABOUT - 이념과 가치 - 2 *****/
#about3_2 {
    margin: 0 20px;
}

#about3_2 > p {
    margin-top: 20px;
    text-align: justify;
}

/***** ABOUT - 이념과 가치 - 3 *****/
#about3_3 {
    margin: 50px 20px 0 20px;
}

#img_about3_3 > img {
    width: 100%;
}

#about3_3 > p {
    padding-top: 30px;
    text-align: justify;
}

/***** ABOUT - 이념과 가치 - 4 *****/
#about3_4 {
    margin: 50px 20px 0 20px;
}

#img_about3_4 > img {
    width: 100%;
}

#about3_4 > p {
    padding-top: 30px;
    text-align: justify;
}

/***** ABOUT - 이념과 가치 - 5 *****/
#about3_5 {
    margin-top: 50px;
    background-color: #555;
    background: url(../img/about/about3_5.webp) center;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: relative;
}

#about3_5 > .frame > p {
    padding: 0 20px;
}

#about3_5 > .frame > p:first-child {
    padding-top: 30px;
}

#about3_5 > .frame > p:last-child {
    position: absolute;
    bottom: 80px;
    right: 0;
}

/*************** ABOUT - 브랜드 정책 ***************/
#about4 {
    width: 100%;
    overflow: hidden;
}

#about4_main {
    background: url(../img/about/about4_0.webp) center;
    background-size: cover;
}

/***** ABOUT - 브랜드 정책 - 1 *****/
#about4_1 {
    margin: 0 20px;
}

#about4_1 > h2 {
    color: #222;
    position: inherit
}

#about4_1 > p {
    padding-top: 20px;
}


/***** ABOUT - 브랜드 정책 - 2 *****/
#about4_2 {
    margin: 50px 20px 0 20px;
}

#img_about4_2 > img {
    width: 100%;
}

#about4_2 > p {
    padding-top: 30px;
    text-align: justify;
}

/***** ABOUT - 브랜드 정책 - 3 *****/
#about4_3 {
    padding: 50px 20px 0 20px;
}

#brand_list > li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: all 300ms;
}

#brand_list > li:nth-child(1) {
    background: url(../img/about/brand1.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li:nth-child(2) {
    background: url(../img/about/brand2.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li:nth-child(3) {
    background: url(../img/about/brand3.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li:nth-child(4) {
    background: url(../img/about/brand4.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li:nth-child(5) {
    background: url(../img/about/brand5.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li:nth-child(6) {
    background: url(../img/about/brand6.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li:nth-child(7) {
    background: url(../img/about/brand7.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li:nth-child(8) {
    background: url(../img/about/brand8.webp) center no-repeat;
    background-size: cover;
}

#brand_list > li > p:nth-child(1) {
    line-height: 60px;
    padding-left: 20px;
    color: #fff
}

.up {
    background-color: #0005;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px 20px 30px 20px;
    line-height: 1.8;
    color: #fff
}

#brand_list > li > span {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-135deg);
    position: absolute;
    top: 15px;
    right: 20px;
}

/*************** CAMPAIGN - 기부와 나눔 ***************/
#campaign1 {
    width: 100%;
    overflow: hidden;
}

#campaign1_main {
    background: url(../img/campaign/campaign1_0.webp) center;
    background-size: cover;
}

/***** CAMPAIGN - 기부와 나눔 - 1 *****/
#campaign1_1 {
    margin: 0 20px;
}

#campaign1_1 > p {
    padding-top: 10px;
}

/***** CAMPAIGN - 기부와 나눔 - 2 *****/
#campaign1_2 {
    margin: 50px 20px 0 20px;
}

#img_campaign1_2 > img {
    width: 100%;
}

#campaign1_2 > p {
    padding-top: 30px;
}

/***** CAMPAIGN - 기부와 나눔 - 3 *****/
#campaign1_3 {
    margin-top: 50px;
    height: 600px;
    background: url(../img/campaign/campaign1_3.webp) center;
    background-size: cover;
    background-color: #555;
    position: relative;
}

#campaign1_3 > .frame > p {
    position: absolute;
    margin: 0 20px;
    top: 30px;
    text-shadow: 0 0 5px #888
}

/*************** CAMPAIGN - 자원순환 ***************/
#campaign2 {
    width: 100%;
    overflow: hidden;
}

#campaign2_main {
    background: url(../img/campaign/campaign2_0.webp) center;
    background-size: cover;
}

/***** CAMPAIGN - 자원순환 - 1 *****/
#campaign2_1 {
    margin: 0 20px;
}

#campaign2_1 > p {
    padding-top: 10px;
}

/***** CAMPAIGN - 자원순환 - 2 *****/
#campaign2_2 {
    background: url(../img/campaign/campaign2_2.webp) center;
    background-size: cover;
    margin-top: 50px;
    background-color: #555;
    position: relative;
    padding-bottom: 50px;
}

#campaign2_2 > .frame > p {
    padding: 150px 20px 150px 20px;
}

#campaign2_2 > .frame > p > span {
    display: block;
    padding-top: 20px;
}


/*************** SPA - 스파 소개 ***************/
#spa1 {
    width: 100%;
    overflow: hidden;
}

#spa1_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
}

#spa1_main {
    background: none;
    margin-bottom: 0;
}

/***** SPA - 스파 소개 - 1 *****/
#spa1_1 {
    width: 100%;
    padding: 50px 0;
    background-color: #0005;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#spa1_1 > p {
    padding: 0 20px;
}

/***** SPA - 스파 소개 - 베스트 트리트먼트 *****/
#spa1_2 {
    margin-top: 100px;
    padding: 0 20px;
    background-color: #0005;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#spa1_2 > .p1_w {
    padding-top: 50px;
    border-bottom: 1px solid #fff5;
    line-height: 2;
}

#best_list {
    padding-bottom: 30px;
}

#best_list > li {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #fff5;
}

#best_list > li:last-child {
    border: none;
}

#best_list > li > div {
    padding-top: 30px;
}

#best_list > li > div > p {
    padding-top: 5px;
}

.best_img {
    width: 100%;
}

.best_img > img {
    width: 100%;
}

.best_title > p:nth-child(2) {
    font-weight: 500;
}

.best_title > p:last-child {
    margin-top: 20px;
}

/***** SPA - 스파 소개 - 3 *****/
#spa1_3 {
    margin-top: 100px;
    width: 100%;
    padding: 50px 20px;
    background-color: #0005;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#spa1_3 > .frame > .p1_w {
    width: calc(100% - 40px);
    line-height: 1;
    padding-bottom: 10px;
}

#spa1_3 > .frame > div {
    width: calc(100% - 40px);
    margin-top: 20px;
    position: relative;
    border-top: 1px solid #fff5;
    padding-top: 20px;
}

#spa1_3 > .frame > div > p {
    padding-bottom: 10px;
}

#spa1_3 a {
    display: block;
    width: 70px;
    height: 25px;
    border: 1px solid #fff5;
    text-align: center;
    line-height: 26px;
    background-color: #fff5;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 0.8em;
}

/*************** SPA - 이용방법 ***************/
#spa2 {
    width: 100%;
    overflow: hidden;
}

#spa2_main {
    background: url(../img/spa/spa2_0.webp) center;
    background-size: cover;
}

/***** SPA - 이용방법 - 1 *****/
#spa2_1 {
    margin: 0 20px;
}

#spa2_1 > p {
    padding-top: 10px;
}

/***** SPA - 이용방법 - 2 *****/
#spa2_2 {
    margin-top: 30px;
    background-color: #555;
    background: url(../img/spa/spa2_2.webp) center;
    background-size: cover;
}

#spa2_2 > ul {
    padding: 30px 20px;
}

#spa2_2 > ul > li {
    padding: 50px 0;
    border-bottom: 1px solid #fff5;
}

#spa2_2 > ul > li:last-child {
    border-bottom: none;
}

#spa2_2 .p3_w {
    padding-top: 20px;
}

/***** SPA - 이용방법 - 3 *****/
#spa2_3 {
    margin: 100px 20px 0 20px;
}

#spa2_3 > p {
    padding-bottom: 10px;
}

#spa2_3_list {
    margin-top: 20px;
}

#spa2_3_list > li > p {
    padding-bottom: 30px;
    line-height: 1.3;
}

#spa2_3_list > li > p > span {
    color: #16becf;
}

#spa2_3_list > li > img {
    width: 100%;
}

#spa2_3_list > li {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

/***** SPA - 이용방법 - 4 *****/
#spa2_4 {
    margin: 100px 20px 0 20px;
}

#spa2_4 > p {
    padding-bottom: 10px;
}

#spa2_4_list {
    margin-top: 20px;
}

#spa2_4_list > li > p {
    padding-bottom: 20px;
    line-height: 1.2;
}

#spa2_4_list > li > p > span {
    color: #16becf
}

#spa2_4_list > li > img {
    width: 100%;
}

#spa2_4_list > li {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

/***** SPA - 이용방법 - 4 *****/
#spa2_5 {
    margin: 100px 20px 0px 20px;
}

#spa2_5 > p {
    padding-bottom: 10px;
}

#spa2_5_list {
    margin-top: 20px;
}

#spa2_5_list > li {
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 20px;
}

#spa2_5_list .p2_k {
    padding-bottom: 10px;
}

#spa2_5_list .p3_k {
    color: #555;
}

#spa2_5_list .p3_k span {
    font-weight: 700;
    color: #333;
    line-height: 2;
}

/*************** STORE - 매장 안내 ***************/
#store1 {
    width: 100%;
    overflow: hidden;
}

#store_main {
    background: url(../img/store/store_0.webp) center;
    background-size: cover;
}

#store_contents > p {
    margin: 0 20px;
}

#store_contents > p:nth-child(3) {
    padding-top: 10px;
}

/***** STORE - 매장 안내 - 지역 선택 *****/
#store_1 {
    width: 100%;
    margin: 30px 20px 0 20px;
    float: left;
}

#store_list {
    width: calc(100% - 40px);
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#store_list > li {
    float: left;
    font-weight: 300;
    font-size: 0.75em;
    cursor: pointer;
    padding-right: 14px;
    line-height: 2.9;
}

#store_list > li:hover {
    color: #555;
}

#store_list > li:last-child {
    padding-right: 0;
}

/***** STORE - 매장 안내 - 지역별 매장 *****/
#store_2 {
    width: 100%;
    float: left;
}

.store_list_sub {
    border-bottom: 1px solid #ddd;
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 20px;
    padding: 15px 0;
}

.store_list_sub > li {
    cursor: pointer;
    font-weight: 300;
    line-height: 2;
    font-size: 0.9em;
}

.store_list_sub > li:hover {
    color: #555;
}

/***** STORE - 매장 안내 - 매장 세부 안내 *****/
#store_3 {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
}

#store_3 > ul > li {
    padding-top: 30px;
}

#store_3 .p2_k {
    padding-bottom: 10px;
}

.store_img {
    width: 100%;
    margin-top: 20px;
}

#store_3 > ul > li > .p3_k {
    text-indent: -3.9em;
    margin-left: 3.9em;
    text-align: inherit;
}

.space {
    letter-spacing: 14px;
}

/*************** B2B ***************/
#b2b {
    width: 100%;
    overflow: hidden;
}

#b2b_main {
    background: url(../img/b2b/b2b_0.webp) center;
    background-size: cover;
}

/***** B2B - 1 *****/
#b2b_1 {
    margin: 0 20px;
}

#b2b_1 > p {
    padding-top: 10px;
    color: #333;
}

/***** B2B - 2 *****/
#b2b_2 {
    margin: 30px 20px 0 20px;
}

#b2b_2 > img {
    width: 100%;
}

#b2b_2 > p {
    margin-top: 30px;
}

/***** B2B - 3 *****/
#b2b_3 {
    margin-top: 50px;
}

#img_b2b_3 {
    height: 600px;
    background-color: #555;
    background: url(../img/b2b/b2b_3.webp) center;
    background-size: cover;
    position: relative;
}

#img_b2b_3 > .frame > p {
    position: absolute;
    bottom: 50px;
    right: 20px;
}

#b2b_3 > p {
    margin: 80px 20px 0 20px;
}

/***** B2B - 4 *****/
#b2b_4 {
    margin-top: 50px;
}

#img_b2b_4 {
    height: 600px;
    background-color: #555;
    background: url(../img/b2b/b2b_4.webp) center;
    background-size: cover;
    position: relative;
}

#img_b2b_4 .wave_sub {
    top: 0;
    bottom: inherit;
    transform: rotate(0)
}

#img_b2b_4 > .frame > p {
    position: absolute;
    left: 20px;
    top: 50px;
}

#b2b_4 > p {
    margin: 30px 20px 0 20px;
}

/***** B2B - 5 *****/
#b2b_5 {
    margin: 80px 20px 0 20px;
}

#b2b_5 > div {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 30px 20px;
    background-color: #f5f5f5;
}

#b2b_5 .p3_k {
    padding-top: 10px;
}

/***** B2B - 6 *****/
#b2b_6 {
    margin: 80px 20px 0 20px;
}

#b2b_6_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

#b2b_6_list > li {
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-top: 20px;
    height: 60px;
    line-height: 3.5;
}

#b2b_6_list > li:first-child {
    grid-column: span 2;
    position: relative;
    cursor: pointer
}

#b2b_6_list > li > a {
    display: block;
    padding-right: 30px;
    font-weight: 700
}

#b2b_6_list > li > a > span {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
    position: absolute;
    top: 26px;
    right: 20px;
}

#b2b_6_list > li:last-child {
    padding-top: 8px;
    line-height: 1.3;
    box-sizing: border-box;
}

#b2b_6_list > li:last-child > span {
    color: #666;
    font-size: 0.9em;
}

/***** B2B - 7 *****/
#b2b_7 {
    height: 170px;
    background-color: #555;
    background: url(../img/b2b/b2b_7.webp) center;
    background-size: cover;
    position: relative;
    margin-top: 80px;
}

#b2b_7 > .frame > p {
    position: absolute;
    top: 25px;
    right: 20px;
}

#b2b_7 .wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
}

#b2b_7 .wave > img {
    width: 100%;
}

/*************** footer ***************/
footer {
    width: 100%;
    margin-top: 100px;
    box-sizing: border-box;
}

/********** SNS 바로가기 **********/
#sns {
    width: 100%;
    overflow: hidden;
    margin-right: 20px;
    padding: 20px 0;
}

#sns > a {
    padding-right: 20px;
    float: right;
}

#sns > a:first-child > img {
    padding-top: 4px;
}

#sns > a:nth-child(2) > img {
    padding-top: 2px;
}

/********** 최하단 **********/
#footer {
    float: left;
    width: 100%;
    background-color: #222;
    padding: 50px 0;
    box-sizing: border-box;
}

/***** 최하단 공통 *****/
#footer .info {
    color: #fff;
    font: 700 1.2em/1.5 'Noto Sans KR';
    padding-top: 0;
}

/***** 고객센터 *****/
#service {
    width: 50%;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
}

#service > p {
    padding-top: 10px;
    font: 500 0.8em/1.5 '';
    color: #fff;
}

/***** 방침 *****/
#foot {
    width: 50%;
    float: left;
    padding-left: 12px;
    box-sizing: border-box;
}

.info {
    cursor: pointer;
}

#bottom {
    float: left;
    width: 100%;
}

address {
    font: 300 0.8em/1.5 '';
    color: #fff;
    padding: 30px 20px 0 20px;
}

small {
    display: block;
    font: 300 0.8em/1.5 '';
    color: #fff;
    padding: 20px;
}

/*************** 맨위로 가기 ***************/
#top_btn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-color: #000;
    cursor: pointer;
}

#top_btn > span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 16px;
    right: 13px;
    transform: rotate(-45deg)
}

@media all and (min-width:1024px) {
    #top_btn {
        display: block;
    }
}