@charset "UTF-8";

/* 상단 헤더 - SHOP */
#gnb {
    padding: 0 20px;
}

#gnb ul li {
    position: relative;
    width: auto;
}

#gnb ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

#gnb ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: rgba(20,51,131,0);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: '';
}

#gnb ul li.active a,
#gnb ul li a:hover {
    color: #143383;
}

#gnb ul li.active a {
    font-family: 'IBMPlexSansKR-Bold';
}

#gnb ul li.active a:after,
#gnb ul li a:hover::after {
    left: 0;
    width: 100%;
    background-color: rgba(20,51,131,1);
}

@media screen and (min-width:639px) {
}

@media screen and (min-width:767px) {
}

@media screen and (min-width:1139px) {
    #gnb {
        padding: 0;
    }

    #gnb ul li a {
        height: 60px;
        line-height: 60px;
    }
}

@media screen and (min-width:1239px) {
}

@media screen and (min-width:1439px) {
    #gnb ul li a {
        font-size: 15px;
    }
}

@media screen and (min-width:1639px) {
}


/* My Office 공통 */
#container {
    position: relative;
    padding: 40px 20px;
}

#container h1.h1-tit {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
}

#container h1.h1-tit em,
#container h1.h1-tit em small,
#container h1.h1-tit span {
    display: block;
}

#container h1.h1-tit em {
    line-height: 1.4;
    letter-spacing: -.5pt;
    font-family: 'IBMPlexSansKR-Bold';
}

#container h1.h1-tit em small {
    font-size: 18px;
}

#container h1.h1-tit span {
    line-height: 1.6;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

#container .basic-guide-box {
    position: relative;
    line-height: 1.6;
    padding: 20px;
    margin: 0 -20px 30px;
    background-color: #f5f3ef;
    color: #958E81;
}

#container .basic-guide-box ul {
    padding-left: 20px;
}

#container .basic-guide-box ul li {
    list-style-type :disc;
}

#container .search-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

#container .search-area dl {
    padding: 10px;
    border-bottom: 1px dotted #dcdcdc;
}

#container .search-area.list3 dl:nth-child(3) {
    border-bottom: none !important;
}

#container .search-area.list2 dl:nth-child(2) {
    border-bottom: none;
}

#container .search-area.list5 dl:nth-child(5) {
    border-bottom: none !important;
}

#container .search-area dl dt {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'IBMPlexSansKR-Medium';
}

#container .search-area dl.select-period .basic-input {
    width: 45%;
    font-size: 12px;
}

#container .search-area dl.search-option .basic-select,
#container .search-area dl.search-option .basic-input {
    font-size: 12px;
}

#container .search-area dl.search-option .basic-select {
    width: 30%;
}

#container .search-area dl.search-option .basic-input {
    width: 65%;
}

#container .search-area dl.search-type dd ul li {
    width: 50%;
    margin: 2px 0;
}

#container .search-area .search-btn-area {
    margin-top: 10px;
}

#container .search-area .search-btn-area a {
    width: 100%;
}

#container .btn-area {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: center;
}

#container .btn-area .btns {
    width: 45%;
}

#container .btn-area.btn-three .btns {
    width: 100%;
    margin: 3px 0;
}

#container .btn-area .btns.whiteBtn {
    color: #999;
}

@media screen and (min-width:639px) {
    #container .search-area dl {
        display: table;
        width: 100%;
        padding: 0;
    }

    #container .search-area dl dt,
    #container .search-area dl dd {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }

    #container .search-area dl dt {
        width: 100px;
        text-align: center;
        font-size: 14px;
    }

    #container .search-area dl.select-period .basic-input {
        width: 150px;
        font-size: 14px;
    }
    
    #container .search-area dl.search-option .basic-select,
    #container .search-area dl.search-option .basic-input {
        font-size: 14px;
    }
    
    #container .search-area dl.search-option .basic-select {
        width: 130px;
    }
    
    #container .search-area dl.search-option .basic-input {
        width: 200px;
    }

    #container .search-area dl.search-type dd ul li {
        width: 33.3333%;
    }

    #container .btn-area.btn-three .btns {
        width: 32%;
    }
}

@media screen and (min-width:767px) {
    #container {
        padding: 60px 40px;
    }

    #container h1.h1-tit {
        margin-bottom: 50px;
        font-size: 34px;
    }

    #container h1.h1-tit em small {
        display: inline-block;
        font-size: 28px;
    }

    #container h1.h1-tit span {
        font-size: 16px;
    }

    #container .basic-guide-box {
        padding: 30px;
        margin: 0 0 20px;
        border-radius: 5px;
    }

    #container .search-area dl dt {
        width: 150px;
    }

    #container .btn-area .btns {
        height: 60px;
        line-height: 58px;
    }
}

@media screen and (min-width:1139px) {
    #container {
        padding: 80px 40px;
    }

    #container .basic-guide-box ul li {
        margin-top: 10px;
    }

    #container .basic-guide-box ul li:first-child {
        margin-top: 0px;
    }

    #container .search-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    #container .search-area dl {
        width: 50%;
    }

    #container .search-area.list2 dl:nth-child(1) {
        width: 40%;
        border-bottom: none;
    }

    #container .search-area dl.line-choice dt,
    #container .search-area dl.line-choice dd {
        padding: 20px 10px;
    }

    #container .search-area .search-btn-area {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #container .search-area .search-btn-area a {
        padding: 0 30px;
        border-radius: 5px 0 0 0;
    }

    #container .search-area .search-btn-area.oneline-btn {
        bottom: auto;
        top: 50%;
        right: 10px;
        margin-top: -25px;
    }

    #container .search-area .search-btn-area.oneline-btn a {
        border-radius: 5px;
    }

    #container .search-area.genealogy .search-type,
    #container .search-area.genealogy .select-period,
    #container .search-area.genealogy .select-period {
        display: none !important;
    }

    #container .btn-area {
        margin-top: 50px;
    }

    #container .btn-area .btns {
        height: 70px;
        line-height: 68px;
        font-size: 18px;
        font-family: 'IBMPlexSansKR-Medium';
    }
}

@media screen and (min-width:1439px) {
    #container {
        padding: 80px 0;
    }
}


/* 기본 테이블 */
.basic-table {
    border-top: 2px solid #212121;
}

.basic-table th,
.basic-table td {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.basic-table th:first-child,
.basic-table td:first-child {
    border-left: none;
}

.basic-table th:last-child,
.basic-table td:last-child {
    border-right: none;
}

.basic-table thead th {
    background-color: #f4f4f4;
    font-family: 'IBMPlexSansKR-Bold';
}

.basic-table tfoot th,
.basic-table tfoot td {
    background-color: #f8f8f8;
    font-family: 'IBMPlexSansKR-Medium';
}

@media screen and (min-width:767px) {
    .basic-table th,
    .basic-table td {
        font-size: 14px;
    }
}


/* My Office // 리스트 */
.list-dl-box {
    position: relative;
}

.list-dl-box .list-ul {
    border-top: 2px solid #212121;
}

.list-dl-box .list-ul li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.list-dl-box .list-ul li.list-header {
    display: none;
}

.list-dl-box .list-ul li .no {
    display: none;
}

.list-dl-box .list-ul li .emspan {
    display: table;
    width: 100%;
    margin-top: 5px;
}

.list-dl-box .list-ul li .emspan em.tit {
    display: table-cell;
    width: 120px;
    vertical-align: top;
    font-family: 'IBMPlexSansKR-Medium';
}

.list-dl-box .list-ul li .emspan span.txt {
    display: table-cell;
    vertical-align: top;
}

.list-dl-box .list-ul li.list-footer {
    background-color: #f4f4f4;
}

.list-dl-box .list-ul li.list-footer .emspan span.txt {
    font-family: 'IBMPlexSansKR-Bold';
}

.list-dl-box .list-ul li a:hover {
    text-decoration: underline;
    color: #143383;
    font-family: 'IBMPlexSansKR-Bold';
}

.list-dl-box .saleslist-box .sl-con {
    margin-bottom: 20px;
}

.list-dl-box .saleslist-box .list-tbl {
    border-top: 2px solid #212121;
}

.list-dl-box .list-tbl th,
.list-dl-box .list-tbl td {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    font-size: 12px;
}

.list-dl-box .list-tbl thead th {
    background-color: #f4f4f4;
    font-family: 'IBMPlexSansKR-Bold';
    color: rgba(0,0,0,0.7);
}

.list-dl-box .list-tbl tbody th,
.list-dl-box .list-tbl tfoot th {
    background-color: #f4f4f4;
    font-family: 'IBMPlexSansKR-Medium';
}

.list-dl-box .list-tbl tfoot th,
.list-dl-box .list-tbl tfoot td {
    font-family: 'IBMPlexSansKR-Bold';
}

.list-dl-box .saleslist-box .list-tbl {
    border-color: #6ab743;
}

.list-dl-box .saleslist-box .list-tbl thead th {
    background-color: #d9edce;
}

@media screen and (min-width:639px) {
    .list-dl-box .list-ul li {
        display: table;
        width: 100%;
        padding: 0;
        font-size: 12px;
    }

    .list-dl-box .list-ul li.list-header {
        display: table;
        background-color: #f4f4f4;
        font-family: 'IBMPlexSansKR-Medium';
    }

    .list-dl-box .list-ul li div {
        display: table-cell;
        padding: 10px;
        border-left: 1px solid #dcdcdc;
        text-align: center;
        vertical-align: middle;
    }

    .list-dl-box .list-ul li div:first-child {
        border-left: none;
    }

    .list-dl-box .list-ul li .emspan {
        display: table-cell;
        width: auto;
        margin-top: 0;
    }

    .list-dl-box .list-ul li .emspan em.tit {
        display: none;
    }

    .list-dl-box .list-ul li .emspan span.txt {
        display: inline;
    }

    .list-dl-box .list-ul li .no {
        display: table-cell;
        width: 60px;
    }

    .list-dl-box .saleslist-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .list-dl-box .saleslist-box .sl-con {
        width: 49.5%;
    }
}

@media screen and (min-width:767px) {
    .list-dl-box .list-ul li {
        font-size: 14px;
    }

    .list-dl-box .list-ul li .no {
        width: 80px;
    }
}

@media screen and (min-width:1139px) {
    .list-dl-box .list-ul li div {
        padding: 20px 10px;
    }

    .list-dl-box .list-ul li .no {
        width: 100px;
    }
    
    .list-dl-box .list-tbl th,
    .list-dl-box .list-tbl td {
        padding: 15px 10px;
        font-size: 14px;
    }
}


/* My Office // 글쓰기 */
.write-dl-box {
    position: relative;
    border-top: 2px solid #212121;
}

.write-dl-box dl {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.write-dl-box dl dt {
    margin-bottom: 10px;
    font-family: 'IBMPlexSansKR-Medium';
}

.write-dl-box dl dd {
    color: #666;
}

.write-dl-box p.input-guide {
    color: #666;
    margin-top: 5px;
    font-size: 12px;
}

@media screen and (min-width:639px) {
    .write-dl-box dl {
        display: table;
        width: 100%;
        padding: 0;
    }

    .write-dl-box dl dt,
    .write-dl-box dl dd {
        display: table-cell;
        padding: 10px 20px;
        vertical-align: middle;
    }

    .write-dl-box dl dt {
        width: 150px;
        background-color: #f4f4f4;
        margin-bottom: 0;
        color: #000;
        text-align: center;
    }
}

@media screen and (min-width:767px) {
    .write-dl-box dl dt,
    .write-dl-box dl dd {
        padding: 20px;
    }

    .write-dl-box dl dt {
        width: 200px;
    }
}

@media screen and (min-width:1139px) {
}


/* My Office // 클린 젬마인의 서약 */
.clean-gemma-vow {
    max-width: 1000px;
    margin: 0 auto;
}

.clean-gemma-vow .vow-con {
    max-height: 400px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 12px;
}

.clean-gemma-vow .vow-con .vc:not(:first-child) {
    margin-top: 40px;
}

.clean-gemma-vow .vow-con .vc h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'IBMPlexSansKR-Medium';
}

.clean-gemma-vow .vow-con .vc.vc-guide {
    color: #999;
}

.clean-gemma-vow .agreebox {
    margin-top: 20px;
}

@media screen and (min-width:767px) {
    .clean-gemma-vow .vow-con {
        font-size: 14px;
    }

    .clean-gemma-vow .vow-con .vc h3 {
        font-size: 18px;
    }
}


/* My Office // 주민번호 등록 */
.number-change .basic-guide-box strong {
    display: block;
    margin-bottom: 10px;
}

.number-change .write-dl-box dl.user-number .basic-input {
    width: 40%;
}

#container .number-change .btn-area .btns {
    width: auto;
}

@media screen and (min-width:767px) {
    .number-change .basic-guide-box strong {
        font-size: 18px;
    }

    .number-change .write-dl-box dl.user-number .basic-input {
        width: 200px;
    }

    #container .number-change .btn-area .btns {
        width: 50%;
    }
}


/* My Office // 판매원 구성원 */
@media screen and (min-width:639px) {
    .sales-member .list-dl-box .list-ul li .phone {
        width: 100px;
    }

    .sales-member .list-dl-box .list-ul li .state {
        width: 80px;
    }

    .sales-member .list-dl-box .list-ul li .name {
        width: 100px;
    }

    .sales-member .list-dl-box .list-ul li .date {
        width: 80px;
    }
}

@media screen and (min-width:767px) {
    .sales-member .list-dl-box .list-ul li .phone {
        width: 150px;
    }

    .sales-member .list-dl-box .list-ul li .state {
        width: 100px;
    }

    .sales-member .list-dl-box .list-ul li .name {
        width: 150px;
    }

    .sales-member .list-dl-box .list-ul li .date {
        width: 120px;
    }
}

@media screen and (min-width:1139px) {
    .sales-member .list-dl-box .list-ul li .name-id br {
        display: none;
    }

    .sales-member .list-dl-box .list-ul li .phone {
        width: 200px;
    }

    .sales-member .list-dl-box .list-ul li .state {
        width: 150px;
    }

    .sales-member .list-dl-box .list-ul li .name {
        width: 200px;
    }

    .sales-member .list-dl-box .list-ul li .date {
        width: 150px;
    }
}


/* My Office // 본인 매출내역 */
@media screen and (min-width:639px) {
    .my-saleslist .list-dl-box .list-ul li .pc-con {
        display: none;
    }

    .my-saleslist .list-dl-box .list-ul li .plan-type {
        width: 80px;
    }

    .my-saleslist .list-dl-box .list-ul li .price {
        width: 100px;
        text-align: right;
    }

    .my-saleslist .list-dl-box .list-ul li.list-header .price {
        text-align: center;
    }

    .my-saleslist .list-dl-box .list-ul li .buy-product {
        width: 120px;
    }

    .my-saleslist .list-dl-box .list-ul li .state {
        width: 100px;
    }
}

@media screen and (min-width:1139px) {
    .my-saleslist .list-dl-box .list-ul li .number-date {
        width: auto;
    }

    .my-saleslist .list-dl-box .list-ul li .pc-con {
        display: table-cell;
    }

    .my-saleslist .list-dl-box .list-ul li .plan-type {
        width: 100px;
    }

    .my-saleslist .list-dl-box .list-ul li .buy-product {
        width: 240px;
    }

    .my-saleslist .list-dl-box .list-ul li .number-date br {
        display: none;
    }
}

@media screen and (min-width:1439px) {
    .my-saleslist .list-dl-box .list-ul li .price {
        width: 120px;
    }
}


/* My Office // 하위 매출내역 */
@media screen and (min-width:639px) {
    .lowrank-saleslist .list-dl-box .list-ul li div {
        width: 16.6666%;
    }

    .lowrank-saleslist .list-dl-box .list-ul li .price {
        text-align: right;
    }

    .lowrank-saleslist .list-dl-box .list-ul li.list-header .price {
        text-align: center;
    }
}

@media screen and (min-width:1139px) {
    .lowrank-saleslist .list-dl-box .list-ul li div {
        width: auto;
    }

    .lowrank-saleslist .list-dl-box .list-ul li .date {
        width: 110px;
    }

    .lowrank-saleslist .list-dl-box .list-ul li .plan-type {
        width: 110px;
    }

    .lowrank-saleslist .list-dl-box .list-ul li .name-number {
        width: 200px;
    }

    .lowrank-saleslist .list-dl-box .list-ul li .price {
        width: 150px;
    }
}

@media screen and (min-width:1439px) {
    .lowrank-saleslist .list-dl-box .list-ul li .plan-type {
        width: 150px;
    }

    .lowrank-saleslist .list-dl-box .list-ul li .name-number {
        width: 250px;
    }

    .lowrank-saleslist .list-dl-box .list-ul li .price {
        width: 180px;
    }
}


/* My Office // 후원공제 현황 */
.support-state .basic-guide-box strong {
    font-size: 18px;
    font-family: 'IBMPlexSansKR-Bold';
}


@media screen and (min-width:639px) {
    .support-state .basic-guide-box {
        text-align: center;
    }

    .support-state .list-dl-box .list-ul li div {
        width: 20%;
    }

    .support-state .list-dl-box .list-ul li .price {
        text-align: right;
    }

    .support-state .list-dl-box .list-ul li.list-header .price {
        text-align: center;
    }
}

@media screen and (min-width:767px) {
    .support-state .basic-guide-box strong {
        font-size: 24px;
    }
}

@media screen and (min-width:1139px) {
    .support-state .list-dl-box .list-ul li div {
        width: auto;
    }

    .support-state .list-dl-box .list-ul li .no {
        width: 150px;
    }

    .support-state .list-dl-box .list-ul li .date {
        width: 200px;
    }

    .support-state .list-dl-box .list-ul li .type {
        width: 250px;
    }

    .support-state .list-dl-box .list-ul li .state {
        width: 250px;
    }
}


/* My Office // 마감 매출현황 */
@media screen and (min-width:639px) {
    .final-saleslist .list-dl-box .list-ul li div {
        width: 20%;
    }

    .final-saleslist .list-dl-box .list-ul li .price {
        text-align: right;
    }

    .final-saleslist .list-dl-box .list-ul li.list-header .price {
        text-align: center;
    }
    
    .final-saleslist .list-dl-box .table-scroll .list-ul {
        width: 1000px;
    }
    
    .final-saleslist .list-dl-box .table-scroll .list-ul li div {
        width: 10%;
    }
    
    .final-saleslist .list-dl-box .table-scroll .list-ul li .no {
        width: 5%;
    }
    
    .final-saleslist .list-dl-box .table-scroll .list-ul li .name,
    .final-saleslist .list-dl-box .table-scroll .list-ul li .name2 {
        width: 20%
    }
    
    .final-saleslist .list-dl-box .table-scroll .list-ul li .step {
        width: 5%;
    }
}

@media screen and (min-width:1139px) {
    .final-saleslist .list-dl-box .table-scroll .list-ul {
        width: 100%;
    }
}


/* My Office // 카드승인 */
.card-approval .write-dl-box dl.card-limit .basic-input {
    width: 110px;
}

@media screen and (min-width:1139px) {
    .card-approval .write-dl-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .card-approval .write-dl-box dl {
        width: 50%;
    }
}


/* My Office // 카드승인내역 */
@media screen and (min-width:639px) {
    .card-approval-list .list-dl-box .list-ul li .pc-con {
        display: none;
    }

    .card-approval-list .list-dl-box .list-ul li div {
        width: 16.6666%;
    }

    .card-approval-list .list-dl-box .list-ul li .price {
        text-align: right;
    }

    .card-approval-list .list-dl-box .list-ul li.list-header .price {
        text-align: center;
    }
}

@media screen and (min-width:1139px) {
    .card-approval-list .list-dl-box .list-ul li .pc-con {
        display: table-cell;
    }

    .card-approval-list .list-dl-box .list-ul li div {
        width: 14.1857%;
    }
}


/* My Office // 수당조회 */
.benefit-view .list-dl-box .list-ul li .pc-con {
    display: none;
}

.benefit-view .list-dl-box .date-detail {
    margin-top: 30px;
}

.benefit-view .list-dl-box .date-detail h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'IBMPlexSansKR-Bold';
}

@media screen and (min-width:639px) {
    .benefit-view .list-dl-box .width-scroll .list-ul li div {
        width: 12.5%;
    }

    .benefit-view .list-dl-box .list-ul li .price {
        text-align: right;
    }

    .benefit-view .list-dl-box .list-ul li.list-header .price {
        text-align: center;
    }

    .benefit-view .list-dl-box .date-detail .list-ul li .name {
        width: 150px;
    }

    .benefit-view .list-dl-box .date-detail .list-ul li .sudang {
        width: 100px;
    }

    .benefit-view .list-dl-box .date-detail .list-ul li .price {
        width: 120px;
    }

    .benefit-view .list-dl-box .date-detail .list-ul li .comment {
        text-align: left;
    }
}

@media screen and (min-width:1139px) {
    .benefit-view .list-dl-box .width-scroll {
        width: 100%;
        padding-bottom: 10px;
        overflow-x: auto;
        -ms-overflow-style: scrollbar;
    }
    
    .benefit-view .list-dl-box .width-scroll::-webkit-scrollbar {
        width: 6px;
    }
    
    .benefit-view .list-dl-box .width-scroll::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,0.05);
    }
    
    .benefit-view .list-dl-box .width-scroll::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0,0,0,0.2);
        cursor: pointer;
    }
    
    .benefit-view .list-dl-box .width-scroll::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.5);
    }

    .benefit-view .list-dl-box .width-scroll .list-ul {
        width: 4650px;
    }

    .benefit-view .list-dl-box .width-scroll .list-ul li div {
        width: 150px;
    }

    .benefit-view .list-dl-box .list-ul li .pc-con {
        display: table-cell;
    }

    .benefit-view .list-dl-box .date-detail .list-ul li .name {
        width: 250px;
    }

    .benefit-view .list-dl-box .date-detail .list-ul li .sudang {
        width: 150px;
    }

    .benefit-view .list-dl-box .date-detail .list-ul li .price {
        width: 180px;
    }
}


/* My Office // 나의 현황 */
.my-condition .mc-con {
    margin-bottom: 40px;
}

.my-condition .mc-con:last-child {
    margin-bottom: 0px !important;
}

.my-condition .mc-con h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}

.my-condition .mc-con h2 em {
    display: block;
    font-family: 'IBMPlexSansKR-Bold';
}

.my-condition .mc-con h2 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.my-condition .mc-con .list-dl-box .list-ul li .emspan em.tit {
    width: 80px;
}

@media screen and (min-width:639px) {
    .my-condition .mc-con.as-con .list-dl-box li .date {
        width: 90px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .ordernum {
        width: 100px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .price {
        width: 150px;
    }

    .my-condition .mc-con.as-con.autoship-schedule .list-dl-box li .product {
        text-align: left;
    }

    .my-condition .mc-con.as-con .list-dl-box li.list-header .product,
    .my-condition .mc-con.as-con .list-dl-box li.list-footer .product {
        text-align: center;
    }

    .my-condition .mc-con.as-con .list-dl-box li .num {
        width: 150px;
    }
}

@media screen and (min-width:767px) {
    .my-condition .mc-con h2 {
        font-size: 24px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .date {
        width: 120px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .ordernum {
        width: 120px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .price {
        width: 150px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .num {
        width: 150px;
    }
}

@media screen and (min-width:1139px) {
    .my-condition .mc-con {
        margin-bottom: 60px;
    }

    .my-condition .mc-con h2 span {
        position: absolute;
        top: 3px;
        right: 0;
        display: inline-block;
    }

    .my-condition .mc-con .write-dl-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .my-condition .mc-con .write-dl-box dl {
        width: 50%;
    }

    .my-condition .mc-con .write-dl-box dl.delivery-way,
    .my-condition .mc-con .write-dl-box dl.addr,
    .my-condition .mc-con .write-dl-box dl.need-txt {
        width: 100%;
    }

    .my-condition .mc-con.basic-info .write-dl-box dl dt {
        width: 250px;
    }
    
    .my-condition .mc-con.as-con .list-dl-box li .date {
        width: 200px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .ordernum {
        width: 200px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .price {
        width: 200px;
    }

    .my-condition .mc-con.as-con .list-dl-box li .num {
        width: 200px;
    }
}


/* My Office // 비 활동 회원 */
.inactivity .inactivity-top {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    border: 5px solid rgba(0,0,0,0.1);
}

.inactivity .inactivity-box:not(:first-of-type) {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.inactivity .inactivity-box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'IBMPlexSansKR-Bold';
    letter-spacing: -.5pt;
}

.inactivity .inactivity-box h3 small {
    font-family: 'IBMPlexSansKR-Medium';
}

.inactivity .guidetxt {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #143383;
    background-color: #f8fbff;
}

.inactivity .agreebox {
    margin-top: 10px;
}

@media screen and (min-width:639px) {
    .inactivity .inactivity-top {
        padding: 30px;
        font-size: 16px;
    }

    .list-dl-box .list-ul li > div,
    .list-dl-box .list-ul li .emspan {
        width: 25%;
    }

    .inactivity .guidetxt {
        padding: 20px;
        font-family: 'IBMPlexSansKR-Medium';
    }

    .inactivity .agreebox {
        margin-top: 20px;
    }
}

@media screen and (min-width:767px) {
    .inactivity .inactivity-box:not(:first-of-type) {
        padding-top: 60px;
        margin-top: 60px;
    }
}

@media screen and (min-width:979px) {
    .inactivity .inactivity-top {
        margin-bottom: 60px;
        font-size: 24px;
        letter-spacing: -.5pt;
        text-align: center;
    }

    .inactivity .inactivity-box h3 {
        font-size: 24px;
    }
}

@media screen and (min-width:1139px) {
}


/* My Office // 정보수정 */
.user-modify .write-dl-box dl.user-addr .basic-input.zip-code {
    width: 70px;
}

@media screen and (min-width:1139px) {
    .user-modify .write-dl-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .user-modify .write-dl-box dl {
        width: 50%;
    }

    .user-modify .write-dl-box dl.email,
    .user-modify .write-dl-box dl.user-addr,
    .user-modify .write-dl-box dl.need-txt {
        width: 100%;
    }
}


/* 팝업 // 후원인, 추천인 설명 */
.show-genealogy-modal .genealogy-box {
    position: relative;
    padding: 30px 20px;
}

.show-genealogy-modal .genealogy-box p {
    margin-bottom: 20px;
    color: #999;
}

@media screen and (min-width:767px) {
    .show-genealogy-modal .genealogy-box p {
        text-align: center;
    }
}