@charset "utf-8";

/* common */
.w1260{width: 1260px; margin: 0 auto;}
#wrap{position: relative; overflow: hidden;}
.alertify .ajs-dialog { border-radius: 10px; overflow: hidden; }
.alertify .ajs-footer .ajs-buttons.ajs-primary { padding: 10px; }
.alertify .ajs-footer .ajs-buttons .ajs-button { background-color: #009eff; color: #fff; border: none; border-radius: 5px; }
#load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background: white;
    z-index: 99;
    text-align: center;
}

#load > img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 80px;
}
/* common */

/* header */
.h-top {
    height: 135px;
}
h1.logo {
    float: left;
    margin-top: 38px;
    width: 355px;
}
h1.logo img{
    max-width: 219px;
}
.h-search {
    float: left;
    position: relative;
    margin: 40px 170px 0 100px;
}
.h-top-icon {
    float: right;
    display: flex;
    margin-top: 54px;
}
.h-search .inp_sch {
    width: 378px;
    height: 55px;
    line-height: 55px;
    padding: 0 60px 0 30px;
    border: 2px solid #009eff;
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #aaa;
    outline: none;
    border-radius: 50px;
    box-sizing: border-box;
}
.h-search .btn_sch {
    position: absolute;
    right: 28px;
    top: 15px;
    width: 25px;
    height: 24px;
}
.h-top-icon > div+div{
    margin-left: 20px;
}
.h-basket {
    position: relative;
}
.h-basket a img {
    transition: transform .3s;
}
.h-basket a:hover img {
    transform: rotate(15deg);
}
.h-my a img {
    transition: transform .3s;
}
.h-my a:hover img {
    transform: rotate(-15deg);
}
.h-heart a img {
    transition: transform .3s;
}
.h-heart a:hover img {
    transform: rotate(15deg);
}
.h-del a img {
    transition: transform .3s;
}
.h-del a:hover img {
    transform: rotate(-15deg);
}
.h-basket span {
    position: absolute;
    right: -10px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #009eff;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Spoqa Han Sans';
    text-align: center;
    border-radius: 50%;
}

#gnb {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.gnb {
    float: left;
}
.gnb > li {
    float: left;
    width: 105px;
    text-align: center;
}
.gnb .menu1 {
    width: 220px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.gnb .menu1.on {
    background-color: #009eff;
    border: none;
    box-sizing: border-box;
}
.gnb .menu1.on .txt {
    
    color: #fff;
}
.gnb .menu1.on .ico {
    background: url(/img/pc/menu-icon-on.png);
}
.gnb .menu1 .ico {
    display: inline-block;
    background: url(/img/pc/menu-icon.png) no-repeat center/cover;
    vertical-align: -2px;
    width: 21px;
    height: 16px;
    margin-right: 16px;
}
.gnb .menu1:hover .gnb_sub ul {display: block;}
/* .gnb .menu2 {
    padding-left: 30px;
} */
.gnb .menu3 {
    padding-left: 30px;
}
.gnb > li a {
    font-size: 0;
}
.gnb > li a .txt {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.5px;
    line-height: 65px;
}
.gnb > li:hover a .txt {
    color: #009eff;
}
.gnb > li:hover a .txt::after {
    width: 100%;
}
.gnb > li a .txt::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background: #009eff;
    transition: width .3s;
}
.util-menu {
    float: right;
}
.util-menu li {
    position: relative;
    float: left;
}
.util-menu li+li {
    margin-left: 30px;
}
.util-menu li a {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 65px;
}
.util-menu li+li::before {
    content: '·';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}
.util-menu li:hover a {
    color: #009eff;
}

.gnb_sub {
    position: absolute;
    z-index: 1;
}
.gnb_sub ul{
    border-top: 1px solid #009eff;
    display: none;
    width: 220px;
    padding: 18px 30px 72px ;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.gnb_sub li {
    text-align: left;
}
.gnb_sub li:hover a {
    color: #009eff;
}
.gnb_sub li a {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 45px;
    letter-spacing: -0.5px;
}


/* footer */
#footer {
    padding-bottom: 55px;
    box-sizing: border-box;
}
.f-nav {
    float: left;
}
.f-top {
    background-color: #f7f7f7;
    height: 70px;
}
.f-top-in {
    position: relative;
}
.f-nav li {
    position: relative;
    float: left;
}
.f-nav li+li {
    
    margin-left: 36px;
}
.f-nav li+li::before {
    content: '·';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
}
.f-nav li a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 70px;
}
.fam-site {
    width: 255px;
    position: absolute;
    right: 0;
    float: right;
}
.f-select {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    position: relative;
    line-height: 70px;
    padding: 0 60px 0 47px;
    box-sizing: border-box;
    cursor: pointer;
}
.f-select::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/pc/fam-arrow.png) no-repeat center right;
    right: 0;
    top: 34px;
    width: 11px;
    height: 6px;
}
.f-list {
    display: none;
    padding: 0 47px 15px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.f-list li a {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    line-height: 35px;
}
.f-list li:hover a {
    color: #000;
}


.f-bottom {
    padding: 49px 0 0;
    box-sizing: border-box;
}
.f-address {
    float: left;
}
.f-tel {
    float: right;
}
.f-address p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #888;
}
.f-address p span {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 300;
    vertical-align: 3px;
    color: #dbdbdb;
    display: inline-block;
    margin: 0 11px;
}
.copyright {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #777;
}


@keyframes tel_ani {
    0%, 6%, 12%, 18%, 22%, 26%, 30%, 34%, 38%, 42%, 48%, 50% {
        transform: translate(0);
    }
    3%, 15%, 24%, 32%, 40% {
        transform: translate(3px, -3px);
    }
    9%, 20%, 28%, 36%, 44% {
        transform: translate(-3px, -3px);
    }

}
.f-tel {
    font-size: 0;
}
.f-tel > img {
    animation: tel_ani 2s linear infinite;
    vertical-align: top;
}
.f-tel .f-txt {
    display: inline-block;
    vertical-align: top;
    margin-left: 17px;
}
.f-tel .f-txt p:nth-child(1) {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.f-tel .f-txt p:nth-child(2) {
    font-size: 35px;
    color: #222;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 35px;
    padding: 9px 0 10px;
    box-sizing: border-box;
}
.f-tel .f-txt p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #888;
}

.f-sns li {
    float: left;
    font-size: 0;
}
.f-sns li+li {
    margin-left: 8px;
}

#quick {
    position: fixed;
    bottom: 145px;  
    right: 220px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 50%;
    z-index: 1;
}
#quick a {
    display: block;
}

.layerPop5 {
    display: none;
}
.layerPop6 {
    display: none;
}

.ship-bg {
    position: fixed;
    background-color: rgb(0,0,0,30%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 11;
}
.Dpop-box {
    position: fixed;
    width: 1090px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
}
.Dpop-title {
    font-size: 30px;
    color: #222;
    font-weight: 700;
}
.Dpop-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.terms-agree {
    height: 640px;
}
.terms-detail{
    overflow-y: scroll;
    height: 485px;
    border: 1px solid #ddd;
    padding: 35px 30px;
    box-sizing: border-box;
}
.regi-ship {
    width: 850px;
}
.terms-detail p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.5px;
    line-height: 25px;
}