.fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wrap {
    min-width: 1200px;
    min-height: 100vh;
    padding-bottom: 80px;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.fix #wrap {
    position: relative;
    top: 0;
}

.top {
    position: relative;
    padding-top: 30px;
}

.top::before {
    content: '';
    display: block;
    background: #e6e6e5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 100vh;
}

.top .logo {
    position: absolute;
    left: 30px;
    top: 20px;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    width: 190px;
}

.top .logo img {
    max-width: 100%;
}

.top .contact {
    position: absolute;
    right: 121px;
    top: 31px;
    width: 180px;
    height: 47px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 47px;
    background: #222;
}

#gnbWrap {
    position: absolute;
    top: 100px;
    left: 0;
    width: 250px;
    padding: 0 5px;
}

#gnbWrap li+li {
    margin-top: 20px;
}

#gnbWrap li a {
    position: relative;
    display: block;
    color: #111;
    padding: 0 0 0 45px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.05em;
}

#gnbWrap li a img {
    border: 0 none;
    font-size: 0;
    line-height: 0;
    max-width: 65%;
    margin-bottom: 25px;
}

#gnbWrap>li>a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 40px;
    height: 4px;
    background-color: #111;
    opacity: 0;
}

#gnbWrap li a:hover::before,
#gnbWrap li.active a::before {
    opacity: 1;
}

.contents {
    clear: both;
    padding-left: 319px;
    box-sizing: border-box;
}

.contents.board {
	padding-right:3%;
}

.contents::after {
    content: '';
    display: block;
    clear: both;
}

.contents .title {
    width: 319px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.contents .brand-slider {
    float: left;
    width: 100%;
}

.contents .brand-slider .slick-slide {
    margin-right: 40px;
}

.contents .brand-slider .img {
    position: relative;
    width: 460px;
    height: 670px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.contents .brand-slider .img>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contents .brand-slider .img .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.contents .brand-slider .img .hover>img.brand-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contents .brand-slider .img .hover>p.more {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1d1d1b;
    border-bottom: 2px solid #1d1d1b;
    padding-bottom: 5px;
    cursor: pointer;
}

.contents .brand-slider .img .hover>p.more>img {
    display: inline-block;
    width: 18px;
    margin-left: 4px;
}

.contents .brand-slider .img:hover {
    border: 1px solid #222;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
}

.contents .brand-slider .img:hover>img {
    transform: scale(1.2);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contents .brand-slider .img:hover .hover {
    display: block;
}

.contents .brand-slider .name {
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
    min-height: 80px;
}

.contents .brand-slider .name>p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
}

.contents .brand-slider .name>span {
    font-size: 16px;
    font-weight: 500;
    color: #888;
}

.contents .brand-slider .slick-dots {
    width: 100%;
    bottom: -42px;
    overflow: hidden;
    display: none;
}

.contents .brand-slider .slick-dots li {
    float: left;
    height: 4px;
    margin: 0;
}

.contents .brand-slider .slick-dots li button {
    width: 100%;
    height: 4px;
    padding: 0;
    background: #ccc;
}

.contents .brand-slider .slick-dots li button:before {
    display: none;
}

.contents .brand-slider .slick-dots li.slick-active button {
    background: #222;
}

.contents .brand-slider .slick-prev {
    left: -55px;
}

.contents .brand-slider .slick-next {
    right: 34px;
}

.contents .brand-slider .slick-prev,
.contents .brand-slider .slick-next {
    width: 46px;
    height: 140px;
    background-color: rgba(0, 0, 0, .4);
}

.contents .brand-slider .slick-prev:hover,
.contents .brand-slider .slick-next:hover {
    background-color: rgba(0, 0, 0, 1);
}

.contents .brand-slider .slick-prev::before,
.contents .brand-slider .slick-next::before {
    display: none;
}

.contents .brand-slider .slick-prev::after,
.contents .brand-slider .slick-next::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: #fff 3px solid;
    border-left: #fff 3px solid;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}

.contents .brand-slider .slick-next::after {
    transform: rotate(135deg);
}

.contents .brand-slider ul {
    margin-left: -40px;
    margin-top: -30px;
}

.contents .brand-slider ul li {
    float: left;
    width: 220px;
    margin: 30px 0 0 40px;
}

.contents .brand-slider ul li:nth-child(4n+1) {
    clear: both;
}

.contents .brand-slider .img {
    width: 100%;
    height: 318px;
}

.contents .brand-slider ul li .img>img {
    max-width: 100%;
    display: block;
}

.contents .brand-slider ul li .hover img {
    max-width: 80%;
}

.contents,
.contents .brand-slider ul::after {
    content: "";
    display: block;
    clear: both;
}

.copyright {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 250px;
    clear: both;
    font-size: 12px;
    font-weight: 500;
    color: #888;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 95px 0 0;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0 50px 320px;
    font-size: 12px;
    font-weight: 500;
    color: #888;
    box-sizing: border-box;
}

footer span {
    position: relative;
    display: inline-block;
}

footer span+span {
    margin-left: 1rem;
    padding-left: 1rem;
}

footer span+span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    display: block;
    width: 1px;
    height: 10px;
    background-color: #999;
}

#layer-popup-wr {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

#layer-popup-wr .dim_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.8);
}

#layer-popup-wr .layer-popup-cont {
    position: relative;
    width: 990px;
    border: 4px solid #222;
    margin: 68px auto;
}

#layer-popup-wr .layer-popup-cont .close {
    position: absolute;
    right: -54px;
    top: -4px;
    width: 50px;
    height: 50px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../img/icon-close.png) center center / 24px auto no-repeat #222;
}

#layer-popup-wr .layer-popup-cont .layer-cont {
    display: none;
    padding: 46px 49px;
    background: #fff;
}

#layer-popup-wr .layer-popup-cont .layer-cont section {
    margin-bottom: 40px;
}

#layer-popup-wr .layer-popup-cont .layer-cont section+section {
    margin: 0;
}

#layer-popup-wr .layer-popup-cont .layer-cont section>h2 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 28px;
}

#layer-popup-wr .layer-popup-cont .layer-cont section>h2:before {
    display: inline-block;
    content: "•";
    margin-right: 7px;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.intro .intro-txt {
    overflow: hidden;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.intro .intro-txt .logo {
    float: left;
    width: 320px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    border: 1px solid #dddddd;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.intro .intro-txt .logo>img {
    max-width: 80%;
    max-height: 90%;
    vertical-align: middle;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.intro .intro-txt .txt {
    float: left;
    width: calc(100% - 320px);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    padding: 5px 20px 0 30px;
    word-break: keep-all;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.slider {
    margin-bottom: 70px;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-prev,
#layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-next {
    width: 60px;
    height: 60px;
    background: rgba(51, 51, 51, 0.8) no-repeat;
    z-index: 9;
    background-position: center center;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-prev {
    left: 0;
    background-image: url(../img/slider-arrow-left.png);
}

#layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-next {
    right: 0;
    background-image: url(../img/slider-arrow-right.png);
}

#layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-prev:before,
#layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-next:before {
    display: none;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store {}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-top: -5px;
    letter-spacing: -0.01em;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>table {
    width: 100%;
    margin-top: 17px;
    border-top: 1px solid #222;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>table tr {
    border-bottom: 1px solid #ddd;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>table th {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 18px 0;
    background: #ededed;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>table td {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.35px;
    padding: 12px 0;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>table td.depart {
    width: 23%;
    text-align: center;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>table td.addr {
    width: auto;
    text-align: left;
    padding-left: 17px;
}

#layer-popup-wr .layer-popup-cont .layer-cont section.store>table td.tel {
    width: 20%;
    text-align: center;
}

.contact-bx {
    max-width: 940px;
}

.contact-bx .tx01 {
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    padding: 1rem 0;
    color: #111;
    font-weight: 600;
    margin-bottom: 2rem;
}

.contact-bx .tx02 {}

.contact-bx h4.htit {
    margin-top: 20px;
    color: #bc2a2e;
    font-size: 15px;
}

.contact-bx h4.xtit {
    margin-top: 20px;
    color: #111111;
}

.contact-bx h4.htit span.barrw {
    margin-left: 7px;
    padding-left: 0;
}

.contact-bx h4.htit span.barrw::before {
    content: '';
    display: inline-block;
    border-left: #bc2a2e 5px solid;
    border-top: transparent 5px solid;
    border-bottom: transparent 5px solid;
    margin-right: 4px;
}

.contact-bx p.dtie {
    margin-top: 5px;
    color: #000;
    line-height: 1.5;
    font-size: 14px;
}

.mapBx {
    margin-top: 2rem;
}

#Map2 iframe {
    width: 720px;
    height: 300px;
}

@media all and (max-width:768px) {
    #wrap {
        width: 100%;
        min-width: auto;
        background: url('../img/bg-pattern.jpg') left top / 16.5% auto;
        *background: transparent;
        padding-bottom: 0;
    }
    .top {
        padding-top: 90px;
    }
    .top .logo img {
        width: 90px;
    }
    .top::before {
        display: none;
    }
    .top .logo {
        left: 3%;
        top: 15px;
        font-size: 1.1rem;
    }
    .top .contact {
        right: 3%;
        top: 27px;
        width: 95px;
        height: 25px;
        font-size: 0.85rem;
        line-height: 25px;
    }
    #gnbWrap {
        display: none;
    }
    .contents {
        padding: 0;
    }
    .contents .title {
        float: none;
        width: 100%;
        font-size: 2.1rem;
        margin: 0;
        margin-top: 3px;
        margin-bottom: 22px;
        text-align: center;
    }
    .contents .brand-slider {
        width: 100%;
        padding: 4%;
    }
    .contents .brand-slider ul {
        width: 100%;
        margin-left: -1%;
    }
    .contents .brand-slider ul>li {
        float: left;
        width: 24%;
        margin-left: 1%;
        margin-bottom: 5%;
    }
    .contents .brand-slider ul>li:nth-child(4n+1) {
        clear: both;
    }
    .contents .brand-slider .img {
        width: 100%;
        height: auto;
    }
    .contents .brand-slider .img:hover {
        border: 3px solid #222;
        padding-bottom: 2px;
    }
    .contents .brand-slider .img .hover>img.brand-logo {
        width: 85%;
    }
    .contents .brand-slider .img .hover>p.more {
        width: 90px;
        bottom: 15px;
        font-size: 0.7rem;
        letter-spacing: 0;
    }
    .contents .brand-slider .img .hover>p.more>img {
        width: 14px;
    }
    .contents .brand-slider .name {
        line-height: 1.2;
        margin-top: 10px;
        min-height: 60px;
    }
    .contents .brand-slider .name>p {
        font-size: 0.75rem;
        letter-spacing: -0.04em;
    }
    .contents .brand-slider .name>span {
        display: block;
        font-size: 0.8rem;
    }
    footer {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 2rem 1rem;
        text-align: center;
        line-height: 1.5;
    }
    footer .copyright {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        font-size: 0.7rem;
        padding-top: 0;
    }
    footer span+span::before {
        display: none;
    }
    footer span+span {
        padding: 0 1rem;
        margin-left: 0;
    }
    #layer-popup-wr {
        *background: url('../img/sian.jpg') center -124px / 100% auto no-repeat;
    }
    #layer-popup-wr .layer-popup-cont {
        width: 92%;
        border: 2px solid #222;
        margin: 100px auto;
    }
    #layer-popup-wr .layer-popup-cont .close {
        right: -5px;
        top: -30px;
        width: 20px;
        height: 20px;
        background: url(../img/icon-close.png) center center / 13px auto no-repeat;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont {
        padding: 40px 0 0;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section {
        padding: 0 5%;
        margin-bottom: 25px;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section>h2 {
        font-size: 1.1rem;
        margin-bottom: 24px;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section>h2:before {
        display: none;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.intro .intro-txt .logo {
        float: none;
        width: 100%;
        height: 100px;
        line-height: 100px;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.intro .intro-txt .logo>img {
        max-width: 55%;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.intro .intro-txt .txt {
        float: none;
        width: 100%;
        font-size: 0.95rem;
        line-height: 1.4;
        padding: 17px 0;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.slider {
        margin-bottom: 40px;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-prev,
    #layer-popup-wr .layer-popup-cont .layer-cont section.slider .slick-next {
        width: 30px;
        height: 30px;
        background-size: auto 11px;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store {
        padding: 40px 5%;
        background: #ededed;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>p {
        font-size: 0.9rem;
        letter-spacing: -0.06em;
        line-height: 1.4;
        word-break: keep-all;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table {
        border: 0;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table tr {
        display: block;
        border: 1px solid #ddd;
        padding: 17px 6%;
        background: #fff;
        margin-bottom: 6px;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table tr:first-child {
        display: none;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table th {
        display: none;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table td {
        display: inline-block;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table td.depart {
        width: 100%;
        font-size: 1.1rem;
        font-weight: 500;
        color: #222;
        line-height: 1;
        text-align: left;
        letter-spacing: -0.05em;
        padding: 0;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table td.addr {
        width: 100%;
        font-size: 0.9rem;
        word-break: keep-all;
        line-height: 1.5;
        padding: 9px 0;
    }
    #layer-popup-wr .layer-popup-cont .layer-cont section.store>table td.tel {
        width: 100%;
        font-size: 0.9rem;
        text-align: left;
        padding: 0;
        margin-top: -17px;
    }
    .contact-bx {
        padding: 0 4.5vw;
    }
    .contact-bx iframe {
        width: 100%;
    }
}


/* Deptgh2 */

#gnbWrap .depth2 {
    margin-top: 30px;
    padding-left: 10px;
    display: none;
}

#gnbWrap .depth2 li {}

#gnbWrap .depth2 li~li {
    margin-top: 10px;
}

#gnbWrap .depth2 li a {
    font-size: 14px;
}

#gnbWrap .depth2 li a img {
    max-width: 100%;
    display: block;
}

#gnbWrap .depth2 li a,
{
    width: 50%;
    margin-bottom: 20px;
}

/* 0722 */
.foot-family{ position: absolute; top:-40px; left:20px; padding:0; width:210px; z-index:3;}
.foot-family .bt{ position: relative; display:block; height:30px; line-height:30px; width:100%; border:#666 1px solid; padding:0 10px; background-color:#fff;}
.foot-family .bt::after{ content:""; display:block; position: absolute; top:50%; right:10px; width:6px; height:6px; border-top:#666 1px solid; border-right:#666 1px solid; transform: rotate(-45deg);}
.foot-family > ul{ position: absolute; bottom:29px; left:0; width:100%; padding:10px 0; border:#666 1px solid; background-color:#fff; display:none;}
.foot-family > ul > li > a{ display:block; padding:10px; font-weight:400; }
.foot-family > ul > li > a:hover{ text-decoration:underline;}

@media all and (max-width:640px) {
	.foot-family{ top:-15px; width:calc(100% - 40px); left:20px;}
}

/* 1129 */

.intro-txt>.btn-box {color: #666666; display: block; vertical-align: middle; text-align: center; width: 20%; height: 50px;  border: 1px solid #ddd;transition: all 0.5s ease; 
    position: relative; border-radius: 25px; float: right; line-height: 45px; font-size: 14px; font-weight: 500; letter-spacing: -0.03em; min-width: 140px; margin-right: 0.758em; }

.btn-box:hover { background-color:#f4f4f4; border: 1px solid #f4f4f4; }
.ic-arr{display:inline-block; vertical-align:middle; margin:0 0 0 5px; width:8px; height:8px; border:1px solid #666; border-top:none;border-right:none;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);}

@media all and (max-width:768px) {
.intro-txt>.btn-box{width: 100%; margin: 0;}
}

