@charset "utf-8";

* {
    box-sizing: border-box;
}

/* header * {
    border: 1px solid red;
} */
/* 헤더영역 */
@font-face {
    font-family: 'InfinitySans-RegularA1';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/InfinitySans-RegularA1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ul,
li {
    font-family: 'InfinitySans-RegularA1'
}

header {
    /* border: 1px solid blue; */
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: white;
}

header>div {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1175px;
    margin: auto;
    position: relative;
}

.logo,
.lang,
.icon {

    position: absolute;

}

.logo {
    width: 120px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}



.logo>img {
    width: 100%;
}

.icon,
.lang {
    right: 100px;
}

.lang {
    width: 100px;
    height: 25px;
    display: flex;
}

.lang a {
    width: 100%;
}

.lang img {
    width: 25px;
    height: 25px;
    flex-grow: 1;
    flex-basis: 0;
}

.icon {
    width: 120px;
    height: 25px;
    bottom: 5px;
    display: flex;
}

.icon img {
    width: 25px;
    height: 25px;
    flex-grow: 1;
    flex-basis: 0;
    margin: 3px;
}

/* 검색 */

.search {
    /* border: 1px solid red; */
    height: 100vh;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.0); */
    display: none;


}

.search_con {
    /* border: 1px solid red; */
    width: 400px;
    height: 530px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: rgba(121, 122, 113, 0.8);
}

.text_con {
    /* border: 1px solid red; */
    position: relative;
    z-index: 10;
}

.search_text {
    /* border: 1px solid green; */
    width: 400px;
    height: 30px;
    background-color: #777;
    text-align: center;
    border: none;

}

.text_con a {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 10px;
}

.best_search {
    /* border: 1px solid red; */
    font-size: 2em;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.list_con {
    height: 400px;
    /* border: 2px solid blue; */
    /* display: flex; */
    margin-top: 110px;
    position: absolute;
    text-align: center;
    color: white;
    overflow: hidden;


}

.list_con1 {
    /* border: 1px solid green; */
    width: 50%;
}

.list_con2 {
    /* border: 1px solid red; */
    width: 50%;
    right: 0;
}

.list_con>ul {
    /* border: 1px solid green; */
    width: 100%;
    height: 200%;
    /* background-color: violet; */
}

.list_con>ul>li {
    /* border: 1px solid red; */
    height: 80px;
    /* margin: 35px; */
    /* padding: 35px; */
    cursor: pointer;

}





.search_bg {
    border: 1px solid red;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(155, 155, 155, 0.8);
    opacity: 0;
    top: 0;
}

.search_bg.on {
    opacity: 1;
}


.sc_close {
    /* border: 1px solid red; */
    width: 100px;
    height: 100px;
    position: absolute;
    right: 30%;
    top: 10%;
}

.sc_close:hover {
    cursor: pointer;
}

.sc_close>img {
    width: 100%;
    height: 100%;
    color: white;
}






/* 검색 */

/* 헤더영역 */

/* 메뉴영역 */
a {
    color: white;
    text-decoration: none;
}

nav {
    /* border: 1px solid red; */
    width: 100%;
    height: 150px;
    position: fixed;
    top: 80px;
    z-index: 10;

}

.menu {
    /* border: 1px solid red; */
    background-color: #c7e3db;
    /* background-color: rgba(199, 227, 219, 0.6); */





}

.main {
    margin: auto;
    width: 100%;
    max-width: 1175px;
    /* border: 1px solid blue; */
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding: 0 60px;
    line-height: 30px;
    text-align: center;

}

.main>li {
    /* border: 1px solid black; */
    flex-grow: 1;
    flex-basis: 0;


}

/* 서브영역 */
.sub {
    display: flex;
    /* border: 1px solid red; */
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 1175px;
    height: 120px;
    top: 57%;
    justify-content: center;
    display: none;
    line-height: 100px;

    /* opacity: 1; */




}



.sub>li>a {
    color: #888;

    /* border: 1px solid red; */
    margin: 0 20px;




}

.sub>li {
    width: 100%;
    /* display: none; */
    /* opacity: 0; */
    /* transition: .5s; */

}

.bg {
    position: absolute;
    /* border: 1px solid; */
    width: 100%;
    height: 0px;
    background-color: white;
    z-index: 1;
    left: 0;
    transition: .5s;


}

/* 서브메뉴 */
.main>li:hover .sub {
    /* border: 1px solid red; */
    display: flex;

}


.main:hover .bg {
    height: 120px;


}

/* 메뉴영역 */

/* 메인배너 */

.sec1 {
    /* border: 1px solid green; */
    width: 100%;
    height: 440px;
    position: relative;
    margin-top: 80px;
}

.banner {
    /* border: 3px solid red; */
    position: relative;


}

.banner_con {
    /* border: 1px solid; */
    height: 440px;
    width: 100%;

}

.bn_1,
.bn_2,
.bn_3 {
    /* border: 1px solid red; */
    height: 440px;
    width: 100%;
    position: absolute;
}

.bn_1 {
    background-color: #e7e5e8;
}

.bn_2 {
    background-image: url(./img/body/배너2/banner2-배경-1920.png);
}

.bn_3 {
    background-color: #f9d2de;
}

.bn1,
.bn2,
.bn3 {
    /* border: 1px solid blue; */
    width: 100%;
    height: 440px;
    max-width: 1175px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;

}


.banner_con>li {
    opacity: 0;
}

.banner_con li.on {
    transition: 1s;
    opacity: 1;
    z-index: 8;
}

.btn {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 9;

}

.btn1,
.btn2,
.btn3 {
    cursor: pointer;
}

button.on {
    background-color: #37b7a8;
}

button {
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
    background-color: #c7e3db;


}

.next {
    display: none;
}

/* 메인배너 */

/* 섹션2 */

/* .best > * {border: 1px solid red;} */
/* .best > * > *{border: 1px solid green;} */

.sec2 {
    /* border:1px solid red; */
    width: 100%;
    height: 650px;
    position: relative;
}

.best {
    /* border: 1px solid blue; */
    width: 100%;
    height: 100%;
    max-width: 1175px;
    position: relative;
    margin: auto;
}

.best p {
    font-size: 3em;
    margin-top: 60px;
    text-align: center;
}

.best li {
    position: absolute;
}

.best>li {
    width: 200px;
    height: 200px;
}

.best img {
    width: 100%;
}

.bs_1,
.bs_2,
.bs_3 {
    top: 120px;
}

.bs_1 {
    width: 450px !important;
    height: 450px !important;
}

.bs_2 {
    left: 530px;
}

.bs_3 {
    left: 810px;
}

.bs_4 {
    right: 280px;
    bottom: 80px;
}

.bs_5 {
    right: 0;
    bottom: 80px;
}

.bs_bg {
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(199, 227, 219, 0);
    transition: .3s;


}

.bs_bg>img {
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    transition: .3s;

}

.bs_1:hover .bs_bg,
.bs_2:hover .bs_bg,
.bs_3:hover .bs_bg,
.bs_4:hover .bs_bg,
.bs_5:hover .bs_bg {
    background-color: rgba(199, 227, 219, 0.7);
    cursor: pointer;
}

.bs_1:hover .bs_bg>img,
.bs_2:hover .bs_bg>img,
.bs_3:hover .bs_bg>img,
.bs_4:hover .bs_bg>img,
.bs_5:hover .bs_bg>img {
    opacity: 1;
}

.best>li>span {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 10px;
    width: 110%;
    text-align: center;
    font-size: 0.75em;
}

.bs_1>span:nth-child(3) {
    top: 105% !important;
}



.best>li>span:nth-child(3) {
    top: 110%;
    color: red;
}





/* 섹션2 */
/* 섹션3 */

/* .new > * {border: 1px solid red;} */
/* .new > * > *{border: 1px solid green;} */

.sec3 {
    /* border:1px solid red; */
    width: 100%;
    height: 650px;
    position: relative;
}

.new {
    /* border: 1px solid blue; */
    width: 100%;
    height: 100%;
    max-width: 1175px;
    position: relative;
    margin: auto;
}

.new p {
    font-size: 3em;
    margin-top: 60px;
    text-align: center;
}

.new li {
    position: absolute;

}

.ns_2,
.ns_3,
.ns_4,
.ns_5 {
    width: 200px;
    height: 200px;
}

.ns_1,
.ns_2,
.ns_3 {
    top: 120px;
}

.ns_1 {
    right: 0;
    width: 450px;
    height: 450px;
}

.ns_2 {
    right: 530px;
}

.ns_3 {
    right: 810px;
}

.ns_4 {
    left: 280px;
    bottom: 80px;
}

.ns_5 {
    left: 0;
    bottom: 80px;
}

.new img {
    width: 100%;
    height: 100%;
}

.new>li>span {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 10px;
    width: 110%;
    text-align: center;
    font-size: 0.75em;
}

.ns_1>span:nth-child(3) {
    top: 105% !important;
}

.new>li>span:nth-child(3) {
    top: 110%;
    color: red;
}

.ns_bg {
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(199, 227, 219, 0);
    transition: .3s;


}

.ns_bg>img {
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    transition: .3s;

}

.ns_1:hover .ns_bg,
.ns_2:hover .ns_bg,
.ns_3:hover .ns_bg,
.ns_4:hover .ns_bg,
.ns_5:hover .ns_bg {
    background-color: rgba(199, 227, 219, 0.7);
    cursor: pointer;
}

.ns_1:hover .ns_bg>img,
.ns_2:hover .ns_bg>img,
.ns_3:hover .ns_bg>img,
.ns_4:hover .ns_bg>img,
.ns_5:hover .ns_bg>img {
    opacity: 1;
}

/* 섹션3 */

/* Categories */

.cg {
    border: 1px solid #888;
    position: fixed;
    width: 15px;
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: .6s;

    /* background-color: white; */
}

.cg_1 {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}

.cg_1>div {
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
    /* position: absolute; */
    right: 0;

}

.open>img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}

.close>img {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.open {
    position: absolute;
    /* border: 1px solid red; */
    z-index: 3;
    width: 20px;
    height: 200px;
    background-color: #c7e3db;
}

.close {
    width: 20px;
    position: absolute;
    top: 0;
    background-color: #c7e3db;
    /* border: 1px solid red; */
    z-index: 1;

}

.open.on {
    display: none;
}

.close.on {
    display: none;
}

.open:hover,
.close:hover {
    cursor: pointer;
}


.cg.on {
    width: 200px;
}



.cg_lo1,
.cg_lo2 {
    /* border: 1px solid red; */
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    /* z-index: 50; */
    left: 40%;
    top: -45px;

}

.cg_lo1:hover,
.cg_lo2:hover {
    cursor: pointer;
}

.cg_lo1 {
    /* border: 1px solid red;  */
    z-index: 1;
}

/* .cg_lo2{border: 1px solid blue;} */
.cg_lo1>img,
.cg_lo2>img {
    width: 100%;
}

.cg_lo1.on {
    display: none;
}

.cg_lo2.on {
    display: none;
}

.cg_typeCon {
    width: 180px;
    height: 500px;
    position: absolute;
    left: -180px;
    transition: 0.6s;
    color: black;
    font-size: 0.8em;



}

.cg_tc,
.cg_t>li,
.cg_ac,
.cg_a>li {
    cursor: pointer;

}



.cg_typeCon.on {
    left: 0;
    transition: .6s;

}

.cg_tc,
.cg_t {

    color: black;
}

.cg_tc.on,
.cg_t.on {
    /* background-color: #D9D9D9; */
    color: black;
    display: block;

}



.cg_tc.on,
.cg_ac.on {
    border-bottom: 3px solid #777;
}

.cg_tc {
    /* border: 1px solid red; */
    width: 90px;
    height: 30px;
    position: absolute;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.cg_t {
    width: 180px;
    height: 470px;
    position: absolute;
    /* border: 1px solid red; */
    margin-top: 28px;
    display: none;

}

.cg_t>li {
    margin-top: 60px;
    border-bottom: 1px solid #777;
}



.cg_t>* {
    /* border: 1px solid blue; */
    width: 48%;
    height: 30px;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}







.cg_ac.on,
.cg_a.on {
    /* background-color: #D9D9D9; */
    display: block;
    color: black;
}

.cg_ac {
    /* border: 1px solid red; */
    width: 90px;
    height: 30px;
    position: absolute;
    text-align: center;
    right: 0;
    padding: 5px;
    font-weight: bold;
    /* border: none; */

}

.cg_a {
    width: 180px;
    height: 470px;
    position: absolute;
    /* border: 1px solid red; */
    margin-top: 28px;
    display: none;

}

.cg_a>li {
    margin-top: 60px;
    border-bottom: 1px solid #777;
}



.cg_a>* {
    /* border: 1px solid blue; */
    width: 48%;
    height: 30px;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}








/* Categories */

/* FOOTER */

footer {
    /* border: 1px solid red; */
    height: 135px;
    width: 100%;
    font-family: 'NEXON Lv1 Gothic OTF';
    background-color: #b4afaf;
}

.ft_con {
    /* border: 1px solid blue; */
    max-width: 1175px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    background-color: #b4afaf;

}

.ft_logo {
    /* border: 1px solid green; */
    width: 465px;
    height: 40px;
    margin: auto;
}

.ft_sns {
    /* border: 1px solid red; */
    width: 75px;
    height: 25px;
    position: absolute;
    bottom: 20px;
    right: 38%;
    justify-content: space-between;
    display: flex;
}



.ft_sb {
    /* border: 1px solid red; */
    width: 85px;
    height: 90px;
    margin: auto;
}

.ft_ltext {
    /* border: 1px solid red; */
    width: 545px;
    height: 90px;
    font-size: 7pt;
    position: absolute;
    top: 40px;
}

.ft_ltext>p {
    margin-top: 10px;
    text-align: right;
    /* border: 1px solid blue; */
}

.ft_rtext {
    /* border: 1px solid red; */
    width: 545px;
    height: 90px;
    font-size: 7pt;
    position: absolute;
    top: 40px;
    right: 0;
}

.ft_rtext>p {
    margin-top: 10px;
    text-align: left;
    /* border: 1px solid blue; */
}

.ft_rtext>p>span {
    font-size: 10pt;
    font-weight: bold;
}

/* FOOTER */

/* 모바일 */
.ham_con {
    position: absolute;
    top: -60px;
    left: 10%;
    display: none;
}

.ham {
    /* border: 1px solid red; */
    width: 30px;
    height: 8px;
    border-radius: 25%;
    margin: 3px 0;
    background-color: black;
}

.plus,
.minus {
    /* border: 1px solid blue; */
    width: 30px;
    position: absolute;
    right: 100px;
    bottom: 20px;
    /* display: none; */
}



.plus img,
.minus img {
    width: 100%;
    display: none;

}




@media (max-width:800px) {

    .plus img.on,
    .minus img.on {
        display: block;
    }

    .logo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ham_con {
        display: block;
        cursor: pointer;
    }

    nav {
        /* border: 1px solid red; */
        width: 100%;
        height: 150px;
        position: fixed;
        top: 80px;
        z-index: 10;

    }

    .menu {
        /* border: 1px solid red; */
        height: 0;
        width: 0;
        font-size: 0.5em;
        transition: .3s;


    }

    .main {
        width: 100%;
        height: 100%;
        /* border: 1px solid blue; */
        flex-direction: column;
        padding: 0;
    }

    .menu.on {
        width: 100px;
        height: 400px;
        transition: .3s;

    }

    .main>li.on {
        display: block;
    }

    .ham1,
    .ham2,
    .ham3 {
        transition: .3s;
    }

    .ham1.on {
        transition: .3s;
        display: none;

    }

    .ham3.on {
        transition: .7s;
        transform: rotate(45deg);
    }

    .ham2.on {
        transition: .7s;
        transform: rotate(-45deg);
        position: absolute;
    }


    .main>li {
        /* border: 1px solid red; */
        width: 100%;
        height: 100%;
        display: none;
        /* line-height: 75px; */
    }

    .sub {
        /* border: 1px solid red; */
        width: 100px;
        height: 400px;
        flex-direction: column;
        display: none;
        /* line-height: 100px; */
        left: 100px;
        top: 0;
        transform: translate(0%, 0%);
        position: absolute;
        justify-content: space-between;
        padding-top: 40px;



    }

    .sub>li>a {
        color: #888;
        margin: 0;
        /* border: 1px solid blue; */




    }

    .sub>li {
        /* border: 1px solid red; */
        width: 100%;
        height: 100%;
        line-height: 0;


    }

    .bg {
        position: absolute;
        /* border: 1px solid; */
        width: 0;
        height: 400px;
        background-color: white;
        z-index: 1;
        left: 0;
        transition: .5s;
        left: 100px;
        top: 0;


    }

    .main:hover .bg {
        width: 100px;
        height: 400px;
    }





    .lang {
        display: none;
    }




    .icon {
        height: 80px;
        /* border: 1px solid red; */
        /* display: none; */
        transition: 1s;
        opacity: 0;
    }

    .icon.on {
        display: block;
        transition: 1s;
        opacity: 1;
    }

    .lang img,
    .icon img {
        position: absolute;
        right: 0;
    }

    .icon>a:nth-child(1) img,
    .icon>a:nth-child(2) img,
    .icon>a:nth-child(3) img,
    .icon>a:nth-child(4) img {
        right: 0;
        top: 30px;
        transition: 1s;
    }

    .icon.on>a:nth-child(1) img {
        top: 0;
        right: 20%;
        transition: .7s;
    }

    .icon.on>a:nth-child(2) img {
        right: 40%;
        top: 15%;
        transition: .7s;
    }

    .icon.on>a:nth-child(3) img {
        right: 55%;
        top: 40%;
        transition: .7s;
    }

    .icon.on>a:nth-child(4) img {
        top: 65%;
        right: 40%;
        transition: .7;
    }

    .plus {
        display: block;
    }

    .sec1 {
        width: 100%;
        height: 220px;
        /* border: 1px solid red; */
    }



    .bn_1,
    .bn_2,
    .bn_3 {
        /* border: 1px solid blue; */
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .bn>img {
        width: 100%;
    }

    .bn_1,
    .bn_2,
    .bn_3 {
        background-color: transparent;
        background-image: none;
    }


    .btn {
        /* border: 1px solid red; */
        z-index: 9;
        display: flex;
        flex-direction: column;
        bottom: 0;
        left: 95%;
        top: 30%;
        transform: translateY(-50%);
        transform: translateX(0);


    }

    .btn1,
    .btn2,
    .btn3 {
        /* border: 1px solid red; */
        cursor: pointer;
    }


    .sec2 {
        height: 850px;
    }

    .best {
        /* border: 1px solid blue; */
        width: 100%;
        height: 100%;
        max-width: 1175px;
        position: relative;
        margin: auto;
    }

    .best p {
        font-size: 1.75em;
        margin-top: 60px;
        text-align: center;
    }

    .best li {
        position: absolute;
    }

    .best>li {
        width: 100px;
        height: 100px;
    }

    .best img {
        width: 100%;
    }



    .bs_1 {
        /* border: 1px solid red; */
        left: 50%;
        transform: translateX(-50%);
        width: 250px !important;
        height: 250px !important;
    }

    .bs_2 {
        left: 25%;
        top: 50%;
    }

    .bs_3 {
        /* border: 1px solid red; */
        top: 50%;
        left: 75%;
        transform: translateX(-100%);
    }

    .bs_4 {
        right: 75%;
        transform: translateX(100%);
        bottom: 15%;
    }

    .bs_5 {
        right: 25%;
        bottom: 15%;
    }

    .best>li span {
        font-size: 0.5em;
    }







    .sec3 {
        /* border: 1px solid red; */
        height: 850px;

    }

    .new {
        /* border: 1px solid blue; */
        width: 100%;
        height: 100%;
        max-width: 1175px;
        position: relative;
        margin: auto;
    }

    .new p {
        font-size: 1.75em;
    }


    .ns_2,
    .ns_3,
    .ns_4,
    .ns_5 {
        width: 100px;
        height: 100px;
    }

    .ns_1,
    .ns_2,
    .ns_3 {
        top: 120px;
    }

    .ns_1 {
        right: 50%;
        transform: translateX(50%);
        width: 250px;
        height: 250px;
    }

    .ns_2 {
        right: 25%;
        top: 50%;
    }

    .ns_3 {
        top: 50%;
        right: 75%;
        transform: translateX(100%);
    }

    .ns_4 {
        /* border: 1px solid red; */
        left: 75%;
        transform: translateX(-100%);
        bottom: 15%;
    }

    .ns_5 {
        left: 25%;
        bottom: 15%;
    }

    .new img {
        width: 100%;
        height: 100%;
    }

    .new>li>span {
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        margin-top: 10px;
        width: 110%;
        text-align: center;
        font-size: 0.5em;
    }

    .ns_1>span:nth-child(3) {
        top: 105% !important;
    }

    .new>li>span:nth-child(3) {
        top: 110%;
        color: red;
    }

    .ns_bg {
        /* border: 1px solid red; */
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(199, 227, 219, 0);
        transition: .3s;


    }

    .ns_bg>img {
        width: 70px;
        height: 70px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        opacity: 0;
        transition: .3s;

    }


    footer {
        /* border: 1px solid red; */
        height: 300px;
    }


    .ft_sns {
        /* border: 1px solid red; */
        right: 51%;
        transform: translateX(50%);
        bottom: 0;

    }



    .ft_sb {
        /* border: 1px solid red; */
        width: 85px;
        height: 90px;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 55%;
    }

    .ft_ltext {
        /* border: 1px solid red; */
        width: 545px;
        height: 90px;
        font-size: 7pt;
        position: absolute;
        top: 20%;
    }

    .ft_ltext>p {
        text-align: center;
        /* border: 1px solid blue; */
    }

    .ft_rtext {
        /* border: 1px solid red; */
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        right: 0;

    }

    .ft_rtext>p {
        text-align: center;
    }

}