﻿@charset "UTF-8";

#contsArea {
    padding: 120px 0 0;
    text-align: center;
}

#contsArea h1 {
    line-height: 1;
}

#contsArea .mainTitle {
    margin: 0 auto 30px;
}

#contsArea p.mainTxt {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width:1024px) {
    #contsArea .mainTitle {
        margin: 0 auto 30px;
    }
}

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

@media screen and (min-width:1024px) {
    .indexno {
        opacity: 1;
    }

    #contsArea {
        padding: 160px 0 0;
    }
}



/*================
slick setting
================*/

.sliderSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.creditLists {}

.slider {
    /*    width: calc(100% - 45px);*/
    width: 85%;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
}

.slider img {
    width: 100%;
}

.thumb {
    width: 14.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    top: 0;
    border-bottom: 0;
    margin: 0 0 auto;
}

.thumb img {
    width: 100%;
}

.thumb_arrow.up,
.thumb_arrow.down {
    position: relative;
    width: 100%;
    height: 10px;
}

.thumb_arrow.up::before,
.thumb_arrow.down::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.thumb_arrow.down::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.thumb .slick-list {
    margin: .5rem 0;
}

.thumb.slick-vertical .slick-slide {
    border: none;
}

.thumb .slick-slide {
    width: 100%;
    margin: 2px auto;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    /*    border: 2px solid transparent;*/
    outline: none;
}

.thumb .slick-current {
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
}

.thumb .slick-current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.creditLists{
    margin: 1rem auto 0;
}
.creditLists li{
}
.creditLists li + li{
    margin: 1rem 0 0;
}
.creditLists li a{
    line-height: 1.4;
    text-decoration: underline;
}

a.noLink{
    pointer-events: none;
}
.creditLists li a.noLink{
    text-decoration: none;
}


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

    .slider {
        width: 92%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 916px;
        margin-left: 10px;
    }

    .thumb {
        width: 84px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 84px;
        flex: 0 0 84px;
    }

    .thumb .slick-current + li {
        -webkit-filter: brightness(100%) !important;
        filter: brightness(100%) !important;
    }

    .thumb.slick-vertical .slick-slide.slick-current + li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}




.mix {
    display: none;
    width: 100%;
}

.searchBox {
    overflow: auto;
}

.asTit {
    padding: 3em 0 0;
}

.artclArea {
    margin: 0 auto 8em;
    max-width: 1000px;
    width: 90%;
}

.aaCntryBlk {
    padding: 1em 0 2em;
}

.aaCntryBlk .acbLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem auto;
}

.aaCntryBlk .acbLists .acbList{
    margin: 0 2rem;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0 0 .5em;
}
.aaCntryBlk .acbLists .acbList.selected {
    opacity: .3;
    cursor: default;
    -webkit-transition: opacity .8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: opacity .8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    border-bottom: 1px solid;
    /* padding: 0 0 .5rem; */
}

/*
.cntrySelect {
    -webkit-animation: shopfadeOut .4s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
    animation: shopfadeOut .4s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;

}
*/

.selected.cntrySelect {
    margin: 0 0 6rem;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    height: inherit;
    overflow: inherit;
    -webkit-animation: shopfadeIn 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
    animation: shopfadeIn 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
}

@-webkit-keyframes shopfadeIn {
    0% {
        overflow: hidden;
        height: 0;
        opacity: 0;
    }

    1% {
        overflow: inherit;
        height: inherit;
        opacity: 0;
    }

    100% {
        overflow: inherit;
        height: inherit;
        opacity: 1;
    }
}

@keyframes shopfadeIn {
    0% {
        overflow: hidden;
        height: 0;
        opacity: 0;
    }

    1% {
        overflow: inherit;
        height: inherit;
        opacity: 0;
    }

    100% {
        overflow: inherit;
        height: inherit;
        opacity: 1;
    }
}

@-webkit-keyframes shopfadeOut {
    0% {
        overflow: inherit;
        height: inherit;
        opacity: 1;
    }

    99% {
        overflow: inherit;
        height: inherit;
        opacity: 0;
    }

    100% {
        overflow: hidden;
        height: 0;
        opacity: 0;
        padding: 0;
    }
}

@keyframes shopfadeOut {
    0% {
        overflow: inherit;
        height: inherit;
        opacity: 1;
    }

    99% {
        overflow: inherit;
        height: inherit;
        opacity: 0;
    }

    100% {
        overflow: hidden;
        height: 0;
        opacity: 0;
        padding: 0;
    }
}

.areaSelectLists {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 1px solid #222222;
}

.areaSelectLists::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 1px;
}

.areaSelectLists::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: rgba(0, 0, 0, .5);
}

.areaSelectLists .areaSelectList {
    display: inline-block;
}

.areaSelectLists .areaSelectList.checked {
    opacity: .3;
    border-bottom: 3px solid #222222;
}

.areaSelectLists .areaSelectList a {
    padding: 1em 16px 1.2em;
}

.areaSetList {
    padding: 0 0 6em;
    margin: 0 0 6em;
    border-bottom: 1px solid #222222;
}

.areaSet {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.areaSet .areaTit {
    width: 100%;
    text-align: center;
    margin: 0 0 2em;
}

.areaSet .areaLists {
    width: 100%;
}

.areaSet .areaLists .areaList + .areaList {
    margin: 4em 0 0;
}

.areaSet .areaLists .areaList .alSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.areaSet .areaLists .areaList .alSet .asShop,
.areaSet .areaLists .areaList .alSet .asAdd {
    width: 100%;
    margin: 0 0 .3em;
}

.areaSet .areaLists .areaList .alSet .asMap {
    width: 100%;
}

@media screen and (min-width: 961px) {
    .areaSelectLists {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .aaCntryBlk .acbLists .acbList {
        font-size: 2.0rem;
    }

    .areaSet .areaTit {
        width: 25%;
        text-align: left;
    }

    .areaSet .areaLists {
        width: 70%;
        margin: 0 0 0 5%;
    }

    .areaSet .areaLists .areaList .alSet .asShop,
    .areaSet .areaLists .areaList .alSet .asAdd {
        width: 85%;
    }

    .areaSet .areaLists .areaList .alSet .asMap {
        width: 10%;
        margin: 0 0 0 5%;
        text-align: right;
    }

    .chnBlk .areaSet .areaLists .areaList .alSet .asShop,
    .chnBlk .areaSet .areaLists .areaList .alSet .asAdd {
        width: 100%;
    }
}

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