@charset "utf-8";


#centerImg *,
#itemList *,
#shopSearch * {
    box-sizing: border-box;
}



/* ==========================================================================
mainSlide
========================================================================== */
#mainSlide .anchorWrap {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100px;
    left: 50%;
    width: 100%;
    max-width: 1220px;
    height: min-content;
    height: fit-content;
    background: transparent;
    opacity: 1;
    z-index: 4;
    transform: translateX(-50%);
}

#mainSlide .anchorBtn {
    display: flex;
    align-items: center;
    width: 65px;
    /* width: 280px; */
    /* width: 200px; */
    height: 65px;
    border-radius: 9999px;
    background: #C00913;
    transition: all .5s ease;
    overflow: hidden;
    cursor: pointer;
}

#mainSlide .anchorBtn > div:first-child {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65px;
}

#mainSlide .anchorBtn img {
    width: 30px;
}

#mainSlide .anchorBtn p {
    color: #fff;
    font-size: 10px;
}

#mainSlide .anchorBtn p.hoverText {
    font-size: 22px;
    white-space: nowrap;
}

@media (min-width: 1920px){
    #mainSlide .mainCarousel1.backPosition {
        background-position-y: top;
    }
}

@media (min-width: 769px){
    /* hover */
    #mainSlide .anchorBtn:hover {
        width: 235px;
    }
    
    #mainSlide .anchorBtn:hover > div:first-child {
        margin-left: 1em;
        margin-right: -0.5em;
    }
    
    #mainSlide .anchorBtn:hover p.normalText {
        display: none;
    }
    
}

@media (max-width: 1220px){
    #mainSlide .anchorWrap {
        width: 90%;
        max-width: none;
    }
}


/* ==========================================================================
centerImg
========================================================================== */
#centerImg {
    padding: 90px 0 120px;
    background: #F5F5F5;
}

#centerImg article {
    display: flex;
}

#centerImg article.reverse {
    flex-direction: row-reverse;
}

#centerImg article + article {
    margin-top: 20px;
}

#centerImg article > div {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
}

@media (max-width: 768px) {
    #centerImg article {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #centerImg article.reverse {
        flex-direction: column-reverse;
    }
}


/* leadText
-------------------------------------*/
#centerImg .leadText {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

#centerImg .leadText p {
    color: #000;
    font-size: 25px;
    font-size: clamp(18px,3.5vw,25px);
}

#centerImg .leadText p:first-child {
    margin-bottom: 0.5em;
    font-size: clamp(28px,3.5vw,40px);
    font-weight: 700;
    line-height: 1.4;
}


/* textBox
-------------------------------------*/
#centerImg .textBox {
    position: relative;
    margin-right: 10px;
    padding: 1%;
    width: 50%;
}

#centerImg article.reverse .textBox {
    margin-right: 0px;
    margin-left: 10px;
}

#centerImg .textBox .textBoxInner {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 80%;
    opacity: 0;
    background: #fff;
    border-radius: 15px;
    transform: translateY(-50%);
    transition: all 1s ease 0s;
}

/* img */
#centerImg .textBox .icon {
    width: 30%;
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 1em;
}

#centerImg .textBox .icon.large {
    max-width: 149px;
}

#centerImg .textBox .icon img {
    width: 100%;
}

/* h3 */
#centerImg .textBox h3 {
    color: #000;
    font-size: clamp(20px,3vw,35px);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

/* scroll */
#centerImg .scrollin .textBox .textBoxInner {
    top: 50%;
    opacity: 1;
}

@media (max-width: 768px) {
    #centerImg .textBox {
        padding: 0;
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    #centerImg article.reverse .textBox {
        margin-left: 0px;
    }

    /* img */
    #centerImg .textBox .icon {
        width: 20%;
    }

    /* h3 */
    #centerImg .textBox h3 {
        font-size: clamp(18px,3vw,25px);
    }

    /* PC 애니메이션 초기화 */
    #centerImg .textBox .textBoxInner,
    #centerImg .scrollin .textBox .textBoxInner {
        position: static;
        transform: none;
    }

    /* SP 애니메이션 */
    #centerImg .textBox .textBoxInner {
        padding: 2em 0;
        transform: translateY(40%);
        opacity: 0;
    }

    #centerImg .textBox.scrollin .textBoxInner {
        opacity: 1;
        transform: translateY(0%);
    }
}


/* imgBox
-------------------------------------*/
#centerImg .imgBox {
    position: relative;
    margin-left: 10px;
    width: 50%;
}

#centerImg article.reverse .imgBox {
    margin-left: 0px;
    margin-right: 10px;
}

#centerImg .imgBox img {
    width: 100%;
}

#centerImg .imgBox .absol {
    position: absolute;
    top: 80%;
    right: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 1s ease 0s;
}

/* scroll */
#centerImg .scrollin .imgBox .absol {
    top: 50%;
    opacity: 1;
}

@media (max-width: 768px) {
    #centerImg .imgBox {
        margin-left: 0px;
        width: 100%;
    }
    
    #centerImg article.reverse .imgBox {
        margin-right: 0px;
    }

    /* PC 애니메이션 초기화 */
    #centerImg .imgBox p:not(.absol) {
        display: none;
    }

    #centerImg .imgBox .absol,
    #centerImg .scrollin .imgBox .absol {
        position: static;
        transform: none;
    }

    /* SP 애니메이션 */
    #centerImg .imgBox .absol {
        transform: translateY(40%);
    }

    #centerImg .imgBox.scrollin .absol {
        opacity: 1;
        transform: translateY(0%);
    }
}



/* ==========================================================================
shopSearch
========================================================================== */
#shopSearch h3 {
    padding: 0.25em 0;
    border: 1px solid #000;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

#shopSearch .shopFlex {
    display: flex;
}

@media (max-width: 768px) {
    #shopSearch .shopFlex {
        position: relative;
        flex-direction: column;
    }
}

/* searchBox
-------------------------------------*/
#shopSearch .searchBox  {
    width: 30%;
    margin-right: 3%;
    min-width: 303px;
}

/* form */
#shopSearch .searchBox .form {
    position: relative;
    margin: 30px 0 20px;
}

/* form - input */
#shopSearch .searchBox .form input[type=search] {
    width: 100%;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 20px;
}

#shopSearch .searchBox .form input[type=search]::-ms-clear,
#shopSearch .searchBox .form input[type=search]::-ms-reveal{
	display:none;width:0;height:0;
}

#shopSearch .searchBox .form input[type=search]::-webkit-search-decoration,
#shopSearch .searchBox .form input[type=search]::-webkit-search-cancel-button,
#shopSearch .searchBox .form input[type=search]::-webkit-search-results-button,
#shopSearch .searchBox .form input[type=search]::-webkit-search-results-decoration{
	display:none;
}

#shopSearch .searchBox .form input[type=search]:focus {
    outline: none;
}

#shopSearch .searchBox .form input[type=submit] {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
    background: url('/img/ico_shop_search.png') no-repeat center center/contain;
    border: 0;
    outline: 0;
    cursor: pointer !important;
}

#shopSearch .searchBox .form a img {
    width: 100%;
}

/* shoptext */
#shopSearch .shoptext {
    color: #000000;
    font-size: 16px;
}

#shopSearch .shoptext strong {
    color: #C00913;
}

/* shoplist */
#shopSearch .searchBox ul.shoplist {
    margin-top: 25px;
    height: 575px;
    overflow-y: scroll;
    padding-right: 1em;
}

#shopSearch .searchBox ul.shoplist > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #646464;
}

#shopSearch .searchBox ul.shoplist > li + li {
    padding-top: 20px;
}

#shopSearch .searchBox ul.shoplist > li:last-child {
    border-bottom: none;
}

/* shoplist - a.shop */
#shopSearch .searchBox a.shop {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#shopSearch .searchBox a.shop span {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#shopSearch .searchBox a.shop span img {
    width: 100%;
}

#shopSearch .searchBox a.shop p.area {
    margin-bottom: 0.5em;
    color: #5D5D5D;
    font-size: 16px;
}

#shopSearch .searchBox a.shop p.name {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-decoration: underline;
}

#shopSearch .searchBox a.shop span.arrow {
    width: 9px;
}

/* shopinfo */
#shopSearch .searchBox ul.shopinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#shopSearch .searchBox ul.shopinfo p {
    color: #000;
    line-height: 1.4;
}

#shopSearch .searchBox ul.shopinfo li {
    width: 50%;
    display: flex;
}

#shopSearch .searchBox ul.shopinfo li:first-child {
    width: 100%;
    margin-bottom: 1em;
}

#shopSearch .searchBox ul.shopinfo li:last-child {
    width: calc(50% - 0.5em);
}

#shopSearch .searchBox ul.shopinfo li div.icon {
    flex-shrink: 0;
    width: 17px;
    margin-top: 0.1em;
    margin-right: 0.5em;
}

#shopSearch .searchBox ul.shopinfo li div a.tel {
    display: flex;
    align-items: center;
    color: #000;
}

#shopSearch .searchBox ul.shopinfo li div a.tel:focus {
    color: #000;
}

#shopSearch .searchBox ul.shopinfo li div.icon img {
    width: 100%;
}

#shopSearch .searchBox ul.shopinfo li div:last-child {
    flex: 1;
}

/* shopinfo - location */
#shopSearch .searchBox .location .popupBtn {
    display: flex;
    cursor: pointer;
}

/* shoplistNone */
#shopSearch .searchBox .shoplistNone {
    margin-top: 25px;
    height: 575px;
    display: none;
}

#shopSearch .searchBox .shoplistNone > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#shopSearch .searchBox .shoplistNone .icon {
    width: 55px;
    margin-bottom: 1em;
}

#shopSearch .searchBox .shoplistNone .icon img {
    width: 100%;
}

@media (max-width: 768px) {
    #shopSearch .searchBox  {
        width: 100%;
        margin-right: 0;
        min-width: auto;
    }

    #shopSearch .searchBox:not(.onlySp)  {
        /* padding-top: 50px; */
        position: -webkit-sticky;
        position: sticky;
        top: -1px;
        background: #fff;
        z-index: 1;
    }

    /* shoptext */
    #shopSearch .shoptext {
        margin-bottom: 20px;
    }

    /* shoplist */
    #shopSearch .searchBox ul.shoplist {
        padding-right: 0;
        height: auto;
        overflow-y: visible;
    }

    #shopSearch .searchBox .shoplistNone {
        height: auto;
    }
}


/* mapBox
-------------------------------------*/
#shopSearch .mapBox  {
    position: relative;
    flex: 1;
}

#shopSearch .popupWrap {
    position: absolute;
    width: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#shopSearch .popupInner {
    position: relative;
    width: 100%;
    height: 100%;
}

#shopSearch .popup {
    padding: 18px 10px 14px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .16);
    text-align: center;
    line-height: 1;
    opacity: 0;
    transition: opacity .5s ease;
}

#shopSearch .popup.on {
    opacity: 1;
}

#shopSearch .popup p.sub {
    color: #5D5D5D;
    font-size: 12px;
}

#shopSearch .popup p.main {
    margin: 10px 0 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

#shopSearch .popup a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 130px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    background: #131313;
    border-radius: 9999px;
}

#shopSearch .closeWrap {
    position: absolute;
    top: -10px;
    right: 5px;
}

#shopSearch .popup .close {
    position: relative;
    padding: 0.6em;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#shopSearch .popup .close::before,
#shopSearch .popup .close::after {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 50%;
    height: 12px;
    width: 1px;
    background-color: #000;
    border-radius: 9999px;
}

#shopSearch .popup .close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

#shopSearch .popup .close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

#shopSearch .pin {
    width: 19px;
    margin: 0 auto;
    margin-top: 8px;
}

#shopSearch .pin svg {
    width: 100%;
    height: auto;
}

#shopSearch .pin svg #ico_map_pin {
    fill: #5f5f5f;
    transition: fill .5s ease;
}

#shopSearch .popup.on + .pin svg #ico_map_pin {
    fill: #c00913;
}

@media (max-width: 768px) {
    #shopSearch .mapBox  {
        flex: auto;
        height: 40vw;
        min-height: 250px;
    }
}