.map_pop_main {
    display: block;
    background: #fff;
    height: 800px;
    width: 600px;
    position: absolute;
    top: 390px;
    left: 0%;
    border: 1px solid #e4e4e4;
    z-index: 9999;
    overflow: hidden;
  
}
.ytp-chrome-top{display:none !Important;opacity:0 !Important;}
.map_pop_close {
  padding:7px;
       position: absolute;
    right: 30px;
    top: 30px;
    width: 30px ! Important;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    z-index: 10;
    background: #000;
}

.map_box_wrap {
    height: 100%;
    overflow-y: scroll;
    padding: 70px;
}

.map_pop_main h2 {
    font-size: 28px;
    font-weight: 800;
}

.map_pop_main h2 span {
    font-size: 20px;
    display: block;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 5px;
}

.map_tab2 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.map_tab2 li {
    width: 50%;
    border: 1px solid #2d5eab;
    border-right: 0;
    position: relative
}

.map_tab2 li img {
    position: absolute;
    top: -40px;
    left: 50px;
    width: 100px;
}


.map_tab2 li:last-child {
    border-right: 1px solid #2d5eab;
}
.map_tab2 li a {
    color: #2d5eab;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.map_tab_active2 a {
    background: #2d5eab;
    color: #fff !important;
}

.map_ctt2 {
    display: none;
    margin-top: 20px;
}
.map_ctt2 iframe{width:100% !Important;height:100%;position:absolute;top:0;left:0;}
.map_ctt_mg img:first-child {
    margin-top: 0;
}
.map_ctt2 b{font-size:18px;}
.map_ctt2 span{    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 50px;margin:15px 0;
    margin-right: 5px;}
.map_list{margin-bottom:20px}
.map_ctt_mg img {
    margin-top: 25px;
}


@media screen and ( max-width:799px){
  .map_pop_main{width:90%;left:50%;top:140px;transform:translateX(-50%);height:500px;-webkit-overflow-scrolling: touch;overflow-scrolling: touch;}
  .map_pop_main h2 span{font-size:13px;}
  .map_pop_main h2{font-size:16px;}
}