@charset "utf-8";

section#location_wrap {
    background-color: #111d2f;    padding: 0 15px;
}
section#location_wrap .location_area {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0 30px;
}
.location_area_t {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 20px;
}
.location_area_left {
    width: 900px;
	position: relative;   
}
.location_area_right {
    width: 400px;
}
.location_area_left, .location_area_right {
    height: 598px;
}

.location_info_op {
    position: absolute;
    left: 0;
    z-index: 11;
    background-color: rgb(11 48 85 / 90%);
    height: 100%;
    width: 50%;
    text-align: center;
    padding: 6% 0;  
    font-size: 20px;
}
.after_line {
    position: relative;
    padding-bottom: 100px;margin-bottom: 20px;
}
.after_line::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 80px;
    background: #7ec5ff;
    bottom: 0;
    left: calc(50% - 1px);
}
p.mt20 {
    margin-top: 20px;
}
p.phone i {
    background-color: #7ec5ff;
    font-size: 12px;
    color: rgb(13 12 12 / 90%);
    padding: 5px;
    border-radius: 12px;
}
.location_info_op p, .location_info_op h2, .location_info_op h3 {
    color: #fff;
}
.location_info_op p.col_gold,
.location_info_op h2.col_gold,
.location_info_op h3.col_gold {
    color: #7ec5ff;
}
.location_info_op p {font-size: 1em;font-weight: 300;}
.location_info_op h2{font-size: 1.6em;font-weight: 500;}
.location_info_op h3 {font-size: 1.2em;font-weight: 500;}
.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;


/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}


.swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
background-size: cover;
background-position: center;
}
.mySwiper2 .swiper-slide img,
.mySwiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.mySwiper2 {
height: 100%;
width: 100%;
}

.mySwiper {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}

.mySwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}
.location_info_op img {
    max-width: 70%;
}
div.locations.active {
    display: block;
}
div.locations {
    display: none;
}
.g_maps {
    width: 100%;
    height: 598px;
}
h2.location_title {
    font-size: 32px;
    color: #fff;
    border-bottom: 0px solid #ddd;
    text-align: center;    padding-bottom: 12px;    font-weight: 600;
}
ul.location_tab {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;    border-bottom: 1px solid #ddd;
}
ul.location_tab li {
    color: #282828;
    font-size: 24px;
    padding: 0 5px;
    margin-top: 12px;
    font-weight: 500;
}
ul.location_tab li a{
    color: #fff;padding: 2px 10px;
}
ul.location_tab li.on a {
    color: #7ec5ff;
    /* background-color: #927440; */
    border-bottom: 1px solid #7ec5ff;
}

ul.location_tab li:first-child {
    padding-left: 0;
}

.location_area_b {
    display: none;
}
.scontents .location_area_b {
    display: block;
        padding: 20px 0;
}
.location_area_b h1 {
    font-size: 32px;
    font-weight: 600;
    color: #002e73;
}

.location_area_b h2 {
    font-size: 25px;
    color: #372e2a;
}

p.phone_number i {
    color: #fff;
    background-color: #7ec5ff;
    border-radius: 22px;
    padding: 9px;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 24px;
    margin-right: 12px;
}
p.phone_number i.fas.fa-mobile-alt {
    margin-left: 20px;
}
p.phone_number {
    font-size: 32px;
}

p.etc_info {
    font-size: 26px;
    font-weight: bold;
    margin-top: 32px;
}

@media screen and (max-width:1300px){
    .location_area_left, .location_area_right, .g_maps {
        height: 480px;
    }
    .location_info_op {
        font-size: 18px;
    }
    .after_line {
        padding-bottom: 50px;
        margin-bottom: 10px
    }
    .after_line::after {
        height: 40px;
    }
    .location_area_b h1 { font-size: 26px;}
    .location_area_b h2 { font-size: 22px;}
    p.phone_number { font-size: 26px;}
p.phone_number i {
    font-size: 18px;
    width: 36px;
    height: 36px;
}
    p.etc_info { font-size: 22px;}
    .location_area_left {
        width: 60%;
    }
    .location_area_right {
        width: 40%;
    }
}
@media screen and (max-width:960px){

    
    .location_area_left, .location_area_right, .g_maps {
        /*height: 400px;*/
    }
    .location_info_op {
        font-size: 14px;
    }
    .after_line {
        padding-bottom: 40px;
    }
    .after_line::after {
        height: 30px;
    }
}

@media screen and (max-width:720px){
    .location_area_t {
        display: flex;
        position: relative;
        max-height: 100%;
        flex-direction: column;
    }
    .location_line {
        margin: 2em 0;
    }
    .location_info_op {
        width: 100%;
        position: relative;    margin-bottom: 15px;
    }
    .location_area_right  {
        margin-bottom: 15px; 
    }
    .location_area_left, .location_area_right, .g_maps {
        width: 100%;
        position: relative;
        height: auto;
    }
    .g_maps {
        min-height: 350px;
    }
    .after_line::after {
        width: 20px;
        height: 1px;
        left: calc(50% - 10px);
    }
    .after_line {
        padding-bottom: 10px;
    }
    .root_daum_roughmap_landing {
        width: 100% !important;
        max-height: 400px !important;
    }
    .location_area_b h1 { font-size: 24px;}
    .location_area_b h2 {     font-size: 18px;
    word-break: keep-all;
    margin-bottom: 20px;}
    p.phone_number { font-size: 20px;}
    p.phone_number i {  font-size: 14px;     width: 30px;
    height: 30px;    margin-right: 6px;}
    p.etc_info { font-size: 20px;}
}
@media screen and (max-width:720px){
    h2.location_title {
        font-size: 26px;
    }
    ul.location_tab li {
        font-size: 18px;
    }
}
