.visual{
    background: url(../images/sub4_1/sub4_visual.jpg) no-repeat center center;
    width:100%; height:200px;
    background-size:cover;
    position: relative;
}
.visual span{
    display: block;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.sub_nav{
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
}
.sub_nav ul{
    display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.sub_nav ul li{
    width: 50%;
}
.sub_nav ul li a{
    padding: 10px 0;
    font-weight: 500;
}
.sub_nav li .current{
    background: var(--font-color-point2);
    color: #fff;
    font-weight: 600;
}
#content .title_area h2{
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin: 100px 0 80px;
    position: relative;
}
#content .title_area h2::before{
content: ''; width: 12px; height: 12px; background: var(--font-color-point2);
position: absolute; transform: rotate(45deg); border-radius: 2px; 
top: -27px; left: 50%; margin-left: -6px;
}
#content .title_area h2::after{
content: ''; width: 12px; height: 12px; background: var(--font-color-point2);
position: absolute; transform: rotate(45deg); border-radius: 2px; 
bottom: -34px; left: 50%; margin-left: -6px;
}

.swiper-container {
    width: 100%;
    height: 300px;
}
.swiper-slide {
    font-size: 1.2rem; font-weight: 500;
    color:#fff;
    box-sizing: border-box;
    padding: 70px 40px 40px 40px;
    text-align: center;
    word-break: keep-all;
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-slide .title {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5),
    -1px -1px 5px rgba(0, 0, 0, .5);
}
.swiper-slide .subtitle {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5),
    -1px -1px 5px rgba(0, 0, 0, .5);
    padding-bottom: 15px;
}
.swiper-slide .text {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5),
    -1px -1px 5px rgba(0, 0, 0, .5);
}

 p>.brandLogo{
    background: url(../images/sub4_1/cont6_sub1Lotteculture1-Photoroom.png) no-repeat center;
    display: inline-block;
    width: 160px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transform: scale(.95);
}
.swiper-pagination-bullet {
    background: rgba(174, 155, 115, 1);
}

section{
    font-size: 1.1rem;
    margin: 0 20px;
}
section dl{
    width: 95%;
    margin: 0 auto 50px;
}
section dt{
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: 50px;
}
.sub4_cont1Est dt::after{
    content: '';
    width: 176px;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -83px;
    background: var(--font-color-point2);
    z-index: -1;
}
.sub4_cont1Hi dt::after{
    content: '';
    width: 176px;
    height: 2px;
    position: absolute;
    top: 84px;
    left: 50%;
    margin-left: -83px;
    background: var(--font-color-point2);
    z-index: -1;
}
section dd{
    padding: 10px 0px;
    text-align: justify;
}
section dd:last-child{
    text-align: right;
    margin-top: 20px;
    font-size: 1.3rem; 
    font-weight: 700;
}
section dd:last-child span{
    font-size: 1.7rem;
}
h4{
    font-size: 1.7rem;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    font-weight: 700;position: relative;
    padding: 40px 0;
}
h4::before{
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid var(--font-color-point2);
    opacity: .8;
    position: absolute;
    top: 0px;
    left: 50%; margin-left: 10px;
    z-index: -1;
}
h4::after{
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid var(--font-color-point1);
    opacity: .5;
    position: absolute;
    top: 26px;
    left: 50%; margin-left: 50px;
    z-index: -1;
}


img{
    margin-bottom: 50px;
}    
.tab_title{
    display: none;text-align: center;
}
.sub4_cont1Est dt{
    
}

.sub4_1TabButton{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 50px 0;
}
.sub4_1TabButton li{
    width: 50%;
}
.sub4_1TabButton li a{
    color: var(--font-color-point2);
    border-bottom: 1px solid var(--font-color-point2);
    font-weight: 600;
    padding: 5px 0;
}
.sub4_1TabButton li a.current{
    background: #fff;
    border-bottom: none;
    border-top: 2px solid var(--font-color-point2);
    border-right:  1px solid var(--font-color-point2);
    border-left:  1px solid var(--font-color-point2);
}
