.moHeader {
    display: none;
}

._con {
    min-height: 980px;
}

.sidemenu {
    display: none;
}

body.noscroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header {
    width: 100%;
    height: 130px;
    position: relative;
    /* border-bottom: 1px solid #e5e5e5; */
}

header::before {content:''; display:block; background:#5678c3; height:37px;}

header h1 {
    padding-top: 28px;
    position: absolute;
    left: 40px;
    width: 162px;
    height: 100%;
    background-size: 100%;
}

header h1 img {
    height: 38px;
}

header h1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    ;
}

header .mainmenu {
    padding-top: 40px;
}

header .mainmenu li {
    width: 146px;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

header .mainmenu li a {
    font-size: 18px;
}

header .mainmenu li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .mainmenu li:last-child:after {
    display: none;
}

header .loginWrap {
    position: absolute;
    right: 60px;
    top: 12px;
}


/* header .loginWrap.member .submenu li:nth-child(1){display: none;}
header .loginWrap.member .submenu li:nth-child(2){display: none;} */


/* 20220415_�ㅽ뙵�댁뒋  */


/* header .loginWrap.member .submenu li:nth-child(3){display: none;} */

header .loginWrap.nonmember .submenu li:nth-child(4) {
    display: none;
}

header .loginWrap.nonmember .submenu li:nth-child(5) {
    display: none;
}


/*header .loginWrap.nonmember .submenu li:nth-child(6){display: none;}*/

header .loginWrap.member .login {
    display: none;
}

header .loginWrap.nonmember .account {
    display: none;
}

header .loginWrap .submenu {
    float: right;
}

header .loginWrap .submenu li {
    font-family: Gulim;
    font-size: 11px;
    color: #fff;
    float: left;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

header .loginWrap .submenu li.secure {
    padding-right: 0;
}

header .loginWrap .submenu li.secure.off span {
    color: #ff4545;
    content: "OFF";
}

header .loginWrap .submenu li.secure.on span {
    color: var(--main);
    content: "ON";
}

header .loginWrap .submenu li.secure span {
    font-size: 11px;
    font-family: Gulim;
    font-size: 11px;
    padding-right: 8px;
}

header .loginWrap .submenu li + li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #c1c1c1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .loginWrap .submenu li:last-child:after {
    display: none;
}

header .loginWrap .submenu li.bold {
    font-weight: bold;
}

header .loginWrap .submenu li.bookmark {
    padding-left: 23px;
    background-image: url(../img/common/bookmark.png);
    background-position: 10px 1px;
    padding-right: 0;
}

header .loginWrap .login {
    margin-top: 65px;
}

header .loginWrap .login input {
    padding: 0 5px;
    font-size: 13px;
    background: #f4f7fc;
    border: 1px solid #dddddd; border-radius:50px;
    float: left;
    height: 30px;
    margin-right: 5px;
    font-size: 13px;
    width: 102px;
}

header .loginWrap .login input::placeholder {
    color: #acacac
}

header .loginWrap .login button {
    float: left;
    background: var(--main);  border-radius:50px;
    color: #fff;
    height: 30px;
    width: 65px;
    font-size: 13px;
    font-weight: 500;
}

header .loginWrap .account {
    text-align: right;
    margin-top: 24px;
    font-size: 14px;
}

header .loginWrap .account .cash {
    font-size: 13px;
    color: #797979;
    margin-top: 2px;
}

header .loginWrap .account .cash span {
    font-size: 13px;
    padding-right: 5px;
}

header .loginWrap .account .cash span span {
    color: var(--main);
}

header .loginWrap .account.enterprise .company:after {
    content: "기업";
    display: inline-block;
    color: #fff;
    background: #282c47;
    font-size: 12px;
    padding: 0 6px;
    margin-left: 5px;
    font-weight: 600;
}

header .loginWrap .account.individual .company {
    display: none;
}

header .loginWrap .account.individual .name:after {
    content: "개인";
    display: inline-block;
    color: #fff;
    background: var(--main);
    font-size: 12px;
    padding: 0 6px;
    margin-left: 5px;
    font-weight: 600;
}

header .hiddenMenu.on {
    display: block;
}

header .hiddenMenu {
    position: absolute;
    display: none;
    top: 130px;
    z-index: 101;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 20px 0 40px;
    box-shadow: -8.9px 16.8px 16px 0 rgba(77, 77, 77, 0.09);
}

header .hiddenMenu ul {
    width: 730px;
    margin: 0 auto;
}

header .hiddenMenu li {
    text-align: center;
    width: 146px;
    float: left;
}

header .hiddenMenu li div {
    padding: 5px;
}

header .hiddenMenu li div a {
    border-radius: 100px;
    letter-spacing: -0.5px;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 42px;
    color: #797979;
    width: 100%;
    display: inline-block;
}

header .hiddenMenu li div a:hover {
    background-color: #f4f4f4;
    color: #000;
}

header .hiddenMenu .dim {
    position: fixed;
    width: 100%;
    top: 410px;
    height: 100%;
    z-index: -1;
}


/*�섏쓽�④�*/

._sideMyprice {
    position: fixed;
    right: 60px;
    margin-top: 20px;
    z-index: 150
}

._sideMyprice .tit {
    background: var(--main);
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 70px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    box-shadow: -2.9px 0.9px 16px 0 rgba(0, 0, 0, 0.15);
}

._sideMyprice ul {
    background: #fff;
    display: none;
    box-shadow: -3px -0.7px 30px 0 rgba(0, 0, 0, 0.20);
    width: 150px;
    padding: 12px 18px;
    border-radius: 10px 0 10px 10px;
    position: absolute;
    right: 0;
    top: 36px;
}

._sideMyprice ul:after {
    border-top: 9px solid transparent;
    border-right: 9px solid #fff;
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
}

._sideMyprice ul li span {
    font-family: Gulim;
    font-weight: bold;
    font-size: 11px;
    color: #595959;
    line-height: 22px;
}

._sideMyprice ul li span:last-child {
    float: right;
}


/*�듬찓��*/

._sideQuickMenu {
    background: #fff;
    z-index: 100;
    position: fixed;
    right: 60px;
    width: 92px;
    top: 250px;
    border-radius: 90px;
    padding-bottom: 4px;
    box-shadow: 0px 2px 35px 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

._sideQuickMenu .tit {
    font-size: 18px;
    text-align: center;
    padding: 36px 0 12px;
    line-height: 22px;
    font-weight: 600;
}

._sideQuickMenu ul li {
    padding: 10px 14px;
    cursor: pointer;
    transition: 0.2s all;
}

._sideQuickMenu ul li:hover {
    transform: translateY(-5px);
}

._sideQuickMenu ul li span {
    width: 64px;
    height: 64px;
    font-size: 0;
    border-radius: 64px;
    display: block;
}

._sideQuickMenu ul li.kakao span {
    background-color: #fae300;
    background-size: 36px;
    background-image: url(../img/common/kakao.png);
}

._sideQuickMenu ul li.telegram span {
    background-color: #139bcf;
    background-size: 30px;
    background-image: url(../img/common/telegram.png);
}

._sideQuickMenu ul li.customer span {
    background-color: #333438;
    background-size: 32px;
    background-image: url(../img/common/service_center.png);
}
._sideQuickMenu ul li.consultation{
    background-size: 36px;
    background-image: url(../img/common/service_consultation.png);
    background-color: var(--main);
}
._con {
    width: 1200px;
    margin: 0 auto;
}

._con ._pagetit {
    font-size: 20px;
    height: 80px;
    padding-top: 36px;
    border-bottom: 1px solid #f0f0f0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #e9e9e9;
}

::-webkit-scrollbar-track-piece {
    background-color: #e9e9e9;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #c0c0c0;
}

::-webkit-scrollbar-button:start {
    display: none;
}

::-webkit-scrollbar-button:end {
    display: none;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #e9e9e9;
}

body::-webkit-scrollbar-track-piece {
    background-color: #e9e9e9;
}

body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #c0c0c0;
}

body::-webkit-scrollbar-button:start {
    display: none;
}

body::-webkit-scrollbar-button:end {
    display: none;
}


/* customerBtn */

.customerBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 200px;
    height: 80px;
    background: #fff;
    border-radius: 100px;
    padding: 16px 30px 15px 40px;
    cursor: pointer;
    box-shadow: -5px 8px 13px -2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border: 3px solid #fff;
}

.customerBtn div {
    font-size: 18px;
    line-height: 20px;
}

.customerBtn.on div:before {
    background: #00e8c3;
}

.customerBtn.off div:before {
    background: #9f9f9f;
}

.customerBtn.on div:after {
    content: "�곷떞媛���";
    color: var(--main);
}

.customerBtn.off div:after {
    content: "�곷떞醫낅즺";
    color: #9f9f9f;
}

.customerBtn div:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 10px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.customerBtn div:after {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

footer {
    width: 100%;
    background: #2c3139;
}

footer .customer {background:#f8fafc; border-top:1px solid #f0f0f0; padding:25px 0;}
footer .customer .wrap {display:flex; flex-wrap:wrap; align-items:center;}
footer .customer .wrap .cs_info {width:65%; position:relative; padding-left:105px;}
footer .customer .wrap .cs_info::before {content:''; display:block; background:url(../img/main/cs_icon.png) 0 0 no-repeat; background-size:contain; width:67px; height:62px; position:absolute; top:0; left:0;}
footer .customer .wrap .cs_info .call {font-size:34px; font-weight:700;}
footer .customer .wrap .btnWrap {width:35%; text-align:right;}

footer .wrap {
    width: 1200px;
    margin: 0 auto;
}

footer .wrap .footerInfor {
    float: left;
		padding:50px 0;
}

footer .wrap .termsWrap {
    clear: both;
    float: left;
}

footer .wrap .termsWrap:after {
    content: "";
    display: block;
    clear: both;
}

footer .wrap .footerInfor .footerlogo {
    margin-bottom: 20px;
    font-size: 0;
   background-image: url(../img/common/batu_logo_g.png);
    width: 120px;
    background-position: left;
    background-size: 120px;
    height: 62px;
}

footer .wrap .footerInfor .infor span {
    float: left;
    font-size: 15px; font-weight:300;
    display:inline-block;
    color: rgba(255,255,255,0.5);
    line-height: 11px;
    margin-bottom: 16px;
}

footer .wrap .footerInfor .infor span.line {
    padding-right: 10px;
}

footer .wrap .footerInfor .infor span.line:after {
    content: "";
    display: inline-block;
    width: 10px;
}

footer .wrap .footerInfor .infor br {
    clear: both;
}

footer .wrap .customer .call {
    margin-top: 18px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    font-family: 'GmarketSans';
    position: relative;
    background-position: center left;
    padding-left: 60px;
}

footer .wrap .customer .call:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;transform: translateY(-50%);
    background-size: 20px;
    background-position: center;
    background-color: var(--main);
    border-radius: 32px;
    background-image: url(../img/common/service_center.png);
}

footer .customer .callWrap>div:after {
    content: "";
    display: block;
    clear: both;
}

footer .customer .callWrap>div div {
    color:rgba(0,0,0,0.6);
		font-weight:300;
		float: left;
}

footer .customer .callWrap>div .tit {
    width: 80px;
    line-height: 28px;
}

footer .customer .callWrap>div .txt {
		line-height: 28px;
}

footer .wrap .customer .btnWrap:after {
    content: "";
    display: block;
    clear: both;
}

footer .customer .btnWrap button {

    width: 49%;
    height: 60px;
    float: left;
    border-radius: 5px;
}

footer .customer .btnWrap button.mint {background:var(--main); color: #fff; margin-right: 1%;}

footer .customer .btnWrap button.black {background:#d8e5ff; float: right;}

footer .wrap .termsWrap {
    clear: both;
    transform: translateY(-20px);
}

footer .wrap .termsWrap button {
		color: rgba(255,255,255,0.7);
    font-size: 15px;
    padding-right: 20px;
    position: relative;
    margin-right: 10px;
}

footer .wrap .termsWrap button:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 10px;
    top: 5px;
    background: #797979;
}

footer .wrap .termsWrap button:last-child:after {
    display: none;
}

footer .copy {
    text-align: center;
    background: #23272e;
    line-height: 40px;
    color: #a3a3a3;
    font-size: 13px; font-weight:300;
    margin-top: 20px;
}

footer .wrap .customer .callWrap .bank .txt {
    letter-spacing: -0.5px;
    width: 100%;
    color: #797979;
    margin-bottom: 5px;
    float: inherit;
    line-height: 20px;
}

.sitemapPop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.sitemapPop .dim {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.sitemapPop .cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.sitemapPop .cont .top {
    line-height: 52px;
    background: var(--main);
    padding: 0 40px;
    position: relative;
}

.sitemapPop .cont .top .tit {
    font-size: 18px;
    color: #fff;
}

.sitemapPop .cont .top .closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 0;
    background-size: 16px;
    background-image: url(../img/common/close_btn_icon_w.png);
    width: 52px;
    height: 52px;
}

.sitemapPop .cont ul {
    padding: 40px;
    width: 1000px;
    margin-bottom: 30px;
}

.sitemapPop .cont ul:after {
    content: "";
    display: block;
    clear: both;
}

.sitemapPop .cont ul li {
    float: left;
    width: 170px;
    margin-right: 16px;
}

.sitemapPop .cont ul li:last-child {
    margin-right: 0;
}

.sitemapPop .cont ul li div {
    line-height: 45px;
    cursor: pointer;
    transition: all 0.3s;
    color: #595959;
    background: #fafafa;
    padding-left: 20px;
    margin-bottom: 2px;
}

.sitemapPop .cont ul li div.tit {
    background: none;
    padding: 0;
    color: #000;
    font-weight: 600;
    margin-bottom: 14px;
    padding-left: 16px;
    position: relative;
    line-height: 14px;
}

.sitemapPop .cont ul li div.tit:before {
    width: 4px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #d9d9d9;
    display: inline-block;
}

.sitemapPop .cont ul li div:hover {
    background: #f0f0f0;
}

.sitemapPop .cont .bottom {
    text-align: center;
    height: 48px;
    background: #fafafa;
    padding: 18px 0;
}

.sitemapPop .cont .bottom span {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding-right: 13px;
    position: relative;
    color: #797979;
}

.sitemapPop .cont .bottom span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #d2d2d2;
    position: absolute;
    right: 0;
    top: 0px;
}

.sitemapPop .cont .bottom span:last-child:after {
    display: none;
}

._quick {
    display: none;
}

@media screen and (max-width: 1120px) {
    header {
        width: 1120px;
    }
}

@media screen and (max-width: 1440px) {
    header .mainmenu li {
        width: 130px;
    }
    header .hiddenMenu li {
        width: 130px;
    }
    header .hiddenMenu li div {
        padding: 0;
    }
    header .hiddenMenu li div a {
        font-size: 14px;
    }
    header .hiddenMenu ul {
        width: 650px;
    }
}

@media screen and (max-width: 1280px) {
    footer {
        width: 1280px;
    }
    header{
        width: 1280px;
    }
}
@media screen and (max-width: 1580px) {
    ._con {
        width: 1580px;
    }

    ._sideMyprice {
        bottom: 60px;
        top: initial;
        right: 30px;
    }
    ._sideMyprice .tit {
        height: 40px;
        line-height: 40px;
    }
    ._sideMyprice ul {
        top: -50px;
        border-radius: 10px;
        right: 80px;
    }
    ._sideMyprice ul:after {
        display: none;
    }
    ._quick {
        width: 70px;
        height: 40px;
        border: 1px solid var(--main);
        border-radius: 100px;
        position: fixed;
        ;
        display: block;
        bottom: 70px;
        right: 30px;
        ;
        box-shadow: -2.9px 0.9px 16px 0 rgb(0 0 0 / 15%);
        color: var(--main);
        text-align: center;
        line-height: 40px;
        z-index: 100;
        background: #fff;
    }
    ._sideQuickMenu {
        display: none;
        right: 30px;
        top: initial;
        bottom: 13%;
    }
}

._main_pop {
    position: fixed;
    top: 120px;
    z-index: 1000;
    left: 30px;
    width: 320px;
    display: none;
}

._main_pop .con {
    background-color: #fff;
    box-shadow: 0px 12px 44px 0 rgb(0 0 0 / 6%)
}

._main_pop .con .imgWrap {
    width: 100%;
}

._main_pop .con .imgWrap img {
    width: 100%;
}

._main_pop .con .bottom {
    height: 50px;
    padding: 0 20px;
}

._main_pop .con .bottom .check {
    float: left;
}

._main_pop .con .bottom .btnWrap {
    float: right;
}

._main_pop .con .bottom .btnWrap button {
    background-color: var(--main);
    color: #fff;
    width: 50px;
    height: 34px;
    margin-top: 8px
}

._main_pop .con .bottom .check label span {
    line-height: 50px;
    font-size: 14px;
}

._main_pop .con .bottom .check label {
    height: 50px;
}

@media screen and (max-width: 720px) {
    ._main_pop {
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }
    ._main_pop .con {
        box-shadow: 0px 5vw 6vw 0 rgb(0 0 0 / 6%)
    }
    ._main_pop .con .bottom {
        height: 13vw;
        padding: 0 3.33vw;
    }
    ._main_pop .con .bottom .btnWrap button {
        width: 12vw;
        height: 9vw;
        margin-top: 2vw
    }
    ._main_pop .con .bottom .check label span {
        line-height: 13vw;
        font-size: 3.33vw;
    }
    ._main_pop .con .bottom .check label {
        height: 13vw;
    }
    header {
        width: 100%
    }
    ._quick {
        display: none;
        ;
    }
    ._con {
        min-height: initial;
        width: 100%;
    }
    .moHeader {
        display: block;
    }
    ._sideMyprice {
        display: none;
    }
    ._sideQuickMenu {
        display: none;
    }
    .customerBtn {
        display: none;
    }
    header h1 {
        display: none;
    }
    header .mainmenu {
        display: none;
    }
    header .loginWrap {
        display: none;
    }
    header {
        border-bottom: 1px solid #f0f0f0;
        height: 13.88vw;
        padding-left: 5vw;
    }
		header::before {display:none;}
    .moHeader {
        width: 100%;
    }
    .moHeader:after {
        content: "";
        display: block;
        clear: both;
    }
    .moHeader .pageName {
        float: left;
        font-size: 4.44vw;
        line-height: 4.44vw;
        margin-top: 3.8vw;
    }
    .moHeader .pageName {
        float: left;
    }
    .moHeader .pageName img {
        width: 22vw;
    }
    .moHeader .right {
        float: right;
        margin-top: 2vw;
        margin-right: 3vw
    }
    .moHeader .right:after {
        content: "";
        display: block;
        clear: both;
    }
    .moHeader .right div {
        float: left;
        background-position: center;
        background-size: 5vw;
        font-size: 0;
        width: 10.5vw;
        height: 10.5vw;
    }
    .moHeader .right div.home {
        background-image: url(../img/common/mo_header_home.png);
    }
    .moHeader .right div.menu {
        background-image: url(../img/common/mo_header_menu.png);
    }
    footer {
        display: none;
    }
    .sitemapPop {
        display: none;
    }
    .sidemenu::-webkit-scrollbar {
        display: none;
    }
    .sidemenu {
        display: block;
        z-index: 100;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background: #fff;
        overflow-y: auto;
    }
    .sidemenu .closeBtn {
        position: absolute;
        right: 5vw;
        top: 5vw;
        width: 10vw;
        height: 10vw;
        background-image: url(../img/common/mo_sild_close_icon.png);
        font-size: 0;
        background-size: 4.166vw;
    }
    .sidemenu .login {
        padding-left: 11.11vw;
        margin-top: 15vw;
    }
    .sidemenu .login button {
        font-size: 5vw;
        background-image: url(../img/_arrow/g_right.png);
        background-position: right;
        padding-right: 4vw;
        background-size: 1.944vw;
    }
    .sidemenu .login .btnWrap {
        margin-top: 10vw;
    }
    .sidemenu .login .btnWrap div {
        color: #797979;
        margin-right: 3vw;
        position: relative;
        float: left;
        font-size: 3.611vw;
        padding-right: 3vw;
    }
    .sidemenu .login .btnWrap div:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 3.6vw;
        background: #f0f0f0;
        position: absolute;
        right: 0;
        top: 1vw
    }
    .sidemenu .login .btnWrap div:last-child:after {
        display: none;
    }
    .sidemenu .login .btnWrap div.joinBtn {
        color: var(--main);
    }
    .sidemenu .account {
        padding-left: 11.11vw;
        margin-top: 18.05vw;
        position: relative;
    }
    .sidemenu .account .logoutBtn {
        position: absolute;
        left: 22vw;
        top: -10vw;
    }
    .sidemenu .account .logoutBtn button {
        font-size: 3.33vw;
        color: #797979;
        padding: 2vw;
    }
    .sidemenu .account .name {
        font-size: 5.555vw;
        font-weight: 600;
        line-height: 7vw;
        position: relative;
    }
    .sidemenu .account .company span {
        font-size: 4.72vw;
        font-weight: 300;
    }
    .sidemenu .account .name:after {
        display: inline-block;
        color: #fff;
        font-size: 3.05vw;
        padding: 0 2vw;
        line-height: 5.5vw;
        position: absolute;
        top: -8vw;
        left: 0;
    }
    .sidemenu .account.individual .name:after {
        content: '媛쒖씤';
        background: var(--main);
    }
    .sidemenu .account.individual .company {
        display: none;
    }
    .sidemenu .account.enterprise .name:after {
        content: '湲곗뾽';
        background: #282c47;
    }
    .sidemenu .account .cash {
        margin-top: 8.888vw;
    }
    .sidemenu .account .cash:after {
        content: "";
        display: block;
        clear: both;
    }
    .sidemenu .account .cash>div {
        float: left;
        width: 44%;
        font-size: 3.33vw;
        color: #797979;
        position: relative;
    }
    .sidemenu .account .cash>div span {
        display: block;
        color: var(--main);
        font-size: 6.111vw;
    }
    .sidemenu .iconbtnWrap {
        margin-left: 11.11vw;
        padding-right: 5vw;
        border-top: 1px solid #f0f0f0;
        margin-top: 5vw;
        padding-top: 5.55vw;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        height: 32vw;
    }
    .sidemenu .iconbtnWrap div {
        position: absolute;
        padding-top: 15vw;
        width: 17vw;
        text-align: center;
        background-position: center 0vw;
        background-size: 11.94vw;
        letter-spacing: -0.1vw;
        font-size: 4.305vw;
    }
    .sidemenu .iconbtnWrap div:after {
        content: "";
        display: block;
        width: 11.94vw;
        height: 11.94vw;
        border-radius: 100vw;
        border: 1px solid #000;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .sidemenu .iconbtnWrap .msg {
        left: 0;
        background-image: url(../img/common/mo_sild_close_msg.png);
    }
    .sidemenu .iconbtnWrap .pay {
        left: 50%;
        transform: translateX(-70%);
        background-image: url(../img/common/mo_sild_close_pay.png);
    }
    .sidemenu .iconbtnWrap .event {
        right: 6vw;
        background-image: url(../img/common/mo_sild_close_event.png);
    }
    .sidemenu .menu {
        padding-left: 11.11vw
    }
    .sidemenu .menu div {
        border-bottom: 1px solid #f0f0f0;
        line-height: 17.222vw;
        font-size: 4.16vw;
    }
    .sidemenu .menu div:last-child {
        border: 0;
    }
    .sidemenu .bottom {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        padding: 5.555vw 2vw;
    }
    .sidemenu .bottom div {
        float: left;
        width: 33.33%;
        text-align: center;
        font-size: 3.611vw;
        color: #797979;
        border-right: 1px solid #f0f0f0;
        line-height: 3.61vw;
    }
    .sidemenu .bottom div:last-child {
        border: 0;
    }
    .sidemenu .sideInfor {
        background: #2c3139;
        padding-left: 11.11vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .sidemenu .sideInfor .logo {
        margin-bottom: 2vw;
        font-size: 0;
        /* background-image: url(../img/common/batu_logo_g.png); */
        background-position: left;
        width: 18vw;
        background-size: 18vw;
        height: 14vw;
    }
    .sidemenu .sideInfor .infor span {
        font-size: 3.05vw;
        display: block;
        line-height: 5vw;
        color: #797979;
    }
    .sidemenu .termsWrap {
        background: #2c3139;
        padding-left: 11.11vw;
        padding-right: 5vw;
        padding-bottom: 5vw;
    }
    .sidemenu .termsWrap button {
        font-size: 3vw;
        width: 32%;
        float: left;
        position: relative;
        border: 1px solid rgba(255,255,255,0.2);
        color: rgba(255,255,255,0.4);
        line-height: 5vw;
        height: 7vw;
        margin-right: 2%;
        margin-bottom: 2vw;
    }
    .sidemenu .termsWrap button:nth-child(3n) {
        margin-right: 0;
    }
    .sidemenu .copy {
        background: #23272e;
        font-size: 2.77vw;
        color: #fff;
        padding: 3vw 0 3vw 11.11vw;
    }
}


/*720*/
