
/* bg */
.bg-gray {
    background-color: #f7f7f7;
}
.bg-rd {
    background-color: #f8f3ef;
}
.bg-dark {
    background-color: #111;
}
.bg_eff1 {
    background: url(../img/bg_eff1.jpg) center center no-repeat;
}
@media (min-width:992px) {
    .bg_eff1 {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    .bg_eff1 {
        background-size: cover;
    }
}
/* lined_v */
.lined_v {
    width: 1px;
    height: 25px;
    background-color: #111;
    margin: 0 auto;
}
/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}
#sub_tabs ul .dropdown-toggle {
    display: none;
}
#sub_tabs ul .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 3vw;
}
#sub_tabs ul .dropdown-menu li a {
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
#sub_tabs ul .dropdown-menu li:hover a {
    background-color: transparent;
}
#sub_tabs ul .dropdown-menu li.act a {
    border-bottom-color: #111;
    color: #111;
    font-weight: 500;
}
@media (max-width:500px) {
    #sub_tabs ul .dropdown-menu {
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 5px;
        padding: 15px 0;
        justify-content: center;
    }
    #sub_tabs ul .dropdown-menu li a {
        padding: 5px 0;
        font-size: 13px;
        margin-bottom: 0;
    }
    #sub_tabs ul .dropdown-menu li.act a {
        border-color: #111;
        color: #111;        
        font-weight: 600;
    }
}


/* subtop */
#subtop {
    position: relative;
    text-align: center;
}
#subtop .fbox {
    height: 500px;
    padding-top: 90px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        padding: 60px 0;
        height: 250px;
    }
    #subtop .fbox > div {
        width: 100%;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
}
#site_config .site {
    display: flex;
    align-items: center;
}
#site_config .site .home {
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    height: 16px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 5px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* brand0 */
#brand0 .sec1 .logos img {
    mix-blend-mode: darken;
}
#brand0 .sec1 .lined {
    height: 45px;
    width: 1px;
    margin: 20px auto;
    display: block;
    background-color: transparent;
    position: relative;
}
#brand0 .sec1 .lined:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #ddd;
    
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#brand0 .sec1 .lined.aos-animate:after {
    height: 100%;
}
/* subTopTit */
.subTopTit {
    position: relative;
    max-width: 80%;
    overflow: hidden;
}
.subTopTit span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.subTopTit span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    width: 600px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}
/* brand1 */
#brand1 .sec1 {
    background: url(../img/br1_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#brand1 .sec1 .imgBox {
    position: relative;
}
#brand1 .sec1 .imgBox .brCon {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;

    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#brand1 .sec1 .imgBox .brCon.brCon1 {
    background: url(../img/br1_img1.jpg) center center no-repeat;
    background-size: cover;
}
#brand1 .sec1 .imgBox .brCon.brCon2 {
    top: auto;
    bottom: 0;
    background: url(../img/br1_img2.jpg) center center no-repeat;
    background-size: cover;
}
#brand1 .sec1 .imgBox.aos-animate .brCon {
    height: 100%;
}
@media (min-width:992px) {
    #brand1 .sec1 .imgBox .brCon.brCon1 {
        margin-top: 60px;
    }
}
@media (max-width:992px) {
    #brand1 .sec1 .img {
        margin-top: 20px;
    }
    #brand1 .sec1 .imgBox .brCon.brCon1 {
        margin-top: 20px;
    }
}


/* ms3 */
#brand1 .sec3 {
    background: url(../img/br1_bg2.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:768px){
    #brand1 .sec3.hBox .fbox {
        height: 550px;
    }
}

/* #brand1 .sec4 */
#brand1 .sec4 .item .txt {
    margin-top: 20px;
}
@media (max-width:768px){
    #brand1 .sec4 .item {
        display: flex;
        align-items: center;
    }
    #brand1 .sec4 .item > div {
        width: 50%;
    }
    #brand1 .sec4 .item .img {
        padding-right: 25px;
    }
    #brand1 .sec4 .item .txt {
        margin: 0px;
    }
}


/* slider-interior */
.slider-interior-nav {
    margin: 0 -5px;
}
.slider-interior .slick-slide,
.slider-interior-nav .slick-slide {
    padding: 0 5px;
}
.slider-interior-nav .slick-slide {
    cursor: pointer;
}
.slider-interior .slick-slide .item {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.slider-interior-nav .slick-slide .item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.slider-interior-nav .slick-slide .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #b2997c;
    opacity: 0;
    border-radius: 10px;
}
.slider-interior-nav .slick-slide .item img {
    filter: grayscale(1);
}
.slider-interior-nav .slick-slide.slick-current .item img {
    filter: grayscale(0);
}
.slider-interior-nav .slick-slide.slick-current .item:after {
    opacity: 1;
}
@media (max-width:500px) {
    .slider-interior .slick-slide {
        padding: 0;
    }
    .slider-interior .slick-slide .item {
        border-radius: 10px;
    }
    .slider-interior-nav .slick-slide .item {
        border-radius: 3px;
    }
}


/* menuList */
.menuList .item .img {
    position: relative;
}
.menuList .item .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.03);
    mix-blend-mode: darken;
}
.menuList .item .txt {
    margin-top: 20px;
    height: 100px;
}
.menuList .item .txt .mnName {
    display: flex;
    gap: 5px;
}
.menuList .item .txt .mnName .imp {
    display: flex;
    line-height: 1em;
    padding: 4px 10px;
    background-color: #a48b77;
    border-radius: 3px;
    color: #fff;
    font-size: .7em;
    align-items: center;
}
.menuList .item .txt .cost {
    font-weight: 700;
    font-size: 1.2em;
    color: #111;
    display: inline-block;
    margin-right: 6px;
}
.menuList .item .txt .lfInfo {
    display: inline-block;
    padding-left: 8px;
    position: relative;
}
.menuList .item .txt .lfInfo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 32.5%;
    height: 45%;
    width: 1px;
    background-color: #ddd;
}
@media (max-width:768px){
    .menuList .item {
        display: flex;
        align-items: center;
    }
    .menuList .item > div {
        width: 50%;
    }
    .menuList .item .img {
        padding-right: 0;
    }
    .menuList .item .txt {
        margin: 0px;
        padding-left: 25px;
        height: auto;
    }
}

/* menuTabs */
.menuTabs .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 0;
    border-radius: 0;
}
.menuTabs .nav-tabs {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
html body .menuTabs .nav-tabs li a,
html body .menuTabs .nav-tabs li a:focus,
html body .menuTabs .nav-tabs li a:active,
html body .menuTabs .nav-tabs li a:hover,
html body .menuTabs .nav-tabs li.active a {
    border: 0px;
    background-color: transparent;
    color: #999;
    font-size: 16px;
}
html body .menuTabs .nav-tabs li.active a {
    color: #111;
}
@media (max-width:768px) {
    html body .menuTabs .nav-tabs li a,
    html body .menuTabs .nav-tabs li a:focus,
    html body .menuTabs .nav-tabs li a:active,
    html body .menuTabs .nav-tabs li a:hover,
    html body .menuTabs .nav-tabs li.active a {
        font-size: 13px;
    }
}


/* brand2 */
#brand2 .sec1 {
    background: url(../img/br2_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#brand2 .sec1 .imgBox {
    position: relative;
}
#brand2 .sec1 .imgBox .brCon {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;

    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#brand2 .sec1 .imgBox .brCon.brCon1 {
    background: url(../img/br2_img1.jpg) center center no-repeat;
    background-size: cover;
}
#brand2 .sec1 .imgBox .brCon.brCon2 {
    top: auto;
    bottom: 0;
    background: url(../img/br2_img2.jpg) center center no-repeat;
    background-size: cover;
}
#brand2 .sec1 .imgBox.aos-animate .brCon {
    height: 100%;
}
@media (min-width:992px) {
    #brand2 .sec1 .imgBox .brCon.brCon1 {
        margin-top: 60px;
    }
}
@media (max-width:992px) {
    #brand2 .sec1 .img {
        margin-top: 20px;
    }
    #brand2 .sec1 .imgBox .brCon.brCon1 {
        margin-top: 20px;
    }
}

/* ms3 */
#brand2 .sec3 {
    background: url(../img/br2_bg2.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:768px){
    #brand2 .sec3.hBox .fbox {
        height: 550px;
    }
}

/* #brand2 .sec4 */
#brand2 .sec4 .item .txt {
    margin-top: 20px;
}
@media (max-width:768px){
    #brand2 .sec4 .item {
        display: flex;
        align-items: center;
    }
    #brand2 .sec4 .item > div {
        width: 50%;
    }
    #brand2 .sec4 .item .img {
        padding-right: 25px;
    }
    #brand2 .sec4 .item .txt {
        margin: 0px;
    }
}

/* brand3 */
#brand3 .sec1 {
    background: url(../img/br3_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#brand3 .sec1 .imgBox {
    position: relative;
}
#brand3 .sec1 .imgBox .brCon {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;

    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#brand3 .sec1 .imgBox .brCon.brCon1 {
    background: url(../img/br3_img1.jpg) center center no-repeat;
    background-size: cover;
}
#brand3 .sec1 .imgBox .brCon.brCon2 {
    top: auto;
    bottom: 0;
    background: url(../img/br3_img2.jpg) center center no-repeat;
    background-size: cover;
}
#brand3 .sec1 .imgBox.aos-animate .brCon {
    height: 100%;
}
@media (min-width:992px) {
    #brand3 .sec1 .imgBox .brCon.brCon1 {
        margin-top: 60px;
    }
}
@media (max-width:992px) {
    #brand3 .sec1 .img {
        margin-top: 20px;
    }
    #brand3 .sec1 .imgBox .brCon.brCon1 {
        margin-top: 20px;
    }
}


/* menuSlide */
.menuWrp {
    background-color: #fcfcfc;
}
.menuSlideWrp {
    position: relative;
    display: inline-block;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
}
.menuSlideWrp .mn_arr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    z-index: 8;
    cursor: pointer;
}
.menuSlideWrp #mn_next {
    left: auto;
    right: 0;
}
.menuSlide {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}
@media (max-width:1030px) {
    .menuSlideWrp {
        display: block;
    }
    .menuWrp {
        background-color: #fff;
    }
    .menuSlide {
        max-width: 100%;
    }
}

/* snsLinks */
.snsLinks .lnk_item {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-decoration: none !important;
}
.snsLinks .lnk_item .icon {
    width: 45px;
}
.snsLinks .lnk_item .tcon {
    width: calc(100% - 45px);
    padding-left: 15px;
}
@media (max-width:500px) {
    .snsLinks li {
        width: 100%;
    }
    .snsLinks li + li {
        margin-top: 8px;
    }
    .snsLinks .lnk_item {
        padding: 20px 25px;
        border-radius: 5px;
    }
    .snsLinks .lnk_item .icon {
        width: 35px;
    }
    .snsLinks .lnk_item .tcon {
        width: calc(100% - 35px);
    }
}

/* suwonpay */
.suwonpay {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: left;
    background-color: rgba(164, 139, 119, 0.15);
    padding: 30px;
    border-radius: 20px;
}
.suwonpay .tt {
    padding-left: 25px;
}
@media (max-width:768px) {
    .suwonpay {
        padding: 20px;
        border-radius: 10px;
    }
    .suwonpay img {
        width: 100px;
    }
    .suwonpay .tt {
        width: calc(100% - 100px);
        padding-left: 20px;
    }
}