    html,
body {
    height: 100%;
}
body{width: 100%;position: relative;}

/* etc */

html {
    overflow-x: hidden;
}

.row-offcanvas {
    height: 90%;
    position: relative;
}

a {
    color: #000;
}

/*@media(min-width:1170px) {*/
@media(min-width:1280px) {
    .container {
        width: 1066px;
    }
}
@media(max-width:1279px) {
    .container {
        width: auto;
    }
}

.js-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*    background: url('../../img/main/section_04_bg.jpg');*/
    background-size: cover;
    
}

.slide_txt_come{font-size: 56px;font-weight: 900;color: #f29745;}
/* header */

.header_scroll{
 
}
#header_wrap {
    
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 4.6354vw;
    transition: .5s height, .2s background;
    z-index: 999999;
}

#header_wrap .container{width:100%;}

#header_wrap.top_menu_06 {
    
}

#header_wrap.top_menu_06 h1 {

    width: 25.5208vw;
    padding-left: 0.2604vw;
    margin-left: 1vw;
    margin-top: 1vw;
}

#header_wrap.top_menu_06 h1 a {

    display: block;
    height:2.5521vw;
    background: url(../../img/main/logo-white.png) 0 100% no-repeat;
    text-indent: -9999px;
    /*    background: url(../../img/main/logo-white.png) top center no-repeat;*/
    text-indent: -9999px;
    background-size: contain;
}

#header_wrap.top_menu_06.sub h1 a {
    background: url(../../img/main/logo-white.png) 0 100% no-repeat;
    text-indent: -9999px;
}


#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 50%;
    top: 0;
/*    width: 800px;*/
    width: 62.2375vw;
    margin-left: -19.1458vw;
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;
}

#header_wrap.top_menu_06 .gnb li {
    float: left;
    text-align: center;
    padding: 0 3%;
}
/*
#header_wrap.top_menu_06 .gnb li::after{
    content: '';display: inline-block;width: 1px;height: 0.8854vw;background: #474747;position: absolute;top: 1.7708vw;right: 0px;
}
*/
#header_wrap.top_menu_06 .gnb li:last-child::after{
    content: '';display: none;
}

#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}

#header_wrap.top_menu_06 .gnb:after {
    display: block;
    clear: both;
    content: "";
}

#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
}

#header_wrap.top_menu_06 .gnb .depth1 > a {
    display: block;
    height: 2.9688vw;
    padding: 1.8229vw 0 0;
    font-size:0.9375vw;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'NanumSquare';
    cursor: pointer;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:before {
    background: linear-gradient(to right, #1d2088, #2295d1);
    background: -webkit-linear-gradient(to right, #1d2088, #2295d1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 1.8750vw;
    content: "";
    height: 0.1563vw;
    left: 2.1792vw;
    position: absolute;
    width: 0%;
    transition: 0.5s;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #4568DC;
    width: 3.1250vw;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #4568DC;
}

#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}

#header_wrap.top_menu_06 .top_right_menu {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    margin-top: 33px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white {
    display: inline-block;
    background-color: #fff;
    color: #9c9c9c !important;
    transition: 0.4s;
    border: 1px #eee solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}


/* 투명 */

#header_wrap.top_menu_06.transparent {
 
}

#header_wrap.top_menu_06.transparent .gnb a {
    color: #000;
}
#header_wrap.top_menu_06.transparent .gnb a:hover{
    text-decoration: none;
}
#header_wrap.top_menu_06.scroll_color.transparent .gnb a {
    color: #000;
}


#header_wrap.top_menu_06.transparent .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 32px;
}


/* header_hover */


#header_wrap.top_menu_06.transparent {background: #fff;box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.35);}

#header_wrap .tel{position: absolute;right: 1.4750vw;top: 0.9021vw;z-index: 999;width:23.6979vw;}
.scroll_color{background: #fff;position: fixed !important;}

/* 모바일 메뉴 */

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 1.0081vw;
    top: 2.0161vw;
    background-color: transparent;
    border: 0;
}

.grand{width: 175px;position: absolute;bottom: 4%;right: 1%;z-index: 2;animation: motion 1s ease-in-out 0s infinite alternate;}
.grand img{}
@keyframes motion {
	0% {bottom: 4%;}
	100% {bottom: 6%;}
}
@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
    .js-offcanvas-btn {
        display: block;
    }
    .sidebar-offcanvas {
        display: block !important;
    }
}


/* 모바일 메뉴 마감 */

.quick{z-index: 999;transition:0.3s ease-in-out;cursor: pointer;}




.circle_area{position: absolute;top: 22%;right: 0%;    display: flex;
    justify-content: center;
    align-items: center;}
.circle{ width: 8.0729vw;height: 8.0729vw;border-radius: 18.7500vw;background: #fff;border: 0.6771vw solid #004976;display: flex;
    justify-content: center;align-items: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: 0.3s ease-in-out;}
.circle_in{font-size: 0.5729vw;line-height: 1;color: #a3a3a3;text-align: center;font-family: Gmarket Sans;line-height: 1.8;}
.circle_in span{font-size: 1.3542vw;font-weight: 700;color: #004976;}
.circle_out{width: 10.9896vw;height: 10.9896vw;background: url(../../img/circle_out.png) no-repeat center 0; animation: rotateLoop 5s infinite linear;transition: 0.3s ease-in-out;background-size: cover;}
.circle_area:hover .circle{width: 12.5000vw;height: 12.5000vw;background: #004976;color: #fff;}
.circle_area:hover .circle span{color: #fff;}
.circle_area:hover .circle_out{background: url(../../img/circle_out_w.png) no-repeat center 0;background-size: cover;}

@keyframes rotateLoop {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateLoopRe {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}
.warn{font-size: 12px;color: #7d7d7d;text-align: left;}

/* index- content */

.index-content .content{max-width: 1115px;margin: auto;}

.index-content .section-01 {

    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;

    
}
.index-content .section-01 .content {
padding: 8% 0;
    text-align: center;
   
}
.index-content .section-01 .title-wrap {
    z-index: 2;
}

.index-content .section-01 .title-wrap h2 {
    font-size: 44.6px;
    line-height: 45px;
    font-weight: 100;
    color: #fff;
    font-family: 'KoreanGHD-M';
    margin-bottom: 0;
    margin-top: 0;
}

.dots{margin: 28px 0;}


.index-content .section-01 .title-wrap .line {
    width: 27px;
    height: 1px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 30px;
}


.index-content .section-01 .title-wrap p {
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    margin-bottom: 30px;
}


.index-content .title_wrap {
    text-align: center;
}

.index-content .title_wrap h2 {
    font-size: 39.64px;
    font-weight: 600;
    font-family: 'KoreanGHD-M';
    color: #1d2088;
    margin-bottom: 25px;
}

.index-content .title_wrap p {
    font-size: 20px;
    font-family: 'NotoSans', sans-serif;
    color: #363636;
}

.index-content .section-02 {
    width: 100%;
}

.section-03{width: 100%;}



/* 카우셀 */
.SlickCarousel {
    
}


.slide_back{position: absolute;right: 8px;top:2%;display: inline-block;}
.Slick_wrap:after,
.Slick_wrap .Head:after {
    content: '';
    display: block;
    clear: both;
}

.s-Arrows {
/*    float: right;*/
    float: right !important;
    position: relative !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999;
    top: 0 !important;
    margin-top: -140px !important;
    margin-right: 381px !important;

} 
.slick-dots {
    /*display: none !important;*/
}
.Slick-Next,
.Slick-Prev {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-top: 6px;
/*    background: ;*/
    border: 1px #fff solid;
    color: #fff;
    /*  margin-left: 1px;*/
    cursor: pointer;
    font: 30px/46px FontAwesome;
    font-weight: 800;
    /*  font: 18px/36px FontAwesome;*/
    text-align: center;
    transition: all 0.5s;
    
}

.Slick-Next {
    border-left: 0;
}

.Slick-Prev {}

.Slick-Next:hover,
.Slick-Prev:hover {
    background: #fff;
    color: #1d2088;
}

.Slick-Next:before {
    content: '\f105'
}

.Slick-Prev:before {
    content: '\f104'
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
    z-index: 2;
}

/**/

.index-content .section-03 {
    
    position: relative;
    padding: 6% 0;
}

.index-content .section-04 {

}

.index-content .section-05 {
    width: 100%;
}


/* 새창 유튜브 */

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 999999999999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 9999999999999999;
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
    }
}

.lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/* IGNORE FORM THIS POINT ON */

#playme {
    background: #007fed;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
/*
.slide_point_01,.slide_point_02{opacity:0;}
.swiper-slide-active .slide_point_01 {
  animation-name: fadeInUpSD;
  animation-duration: 2s;
  animation-duration: 2s;
  opacity: 1;
}
.swiper-slide-active .slide_point_02 {
  animation-name: fadeInUpSD;
  animation-duration: 2s;
  opacity: 1;
}
   */


      
@-webkit-keyframes fadeInUpSD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD2;
  animation-name: fadeInUpSD2;
}


.life_sla{width: 100%;}
.life1{width: 100%;}

.section-01 .content{width: 100%;}
.sec1_img1{width: 33.8021vw;margin: auto;}
.sec1_img2{width: 100%;margin-top: 3%;}
.sec1_img3{width: 7.6563vw;margin: auto;margin-top: 3%;}
.sec1_ul{width: 100%;margin-top: 3%;display: flex;flex-direction: row;justify-content: space-between;}
.sec1_li{width: 49%;}

.section-02 .content{width: 100%;margin: auto;margin-top: -8%; padding: 15% 0 7% 0;}
.section-02{background-size: cover;}
.sec2_ul{width: 100%;display: flex;flex-direction: row;justify-content: space-between;}
.sec2_img1{width: 23.9583vw;}
.sec2_img2{width: 27.3958vw;}
.sec2_img3{width: 100%;margin-top: 3%;}
.sec2_img4{width: 35.0000vw;margin: auto;margin-top: 5%;}
.sec2_img5{width: 100%;margin-top: 4%;}

.section-03{background-size: cover;background-position: no-repeat center 0;padding: 5% 0;}
.section-03 .content{width: 100%;margin: auto;}
.sec3_img1{width: 27.4479vw;margin: auto}
.sec3_img2{width: 100%;margin: auto;margin-top: 3%;}

.section-04{background-size: cover;background-position: no-repeat center 0;padding: 5% 0;background: #fff;}
.section-04 .content{width: 100%;margin: auto;}
.sec4_img1{width: 45.3125vw;margin: auto}
.sec4_img2{width: 100%;margin: auto;margin-top: 3%;}
.sec4_img3{width: 100%;margin: auto;margin-top: 3%;}

.section-05{background-size: cover;background-position: no-repeat center 0;padding: 5% 0;background: #fff;position: relative;}
.sec5_back{position: absolute;top: 0;left: 0;width: 100%;z-index: 1}
.section-05 .content{width: 100%;margin: auto;position: relative;z-index: 2;}
.sec5_img1{width: 51.1458vw;margin: auto}
.sec5_img2{width: 100%;margin: auto;margin-top: 5%;}
.sec5_slide{margin-top: 5%;width: 100%;}
.section-05 .slick-slide { transition: 0.3s ease-in-out;}
.section-05 .slick-list {}
.loc-left,.loc-right{width: 2.1354vw;position: absolute;top: 48%;transform: translateY(-50%);}
.loc-left{left: -7%;}
.loc-right{right: -7%;}
.sec5_slide .slick-dots li.slick-active button:before{color: #00466e;opacity: 1;}

.section-06 .content{width: 100%;margin: auto;}
.section-06{background-size: cover;background-position: no-repeat center 0;padding: 5% 0;}
.sec6_img1{width: 31.4583vw;margin: auto;}

.section-07{position: relative;}
.section-07 .content{width: 95%;margin: auto;}
.sec7_back{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 90%;z-index: -1}
.section-07{background-size: cover;background-position: no-repeat center 0;padding: 5% 0;}
.map_area{width: 100%;display: flex;flex-direction: row;justify-content: space-between;}
.map_info,.map_img{width: 48%;}
.map_info{display: flex;flex-direction: column;}
.map_info_tit{width: 15.6771vw;margin: auto;}
.map_info_box{width: 100%;margin-top: 7%;background: #fff;border-top: 0.0521vw solid #9f9487;border-bottom: 0.0521vw solid #9f9487;}
.map_info_line:nth-child(1){border-bottom: 0.0521vw solid #dcdcdc;}
.map_info_line{width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 6% 2%;}
.map_info_txt{display: flex;flex-direction: column;}
.map_info_txt h1{font-size: 1.0417vw;color: #000;font-weight: 900;margin: 0;}
.map_info_txt h2{font-size: 0.8333vw;color: #000;font-weight: 500;margin: 0;margin-top: 4%;}
.map_info_btnarea{display: flex;flex-direction: row;justify-content: space-between;gap: 0.5208vw;}
.map_info_btn{width: 2.3438vw;}

.section-10{position: relative;}

.db_section{width: 100%;}
.db_area{width: 100%;display: flex;flex-direction: row;justify-content: space-between;max-width: 58.0729vw;margin: auto;padding: 3% 0;align-items: center;}
.db_img_area{width: 38%;display: flex;justify-content: flex-end;}
.db_input_area{width: 54%;}
.tbl_frm01{margin: 0;}
/*  sub layout */


/* 비쥬얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}




#sub_content {
    margin-top: 120px;
    margin-bottom: 80px;
}


#sub_content .page-header {
    margin-top: 70px;
    /*    padding-bottom: 30px;*/
    text-align: center;
    clear: both;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .page-header h1 {
    font-size: 37.46px;
    color: #1d2088;
    font-weight: 900;
    display: inline-block;
    margin-top: 25px;
    text-transform: capitalize;
    font-family: 'NanumSquare';
    
}
.tit_img{display: inline-block;width: 100%;text-align: center;}
.tit_img img{}

.popup_area{position: absolute;top: 1%;z-index: 999999;    display: flex;
    flex-direction: row;
    align-items: center;top: 170px;left: 0px;}
.popup{width: 400px;border: 2px solid #e5e5e5;}
.popup_btn{width: 60px;cursor: pointer;}
.popup_btn_off{width: 60px;cursor: pointer;}


/* footer */

.footer {
    /*    margin-top: 30px;*/
    background-color: #fff;
    
}

.footer .container{width: 94%;display: flex;flex-direction: row;justify-content: space-between;padding: 1% 0;}


.footer p.logo {
    margin-top: 1.8229vw;
    display: block;
    width:25vw;
    text-align: right;
}

.footer p.logo span{font-size: 0.6771vw;font-weight: 700;}

.footer p.logo img {
    width: 100%;margin-bottom: 0.5208vw;
}

.footer address {
    width: 50%;
    margin-top: 1.0417vw;
    font-size: 0.6250vw;
    line-height: 0.9896vw;
    color: #a5a5a5;
    font-family: 'NotoSans';
}

.foot_warn{color: #b5b5b5;margin-bottom: 0.5208vw;font-size: 0.5729vw;}
.foot_logo_area{display: flex;flex-direction: column;align-items: flex-end;width: 50%;}
.foot_company{width: 31vw;}
.foot_company img{width: 100%;}
.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #b5b5b5;
    font-size: 13px;
    font-family: 'NotoSans';
    margin-bottom: 10px;
}

.swiper-button-prev{background: url('../../img/slide_btn_01.png') no-repeat center 0;background-size: cover;}
.swiper-button-next{background: url('../../img/slide_btn_02.png') no-repeat center 0;background-size: cover;}

.mb_slide{width: 100%;margin-top: 8vh;}
.mb_slide .mb_slide_cont{width: 100%;height: 80vh;position: relative;}
.m_sec_01{background: url(../../img/mbslide_01.jpg) no-repeat center 0;background-size:cover;}
.m_sec_02{background: url(../../img/mbslide_02.jpg) no-repeat center 0;background-size:cover;}
.m_sec_03{background: url(../../img/mbslide_03.jpg) no-repeat center 0;background-size:cover;}
.mb_slide_point{width: 100%;position: absolute;top: 5%;left: 0;}

.mquick_area{width: 100%;position: fixed;bottom: 0;left: 0;z-index: 999}
.mquick1{width: 84.8888%;float: left;}
.mquick2{width: 15.1112%;float: left;}

#pc{}
#mb{display: none;}


@media screen and (max-width:998px){
    
    #header_wrap .tel{width: 8%;z-index: 0}
   
    .sec1_img1{width: 73vw;}
    .sec1_img2{margin-top: 6%;}
    .sec1_img3{width: 25vw;margin-top: 6%;}
    .sec1_ul{margin-top: 6%;}
    .sec1_li{width: 100%;}
    
    .section-02 .content{margin-top: -10%;padding:17% 0 12% 0;}
    .sec2_img1{width: 100%;}
    .sec2_img3{margin-top: 6%;}
    .sec2_img4{width: 75vw;margin-top: 10%;}
    .sec2_img5{margin-top: 6%;}
    
    .index-content .section-03{padding: 11% 0;}
    .sec3_img1{width: 60vw;}
    
    .index-content .section-04{padding: 11% 0;}
    .sec4_img1{width: 95vw;}
    .sec4_img2{margin-top: 6%}
    .sec4_img3{margin-top: 6%}
    
    .sec5_img1{width: 95vw;}
    
    .section-05 .content{max-width: 100%;}
    .sec5_slide{min-height: unset;width: 100%;}
    .index-content .section-05{padding:10% 0;}
    .section-05 .slick-slide.slick-current{margin-top: unset;}
    .section-05 .slick-slide{width: 100%;}
    .loc-left,.loc-right{width: 5%;position: absolute;top: unset;bottom: -34%;}
    .loc-left{left: 30%;}
    .loc-right{right: 30%;}

    .section-06{padding: 10% 0;}
    .sec6_img1{width: 67vw;}
    
    .section-07{background: url(../../img/section_02_bg.jpg) no-repeat center 0;background-size:cover;padding: 10% 0;}
    .map_area{flex-direction: column;}
    .map_info, .map_img{width: 95%;margin: auto;}
    .map_info_tit{width: 33vw;}
    .map_img{width: 100%;margin-top: 6%;}
    .map_info_txt h1{font-size: 1.3em;}
    .map_info_txt h2{font-size: 0.9em;}
    .map_info_btn{width: 8vw;}
    .map_info_btnarea{gap: 2vw;}
    .sec7_back{display: none;}
    
    .db_area{flex-direction: column;max-width: unset;}
    .db_img_area{width: 100%;padding: 0;justify-content: center;margin-top: 10%;margin-bottom: 10%;}
    .db_input_area{width: 100%;padding: 5% 0 15% 0;display: flex;justify-content: center;}
    .db_img{width: 85%;}
    .db_input{width: 90%;}
    .db_img2{display: none;}
    
    
    .circle{width: 23vw;height: 23vw;border: 1.8vw solid #004976;}
    .circle_out{width: 28vw;height: 28vw;}
    .circle_in{font-size: 0.7em;line-height: 1;}
    .circle_in span{font-size: 2em;}
    .circle_area:hover .circle{width: 30vw;height: 30vw;}
    
    .foot_warn{font-size: 10px;margin-bottom: 3%;}
    
    
    .footer .container{width: 96%;padding: 5% 0;margin: auto;flex-direction: column-reverse;}
    .footer address{width: 92%;margin: auto;}
    .foot_company{width: 90%;margin: auto;margin-bottom: 6%;}
    .foot_logo_area{width: 100%;}

        #hd_pop{z-index: 2;width: 100%;text-align: center;}
        .hd_pops{margin: auto;
    top: 70px !important;
    left: 10% !important;
    width: 80%;}
    .hd_pops_con{width: 100% !important;height: 100% !important;}
    .hd_pops img{width: 100% !important;}
    .hd_pops_con p{margin: 0;}
    
    .mpopup_area{position: absolute;top: 1%;z-index: 999999;    display: flex;
    flex-direction: row;
    align-items: center;top: 12%;left: 0px;width: 100vw;}
.mpopup{width: 80%;border: 2px solid #e5e5e5;}
.mpopup_btn{width: 13%;cursor: pointer;}
.mpopup_btn_off{width: 13%;cursor: pointer;}
    
    


}
.mb_slide_bg{display: none;}
@media (max-width: 992px) {
    /*모바일메뉴*/

/* Menu code starts here */

#menuToggle
{
  display: block;
  /* You can also use relative/absolute here if you want to stay on the top */
  position: absolute;
  top: 50%;
transform: translateY(-50%);
  right:3%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
 display: block;
    width: 100%;
    
    text-decoration: none;
  color: #232323;
 
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px; 
  margin-bottom: 5px;
  position: relative;
  
  background: #325d4f;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  /*
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    */
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

    #menuToggle span:last-child{margin-bottom: 0;}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  max-width: 400px;
  width: 100vw;
  max-height: 102vh;
    height: 102vh;
  margin: -55px 0px 0 -297px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(105%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 1em;
    border-bottom: 1px solid #dcdcdc;
}

#menu li label
{
    display: block;
  cursor: pointer;
    margin: 0;
    font-size: 1.5em;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.anchor{
  display: block;
  height: 9.6vh; /*same height as header*/
  margin-top: -9.6vh; /*same height as header*/
  visibility: hidden;
}
     
    .sub_three_map_wrap{margin-top: 14%}
    .mb_slide_bg{display: flex;}
    #pc{display: none;}
#mb{display: block;}

    #header_wrap {height: 9%;overflow: visible;}
    .tit_img{display: block;width: 100%;text-align: center;}
    .tit_img img{width: 30%;}
    .footer{position: relative;padding: 0px;}
    .footer p.logo{width: 100%;}
    .footer p.logo img{width: 90%;display: block;margin: auto;margin-bottom: 2%;}
    #header_wrap.top_menu_06 h1{width: 70%;margin-bottom: 0;margin-top: 0%;margin-top: 4%;margin-left: 0;}
    #header_wrap.top_menu_06 h1 a{background-size: contain;height: 30px;}
    
    #header_wrap .tel{width: 7%;top: 50%;transform: translateY(-50%);right: 17%;}
    .sub_three_map_wrap.sticky{top: 8%;}

    .footer address {
    margin-top: 0px;
    font-size: 10px;
    line-height: 1.4;
    font-family: 'NotoSans';
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    
    font-size: 11px;
    font-family: 'NotoSans';
}

    
    #mb{display: block;}
    
@media screen and (max-width:600px){
    }