@charset "UTF-8";

html, body {
    overflow-x: hidden;
}

#wrapper {
    position: relative;
    padding-top: 201px;
}

#wrapper.shop-ver {
    padding-top: 246px;
}

#wrapper.shop-ver.sub-ver {
    padding-top: 56px !important;
}

#wrapper.myoffice-ver {
    padding-top: 150px;
}

@media screen and (min-width:639px) {
    #wrapper.shop-ver {
        padding-top: 201px;
    }
}

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

@media screen and (min-width:979px) {
    #wrapper,
    #wrapper.shop-ver {
        padding-top: 180px;
    }
}

@media screen and (min-width:1139px) {
    #wrapper,
    #wrapper.shop-ver,
    #wrapper.shop-ver.sub-ver {
        padding-top: 140px !important;
    }
}


/* 상단 헤더 */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
}

#header .common-top {
    position: relative;
    background-color: #143383;
}

#header .common-top .topbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background-color: rgba(0,0,0,0.5);
}

#header .common-top .topbox a.topmnu {
    flex-shrink: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
}

#header .common-top h1 {
    display: inline-block;
    font-size: 0;
}

#header .common-top h1 a {
    display: block;
    padding: 15px;
}

#header .common-top h1 a img {
    height: 30px;
}

#header .common-top .search-shopmnu {
    padding: 0 15px 15px
}

#header .common-top .search-area {
    position: relative;
}

#header .common-top .search-area .search-input {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: none;
    border-radius: 4px;
}

#header .common-top .search-area .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #999;
    font-size: 16px;
}

#header .common-top .shop-menu {
    margin-top: 15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

#header .common-top .shop-menu a {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
}

#header .common-top .shop-menu a span {
    display: inline-block;
    margin-right: 10px;
}

.scrollOn #header .common-top .search-shopmnu.inshopmnu {
    display: none;
}

#header .common-top .side-mnu {
    position: absolute;
    top: 53px;
    right: 10px;
    z-index: 1000;
}

#header .common-top .side-mnu ul li {
    position: relative;
    margin-left: 5px;
}

#header .common-top .side-mnu ul li:first-child {
    margin-left: none !important;
}

#header .common-top .side-mnu ul li a.da1mnu {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

#header .common-top .side-mnu ul li a.da1mnu span {
    font-size: 18px;
}

#header .common-top .side-mnu ul li a.da1mnu em {
    display: none;
}

#header .common-top .side-mnu ul li.mnu.active a.da1mnu {
    color: #FDDE2D;
}

#header .common-top .side-mnu ul li.mnu.active a.da1mnu em {
    font-weight: 600;
}

#header .common-top .side-mnu ul li a.da1mnu.circle-btn {
    background-color: #091943;
    border-radius: 50%;
}

#header .common-top .side-mnu ul li a.da1mnu.circle-btn.current {
    background-color: #fff;
    color: #143383;
}

#header .common-top .side-pop {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 150px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 2500;
    -moz-box-shadow:0px 3px 10px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
}

#header .common-top .side-pop ul li {
    position: relative;
    margin-left: 0px !important;
    border-bottom: 1px solid #eee;
}

#header .common-top .side-pop ul li:last-child {
    border-bottom: none;
}

#header .common-top .side-pop ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #666;
    font-family: "Open Sans";
    font-size: 13px;
}

#header .common-top .side-pop.global-list {
    max-height: 310px;
}

#header .common-top .side-pop.mypop-box {
    width: 150px;
}

#header .common-top .side-pop.mypop-box .my-pv a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 700;
    font-family: 'Open Sans';
}

#header .common-top .side-pop.mypop-box .my-pv a span {
    display: block;
    font-size: 12px;
}

#header .common-top .side-pop.mypop-box .my-pv a strong {
    font-size: 18px;
}

#header .common-top .side-pop.mypop-box ul li a {
    padding-left: 5px;
}

#header .common-top .side-pop.mypop-box ul li a span.ico {
    display: inline-block;
    width: 30px;
    text-align: center;
}

#header .common-top .side-pop.mypop-box ul li a em.num {
    position: absolute;
    top: 5px;
    right: 10px;
    min-width: 20px;
    height: 20px;
    line-height: 18px;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.04);
    border-radius: 10px;
    font-family: 'Open Sans';
    font-size: 10px;
    color: #999;
    text-align: center;
}

#header .common-top .side-pop.mypop-box ul li a:hover em.num {
    color: #fff;
}

/*
#header .common-top .popup-openbox {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
}

#header .common-top .popup-openbox a {
    display: block;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    font-family: 'IBMPlexSansKR-Medium';
    -moz-box-shadow:0px 2px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}
*/

#header .common-gnb {
    position: relative;
    background-color: #fff;
    -moz-box-shadow:0px 3px 10px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
}

#header .common-gnb.shop-part .swiper-button,
#header .common-gnb.myoffice-part .swiper-button {
    position: absolute;
    top: 0;
    bottom: 0;
	border: none;
	margin: 0;
	padding: 0;
    padding: 0 10px;
	background-color: transparent;
    text-align: center;
    z-index: 500;
}

#header .common-gnb.shop-part .swiper-button.swiper-prev,
#header .common-gnb.myoffice-part .swiper-button.swiper-prev {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#header .common-gnb.shop-part .swiper-button.swiper-next,
#header .common-gnb.myoffice-part .swiper-button.swiper-next {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

@media screen and (min-width:375px) {
    #header .common-top .side-mnu ul li a.da1mnu:not(.circle-btn) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    
    #header .common-top .side-mnu ul li a.da1mnu:not(.circle-btn) span {
        display: none;
    }
    
    #header .common-top .side-mnu ul li a.da1mnu em {
        display: inline;
        margin-left: 10px;
    }
}

@media screen and (min-width:639px) {
    #header .common-top .search-shopmnu.inshopmnu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header .common-top .search-shopmnu.inshopmnu .search-area {
        width: 60%;
    }

    #header .common-top .search-shopmnu.inshopmnu .shop-menu {
        margin-top: 0;
        font-size: 14px;
    }

    #header .common-top .side-mnu ul li.mnu {
        margin-right: 20px;
    }

    #header .common-top .side-mnu ul li.mnu a.da1mnu {
        width: auto !important;
    }

    #header .common-top .side-mnu ul li.mnu a.da1mnu span {
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
    }
    
    #header .common-top .side-mnu ul li.mnu a.da1mnu em {
        display: inline-block;
        margin-left: 0;
    }

    /*
    #header .common-top .popup-openbox {
        display: block;
    }
    */

    .scrollOn #header .common-top .search-shopmnu.inshopmnu {
        display: none;
    }
}

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

@media screen and (min-width:979px) {   
    #header .common-top .topbox {
        display: none;
    }

    #header .common-top h1 a {
        padding: 20px;
    }
    
    #header .common-top h1 a img {
        height: 40px;
    }

    #header .common-top .search-shopmnu.inshopmnu .search-area {
        width: 70%;
    }

    #header .common-top .search-area .search-input {
        padding: 0 15px;
        font-size: 14px;
    }
    
    #header .common-top .side-mnu {
        top: 18px;
        right: 20px;
    }
    
    #header .common-top .side-mnu ul li {
        margin-left: 10px;
    }
    
    #header .common-top .side-mnu ul li.pc-only {
        display: block !important;
    }
    
    #header .common-top .side-mnu ul li a.da1mnu {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    #header .common-top .side-mnu ul li .side-pop {
        top: 50px;
    }

    #header .common-top .side-mnu ul li .side-pop ul li a:hover {
        background-color: #003383;
        color: #fff;
    }

    /*
    #header .common-top .popup-openbox {
        left: auto;
        right: 400px;
    }
    */

    #header .common-gnb.shop-part .arrow-box,
    #header .common-gnb.myoffice-part .arrow-box {
        display: none;
    }
}

@media screen and (min-width:1139px) {
    #header .common-top .search-shopmnu {
        position: absolute;
        top: 22px;
        left: 250px;
        width: 300px;
        padding: 0;
    }

    #header .common-top .search-shopmnu .search-area {
        width: 380px;
    }

    #header .common-top .search-shopmnu.inshopmnu {
        width: 500px;
    }

    #header .common-top .search-shopmnu.inshopmnu .search-area {
        width: 280px;
    }

    /*
    #header .common-top .popup-openbox {
        display: none;
    }
    */

    .scrollOn #header .common-top .search-shopmnu.inshopmnu  {
        display: flex;
    }
}

@media screen and (min-width:1239px) {
    #header .common-top .search-shopmnu.inshopmnu {
        width: 600px;
    }

    #header .common-top .search-shopmnu.inshopmnu .search-area {
        width: 380px;
    }
}

@media screen and (min-width:1339px) {
    /*
    #header .common-top .popup-openbox {
        display: block;
        right: 450px;
    }

    #header .common-top .popup-openbox a:hover {
        padding: 20px 30px 10px;
        color: #143383;
    }
    */
}

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


/* 상단 헤더 - 브릿지 */
#header .bridge-part h3 {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 30px;
    font-size: 14px;
}

#header .bridge-part h3 span.ico {
    font-size: 16px;
}

#header .bridge-part h3 em,
#header .bridge-part h3 a.more-btn {
    display: none;
}

#header .bridge-part .notice-list {
    position: relative;
    overflow: hidden;
    height: 50px;
}

#header .bridge-part .notice-list ul li {
    position: relative;
    padding: 0 10px 0 35px;
}

#header .bridge-part .notice-list ul li a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header .bridge-part .notice-list ul li a span.date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 12px;
}

#header .bridge-part .notice-list .swiper-button {
    display: none;
}

@media screen and (min-width:639px) {
    #header .bridge-part h3 {
        left: 20px;
    }

    #header .bridge-part .notice-list ul li {
        padding: 0 40px 0 55px;
    }

    #header .bridge-part .notice-list .swiper-button {
        position: absolute;
        right: 0;
        display: block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-left: 1px solid #dcdcdc;
        text-align: center;
        z-index: 900;
    }
    
    #header .bridge-part .notice-list .swiper-button.swiper-next {
        bottom: 0;
        border-top: 1px solid #eee;
    }

    #header .bridge-part .notice-list .swiper-button.swiper-prev {
        top: 0;
    }
}

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

@media screen and (min-width:1139px) {
    #header .bridge-part h3 {
        top: 10px;
        left: 20px;
        overflow: hidden;
        height: 40px;
        padding: 0 5px 0 15px;
        background-color: #212121;
        color: #fff;
        border-radius: 20px;
        font-size: 0;
        font-family: 'Open Sans';
        z-index: 900;
    }

    #header .bridge-part h3 span.ico,
    #header .bridge-part h3 em,
    #header .bridge-part h3 a.more-btn {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
    }

    #header .bridge-part h3 span.ico,
    #header .bridge-part h3 em {
        line-height: 40px;
    }

    #header .bridge-part h3 span.ico {
        margin-right: 10px;
        font-size: 16px;
    }

    #header .bridge-part h3 em {
        font-weight: 700;
    }

    #header .bridge-part h3 a.more-btn {
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
        padding: 0 15px;
        background-color: #fff;
        border-radius: 15px;
    }

    #header .bridge-part h3 a.more-btn:hover {
        background-color: #f1f1f1;
    }

    #header .bridge-part .notice-list {
        height: 60px;
    }

    #header .bridge-part .notice-list ul li {
        padding: 0 50px 0 230px;
    }

    #header .bridge-part .notice-list ul li a {
        height: 60px;
        line-height: 60px;
    }

    #header .bridge-part .notice-list ul li a span.date {
        font-size: 14px;
    }

    #header .bridge-part .notice-list .swiper-button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-right: 1px solid #dcdcdc;
    }
}

@media screen and (min-width:1239px) {
    #header .bridge-part h3 {
        left: 0;
    }
}

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

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


/* 모바일용 상단 헤더 */
#mHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #143383;
    color: #fff;
    z-index: 5000;
}

#mHeader h1 {
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 92px 0 56px;
    font-size: 18px;
    font-family: 'IBMPlexSansKR-Medium';
}

#mHeader a.back-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

#mHeader .right-box {
    position: absolute;
    top: 0;
    right: 10px;
}

#mHeader .right-box a {
    display: block;
    width: 36px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#mHeader .search-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    height: 56px;
    background-color: #143383;
}

#mHeader .search-box .search-con {
    position: relative;
    padding: 10px 0px 10px 10px;
    margin-right: 56px;
}

#mHeader .search-box .search-con .search-input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 40px 0 10px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
}

#mHeader .search-box .search-con .search-btn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #143383;
    font-size: 18px;
}

#mHeader .search-box a.search-onoff-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}


/* 하단 푸터 */
#footer {
    position: relative;
    padding: 20px;
    background-color: #333;
    color: #ccc;
}

#footer .foot-menu {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#footer .foot-menu ul li {
    width: auto;
}

#footer .foot-menu ul li a {
    color: #fff;
    font-size: 14px;
}

#footer .foot-site-link {
    position: relative;
    max-width: 300px;
    margin-bottom: 10px;
}

#footer .foot-site-link dl dt a.go-link-btn {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: rgba(255,255,255,0.3);
    color: #fff;
}

#footer .foot-site-link dl dt a.go-link-btn span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
    transform: rotate(180deg);
}

#footer .foot-site-link dl dt a.go-link-btn.open span {
    transform: rotate(0deg);
}

#footer .foot-site-link dl dd {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    z-index: 100;
}

#footer .foot-site-link dl dd ul li {
    border-top: 1px solid #dcdcdc;
}

#footer .foot-site-link dl dd ul li:first-child {
    border: none !important;
}

#footer .foot-site-link dl dd ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

#footer .foot-con {
    position: relative;
}

#footer .foot-con .customer-center {
    margin-bottom: 20px;
}

#footer .foot-con .customer-center .phone {
    margin-bottom: 5px;
    color: #F8E92D;
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 28px;
}

#footer .foot-con .customer-center .phone em {
    display: inline-block;
    margin-right: 10px;
}

#footer .foot-con .customer-center p {
    font-size: 12px;
}

#footer .foot-con .foot-bank-info {
    margin-bottom: 20px;
    color: #fff;
}

#footer .foot-con .foot-bank-info dl dt {
    margin-bottom: 5px;
    font-family: 'IBMPlexSansKR-Medium';
}

#footer .foot-con .foot-bank-info dl dd {
    color: #F8E92D;
}

#footer .foot-con ul li {
    font-size: 12px;
    margin-right: 20px;
}

#footer .foot-con p.copyright {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

@media screen and (min-width:676px) {
    #footer .foot-con .foot-bank-info dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #footer .foot-con .foot-bank-info dl dt {
        position: relative;
        flex-shrink: 0;
        margin-bottom: 0;
        padding-right: 15px;
        margin-right: 15px;
    }

    #footer .foot-con .foot-bank-info dl dt:after {
        position: absolute;
        top: 5px;
        bottom: 5px;
        right: 0;
        width: 1px;
        background-color: rgba(255,255,255,0.5);
        content: '';
    }

    #footer .foot-con .foot-bank-info dl dd {
        flex-grow: 1;
    }
}

@media screen and (min-width:767px) {
    #footer .foot-con .customer-center {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0;
        text-align: right;
    }

    #footer .foot-con .customer-center .phone {
        margin-bottom: 0;
    }

    #footer .foot-con ul {
        width: 500px;
    }

    #footer .foot-con ul li {
        line-height: 1.6;
        font-size: 14px;
    }
}

@media screen and (min-width:1139px) {
    #footer {
        padding: 30px 20px;
    }

    #footer .foot-menu {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #footer .foot-site-link {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 250px;
        z-index: 100;
    }

    #footer .foot-con ul {
        width: 700px;
    }

    #footer .foot-con ul li {
        margin-right: 40px;
    }
}

@media screen and (min-width:1239px) {
    #footer {
        padding: 30px 0px;
    }

    #footer .foot-site-link {
        top: -10px;
        right: 0;
    }
}


/* 준비중 페이지 */
#waiting {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

#waiting figcaption {
    margin-top: -100px;
    letter-spacing: -.5pt;
    font-size: 24px;
    font-family: 'IBMPlexSansKR-Bold';
}

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

    #waiting figcaption {
        margin-top: -80px;
        font-size: 30px;
    }
}


/* 게시판 리스트 */
.total-search {
    position: relative;
    margin-bottom: 10px;
}

.total-search .total-num {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.total-search .total-num b {
    font-family: 'IBMPlexSansKR-Bold';
}

.total-search .searchbox {
    font-size: 0;
    text-align: center;
}

.total-search .searchbox .btns {
    font-size: 14px;
    font-family: 'IBMPlexSansKR-Medium';
}

.board-list {
    position: relative;
    border-top: 2px solid #333;
}

.board-list li {
    position: relative;
    padding: 15px 5px;
    border-bottom: 1px solid #dcdcdc;
}

.board-list li.board-list-header {
    display: none;
    background-color: #fff !important;
}

.board-list li.notice {
    background-color: #eff9fd;
}

.board-list li div.no {
    margin-bottom: 5px;
    font-family: 'Open Sans';
    font-weight: 800;
}

.board-list li div.date {
    display: none;
    font-family: 'Open Sans';
}

.board-list li div.date strong {
    display: block;
    line-height: 28px;
    font-size: 28px;
}

.board-list li div.date small {
    display: block;
    color: #999;
    font-size: 14px;
}

.board-list li div.date .notice-mark {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #212121;
    color: #fff;
    text-align :center;
    border-radius: 50%;
    font-size: 14px;
    font-family: 'IBMPlexSansKR-Medium';
}

.board-list li div.subject a {
    display: block;
    font-family: 'IBMPlexSansKR-Medium';
    text-align: left;
}

.board-list li div.file-down {
    display: none;
}

.board-list li div.state {
    display: block;
    margin-top: 5px;
}

.board-list li div.state span.state-box {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background-color: #666;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.board-list li div.state span.state-box.state-compleate {
    background-color: #2E9629;
}

.board-list li div.name {
    display: none;
}

.board-list li div.date-hit {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

.board-list li div.date-hit .name,
.board-list li div.date-hit .date {
    display: inline-block;
    margin-right: 20px;
}

.board-list li.no-board {
    padding: 20px 0;
    text-align: center;
}

.board-box .btnarea {
    margin-top: 30px;
    text-align: center;
}

@media screen and (min-width:767px) {
    .total-search .total-num {
        text-align: left;
    }

    .total-search .searchbox {
        position: absolute;
        top: 0;
        right: 0;
        text-align: left;
    }
}

@media screen and (min-width:1139px) {
    .board-list li,
    .board-list li.board-list-header {
        display: table;
        width: 100%;
        padding: 0;
    }

    .board-list li.board-list-header div {
        font-family: 'IBMPlexSansKR-Medium';
        font-size: 14px;
        color: #212121;
    }

    .board-list li div.no,
    .board-list li div.date,
    .board-list li div.subject,
    .board-list li div.file-down,
    .board-list li div.state,
    .board-list li div.name,
    .board-list li div.date-hit {
        display: table-cell;
        padding: 20px 10px;
        vertical-align: middle;
        text-align: center;
    }

    .board-list li div.no,
    .board-list li div.date {
        width: 120px;
    }

    .board-list li div.file-down {
        width: 80px;
    }

    .board-list li div.state,
    .board-list li div.name {
        width: 120px;
    }

    .board-list li div.state span.state-box {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .board-list li div.date-hit {
        width: 100px;
        text-align: center;
        font-size: 14px;
    }

    .board-list li div.date-hit .name,
    .board-list li div.date-hit .date,
    .board-list li div.date-hit .hit span {
        display: none;
    }

    .board-list li:hover {
        background-color: #fafafa;
    }

    .board-list li.no-board {
        padding: 50px 0;
    }

    .board-box .btnarea {
        margin-top: -40px;
        text-align: right;
    }
}


/* 게시판 뷰 */
.board-view {
    position: relative;
    border-top: 2px solid #333;
}

.board-view .board-view-top {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.board-view .board-view-top h1.board-h1 {
    font-size: 18px;
    font-family: 'IBMPlexSansKR-Bold';
    letter-spacing: -.5pt;
}

.board-view .board-view-top .date-hit {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.board-view .board-view-top .date-hit .name,
.board-view .board-view-top .date-hit .date {
    display: inline-block;
    margin-right: 30px;
}

.board-view .board-view-file {
    border-bottom: 1px solid #dcdcdc;
    background-color: #fafafa;
}

.board-view .board-view-file ul li {
    position: relative;
    border-top: 1px dashed #dcdcdc;
}

.board-view .board-view-file ul li:first-child {
    border-top: none;
}

.board-view .board-view-file ul li a {
    display: block;
    padding: 10px 10px 10px 35px;
}

.board-view .board-view-file ul li a span.ico {
    position: absolute;
    top: 10px;
    left: 10px;
}

.board-view .board-view-con {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.board-view-answer {
    position: relative;
    padding: 15px;
    margin-top: 10px;
    background-color: #F4F2ED;
    border-radius: 5px;
}

.board-view-answer h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'IBMPlexSansKR-Bold';
}

@media screen and (min-width:1139px) {
    .board-view .board-view-top {
        padding: 20px;
    }

    .board-view .board-view-top h1.board-h1 {
        font-size: 20px;
    }
    
    .board-view .board-view-top .date-hit {
        font-size: 14px;
    }

    .board-view .board-view-file {
        border-bottom: none;
        padding: 10px 0;
        background-color: #fff;
    }
    
    .board-view .board-view-file ul li {
        border-top: none;
        margin-top: 5px;
    }
    
    .board-view .board-view-file ul li a {
        display: block;
        padding: 15px 20px 15px 45px;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        -moz-box-shadow: 0px 2px 3px rgba(215,216,220,0.4);
        -webkit-box-shadow: 0px 2px 3px rgba(215,216,220,0.4);
        box-shadow: 0px 2px 3px rgba(215,216,220,0.4);
    }
    
    .board-view .board-view-file ul li a span.ico {
        position: absolute;
        top: 18px;
        left: 18px;
        font-size: 16px;
    }
    
    .board-view .board-view-file ul li a small {
        display: inline-block;
        margin-left: 10px;
        padding: 5px;
        border: 1px solid #dcdcdc;
        background-color: #fafafa;
        border-radius: 4px;
    }

    .board-view .board-view-file ul li a:hover {
        border-color: #999;
    }

    .board-view .board-view-con {
        padding: 20px;
    }

    .board-view-answer {
        padding: 20px;
        margin-top: 20px;
    }
}


/* 댓글 ::: 댓글 글쓰기 */
.counsel-reply.top-border {
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.counsel-reply .reply-write {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.counsel-reply .reply-write .social-login {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
}

.counsel-reply .reply-write .social-login ul li {
    width: 34px;
    margin-right: 5px;
}

.counsel-reply .reply-write .social-login ul li a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.counsel-reply .reply-write-box {
    position: relative;
}

.counsel-reply .reply-write-box .basic-textarea {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
}

.counsel-reply .reply-write-box .btns {
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
}

.counsel-reply .reply-write-box .btns em {
    margin-right: 10px;
}

@media screen and (min-width:767px) {
    .counsel-reply .reply-write .social-login ul li {
        width: 40px;
    }

    .counsel-reply .reply-write-box {
        display: flex;
        align-items: stretch;
    }

    .counsel-reply .reply-write-box .basic-textarea {
        height: 120px;
        flex-grow: 1;
    }

    .counsel-reply .reply-write-box .btns {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        width: 100px;
        height: 120px;
        margin-top: 0;
        border-radius: 0 5px 5px 0;
    }

    .counsel-reply .reply-write-box .btns em {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
}

/* 댓글 ::: 댓글 리스트 */
.counsel-reply .reply-view .reply-con {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.counsel-reply .reply-view .reply-con .viewcon {
    position: relative;
}

.counsel-reply .reply-view .reply-con .viewcon .name-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.counsel-reply .reply-view .reply-con .viewcon .name-date .name {
    font-weight: 500;
}

.counsel-reply .reply-view .reply-con .viewcon .name-date .date {
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.counsel-reply .reply-view .reply-con .viewcon .reply-comment {
    line-height: 1.8;
    color: #7d7d7d;
    font-size: 13px;
}

.counsel-reply .reply-view .reply-con .viewcon .reply-loca {
    margin-top: 15px;
    font-size: 12px;
}

.counsel-reply .reply-view .reply-con .viewcon .reply-loca span {
    color: #999;
}

.counsel-reply .reply-view .reply-con .viewcon .modify-del {
    margin-top: 10px;
}

.counsel-reply .reply-view .reply-con .viewcon .modify-del a {
    display: inline-block;
    padding: 3px 14px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.counsel-reply .reply-view .reply-con .viewcon.reply-write-box,
.counsel-reply .reply-view .reply-con .viewcon.admin-reply-view {
    padding: 20px;
    margin: 20px -20px 0;
    background-color: rgba(0,0,0,0.03);
    border-radius: 10px;
}

@media screen and (min-width:639px) {
    .counsel-reply .reply-view .reply-con .viewcon .modify-del {
        position: absolute;
        top: -5px;
        right: 0;
        margin-top: 0;
    }

    .counsel-reply .reply-view .reply-con .viewcon.reply-write-box .modify-del,
    .counsel-reply .reply-view .reply-con .viewcon.admin-reply-view .modify-del {
        top: 15px;
        right: 20px;
    }
}

@media screen and (min-width:767px) {
    .counsel-reply .reply-view .reply-con {
        padding: 20px;
    }

    .counsel-reply .reply-view .reply-con .viewcon .reply-comment {
        font-size: 14px;
    }
}


/* 게시판 글쓰기 */
.board-write {
    position: relative;
    border-top: 2px solid #333;
}

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

.board-write dl dt {
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'IBMPlexSansKR-Medium';
}

.board-write dl dd .comment {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

.board-write .multi-file-box {
    position: relative;
}

.board-write .multi-file-box .filebox ul li:not(:first-child) {
    margin-top: 5px;
}

.board-write .multi-file-box .add-del {
    margin-top: 10px;
}

@media screen and (min-width:639px) {
    .board-write .multi-file-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .board-write .multi-file-box .add-del {
        margin-top: 0;
        margin-left: 20px;
    }
    
    .board-write .multi-file-box .add-del a {
        display: block;
        margin: 2px 0;
    }
}

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

    .board-write dl dt {
        display: table-cell;
        width: 150px;
        text-align: center;
        background-color: #F4F2ED;
        vertical-align: middle;
        font-size: 14px;
    }

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


/* 상품 구매까지 처리할 공간 */
.speed-quickbuy {
    margin-top: 20px;
}

.speed-quickbuy .basic-tbl th,
.speed-quickbuy .basic-tbl td {
    padding: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 12px;
    font-family: 'IBMPlexSansKR-Medium';
    word-break: break-all;
}

.speed-quickbuy .basic-tbl thead th {
    border-color: rgba(255,255,255,0.1);
    background-color: #333;
    color: #fff;
}

.speed-quickbuy .basic-tbl .pv,
.speed-quickbuy .basic-tbl .price {
    display: none;
}

.speed-quickbuy .basic-tbl .pic {
    width: 50px;
    padding: 5px;
    font-size: 0;
}

.speed-quickbuy .basic-tbl .pic img {
    overflow: hidden;
    border-radius: 4px;
}

.speed-quickbuy .basic-tbl .subject .tit {
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 14px;
}

.speed-quickbuy .basic-tbl .subject .m-price {
    margin-top: 10px;
}

.speed-quickbuy .basic-tbl .subject .m-price em {
    display: block;
    color: #999;
}

.speed-quickbuy .basic-tbl .subject .m-price em strong {
    font-family: 'IBMPlexSansKR-Bold';
}

.speed-quickbuy .basic-tbl .amount-num {
    width: 70px;
}

.speed-quickbuy .basic-tbl .keep-buy {
    padding: 5px;
    width: 50px;
}

.speed-quickbuy .basic-tbl .keep-buy .btns {
    width: 40px;
    text-align: center;
    padding: 0;
    border-radius: 4px;
}

.speed-quickbuy .basic-tbl .keep-buy .btns span.check-ico {
    font-size: 18px;
}

.speed-quickbuy .basic-tbl .keep-buy .btns em {
    display: none;
}

.speed-quickbuy .basic-tbl tfoot th,
.speed-quickbuy .basic-tbl tfoot td {
    background-color: #f8f8f8;
}

@media screen and (min-width:639px) {
    .speed-quickbuy .basic-tbl th,
    .speed-quickbuy .basic-tbl td {
        font-size: 14px;
    }

    .speed-quickbuy .basic-tbl .pic {
        width: 80px;
    }

    .speed-quickbuy .basic-tbl .subject .tit {
        font-size: 16px;
    }

    .speed-quickbuy .basic-tbl .subject .m-price em {
        display: inline-block;
        margin-left: 30px;
    }

    .speed-quickbuy .basic-tbl .subject .m-price em:first-child {
        margin-left: 0;
    }
}

@media screen and (min-width:767px) {
    .speed-quickbuy {
        margin-top: 30px;
    }

    .speed-quickbuy .basic-tbl .pic {
        width: 60px;
    }

    .speed-quickbuy .basic-tbl .subject .m-price {
        display: none;
    }

    .speed-quickbuy .basic-tbl .pv,
    .speed-quickbuy .basic-tbl .price {
        display: table-cell;
        width: 130px;
    }

    .speed-quickbuy .basic-tbl .amount-num {
        width: 80px;
    }
}

@media screen and (min-width:1139px) {
    .speed-quickbuy .basic-tbl .keep-buy {
        padding: 10px;
        width: 100px;
    }
    
    .speed-quickbuy .basic-tbl .keep-buy .btns {
        width: 80px;
    }
    
    .speed-quickbuy .basic-tbl .keep-buy .btns span.check-ico {
        font-size: 16px;
    }
    
    .speed-quickbuy .basic-tbl .keep-buy .btns em {
        display: inline-block;
        margin-left: 5px;
    }
}


/* GEMMA NOW */
.gemma-now-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 7999;
}

.gemma-now {
    position: fixed;
    top: 0;
    right: -360px;
    bottom: 0;
    width: 360px;
    padding: 20px 0 100px;
    overflow-y: auto;
    border-left: 5px solid #003383;
    background-color: #fff;
    z-index: 8000;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.gemma-now.open {
    right: 0;
    width: 100%;
}

.gemma-now h3 {
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
}

.gemma-now h3 em {
    font-size: 18px;
    font-family: 'IBMPlexSansKR-Medium';
    letter-spacing: -.5pt;
}

.gemma-now h3 .more-box {
    position: absolute;
    top: 0;
    right: 0;
}

.gemma-now h3 .more-box a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.gemma-now .gemma-corp-link {
    margin: 0 20px 30px;
}

.gemma-now .gemma-corp-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid rgba(0,0,0,0.1);
}

.gemma-now .gemma-corp-link a span img {
    height: 30px;
}

.gemma-now .gemma-corp-link a em {
    margin-left: 10px;
    font-family: 'IBMPlexSansKR-Bold';
}

.gemma-now .notice-latest,
.gemma-now .product-latest,
.gemma-now .delivery-latest {
    position: relative;
    padding: 0 20px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.gemma-now .notice-latest ul li {
    position: relative;
    margin-top: 5px;
}

.gemma-now .notice-latest ul li:first-child {
    margin-top: 0px !important;
}

.gemma-now .notice-latest ul li a {
    display: block;
}

.gemma-now .notice-latest ul li a em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.gemma-now .notice-latest ul li a span.date {
    color: #999;
    font-family: 'Open Sans';
    font-size: 12px;
}

.gemma-now .product-latest ul li {
    position: relative;
    width: 33.3333%;
    font-size: 0;
}

.gemma-now .product-latest ul li a {
    display: block;
}

.gemma-now .product-latest ul li a span {
    position: absolute;
    top: 49%;
    left: 49%;
    bottom: 49%;
    right: 49%;
    border: 5px solid rgba(255,255,255,0);
}

.gemma-now .delivery-latest ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.gemma-now .delivery-latest ul li:first-child {
    margin-top: 0px !important;
}

.gemma-now .delivery-latest ul li a {
    display: block;
}

.gemma-now .delivery-latest ul li a.pic {
    flex-shrink: 0;
    width: 22%;
    margin-right: 10px;
}

.gemma-now .delivery-latest ul li a.txt {
    flex-grow: 1;
}

.gemma-now .delivery-latest ul li a.txt em.tit {
    display: block;
    font-size: 14px;
    font-family: 'IBMPlexSansKR-Medium';
}

.gemma-now .delivery-latest ul li a.txt span.date-state {
    margin-top: 5px;
    font-size: 12px;
}

.gemma-now .delivery-latest ul li a.txt span.date-state span {
    display: inline-block;
    margin-right: 15px;
}

.gemma-now .delivery-latest ul li a.txt span.date-state span.date {
    color: #999;
}

.gemma-now .delivery-latest ul li a.txt span.date-state span.state {
    font-family: 'IBMPlexSansKR-Bold';
}

.gemma-now .shop-office {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.gemma-now .shop-office ul {
    border: 1px solid rgba(0,0,0,0.1);
}

.gemma-now .shop-office ul li {
    width: 50%;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.gemma-now .shop-office ul li:first-child {
    border-left: none;
}

.gemma-now .shop-office ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.gemma-now .shop-office ul li a em.ico {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.gemma-now .shop-office ul li a span.txt {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'IBMPlexSansKR-Bold';
    vertical-align: middle;
}

.gemma-now .gemma-popup {
    position: relative;
    overflow: hidden;
    width: 90%;
    padding-bottom: 30px;
    margin: 20px auto 0;
}

.gemma-now .gemma-popup h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 300;
}

.gemma-now .gemma-popup .swiper-button {
    position: absolute;
    bottom: 0;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #999;
    z-index: 1000;
    cursor: pointer;
}

.gemma-now .gemma-popup .swiper-pagination {
    text-align: left;
    bottom: 5px !important;
}

.gemma-now .gemma-popup .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-transition:.2s ease-in-out;
    -moz-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out;
}

.gemma-now .gemma-popup .swiper-pagination-bullet-active {
    width: 30px;
    background: #003383;
}

.gemma-now .gemma-popup .swiper-button.swiper-next {
    right: 0;
}

.gemma-now .gemma-popup .swiper-button.swiper-prev {
    right: 30px;
}

.gemma-now .gemma-popup h2 strong {
    font-weight: 800;
}

.gemma-now .gemma-qnabanner {
    position: relative;
    margin-top: 20px;
}

.gemma-now .gemma-qnabanner a {
    display: flex;
    padding: 20px;
    background-color: #22A8AD;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.gemma-now .gemma-qnabanner .txtbox {
    width: 200px;
    padding-left: 20px;
}

.gemma-now .gemma-qnabanner .txtbox .tit {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 16px;
}

.gemma-now .gemma-qnabanner .txtbox .txt {
    display: block;
    font-size: 14px;
}

.gemma-now .gemma-schedule {
    position: relative;
    margin-top: 20px;
}

.gemma-now .gemma-schedule a {
    display: flex;
    padding: 20px;
    background-color: #4165C6;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.gemma-now .gemma-schedule .txtbox {
    width: 200px;
    padding-left: 20px;
}

.gemma-now .gemma-schedule .txtbox .tit {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 16px;
}

.gemma-now .gemma-schedule .txtbox .txt {
    display: block;
    font-size: 14px;
}

.gemma-now .gemma-banner {
    padding: 20px;
    font-size: 0;
}

.gemma-now .gemma-banner ul li {
    margin-top: 10px;
}

.gemma-now .gemma-banner ul li:first-child {
    margin-top: 0px;
}

.gemma-now .gemma-banner ul li a {
    display: block;
    border: 1px solid #dcdcdc;
}

.gemma-now .gemma-sns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gemma-now .gemma-sns a {
    display: inline-block;
    overflow: hidden;
    width: 45px;
    margin: 0 3px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.gemma-now-btn-area {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9000;
}

.gemma-now-btn-area a {
    display: block;
    line-height: 1.2;
    padding: 10px 20px 10px 10px;
    background-color: #003383;
    color: #fff;
    text-align: center;
    border-radius: 10px 0 0 10px;
}

.gemma-now-btn-area a em.m-txt {
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 300;
    
}

.gemma-now-btn-area a em.m-txt b {
    font-weight: 800;
    font-size: 14px;
}

.gemma-now-btn-area a .txt-img,
.gemma-now-btn-area a .arrow {
    display: none;
}

@media screen and (min-width:639px) {
    .gemma-now {
        padding: 30px 0;
    }

    .gemma-now.open {
        width: 360px;
    }

    .gemma-now .shop-office {
        width: 320px;
    }

    .gemma-now .gemma-popup {
        width: 320px;
        margin: 30px auto 0;
    }

    .gemma-now-btn-area {
        bottom: 0;
    }

    .gemma-now-btn-area a {
        width: 60px;
        height: 250px;
        padding: 30px 0;
        border-radius: 5px 0 0 0;
    }

    .gemma-now-btn-area a em.m-txt {
        display: none;
    }

    .gemma-now-btn-area a .txt-img,
    .gemma-now-btn-area a .arrow {
        display: block;
    }

    .gemma-now-btn-area a .arrow {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .gemma-now-btn-area.open {
        right: 360px;
    }

    .gemma-now-btn-area.open a .arrow {
        transform: rotate(180deg);
    }
}

@media screen and (min-width:1139px) {
    .gemma-now-shadow {
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .gemma-now .product-latest ul:hover li a span {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
    }

    .gemma-now .product-latest ul li a:hover span {
        border-color: #003383;
        background-color: rgba(0,0,0,0);
    }
}


/* GEMMA POPUP ZONE */
.popup-openbox {
    display: none;
    position: fixed;
    bottom: 290px;
    right: -30px;
    z-index: 7999;
}

.popup-openbox a {
    display: block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    background-color: #003383;
    color: #fff;
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 18px;
    text-align: center;
    transform: rotate(90deg);
    border-radius: 0 0 5px 5px;
}

.popupzone {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
}

.popupzone .popupbox {
    position: relative;
    padding: 40px;
}

.popupzone .popupbox .closebox {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: right;
}

.popupzone .popupbox .closebox a {
    color: #fff;
    font-size: 16px;
}

.popupzone .popupbox .closebox a span {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.popupzone .popupbox .closebox a em {
    display: inline-block;
    vertical-align: middle;
}

.popupzone .popupbox .popuplist {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 3px;
}

.popupzone .popupbox .popuplist ul li a {
    display: block;
}

.popupzone .popupbox .popuplist ul li a img {
    width: 100%;
}

.popupzone .popupbox .button-box {
    margin-top: 20px;
    text-align: center;
}

.popupzone .popupbox .button-box .swiper-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

@media screen and (min-width:639px) {
    .popup-openbox {
        display: block;
    }

    .popupzone {
        display: none;
    }

    .popupzone .popupbox .closebox a {
        font-size: 18px;
    }

    .popupzone .popupbox .closebox a span {
        font-size: 28px;
    }
}

@media screen and (min-width:1239px) {
    .popupzone .popupbox .button-box .swiper-button {
        position: absolute;
        top: calc(50% - 30px);
        width: 50px;
        height: 50px;
        line-height: 48px;
    }

    .popupzone .popupbox .button-box .swiper-button.swiper-prev {
        left: calc(50% - 670px);
    }

    .popupzone .popupbox .button-box .swiper-button.swiper-next {
        left: calc(50% + 620px);
    }
}


/* Monthly Schedule */
.show-calendar-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    padding: 40px 20px;
    background-color: rgba(0,0,0,0.7);
    z-index: 8100;
}

.show-calendar-modal .schedule-open-close-btn {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 15px rgba(0,0,0,0.15);
}

.show-calendar-modal .calendar-img {
    position: relative;
    max-width: 1000px;
    margin: 20px auto 0;
}

@media screen and (min-width:1239px) {
    .show-calendar-modal {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}


/* 부트스트랩 모달 팝업 */
.modal {
    z-index: 9999;
}

.modal-open #wrapper {
    z-index: -1;
}

.modal .modal-dialog {
    margin-top: 200px;
}

.modal .modal-dialog .modal-header h5 {
    font-size: 20px;
    font-family: 'IBMPlexSansKR-Medium';
}

.modal .modal-dialog .modal-header .modal-close-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 30px;
}

.modal .modal-dialog .modal-footer {
    padding: 0;
    border-top: none;
}

.modal .modal-dialog .modal-footer * {
    margin: 0 !important;
}


/* 부트스트랩 모달 팝업 :: 옵션선택 */
.modal.modal-option-select .modal-dialog {
    max-width: 600px;
}

.modal-option-select .option-box .option-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.modal-option-select .option-box .option-con:last-child {
    border-bottom: none;
}

.modal-option-select .option-box .option-con .quick-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 190px;
}


/* 팝업 공통 */
.modal-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 8100;
}

.modal-popup-wrap.open {
    display: block;
}

.modal-popup-wrap .modal-popup {
    position: relative;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-top: 56px;
    background-color: #fff;
}

.modal-popup-wrap .modal-popup h2.mp-tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e9ecef;
    font-size: 18px;
    text-align: center;
}

.modal-popup-wrap .modal-popup h2.mp-tit em {
    display: block;
    padding: 0 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'IBMPlexSansKR-Bold';
}

.modal-popup-wrap .modal-popup h2.mp-tit .mp-close-btn {
    position: absolute;
    top: 0;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
}

.modal-popup-wrap .modal-popup h2.mp-tit .mp-close-btn.m-only {
    left: 0;
}

.modal-popup-wrap .modal-popup h2.mp-tit .mp-close-btn.pc-only {
    right: 0;
}

.modal-popup-wrap .modal-popup .mp-body {
    position: relative;
    padding: 20px;
}

@media screen and (min-width:767px) {
    .modal-popup-wrap {
        justify-content: center;
        align-items: center;
        padding: 50px;
        background-color: rgba(0,0,0,0.8);
    }

    .modal-popup-wrap.open {
        display: flex;
    }

    .modal-popup-wrap .modal-popup {
        max-width: 700px;
        height: auto;
        max-height: 700px;
        margin: 0 auto;
        border-radius: 10px;
    }
}


/* 팝업 // 지난 배송지 주소 */
.mp-addr-list-box .mp-body {
    padding: 5px !important;
    background-color: #f4f4f4;
}

.mp-addr-list-box .addr-list .addr-con {
    position: relative;
    padding: 20px;
    margin-bottom: 5px;
    border: 1px solid #e9ecef;
    background-color: #fff;
}

.mp-addr-list-box .addr-list .addr-con .addr-txt {
    margin-bottom: 20px;
    font-family: 'IBMPlexSansKR-Medium';
    font-size: 16px;
}

.mp-addr-list-box .addr-list .addr-con .name-phone span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #dcdcdc;
}

.mp-addr-list-box .addr-list .addr-con .name-phone span:first-child {
    padding-left: 0;
    border-left: none;
}

.mp-addr-list-box .addr-list .addr-con a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
}

@media screen and (min-width:767px) {
    .mp-addr-list-box .mp-body {
        padding: 10px !important;
    }
}