.brandList li a {
    text-decoration: none;
    display: block;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.brandList li a .txt {
    padding: 15px 15px 25px;
}
.brandList li a .txt .pList {
    min-height: 50px;
}
.brandList li a .txt h6 span {
    display: inline-block;
    line-height: 1em;
    padding: 5px 8px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width:767px){
    .brandList li a .txt .pList {
        min-height: 100px;
    }
}

/* 잇빠잇토핑 :: brand5 */
#brand5 .sec1 {
    background: url(../img/b5_bg1.jpg) center center no-repeat;
    position: relative;
}
#brand5 .sec1 .b5_tit {
    position: absolute;
    transform: translateY(50%);
		 bottom: 150px;
    left: 0;
    width: 100%;
    text-align: center;
}
#brand5 .sec1 .floating {
    position: absolute;
    top: 0;
    height: 100%;
    width: 250px;
}

@media (max-width:767px){
    
	#brand5 .sec1 .b5_tit {
		 bottom: 80px;
	}
}
#brand5 .sec1 .floating.b5_1_lft {
    left: 0;
    background: url(../img/b5_1_lft.png) center top no-repeat;
    mix-blend-mode: soft-light;
    opacity: .6;
}
#brand5 .sec1 .floating.b5_1_rt {
    right: 0;
    background: url(../img/b5_1_rt.png) center top no-repeat;
    mix-blend-mode: soft-light;
    opacity: .6;
}
/* sec2 */
#brand5 .sec2 {
    background-color: #f5f5f5;
    position: relative;
}
#brand5 .sec2 .b5_pt_top,
#brand5 .sec2 .b5_pt_bt {
    position: absolute;
    z-index: 1;
}
#brand5 .sec2 .b5_pt_top {
    right: 0;
    top: 0;
    mix-blend-mode: soft-light;
}
#brand5 .sec2 .b5_pt_bt {
    left: 0;
    bottom: 0;
    mix-blend-mode: soft-light;
}
#brand5 .sec2 .inner {
    position: relative;
    z-index: 2;
}
#brand5 .sec2 .txt .stit {
    max-width: 550px;
    display: inline-block;
    text-align: left;
}
@media (min-width:1401px) {
    #brand5 .sec2 .txt {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 1068px;
    }
    #brand5 .sec2 .txt .stit {
        padding-top: 130px;
    }
}
@media (max-width:1400px) {
    #brand5 .sec2 .img {
        text-align: center;
    }
    #brand5 .sec2 .txt {
        text-align: center;
        padding: 15px;
    }
}
/* b5_rotate */
#b5_rotate {
    background: url(../img/b5_rotate.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:767px){
    #b5_rotate li {
        margin: 10px;
    }
    #b5_rotate img {
        height: 15px;
    }
}
/* sec3 */
#brand5 .sec3 {
    background: url(../img/b5_bg3.jpg) center center no-repeat;
    position: relative;
}
#brand5 .sec3 .fbox {
    position: relative;
    z-index: 3;
}
#brand5 .sec3 .b5_3_bt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: url(../img/b5_3_bt.png) center center no-repeat;
    z-index: 1;
}
#brand5 .sec3 .slick-v-wrp {
    position: relative;
}
#brand5 .sec3 .slick-v-wrp::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to top, #ffbf00, transparent);
    z-index: 2;
}
#brand5 .sec3 .slick-v-wrp::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, #ffbf00, transparent);
    z-index: 2;
}
@media (max-width:767px){
    #brand5 .sec3 {
        background: url(../img/b5_bg3_m.jpg) center center no-repeat;
        background-size: cover;
    }
    #brand5 .sec3 .fbox {
        display: flex;
    }
    #brand5 .sec3 .fbox > div {
        width: 100%;
    }
    #brand5 .sec3 .fbox .txt {
        padding: 15px;
        text-align: center;
    }
}

/* sec4 */
#brand5 .sec4 {
    background: url(../img/b5_bg4.png) center center no-repeat;
    background-color: #d93546;
}
#brand5 .sec4 .stit h1 span {
    display: inline-block;
    position: relative;
}
#brand5 .sec4 .stit h1 span:after {
    content: "";
    position: absolute;
    top: -15px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}
/* sec5 */
#brand5 .sec5 {
    background: url(../img/b5_bg5.jpg) center center no-repeat;
    background-size: cover;
}
#brand5 .sec5 .con {
    background-color: #2f69e3;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
#brand5 .sec5 .con:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/b5_ribbon.png) center center no-repeat;
    background-size: 100%;
}
#brand5 .sec5 .con h1 {
    text-shadow: 1px 1px 3px rgba(176, 190, 255, 0.6), 8px 8px 10px rgba(0, 0, 0, 0.1);
}
#brand5 .sec5 ul {
    margin: 0 -5px;
}
#brand5 .sec5 ul li {
    padding: 0 5px;
}
#brand5 .sec5 ul li .item {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}
#brand5 .sec5 ul li .item h2 {
    margin-top: 10px;
}
#brand5 .sec5 ul li .item h6 span {
    background-color: #212121;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    line-height: 1em;
    padding: 4px 15px;
}
@media (max-width:767px){
    #brand5 .sec5 .con {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* sec6 */
#brand5 .sec6 {
    background-color: #f5f5f5;
}

/* menuTabBtn */
#menuTabBtn {    
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 0 auto;
}
#menuTabBtn li {
    width: 25%;
    text-align: center;
    border: 1px solid #aaa;
    background-color: #fff;
    margin-left: -1px;
}
#menuTabBtn li:hover a,
#menuTabBtn li a {
    border: 0px;
    background-color: transparent;
    color: #222;
    padding: 10px 0;
}
#menuTabBtn li.active {
    background-color: #212121;
}
#menuTabBtn li.active a {
    border-color: #212121;
    background-color: #212121;
    color: #fff;
}
#menuTabBtn + .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    border-radius: 0px;
    padding: 0px !important;
    background-color: transparent;
}
#menuTabBtn + .tab-content .tab-pane {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
}
#menuTabBtn + .tab-content .tab-pane.active {
    height: auto !important;
}
@media (min-width:767px){
    #menuTabBtn + .tab-content .tab-pane {
        padding: 0 30px;
    }
}
@media (max-width:768px){
    #menuTabBtn {    
        max-width: 90vw;
    }
    #menuTabBtn + .tab-content .tab-pane {
        padding: 0 15px;
    }
}
/* c_haljuc */
.c_haljuc {
    border-top: 1px solid #61293c;
    color: #61293c !important;
    padding-top: 15px;
    max-width: 1110px;
    margin: 0 auto;
}
/* mn1List */
.mn1List {
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}
.mn1List.haljuc {
    max-width: 1110px;
}
.mn1List.itbbait {
    max-width: 1240px;
}
.mn1List.itbbait2 {
    max-width: 1340px;
}
.mn1List.yuha {
    max-width: 1290px;
}
.mn1List.yuha2 {
    max-width: 1110px;
}
.mn1List.fCenter {
    justify-content: center;
}
@media (max-width:1200px){
    .mn1List {
        gap: 10px;
        justify-content: space-between;
        text-align: center;
    }
    .mn1List > li {
        width: calc(33.3333% - 10px);
    }
    .mn1List.only2 > li {
        width: calc(50% - 10px);
    }
}
@media (max-width:992px){
    .mn1List > li {
        width: calc(50% - 10px);
    }
}

/* menu3 */
#menu3 .bg1 {
    background-color: #eceaea;
}
#menu5 .bg1 {
    background-color: #f5f5f5;
}
#menu5 .bg2 {
    background-color: #f9ebd4;
}
#menu6 .bg1 {
    background-color: #f5f5f5;
}

/* brand6 */
#brand6 .sec1 {
    background: url(../img/b6_bg1.jpg) center center no-repeat;
    position: relative;
    height: 1191px;
}
#brand6 .sec1 .b6_txt {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media (max-width:767px){
    #brand6 .sec1 {
        height: 750px;
        background-size: cover;
    }
}
@media (max-width:500px){
    #brand6 .sec1 {
        height: 550px;
    }
}
/* brand6 */
#brand6 .sec2 {
    background: url(../img/b6_bg2.jpg) center center no-repeat;
    position: relative;
}
#brand6 .sec2 .conWrp {
    background-color: #efece8;
    padding-left: 15px;
    padding-right: 15px;
}
#brand6 .sec2 h1 img {
    max-width: 30vw;
}
@media (min-width:768px){
    #brand6 .sec2 h1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:767px){
    #brand6 .sec2 h1 span {
        display: block;
    }
}
/* brand6 sec3 */
#brand6 .sec3 {
    background: url(../img/b6_bg3.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#brand6 .sec3 .conWrp {
    position: relative;
}
@media (min-width:768px){
    #brand6 .sec3 .conWrp .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex;
    }
}
@media (max-width:767px){
    #brand6 .sec3 {
        padding-top: 40px;
    }
}
/* brand6 sec4 */
#brand6 .sec4 {
    background: url(../img/b6_bg4.png) center center no-repeat;
    background-size: cover;
    position: relative;
}
/* brand6 sec5 */
#brand6 .sec5 {
    background: url(../img/b6_bg5.png) center center no-repeat;
    background-size: cover;
    position: relative;
}
/* brand6 sec6 */
#brand6 .sec6 {
    background: url(../img/b6_bg6.png) center top no-repeat;
    position: relative;
    background-size: 100%;
    background-color: #f5f5f5;
}
#brand6 .sec6 img {
    max-width: 60vw;
}
/* brand6 sec7 */
#brand6 .sec7 {
    background: url(../img/b6_bg7.png) center center no-repeat;
    position: relative;
    background-size: cover;
}

/* stTit */
.stTit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stTit span.step {
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #222;
    font-size: .7em;
    line-height: 1em;
    padding: 8px 15px 3px;
    margin-right: 8px;
}
.stTit span {
    padding: 8px 15px 3px;
}
/* brand */
#brand .sec2 {
    background-color: #f5f5f5;
    position: relative;
    background: url(../img/b5_2_bg.png) center top no-repeat;
    background-size: cover;
}
/* interiorBox */
.interiorBox h3 span {
    display: inline-block;
    line-height: 1em;
    padding: 10px 20px 5px;
    border-radius: 5px;
    background-color: #212121;
    color: #fff;
}
.interiorBox > .row {
    margin: 0 -30px;
}
.interiorBox > .row > div,
.interiorBox > .row > li {
    padding: 0 30px;
}
.interiorBox .slider-n {
    margin-top: 10px;
}
.interiorBox .slider-n .slick-list {
    margin: 0 -5px;
}
.interiorBox .slider-n .slick-track .slick-slide:not(.slick-current) {
    opacity: .5;
}
.interiorBox .slider-n .slick-track .slick-slide {
    padding: 0 5px;
}
/* slide-box */
.slide-box {
    position: relative;
}
.slide-box .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 56px;
    height: 56px;
    background: url(../img/sb-arr.png) center center no-repeat;
    border: 0px;
    z-index: 10;
}
.slide-box .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg) translate3d(-50%, 50%, 0);
}
@media (max-width:767px){
    .slide-box .slick-arrow {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
}