.visitPageTop {
  background: url("/static/img/accessTopbg.jpg") no-repeat center;
  background-size: cover;
}
.visitPageCon {
  padding-top: 168px;
}
.visitCon {
  backdrop-filter: blur(24px);
  background: var(--white, rgba(255, 255, 255, 1));
  border-radius: 24px;
  padding: 48px;
  border: 1px solid var(--gray, rgba(234, 232, 231, 1));
}
.map1T {
  font-family: "noto600";
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 32px;
}
.locationIcon {
  width: 32px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.mapAddress {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 180%;
  font-family: "noto600";
}
.mapAddress:not(:last-child) {
  margin-bottom: 16px;
}
.address1L {
  margin-right: 8px;
}
.address1R {
  margin-left: 8px;
  font-family: "noto400";
}
.address1R.bottomLine{
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.map1 {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
}
.map1R {
  cursor: pointer;
  width: 56%;
  border-radius: 24px;
  border: 1px solid var(--gray, rgba(234, 232, 231, 1));
  overflow: hidden;
}
.map1R img{
  width: 100%;
}
.map2 {
  margin-top: 48px;
  border-radius: 24px;
  padding: 48px;
  background: var(--light-gray-80, rgba(244, 244, 244, 0.8));
  border: 1px solid var(--gray, rgba(234, 232, 231, 1));
}
.map2R {
  width: 36%;
  margin-left: 48px;
  overflow: hidden;
  border-radius: 16px;
}
.map2C {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goWays {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.gowayAddress {
  background-color: #fff;
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
  display: flex;
  align-items: center;
  width: 56px;
  padding: 16px;
  text-align: center;
  height: 160px;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid var(--black, rgba(48, 26, 19, 1));
}
.goWayIcon {
  width: 32px;
  margin-bottom: 4px;
}
.goWay {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  /* margin: 0 32px; */
}
.gowayLine {
  margin-bottom: 12px;
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
}
.lheight120 {
  line-height: 120%;
}
.langArrowImg {
  width: 114px;
  margin-bottom: 12px;
}
.gowayTime {
  font-family: "noto600";
  font-size: 12px;
  line-height: 180%;
}
.birdWayImg {
  width: 186px;
  margin-left: 64px;
}
.nextContents {
  margin-top: 240px;
  display: flex;
}
.nextContentsL {
  margin-right: 80px;
}
.dogAccessImg {
  width: 160px;
}
.nextContentsLT {
  font-size: 32px;
  line-height: 100%;
}
.nextContentsRItem:not(:last-of-type) {
  margin-right: 56px;
}
.nextContentsRItemImg {
  width: 100%;
}
.nextContentsR {
  display: flex;
}
.nextContentsRItem {
  width: calc(50% - 28px);
  position: relative;
}
.nextContentsRItemBot {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--light-gray-80, rgba(244, 244, 244, 0.8));
  border: 1px solid var(--gray, rgba(234, 232, 231, 1));
  width: 100%;
  padding: 24px 32px;
  backdrop-filter: blur(24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.nextContentsRItemTitle {
  font-size: 20px;
  line-height: 100%;
  color: rgba(162, 220, 95, 1);
}
.nextContentsRItemTitle.red {
  color: rgba(213, 32, 87, 1);
}
.nextContentsRItemTitle.blue {
  color: #5fa2dc;
}
.nextContentsRItemTxt {
  font-family: "noto600";
  font-size: 20px;
  line-height: 180%;
}
.nextContentsRItemBotR {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 40px;
  background: var(--green, rgba(162, 220, 95, 1));
  text-align: center;
}
.nextContentsRItemBotR.red {
  background: var(--pink, rgba(213, 32, 87, 1));
}
.nextContentsRItemBotR.blue {
  background: #5fa2dc;
}
.nextContentsRItemBotR img {
  width: 12px;
}
@media screen and (max-width: 650px) {
  .visitPageTop{
  background: url("/static/img/accessTopbg375.jpg") no-repeat left top;
  height: 280px;
  background-size: cover;
}
.visitPageCon {
  padding-top: 104px;
}
.visitCon{
  border-radius: 0;
width: 100%;
padding: 32px 20px;
}
.map1T{
  margin-bottom: 16px;
  font-size: 18px;

}
.map1R {
  margin-left: 0;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}
.mapAddress:not(:last-child){
  margin-bottom: 8px;
}
.map2 {
  margin-top: 32px;
  border-radius: 16px;
  padding: 32px 24px;
}
.locationIcon {
  width: 24px;
}
.goWay.show375{
  display: flex !important;
  flex-direction: row;
}
.goWays{
  width: 100%;
  flex-direction: column;
}
.gowayAddress{
  padding: 8px 0;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 16px;
}
.map2C{

  flex-direction: column;
}
.goWay375{
  text-align: center;
  margin-left: 32px;
  width: 115px;
}
.langArrowImg {
  width: fit-content;
  height: 96px;
  margin-bottom: 16px;
}
.map2R{
  width: 100%;
  margin-left: 0;
}
.birdWayImg{
  width: 103px;
  margin: 0 auto;
}
.gowayLine {
  margin-bottom: 4px;
}
.nextContents {
  margin-top: 40px;
  padding-bottom: 63px;
  flex-direction: column;
}
.nextContentsR{
  flex-direction: column;
}
.nextContentsL {
  margin-right: 0px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.nextContentsRItem:not(:last-of-type) {
  margin-right: 0px;
  margin-bottom: 32px;
}
.nextContentsRItemBot {
  padding: 16px 24px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.nextContentsLT{
  font-size: 24px;
}
.dogAccessImg{
  width: 104px;
  margin-left: 16px;
}
.nextContentsRItemTitle{
  font-size: 18px;
}
.nextContentsRItem{
  width: 100%;
}
.nextContentsRItemTxt{
  font-size: 18px;
  line-height: 160%;
}
}