@charset "utf-8";

input[type="text"],
input[type="password"],
input[type="file"],
select{
    min-width: 60px!important;
    height: 40px!important;
    line-height: 40px!important;
    padding-left: 6px;
    font-size: 14px!important;
    vertical-align: top;
    color: #1d1d1d;
    font-weight: 400!important;
    box-shadow: none!important;
    border: 1px solid #e7e7e7;
}

/* .checkbox-inline{
    padding-left: 23px;
    position: relative;
    line-height: 40px;
    height: 40px;
    padding-top: 0!important;
}

.checkbox-inline input{
    opacity: 0;
}
.checkbox-inline:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #bbb;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
} */
.write-wrap label, .control-label{
    padding-top: 0!important;
}
.checkbox-inline{
    position: relative;
    line-height: 40px;
    cursor: pointer;
    padding-top: 0!important;
    height: 40px;
    font-size: 14px;
    padding-left: 25px;
}
.checkbox-inline+.checkbox-inline{
    margin-left: 10px!important;
}
.checkbox-inline input{
    position: absolute;
    margin-left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    left: 14px;
}


.checkbox-inline input:after{
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.checkbox-inline input:checked:after{
    content: "\2713";
    color: #fff;
}

.checkbox-inline input:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    z-index: 2;
    position: absolute;
    border: 1px solid #bbb;
    transition: all .2s;
}
.checkbox-inline input:checked:before{
    background: #6664e3;
    border: none;
}


.checkbox-inline.radio input:after{
    width: 10px;
    height: 10px;
    border-radius: 50%;

}

.checkbox-inline.radio input:checked:after{
    content: "";
    background: #6664e3;
}
.checkbox-inline.radio input:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.checkbox-inline.radio input:checked:before{
    background: #fff;
    border: 1px solid #bbb;
}
textarea{
    resize: none!important;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
    outline: none!important;
    border: 1px solid #6664e3;
    box-shadow: none!important;
}

input[type="file"]{
    line-height: 28px!important;
    background: #fafafa;
}


.lh40 .cursor{
    line-height: 40px;
    color: #666;
    font-size: 13px!important;
    font-weight: 700!important;
}


.well{
    background: #6664e3;
    color: #fff;

}

/* 주문상품 합계 시작 디자인 변경 201211 hanna */
.well-order{
    background:#f5f5f5;
    color: #333;
}

.write-wrap{

    background: #fafafa;
    border: 1px solid #e7e7e7;
}
.write-wrap.page{
    padding: 15px;
}
.write-wrap h2{
    font-size: 18px!important;
    font-weight: 400!important;
}
.write-wrap label,
.control-label{
    height: 40px;
    line-height: 40px;
    margin: 0!important;
    /* padding: 0!important; */
    color: #666;
    font-size: 13px!important;
    font-weight: 700!important;
}

.control-label.picture{
    padding-top: 0!important;
    margin-top: -6px!important;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{
    margin-left: -13px;
}

/* index inner html to visionmeet.css */
.at-container {
    max-width: 1200px;
}
.modal-padding{
    padding: 20px;
}
.modal-padding .form-group{
    *zoom: 1;
    display: block;
}
.modal-padding .form-group:after{
    content:'';
    display: block;
    clear: both;
}
.at-container.window-pop{
    padding: 0;
}
.at-container.window-pop .at-content{
    padding: 0;
}
.at-container.window-pop .write-wrap{
    overflow: auto;
}

.at-container.window-pop .at-content form{
    padding: 15px;
}

.no-responsive .wrapper, .no-responsive .at-container-wide {
    min-width: 1200px;
}

.no-responsive .boxed.wrapper, .no-responsive .at-container {
    width: 1200px;
}



.at-menu .nav-height {
    /* moeemoee_code 삭제 */
}

.pc-menu, .pc-menu .nav-full-back, .pc-menu .nav-full-height {
    height: 44px;
}

.pc-menu .nav-top.nav-float .menu-a {
    font-size: 16px;
    padding: 0px 25px;
}

.pc-menu .nav-top.nav-float .sub-1div::before {
    left: 25px;
}

.pc-menu .subm-w {
    width: 170px;
}

@media all and (min-width:1200px) {
    .responsive .boxed.wrapper {
        max-width: 1200px;
    }
}

#mng-menu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

#mng-menu li {
    margin: 0 0 0 0;
    padding: 0px 0px 0px 15px;
    border: 1;
    line-height: 34px;
    float: left;
}

#mng-menu li a {
    color: #fff;
}

#mysearch input[type=text] {
    background-image: url('../../../../img/search-btn.gif');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;
}

.btn {
    grid-area: btn;
    justify-self: center;
    align-self: start;
}

.search-btn {
    border: none;
    color: #5F6368;
    padding: 0px 0px;
    border-radius: 0px;
    margin: 0px;
}

.search-btn:hover {
    border: 1px solid rgb(172, 175, 179);
    box-shadow: 0px 1px 2px gray;
}

#mysearch input::placeholder {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}

.control {
    position: inherit;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
}

.mng-menu-style {
    padding-right: 40px !important;
}

/*jwshin 201028*/
.widget-index .div-title-underbar {
    margin-bottom: 15px;
}

.widget-index .div-title-underbar span {
    padding-bottom: 4px;
}

.widget-index .div-title-underbar span b {
    font-weight: 500;
}

h2.div-title-underbar {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
    padding-top: 50px;
}
.widget-box + .div-title-underbar{
    padding-top: 50px;
}

.widget-index h2 .div-title-bold {
    font-weight: bold;
}

.widget-index .widget-box {
    margin-bottom: 0px;
}

.widget-index .at-main .widget-box {
    /*margin-bottom:15px; */
    border-bottom: 1px solid #efeff0;
}

.widget-index .widget-img img {
    display: block;
    max-width: 100%;
    /* 배너 이미지 */
}

.click-more {
    color: #999;
    font-size: 11px;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    line-height: 1;
    padding: 8px !important;
}

@media all and (max-width:767px) {
    .responsive .widget-index .at-main .widget-box {
        /* margin-bottom: 30px; */
    }
}



.badge-card {
    top: 0px;
    position: relative;
    left: 0px;
    z-index: 9;
}

.badge-text-righttop {
    position: absolute;
    top: 10px;
    color: black;
    font-weight: bolder;
    font-size: 12px;
    /* transform: translate(-50%, -50%); */
    z-index: 10;
}

.badge-text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    color: black;
    font-weight: bolder;
    text-align: center;
    font-size: 25px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.imgbox {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.img-wrap{
    padding-bottom: 75%;
}

.profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-text-righttop span {
    padding: 5px 10px 5px 10px;
}

.badge-w {
    font-size: 14px;
    background-color: #f45a00;
}

.badge-r {
    font-size: 14px;
    background-color: #fafafa;
}

.badge-b {
    font-size: 14px;
    background-color: #6664e3;
}

.badge-g {
    font-size: 14px;
    background-color: #54514e;
}

.badge-d {
    font-size: 14px;
    background-color: #ff0000;
}

.badge-s {
    font-size: 14px;
    border: 1px solid #4f49d8;
    color: #4f49d8;
    background: #fff;
    vertical-align: top;
}

@media (max-width:580px) {
    .badge-text-righttop span {
        padding: 3px 8px;
        font-size: 12px !important;
    }
    .badge-text-centered {
        position: absolute;
        top: 50%;
        left: 50%;
        color: black;
        font-weight: bolder;
        text-align: center;
        font-size: 18px;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
}

.at-footer-add {
    width: 100%;
    background: #383838;
    padding: 30px 0;
}

.at-infos-add .at-container {

}
.basic-shop-item-slider.col-5{
    position: relative;
}
.basic-shop-item-slider.col-5 .item{
    float: left;
    width: 20%;
}
.basic-shop-item-slider .owl-container {
    margin-right: -15px;
}

.basic-shop-item-slider .owl-next {
    right: 15px;
}

.basic-shop-item-slider .owl-hide {
    margin-right: 60px;
}

.basic-shop-item-slider .owl-hide .item {
    width: 20%;
}

.basic-shop-item-slider .item-list {
    margin-right: 15px;
}

.basic-shop-item-slider .item-name {
    height: 40px;
}


@media (max-width:1199px) {
    .responsive .basic-shop-item-slider .owl-container {
        margin-right: -15px;
    }

    .responsive .basic-shop-item-slider .owl-next {
        right: 15px;
    }

    .responsive .basic-shop-item-slider .owl-hide {
        margin-right: 30px;
    }

    .responsive .basic-shop-item-slider .owl-hide .item {
        width: 33.33%;
    }

    .responsive .basic-shop-item-slider .item-list {
        margin-right: 15px;
    }
}

@media (max-width:991px) {
    .widget-index {
        /*margin-top: 140px; jwshin*/
         margin-top: 10px;
    }
    .control-label.picture{
        height: auto;
        padding-top: 20px!important;
    }
    .control-label{
        padding-top: 0!important;
    }
    .responsive .basic-shop-item-slider .owl-container {
        margin-right: -15px;
    }

    .responsive .basic-shop-item-slider .owl-next {
        right: 15px;
    }

    .responsive .basic-shop-item-slider .owl-hide {
        margin-right: 30px;
    }

    .responsive .basic-shop-item-slider .owl-hide .item {
        width: 33.33%;
    }

    .responsive .basic-shop-item-slider .item-list {
        margin-right: 15px;
    }
}

@media (max-width:767px) {
    .responsive .basic-shop-item-slider .owl-container {
        margin-right: -15px;
    }

    .responsive .basic-shop-item-slider .owl-next {
        right: 15px;
    }

    .responsive .basic-shop-item-slider .owl-hide {
        margin-right: 15px;
    }

    .responsive .basic-shop-item-slider .owl-hide .item {
        width: 50%;
    }

    .responsive .basic-shop-item-slider .item-list {
        margin-right: 15px;
    }
}

@media (max-width:480px) {
    .responsive .basic-shop-item-slider .owl-container {
        margin-right: -15px;
    }

    .responsive .basic-shop-item-slider .owl-next {
        right: 15px;
    }

    .responsive .basic-shop-item-slider .owl-hide {
        margin-right: 15px;
    }

    .responsive .basic-shop-item-slider .owl-hide .item {
        width: 50%;
    }

    .responsive .basic-shop-item-slider .item-list {
        margin-right: 15px;
    }
}

/* partners inner html to visionmeet.css */
.at-title {
  display: none;
}
.partner_info_all{
  height:277px;
}
.partner_list_img{
  display: inline-block;
  float: left;
}
.partner_list_wrap{
  display: inline-block;
  width: 50%;
  height: 275px;
  position: relative;
  background-image: url('img/nikom_ci.png');
  background-size: 25%;
  background-repeat: no-repeat;
  background-position:100% 97%;
}
.partner_list_icon{
  position: absolute;
  top: 40%;
  left: 8%;
}
.partner_list_txt{
  position: absolute;
  top: 33%;
  left: 8%;
}
.partner_list_name{
  position: absolute;
  top: 65%;
  left: 8%;
  font-size: 1.2em;
}
.partner_list_date{
  font-size: 1.23em;
}
.partner_list_sdate{
  font-size: 1.23em;
}
/* line-height 를 이용한 방법 */
div.box {
    width: 100%;
    line-height: 30px;
    text-align: left;
}

div.box>img {
    max-width: 100%;
    vertical-align: middle;
}



.partner-bg {
    position: relative;
    height: 76px;
    /* background: repeating-linear-gradient(90deg, #e7e7e7, #e7e7e7 1px, #f2f2f2 0, #f2f2f2 3px); */
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 2px, #f2f2f2 0, #f2f2f2 4px);
}

.partner-logo {
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}

.partner-logo img {
    width: 100%;
    /* border-radius: 50%; */
}

/* .editor-area iframe body{
    margin: 0!important;
} */
/* added */
.cke_sc_def{
    height: 40px;
    line-height: 40px;
    margin-top: -1px;
}
.is-pc .at-body{
    min-height: 100vh;
}
* {
    font-family: "Helvetica Neue","Roboto","Helvetica","Arial",sans-serif, sans-serif;
}
.btn.btn-lightgray{
    height: 40px;
    border-color: #ccc!important;
}
/* common menu */
.common-menu{
    padding-top: 50px;
}
.common-menu .form-item{
    margin-top: 10px;
}
.common-menu .profile{
    margin-bottom: 20px;
}
.common-menu .sidebar-list a{
    padding: 8px 15px!important;
    font-size: 15px!important;
    font-weight: 600;
}
.common-menu .sidebar-list a:after{
    color: #999;
}
.common-menu .sidebar-common{
    margin-bottom: 20px;
}
.common-menu .sidebar-wing{
    top: 0!important;
    margin-right: 0!important;
    border: none!important;
}
.common-menu .sidebar-wing-close{
    border: none!important;
}
.common-menu .sidebar-wing-close .fa{
    font-size: 24px;
    color: #888;
}
.moe-btn{
    display: block;
    width: 100%;
    line-height: 1;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    background: #6664e3;
    padding: 15px;
    border: none;
}
.board-btn{
    padding: 2px;
    font-weight: 600;
    color: #888;
    font-size: 13px;
}
a.moe-btn{
    color: #fff;
}
.moe-btn.crud{
    padding: 8px;
    font-size: 1.2rem;
    background: #fff!important;
    color: #6664e3!important;
}
.input-group-btn .moe-btn,
.form-group .moe-btn{
    vertical-align: top;
}
.input-group-btn .moe-btn+.moe-btn{
    border-left: 0;
}
.moe-btn.board{
    background: #f2f2f2!important;
    border-radius: 0!important;
    min-width: auto;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    color: #888!important;
}
.moe-btn.board.negative{
    border: 1px solid #f45a00;
    color: #f45a00!important;
    background: #fff!important;
}
.moe-btn.auto{
    display: inline-block!important;
    width: auto!important;
}
.moe-btn.natural{
    background: rgb(50, 60, 70);
    color: #fff;
}
.moe-btn.negative{
    background: #db4a3a;
    color: #fff;
}
.moe-btn.google{
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    height: 52px;
    line-height: 52px;
}

.side-list{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.side-list li{
    float: left;
    list-style: none;
    line-height: 26px!important;
}
.side-list li+li{
    margin-left: 10px;
}

/* board */
.view-img{
    text-align: center;
    margin: 40px 0;
    /* background: #fafafa;
    padding: 20px;
    border: 1px solid #e7e7e7; */
}
.board-view{

}
.board-view .board-view-tit{
    font-size: 30px;
    margin-bottom: 20px;
}
.board-list thead tr{
    background: none!important;
    border-top: 1px solid #ddd;
}
.board-list thead tr th,
.board-list thead tr th a{
    color: #888;
}
.board-list .cnt_cmt{
    color: #6664e3;
    font-size: 12px;
}
.board-list table td,
.board-list table th{
    padding: 14px!important;
}
.board-list table td.center,
.board-list table th.center{
    text-align: center;
}
.board-mark{
    padding: 4px 6px;
    font-size: 10px;
    border-radius: 50px;
    background: #6664e3;
    color: #fff;

}
.board-mark.partner{
    background: orangered;
}
.board-mark.free{
    background: #54514e;
}
.board-mark.donation{
    background: #0080d2;
}
.board-new{
    display: inline-block;
    background: orangered;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-left: 3px;
    font-weight: 900;
}
.comment-media{
    padding: 20px 0;
    border-top: 1px solid #aaa;
}
.view-tag a{
    font-size: 11px;
    padding: 10px 14px;
    border-radius: 50px;
    border: 1px solid #6664e3;
    color: #888;
}
.text-center .moe-btn{
    vertical-align: middle;
}
/* mypage */
.mypage{
    overflow: hidden;
}
.mypage .mypage-tbl th{
    background-color: #eff0f7!important;
    color: rgb(50, 60, 70)!important;
    font-weight: 600!important;
    border-bottom: 1px solid #e7e7e7;
}
.mypage .mypage-lnb{
    float: left;
    width: 240px;
    padding-right: 20px;
    border-right: 1px solid #e7e7e7;
}
.mypage .mypage-lnb ul{
    margin: 10px 0 60px;
    padding: 10px;
}
.mypage .mypage-lnb ul li{
    border-top: 1px solid #e7e7e7;
    padding: 12px 0;
    list-style: none;
    font-size: 15px;
    line-height: 1;


}
.mypage .mypage-lnb ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.mypage .mypage-lnb ul li a b{
    color: #6664e3!important;
}
.mypage .mypage-lnb ul li a b .fa{
    color: #6664e3!important;
}
.mypage .mypage-lnb ul li a .fa{
    position: absolute;
    font-size: 10px;
    color: #999;
    line-height: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 10px;
}
.mypage .mypage-cont{
    padding-left: 20px;
    width: calc(100% - 240px);
    float: left;
}

.mypage-main{
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 20px;
    background: #fafafa;
}
.mypage-main ul{
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.mypage-main ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    list-style: none;
}
.mypage-main ul li span{
    display: block;
    font-weight: 900;
    color: #888;
}
.mypage-main ul li img{
    margin: 4px 0 14px;
    width: 40px;
}
.mypage-main ul li+li{
    border-left: 1px solid #e7e7e7;
}
.mypage-main ul li b{
    display: block;
    font-size: 24px;
    font-weight: 400;
}
.mypage-profile{
    text-align: center;

}
.mypage-profile .btn-list{
    margin-top: 20px;
}
.mypage-profile .btn-list button+button{
    margin-top: 6px;
}
.mypage-profile .img{
    display: inline-block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e7e7e7;

}
.mypage-profile .img img{
    max-width: 100%;
    max-height: 100%;
}

.mypage-profile span b{
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;

}
.mypage-profile span a{
    display: inline-block;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    padding: 2px 8px;
}
.mypage-profile span em{
    /* display: block; */
    color: #888;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

/* login */
.login-form{
    max-width: 400px;
    margin: auto;
    text-align: center;
    box-shadow: 4px 2px 10px rgba(47,68,89,.2);
    border: none;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.login-form .form-box .form-body{
    padding: 30px 40px;
}
.login-form .form-footer a{
    color: #888;
}
.login-form .form-footer a:hover{
    color: #6664e3;
}
.login-form .form-box{
    border: none;
}
.login-form input[type="text"],
.login-form input[type="password"]{
    line-height: 44px!important;
    height: 44px!important;
    border-radius: 50px!important;
}
.login-form .input-sm+.form-control-feedback{
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 0;
    position: absolute;
    top: 0;
    margin: auto;
    color: #888;
}
.login-form .form-box .form-footer{
    background: #fafafa;
    border: none;
}
.login-form .moe-btn{
    /* display: block;
    width: 100%; */
}
.login-form .form-header{
    background: #6664e3;
    color: #fff;

}
.login-form .form-header h2{
    font-size: 24px;
}


/* resister */
.register .alert-info{
    border-radius: 100px!important;
    text-align: center;
}

.register .panel-heading{
    background: #fafafa;
    font-size: 18px;
    padding: 20px;
}
.register .page-content .article-title{
    color: #6664e3;
    font-size: 13px;
}
.register .page-content li{
    color: #888;
}

.register .table td,.register .table th{
    padding: 14px;
    font-size: 13px;
}
.register .table td{
    color: #888;
}


.form-control +.fa{
    top: auto!important;
    bottom: 4px!important;
    color: #888;
}

.input-sm{
    padding: 5px 10px!important;
}

.item.gridFour{
    overflow: hidden;
    margin-bottom: 30px;
}
.item.gridFour .item-col{
    float: left;
    width: 50%;
    margin: 4px 0;
    padding-right:15px;
}
.item.gridFour .item-col .item-list{

    overflow: hidden;
}
.item.gridFour .item-col .item-list .item-image{
    width: 40%;
    float: left;
    margin: 0;
}
.item.gridFour .item-col .item-list .item-content{
    float: left;
    width: 60%;
    margin: 0;
    padding: 0 0 0 15px;
}
.item.gridFour .item-col .item-list .item-name{
    height: auto;
    margin-bottom: 10px;
    /* overflow:hidden; */
    padding-top: 20px;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 18px;
    line-height: 1;

}
.item.gridFour .item-col .item-list .item-text{
    text-align: left;
}
.item-product{
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.item-product .item-product-img{
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}
.item-product .item-product-img img{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}
.item-product .item-product-desc{
    width: calc(100% - 60px);
    padding-left: 10px;
    float: left;
    font-style: normal;

}
.item-product .item-product-desc p{
    font-weight: 600;
    color: #888;
    line-height: 1;
    margin: 10px 0 3px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.item-product .item-product-desc span{
    line-height: 1;
    font-size: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.item-product .item-product-desc em{
    font-style: normal;
}
.basic-shop-item-slider .item-sp {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    padding: 10px;
    margin: 0 4px 20px 4px!important;
}

.pagination li.active a{
    background: #6664e3!important;
    border: 1px solid #6664e3!important;
}
.thumbnail{
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.thumbnail .caption{
    padding-top: 0!important;
}
.thumbnail .caption p{
    font-size: 12px;
    color: #888;
    line-height: 1;
}
.item-name, .item-text,.thumbnail .caption p,.thumbnail .caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge-text-righttop span {
    font-size: 11px;
    line-height: 1;
    padding: 10px !important;
    border-radius: 50px;
    box-shadow: 1px 1px 0 #fff;
}

.badge-s {
    line-height: 1;
    font-weight: 900;
}

.badge-warning {
    font-size: 11px;
    background-color: #f45a00;
    padding: 5px 7px;
    margin-left: 4px;
    position: relative;
    bottom: 1px;
}

.label-warning{
    font-size: 11px;
    background-color: #f45a00;
    padding: 5px 7px;
    margin-left: 4px;
}

.pc-header {
    background: #6664e3;
    padding: 10px 0px 0px;
}
.pc-header .at-container{
    padding: 0!important;
}

.pc-header-row {
    overflow: hidden;
}

.pc-header-left {
    float: left;
}

.pc-hedaer-right {
    float: right;
}
.m-menu{
    position: fixed;
    z-index: 9;
    top: 50px;
}
.m-header{
    background: #6664e3;
    position: fixed;
    z-index: 999;
    padding: 0 10px;
}
.m-header .logo{
    height: 24px;
    margin-top: 10px;
    display: block;
}
.m-header .logo img{
    height: 100%;
}
.m-header .header-icon{
    width: 65px; /*jwshin*/
    height: 50px;
}
.m-header .header-logo img{
    height: 23px;
}
.m-icon a i{
    color: #6664e3;
}

.at-menu {
    border-bottom: 1px solid #d0d0d0;
}

.logo-moe img {
    height: 34px;
}

.pull-right ul {
    overflow: hidden;
}

.pull-right ul li {
    float: left;
    line-height: 34px;
}

.searchbox {
    grid-area: searchbox;
    justify-self: center;
    align-self: center;
    width: 150px;
    height: auto;
    border: 1px solid #e7e7e7 !important;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 13px;
    height: 34px;
    outline: none;
}

.searchbox:hover {
    border: 1p solid #6664e3 !important;
}

.pc-menu {
    background: #fafafa;
    border-top: 1px solid #e7e7e7;
}

.pc-menu .nav-top .menu-a {
    background: none;
}

.pc-menu, .pc-menu .nav-full-back, .pc-menu .nav-full-height {
    height: 64px !important;
}

.at-menu .nav-height {
    height: 62px;
    line-height: 64px;
}




.owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #e7e7e7;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    border-radius: 50%;
}

.owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 15px !important;
}

.owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: 30px !important;
}

.owl-carousel .owl-controls .owl-buttons div .fa-chevron-right:before,
.owl-carousel .owl-controls .owl-buttons div .fa-chevron-left:before {
    line-height: 50px;
    font-size: 17px;
    color: #fff;
}

.item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.item-price{
    font-weight: 900;
    font-size: 18px;
    line-height: 1!important;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0!important;
}

.basic-shop-item-slider .item-text {
    font-size: 12px;
    color: #888;
}
.item-price em{
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
}
.basic-shop-item-slider .item-list:hover .item-content .item-name a {
    color: #6664e3!important;
    cursor: pointer;
}

.basic-shop-item-slider .item-list:hover img{
    opacity: 0.8;
}

.basic-shop-item-slider .item .item-name a {
    font-weight: 600;
}

.basic-shop-item-slider .item:hover .item-name a {

}
.basic-shop-item-slider .item-content{
    padding-top: 10px;
    margin: 0px 4px;
}

.at-about{
    overflow: hidden;
}
.at-about li font, .at-about li a {
    font-size: 13px;
    font-weight: 600;
}

.copyright strong, .copyright span {
    display: inline-block;
    font-size: 11px;
    color: rgb(136, 136, 136);
    margin-top: 10px;
}

.at-about li {
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px !important;
}

.at-about li font {
    color: #fff;
}

/* calendar */
.list-board .div-table.table > tbody > tr > td{
    padding: 14px;

}
.list-board.line{
    border: 1px solid #e7e7e7;
    border-bottom: none;
    /* box-shadow: 4px 2px 10px rgba(47,68,89,.2); */
    /* border-radius: 20px; */
    overflow: hidden;
    border-top: none;
}
.list-board.line .list-body{
    padding: 0;
}
.list-board .list-body > li ul.do-list li{
    display: inline-block;
}
.list-board.line .list-body .list-item .media span.font-14{
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    display: block;
    text-align: right;
    margin-bottom: 10px;
    color: #bbb;
}
.list-board.line .list-body .list-item .media span.font-14.red,.list-board .list-head span.red{
    color: #d9534f;
}
.list-board.line .list-body .list-item .media span.font-14.blue,.list-board .list-head span.blue{
    color: rgb(52, 152, 219);
}
.list-board.line .list-body .list-item .media + .media{
    border-left: 1px solid #e7e7e7;
}

.calendar-top{
    overflow: hidden;
    margin-bottom: 16px;
    padding: 1px;
    /* margin-top: 30px; */
}
.calendar-top a{
    font-family: "Roboto", sans-serif;
}
.list-board .label{
    border-radius: 50px!important;
    font-size: 90%;
}

.list-board .list-head {
    /* border-top-width: 0; */
    border-top-color: #6664e3;
    border-top-width: 3px;
}
.list-board .list-head span{
    color: #888;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;

}

.list-board .list-head span+span{
    border-left: 1px solid #e7e7e7;
}
.list-board .list-body > li{
    min-height: inherit!important;
}
.list-board .list-body > li > div{
    height: 70px;
}
.is-pc .list-board .list-body li ul.do-list li{
    line-height: 13px!important;
}
.select-font{
    font-size: 13px;
    color: #6664e3!important;
}
.list-board .list-body .bg-today{
    border-left: 6px solid #6664e3!important;
}
.broadcast-mark{
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.5px;
}
.broadcast-mark:before{
    content: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 4px;

}
.broadcast-mark.free{
    background: #428bca;
}
.broadcast-mark.donation{
    background: #d9534f;
}
.broadcast-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    max-height:44px;
    line-height: 22px;
    overflow:hidden;
    vertical-align:top;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color: #888;
    font-weight: 600;

}
.broadcast-text:hover{
    color: #1d1d1d;
}
.broadcast-view{
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
}
.broadcast-view .calendar-top{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;

}
.broadcast-view .calendar-top h3{
    font-weight: 900;
}

.broadcast-view img{
    max-width: 100%;
    max-height: 100%;
}
.broadcast-view p{
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0;
}
.broadcast-view .controller-btm{
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    margin-top: 10px;
    /* padding-bottom: 20px; */
    overflow: hidden;
}
.list-group-item.noline{
    border: none;
}
.list-group-item.topline{
    border: none;
    border-top: 1px solid #ddd; /*jwshin 201215*/
}
.list-group-item.noline+.list-group-item{
    padding: 0;
}
.client-view{
    padding: 30px;
}
.list-group-item .list-board{
    border: none;
}
.list-group-item .calendar-top{
    /* padding-top: 20px; */
}
.list-group-item .list-board .list-head{
    border-top:1px solid #c3c3c3;;
}
/* client header */
.client-top{
    background: #5d5be1;
    border-top: 1px solid #5351d7;
}
.clientPage .top-title{
    overflow: hidden;
}
.clientPage .top-right{
    float: right;
}
.clientPage .top-left{
    float: left;
}
.clientPage .list-group-item{
    overflow: hidden;
}
.clientPage .list-group-item.type-list{
    border: none;
    border-top: 1px solid #e7e7e7;
    padding: 0;
    padding-top: 30px;
}
.clientPage .list-group-item.type-list h2.div-title-underbar{
    padding-top: 10px;
}
.clientPage .list-group-item.type-list .div-title-bold{
    font-size: 20px;
    font-weight: 900;
    /* margin-bottom: 10px; */

}
.product-list-group{
    display: block;
    overflow: hidden;
}
.product-list-group + .product-list-group{
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}

/* 제품상세 */
.product-view .item-head .item-image{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.product-view .item-head .item-image img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;

}
.item-image .thumb_item_image{
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.grid-center{
    padding: 10px;
    text-align: center;
}
.grid-right{
    text-align: right;
}
.product-view #it_v_sns{
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.product-view #it_v_sns li{
    width: 22px;
    float: left;
    list-style: none;
}
.product-view #it_v_sns li img{
    width: 100%;
}
.product-view .div-table{
    margin-top: 20px;
    background: #fafafa;
}
.product-view .div-table th,
.product-view .div-table td{
    padding: 15px;
}

.product-view .div-table td .fa{
    color: #6664e3;
    font-size: 24px;
}
.product-view .div-table td .fa+.fa{
    margin-left: 4px;

}
.product-view h1{
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}
.product-view .help-block{
    color: #888;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}
.product-view .it_opt_subj{
    line-height: 40px;
    margin: 0!important;
    font-weight: 900;
    color: #888;
}
.product-view .list-group li{
    border: none;
    border-bottom:1px solid #e7e7e7;
    background: #fafafa;
}
.product-view .price{
    text-align: center;
    color: #888;
    margin-bottom: 20px;
}
.product-view .price span{
    color: #db4a3a;
    font-size: 30px;
    font-weight: 900;
}
.product-view .div-title-underbar{
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;

}

.product-view .div-tab .nav-tabs li a{
    padding: 20px;
    font-size: 16px;
}
.product-view .div-tab .well{
    background: #fafafa;
    color: #1d1d1d;
}
.product-view .div-tab .nav-tabs li.active a b{
    color: #6664e3!important;
}
.product-view .tbox-head{
    padding: 10px;
    font-size: 18px;
    font-weight: 900;
    border-bottom: 1px solid #bbb;
}
.product-view .tbox-body{
    margin-bottom: 40px;
    /* border: 1px solid #e7e7e7; */
    /* padding: 40px; */
}

.product-view .tbox-body caption{
    display: none;
    background: #fafafa;
    padding: 5px;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    font-weight: 900;
}
.product-view .tbox-body table{
    /* border: 1px solid #e7e7e7; */
    margin: 0;
    background: none;
}
.product-view .tbox-body ul{
    margin-top: 10px;
}
.product-view .tbox-body table th{
    background: #fafafa;
}
.product-view .tbox-body table th,
.product-view .tbox-body table td{
    padding: 14px;
}
.item-explan img{
    width: 100%;
}
.clientPage .pc-header #mysearch{
    display: none;
}
.clientPage .pc-header .logo-moe img{
    height: 18px;
}
.clientPage .pc-header #mng-menu li{
    line-height: 20px;
}
.clientPage .pc-header #mng-menu li a{
    font-size: 12px;
}
.clientPage .at-menu{
    display: none;
}
.clientPage .p_submenu{
    width: 25%;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}
.clientPage .p_submenu a{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: #888;
}
.clientPage .p_submenu a:hover{
    color: rgb(50, 60, 70);
}
.clientPage .txt_underline2:after{
    bottom: -10px;
}
.clientPage .p_submenu a span{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 900;
    color: #534de3;
    padding: 15px;
}
.clientPage .broadcast-status span{
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}
.clientPage .div-title-bold{
    font-size: 26px;
    line-height: 1.4;
}
.clientPage .broadcast-info{
    color: #888;
    font-size: 15px;
}
.clientPage .head-all.grid-line{
    border-bottom: 1px solid #e7e7e7;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;

}
.clientPage .enter-btn{
    display: inline-block;
    margin-top: 20px;
}
.clientPage .enter-btn a{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #534de3;
    color: #fff;
    padding: 24px 44px;
    text-align: center;
    border-radius: 100px;
}
.clientPage .enter-btn a+a{
    margin-left: 6px;
}
.shop-product-preview .item{
   /* width: 100%;
    height: 104px;*/
    padding: 0 20px;
}
.shop-product-preview{
    padding: 0px 0 20px;
   /* background: #fafafa;*/
}
.shop-product-preview .item .item-image{
    width: 100%;
    height: 100%;
    position: relative;
    /* border: 2px solid #bbcbdb; */
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.shop-product-preview .item .item-image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;

}
.shop-product-preview .item .badge-text-righttop{
    left: 10px;
}
.head-all {
    padding-top: 10px;
}

.head-left img {
    /* width: 100%; */
}

.head-right {
    /* padding: 0px 30px 30px 40px; */
}

.broadcast-status {
    padding-bottom: 20px;
}

.broadcast-status span {
    padding: 10px 15px;
}

.broadcast-info {
    line-height: 30px;
}


.top-right-all {
    float: right;
    margin: 10px 0;
    /* margin-top: 10px; */
}

.top-left>.list-nav {
    /* padding-top: 10px; */
    margin: 10px 0;
}
.div-title-underbar span{
    padding-bottom: 0;
}
#notice_status{
    display: block;
    padding: 0 12px;
    border: 1px solid yellow;
    /* border: 1px solid #fff; */
    border-radius: 50px;
    line-height: 42px;
    /* color: #e79200; */
    color: yellow;
    font-size: 12px;

}
#notice_status:hover{
    background: yellow;
    color: #5d5be1;
}


.top-left>.list-nav .box{
    float: left;
    width: 60px;
    height: 60px;
}
.div-title-underbar span{
    overflow: hidden;
}

.channel-title {
    float: left;
    display: inline-block;
    line-height: 60px;
    padding-left: 14px;
    font-size: 30px;
    color: #fff;
    /* height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 14px;
    margin-left: 5px; */
}
.top-right-all{
    line-height: 60px;
}
.top-right-all a{
    width: 44px;
    height: 44px;
    display: inline-block;
    opacity: 0.7;
}
.top-right-all a:hover{
    opacity: 1;
}
.top-right-all a+a{
    margin-left: 4px;
}
.top-right-all a img{
    width: 100%;
}

.embed-wrap{
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    position: relative;
}
.embed-img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    right: 0;
    bottom: 0;
    margin: auto;
}
.embed-wrap .embed-responsive.embed-responsive-16by9{
    /* padding-bottom: 75%!important; */
}
.btn-group-live{
    top: 6px!important;
}
.btn-group-live .btn-default{
    border-radius: 50%!important;
    overflow: hidden;
    width: auto;
    height: auto;
    background: rgba(0,0,0,0.8);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0;
    box-shadow: 4px 2px 10px rgba(47,68,89,.2);
}
.btn-group-live .btn-default i{
    line-height: 1;
}

@media (max-width:767px) {
    .top-right img {
        width: 30px;
        height: 30px;
    }

    .mo-res-slt{
        width: 100%!important;
    }
    .mo-res-slt+.mo-res-slt{
        margin-top: 10px;
    }
    .mo-col-top{
        margin-top: 10px;
    }
}

@media (max-width:580px) {
    .box {
        width: 40px;
        height: 40px;
        vertical-align: top;
    }

    .top-left>.list-nav>h3>span.font-22 {
        font-size: 17px;
    }

}

@media (max-width:480px) {
    .p_submenu{
        width: 25%!important;
    }
    .p_submenu a{
        font-size: 16px!important;
        word-break: keep-all;
    }
    .box {
        width: 30px;
        height: 30px;
        vertical-align: top;
    }

    .top-left>.list-nav>h3>span.font-22 {
        font-size: 15px;
    }

    .top-left {
        padding: 0px;
    }

    .channel-title {
        /* height: 20px; */
    }

    .list-group-item {
        padding: 10px 0 !important;
    }
}

@media (max-width:991px) {
    .board-view .list-group,
    .board-view .panel{
        border: none!important;
        padding: 0!important;
    }
    .tbl-pc{
        display: none;
    }
    .product-view .tbox-head{
        border-bottom: 1px solid #e7e7e7;
    }
    .product-view .div-tab .nav-tabs li.active{
        border: none!important;
        background: #6664e3!important;

    }
    .product-view .div-tab .nav-tabs li.active a b{
        color: #fff!important;
    }
    .product-view .tbox-body{
        padding: 5px;
        border: none;
        margin-bottom: 45px;
        background: #fafafa;
    }
    .product-view .tbox-body table{
        margin: 0;
    }
    .buy-btn-set{
        width: 100%;
        overflow: hidden;
        position: fixed;
        padding: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        background: #fff;
        box-shadow: 2px 2px 10px rgba(25, 25, 25, 0.15);
    }
    .buy-btn-set .moe-btn{
        float: left;
        border-radius: 0;
        min-width: 50%;
    }
    .item-details{
        display: none;
    }
    .widget-index h2.div-title-underbar{
        padding-top: 0;
    }
    .widget-box + h2.div-title-underbar{
        padding-top: 20px;
    }
    .widget-index .widget-box{
        padding-bottom: 20px;
    }
    .at-container {
        max-width: 100%;
        /* padding-top: 90px; */
    }
    .at-container .at-content,.row.at-row{
        padding-top: 120px;
    }
    .at-content2{
        padding: 10px!important;
    }
    .client-top{
        padding-top: 50px;
    }
    .client-top+.at-container .at-content,.client-top+.row.at-row{
        padding-top: 5px!important;
    }



    .at-footer .at-about li{
        float: none;
        line-height: 30px;
    }
    .calendar-top{
        /* margin-top: 50px; */
    }
    .list-board .list-body > li > div{
        display: none!important;
    }
    .list-board .list-body > li > div.event{
        display: block!important;
    }
    .responsive .list-board .list-body > li{
        min-height: inherit!important;
    }
    .responsive .list-board .list-body > li > div{
        min-height: inherit!important;
        height: auto;
    }
    .list-board.line{
        box-shadow: none;
        border: none;
    }
    .list-board.list table{

    }
    .list-board.line .list-body .list-item .media{
        margin: 10px 0!important;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        box-shadow: 4px 2px 10px rgba(47,68,89,.2);
        border-right: 1px solid #e7e7e7;
    }
    .list-board.line .list-head{
        display: none;
    }
    .list-board.line .list-body .list-item .media + .media{
        width: 100%;
        float: left;
    }
    .list-board.line .list-body .list-item .media span.font-14{
        text-align: left;
        color: #888;
    }
    .clientPage .at-content{
        padding-top: 60px;
    }
    .clientPage .col-md-12{
        padding: 0;
    }
    .clientPage .col-md-12 .list-group-item{
        border: none;
        padding: 0;
    }
    .clientPage .head-right{
        padding-top: 20px;
    }
    .clientPage .enter-btn{
        display: block;
    }
    .clientPage .enter-btn a{
        display: block;
    }
    .clientPage .enter-btn a+a{
        margin-left: 0;
        margin-top: 10px;
    }
    .basic-shop-item-slider.col-5 .item{
        float: left;
        width: 50%;
    }
    .clientPage .list-group-item.type-list{
         border-top: 1px solid #e7e7e7;
    }

    /* mypage */
    .mypage .mypage-lnb{
        display: none;
    }
    .mypage .mypage-cont{
        padding-left: 0;
        width: calc(100%);
        float: none;
    }
    .mypage-main{

        padding:30px 0;

    }
    .mypage-main ul li img{
        width: 30px;
    }
    .mypage-main ul li b{
        font-size: 20px;
    }


    /* 파트너 메인페이지 */
    .clientPage .p_submenu{
    width: 25%;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
}

}

@media (max-width:767px) {
    .login-form{
        max-width: inherit;
        box-shadow: none;
        border-radius: 0;
    }

    .register .panel-default{
        border: none;
    }
    .register .panel-default .panel-body{
        padding: 0;
    }
    .register .panel-default .panel-heading{
        /* padding-left: 0; */
        /* background: none; */
        text-align: center;
        font-size: 20px;
        border: 1px solid #e7e7e7;
        /* margin-top: 40px; */
    }
    .register .panel-default+.panel-default{
        margin-top: 40px;
    }

    .login-form .form-header{
        background: none;
        color: rgb(50, 60, 70);
    }
    .basic-shop-item-slider.col-5 .item{
        float: left;
        width: 100%;
    }

    .calendar-top .pull-left{
        display: block!important;
    }
    .calendar-top .input-group-addon, .input-group-btn{
        width: auto;
    }
    .clientPage .top-left>.list-nav{
        /* border-bottom: 6px solid rgb(50, 60, 70); */
    }
    .clientPage .channel-title{
        font-size: 24px;
    }
    .clientPage .txt_underline2:after{
        bottom: 0;
    }
    .client-view{
        padding: 0;
    }
}


/* mypage 관련 추가 jwshin 201216 */
.mypage-profile .img i {
    background: rgb(245, 245, 245);
    padding: 16px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 40px;
    display: inline-block;
}
.mypage .mypage-lnb ul li a.selected {
    color: #6664e3!important;
    font-weight: bold;
}

h2.mypage-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
    padding-top: 20px;
}

/* 사이트 모든 영역 메뉴 안보이게 jwshin 210204 */
/*.at-menu {
    display: none;
}*/