@charset "UTF-8";
/* CSS Document */


#shop{
    margin-bottom: 85px;
}
#shop .h-search {
    width: 100%;
    margin-bottom: 50px;
}
#shop .h-search .search-container {
    position: relative;
    width: 550px;
    margin: 0 auto;
}
#shop .h-search .search-input {
    width: 85%;
    padding: 20px 10% 20px 5%;
    border: 1.5px solid #4d5355;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background-image: url('../img/common/ico-search.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    background-size: 22px 22px;
    background-color: #f7f7f7;
}
#shop .h-search .search-input:focus {
  border-color: #007bff;
}
#shop .h-search .search-input::placeholder {
  color: #999;
}

@media only screen and (max-width: 768px) {
#shop{
    margin-bottom: 50px;
    width: 100%;
}
#shop .h-search {
    width: 85%;
    margin: 0 auto 35px;
}
#shop .h-search .search-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#shop .h-search .search-input {
    width: 85%;
    padding: 15px 10% 15px 5%;
    border: 1.5px solid #4d5355;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background-image: url('../img/common/ico-search.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    background-size: 22px 22px;
    background-color: #f7f7f7;
}
#shop .h-search .search-input:focus {
  border-color: #007bff;
}
#shop .h-search .search-input::placeholder {
  color: #999;
}
}


#shop .tab-container {
    display: flex;
    border-bottom: 5px solid #4d5355;
    gap: 10px;
    margin-bottom: 70px;
    padding-left: 193px;
}

#shop .tab {
    padding: 0;
    background: transparent;
    border: 1.5px solid #4d5355;
    border-bottom: none;
    border-radius: 38px 38px 0 0;
    font-size: 17px;
    line-height: 48px;
    font-weight: 500;
    color: #4d5355;
    position: relative;
    bottom: -5px;
    width: 420px;
    height: 48px;
    transition: 0.1s ease;
}

#shop .tab.active {
    background: white;
    border: 5px solid #4d5355;
    border-bottom: 0.1px solid white;
    cursor: default;
}

#shop .tab:hover {
    font-weight: 600;
}
#shop .tab.active:hover {
    font-weight: normal;
}
#shop .tab a {
    display: block;
    padding: 0 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

@media only screen and (max-width: 768px) {
#shop .tab-container {
    display: flex;
    border-bottom: 4px solid #4d5355;
    gap: 10px;
    margin: 0 auto 30px;
    padding-left: 0;
    width: 90%;
}

#shop .tab {
    padding: 0;
    background: transparent;
    border: 1.5px solid #4d5355;
    border-bottom: none;
    border-radius: 28px 28px 0 0;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #4d5355;
    position: relative;
    bottom: -4px;
    width: 50%;
    height: 40px;
    transition: 0.1s ease;
}

#shop .tab.active {
    background: white;
    border: 4px solid #4d5355;
    border-bottom: 0.1px solid white;
}

#shop .tab:hover {
    font-weight: 700;
}
#shop .tab.active:hover {
    font-weight: 700;
}
#shop .tab a {
    display: block;
    padding: 0 0;
    width: 100%;
    height: 100%;
    color: inherit;
}
#shop .tab a:hover {
    color: inherit;
}
}



#shop .category {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 70px;
}
#shop .category a {
    text-decoration: none;
}
#shop .category li {
    list-style: none;
    color: #4d5355;
    border: 1px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    width: 180px;
    height: 50px;
    transition: 0.2s ease; 
}
#shop .category li:hover {
    list-style: none;
    color: #fff;
    border: 1px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 180px;
    height: 50px;
    background: #4d5355;
}
#shop .category li.active {
    color: #fff;
    border: 1px solid #4d5355;
    background: #4d5355;
}

@media only screen and (max-width: 768px) {
#shop .category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0 auto 35px;
    width: 90%;
}
#shop .category a {
    text-decoration: none;
}
#shop .category li {
    list-style: none;
    color: #4d5355;
    border: 1px solid #4d5355;
    border-radius: 12px;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    width: 105px;
    height: 35px;
    transition: 0.2s ease; 
}
#shop .category li:hover {
    list-style: none;
    color: #fff;
    border: 1px solid #4d5355;
    border-radius: 12px;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    width: 105px;
    height: 35px;
    transition: 0.2s ease; 
}
#shop .category li.active {
    color: #fff;
    border: 1px solid #4d5355;
    background: #4d5355;
}
}








#shop-detail .detail-inner {
    border-top: 1px solid #4d5355;
    width: 1125px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
#shop-detail .detail-inner {
    width: 90%;
    margin: 0 auto;
}
}


#shop-detail .shop-logoname {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    justify-content: flex-start;
    margin-bottom: 37px;
    width: 100%;
}
#shop-detail .shop-logoname .shop-logo {
    width: 180px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    flex-shrink: 0;
}
#shop-detail .shop-logoname .shop-logo img {
    max-width: 180px;
    max-height: 120px;
    width: auto;
    height: auto;
}
#shop-detail .shop-logoname .shop-name {
    font-size: 36px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 800;
    overflow-wrap: break-word;
    word-break: break-word;
    flex: 1;
}
#shop-detail .shop-logoname .shop-name .subname {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: normal;
    display: block;
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
#shop-detail .shop-logoname {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 auto 30px;
    width: 100%;
}
#shop-detail .shop-logoname .shop-logo {
    width: 92px;
    height: 67px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    flex-shrink: 0;
}
#shop-detail .shop-logoname .shop-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#shop-detail .shop-logoname .shop-name {
    font-size: 24px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 800;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: -5px;
    width: auto;
    flex: 1;
}
#shop-detail .shop-logoname .shop-name .subname {
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}
}



#shop-detail .detail-inner .shop-content {
    margin: 0 0 50px 0;
    padding: 0;
    width: 1130px;
    display: flex;
    gap: 77px;
}
#shop-detail .detail-inner .shop-content .txt-content {
    margin: 0;
    padding: 0;
    flex: 1;
}

@media only screen and (max-width: 768px) {
#shop-detail .detail-inner .shop-content {
    margin: 0 auto 30px auto;
    padding: 0;
    width: 90%;
    display: block;
}
#shop-detail .detail-inner .shop-content .txt-content {
    margin: 0;
    padding: 0;
}
}



#shop-detail .slider-container {
    width: 500px;
    margin: 0;
}

#shop-detail .slides {
    position: relative;
    width: 500px;
    height: 375px;
    overflow: hidden;
}

#shop-detail .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#shop-detail .slide.active {
    opacity: 1;
}

#shop-detail .slide img {
    width: 500px;
    height: 375px;
    object-fit: cover;
    display: block;
}

#shop-detail .dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#shop-detail .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}

#shop-detail .dot.active {
    background: #009bdd;
}

#shop-detail .dot:hover {
    background: #009bdd;
}

@media only screen and (max-width: 768px) {

#shop-detail .slider-container {
    width: 90%;
    margin: 0 auto 20px;
}

#shop-detail .slides {
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 375;
}

#shop-detail .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#shop-detail .slide.active {
    opacity: 1;
}

#shop-detail .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#shop-detail .dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#shop-detail .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}

#shop-detail .dot.active {
    background: #009bdd;
}

#shop-detail .dot:hover {
    background: #009bdd;
}
}



#shop-detail .detail-inner p {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 2.2em;;
    font-weight: normal;
}
#shop-detail .detail-inner p.lead {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 20px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
#shop-detail .detail-inner p.lead {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: 700;
}
#shop-detail .detail-inner p {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.9em;;
    font-weight: normal;
}
}


#shop-detail .detail-inner .shop-info {
    margin: 0 0 70px 0;
    padding: 42px 73px;
    border: 33px solid #f7f7f7;
    width: calc(100% - 212px);
}
#shop-detail .detail-inner .shop-info ul {
    border-top: 1px solid #e1e6ec;
    width: 870px;
    margin: 0 auto;
}
#shop-detail .detail-inner .shop-info li {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #e1e6ec;
}
#shop-detail .detail-inner .shop-info li .art {
    width: 210px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: 600;
    flex-shrink: 0;
}
#shop-detail .detail-inner .shop-info li .text {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
    flex: 1;
}
#shop-detail .detail-inner .shop-info li .text a.url {
    color: #009bdd;
}
#shop-detail .detail-inner .shop-info li .text a.url:hover {
    text-decoration: underline;
}
#shop-detail .detail-inner .shop-info li .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 8px;
    padding: 1px 25px 3px 10px;
    margin-left: 20px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
#shop-detail .detail-inner .shop-info li .btn-floorguide:hover {
    background: #009bdd;
}

#shop-detail .detail-inner .shop-info li .btn-floorguide::before,
#shop-detail .detail-inner .shop-info li .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#shop-detail .detail-inner .shop-info li .text .sns {
    display: flex;
    gap: 10px;
}
#shop-detail .detail-inner .shop-info li .text .sns img.insta {
    width: 23px;
}
#shop-detail .detail-inner .shop-info li .text .sns img.fb {
    width: 11px;
}
#shop-detail .detail-inner .shop-info li .text .sns img.line {
    width: 26px;
}
#shop-detail .detail-inner .shop-info li .text .sns a {
    width: 40px;
    height: 40px;
    border: 1px solid #4d5355;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shop-detail .detail-inner .shop-info li .text .sns a:hover {
    border: 1px solid #009bdd;
}
#shop-detail .detail-inner .shop-info li .text .sns svg {
    fill: #4d5355;
    transition: fill 0.2s;
}
#shop-detail .detail-inner .shop-info li .text .sns a:hover svg {
    fill: #009bdd;
}

@media only screen and (max-width: 768px) {
#shop-detail .detail-inner .shop-info {
    margin: 0 0 70px 0;
    padding: 20px 20px;
    border: 20px solid #f7f7f7;
    width: calc(100% - 80px);
}
#shop-detail .detail-inner .shop-info ul {
    border-top: 1px solid #e1e6ec;
    width: 100%;
}
#shop-detail .detail-inner .shop-info li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #e1e6ec;
}
#shop-detail .detail-inner .shop-info li .art {
    width: calc(33% - 15px);
    font-size: 14px;
    color: #4d5355;
    line-height: 1.4em;;
    font-weight: 600;
    padding-right: 15px;
}
#shop-detail .detail-inner .shop-info li .text {
    width: 67%;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: normal;
}
#shop-detail .detail-inner .shop-info li .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 5px;
    padding: 3px 22px 3px 8px;
    margin-left: 20px;
    position: relative;
}
#shop-detail .detail-inner .shop-info li .btn-floorguide:hover {
    background: #009bdd;
}

#shop-detail .detail-inner .shop-info li .btn-floorguide::before,
#shop-detail .detail-inner .shop-info li .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
}


#shop-detail .shop-shopnews {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#shop-detail .shop-shopnews .news-title {
    border-top: 1px solid #4d5355;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
#shop-detail .shop-shopnews .news-title img {
    margin-top: -20px;
    width: 145px;
    background: #fff;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
#shop-detail .shop-shopnews {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#shop-detail .shop-shopnews .news-title {
    border-top: 1px solid #4d5355;
    width: 90%;
    text-align: center;
    margin: 0 auto 45px;
}
#shop-detail .shop-shopnews .news-title img {
    margin-top: -20px;
    width: 145px;
    background: #fff;
    padding: 0 15px;
}
}


.results {
    margin: 0 auto 55px;
    padding: 15px 0;
    width: 1000px;
    background-color: #f7f7f7;
    font-size: 22px;
    color: #4d5355;
    line-height: 1em;
    text-align: center;
}

@media only screen and (max-width: 768px) {
.results {
    margin: 0 auto 35px;
    padding: 30px 0;
    width: 90%;
    background-color: #f7f7f7;
    font-size: 22px;
    color: #4d5355;
    line-height: 1em;
    text-align: center;
}
}