@font-face{ font-family:"BMWTypeNextKr";font-style:normal;font-weight:100; src:url("/file/font/BMWTypeNextKrTT-Thin.ttf") format("truetype");}
@font-face{ font-family:"BMWTypeNextKr";font-style:normal;font-weight:300; src:url("/file/font/BMWTypeNextKrTT-Light.ttf") format("truetype");}
@font-face{ font-family:"BMWTypeNextKr";font-style:normal;font-weight:400; src:url("/file/font/BMWTypeNextKrTT-Regular.ttf") format("truetype");}
@font-face{ font-family:"BMWTypeNextKr";font-style:normal;font-weight:600; src:url("/file/font/BMWTypeNextKrTT-Bold.ttf") format("truetype");}

.ridinglounge>div{
    height: calc(100vh - 90px) !important;
    margin-top: 90px !important;
    margin-bottom: 40px;
}
.section>div .toptext{
    width: 580px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    top: 80px;
}
.ridinglounge2>div .toptext{
    width: 580px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    top: 202px;
}
.ridinglounge2>div{
    margin-bottom: 40px;
}
.section>div .toptext h1{
    font-family: BMWMotorrad;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.lastflex button  a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section>div .toptext h2{
    font-family: BMWMotorrad;
    font-size: 52px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #fff; 
    margin-top: 12px;
    margin-bottom: 20px;
}
.section>div .toptext p{
    font-family: BMWTypeNextKr;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.section>div .toptext button{
    width: 221px;
  height: 43px;
  background-color: #000;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border:none;
  display: flex;
  align-items: center;
}

.section>div .toptext button p{
    margin-left: 54px;
    margin-right: 28px;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.section>div .toptext button img{
    width: 17.6px;
    height: 8.8px;
}
.section>div .bottomleft{
    width: 580px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 250px;

}
.section>div .bottomleft img{
    width: auto;
    height: auto;
    float: right;
}
.section>div .bottomright{
    width: 580px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 50px;
}
.section>div .bottomright img{
    width: auto;
    height: auto;
    bottom: 350px;
    position: absolute;
    right: 0;
}
.section>div .bottomright h1{
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}
.section>div .bottomright h2{
    font-size: 63px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}

.container {
    width: 100%;
    display: flex;
    padding: 0 20px;
}
.container .slide:nth-child(1){
    display: none;
}

.container .slide:nth-child(2){
    display: none;
}

.container .slide:nth-child(4){
    display: none;
}
.slide {
    height: 80vh;
    border: #fff solid 1px;
    border-radius: 15px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.slide h3 {
    position: absolute;
    font-size: 28px;
    top: 30px;
    left: 30px;
    margin: 0;
    opacity: 0;
}
.slide.active {
    flex: 15;
}
.slide.active h3 {
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.6s;
}

.kakaobutton  {
    background-color: #fae100;
    color: #000100;
    width: 221px;
    height: 43px;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    font-family: BMWTypeNextKr;
		display:flex;
	justify-content:center;
	align-items:center;
	margin-left:12px;

}
.kakaobutton .linkicon{ margin-top:8px;}
.kakaobutton .linktext:after{
    content: "카카오톡 채널가기";
    font-size: 17px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.lastflex{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-top: 54px;
}



.directions>div{
    display: inline-block;;    margin-top: 100px;
}

.directions>div>div{ display:inline-block; margin-bottom:120px;}

.addrfindapp{ display:flex; align-items:center; justify-content:center;}
.addrfindapp > li > a{ width:38px; height:38px; display:inline-block; background-size:cover; font-size:0; margin:0 8px; box-shadow:1px 1px 3px gray;}
.addrtmapbtn{ background-image:url(https://file.k-friends.kr/img/20230519/040021_2.png);}
.addrkakaobtn{ background-image:url(https://file.k-friends.kr/img/20230519/040021_0.png);}
.addrnaverbtn{ background-image:url(https://file.k-friends.kr/img/20230519/040021_1.png);}
