@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

#wrapper { max-width: 1920px; width:100%; margin:0 auto; position:relative; font-family: "Noto Sans KR", sans-serif; }
#wrapper .sec1 { width:100%; margin: 0 auto; position: relative;}
#wrapper .sec1 > a { display: none;}
#wrapper .sec1 img { width: 100%; }

#wrapper .sec2 { width:100%; margin: 0px auto 0;  }
#wrapper .sec2 img { width: 100%; }

#wrapper .sec3 { width:100%; margin: 0px auto 0;  }
#wrapper .sec3 img { width: 100%; }

#wrapper .sec4 { width:100%; margin: 0px auto 0;  }
#wrapper .sec4 img { width: 100%; }

#wrapper .sec5 { width:100%; margin: 0px auto 0;  }
#wrapper .sec5 img { width: 100%; }

.foot_btn {    display: block; position: relative; width:60%; margin: 0px auto 75px; background: #BC955A; color: #fff; font-size: 2.1vw; padding: 20px 30px; text-align: center; font-weight: bold; border-radius: 45px; }
.foot_btn span.foot_txt1 { display:block; font-size: 1.5vw; font-weight:normal; margin-bottom:5px; }
.foot_btn div.foot_txt2 { position:absolute; right: 62px; bottom: 15px; font-size: 15px;  }
.foot_btn img { position: absolute; right:4%; top:50%; transform: translateY(-50%); padding-bottom:2px; width:2vw; }

.quick { width: 103px; position:fixed; top: calc(50% - 300px); left:0px; }
.quick li { width: 100%;  text-align:center; background: rgba(0,0,0,0.4);  }
.quick li.menu { padding: 15px 15px 0;  }
.quick li.menu img { width: 60%; display:block; margin: 0 auto 6px; }
.quick li.menu a { display: block; vertical-align:middle; padding: 0px 0 10px; border-bottom: 1px solid #C5C5C5; color: #fff; font-size: 14px; font-weight:bold; line-height: 17px; }
.quick li.menu:last-child a{ border-bottom:0px;  }

.img_pc { }
.img_mob { display:none; }

body{overflow-x: hidden; position: relative;}
body.active {
    height: 100%;
    overflow: hidden;
}

.hide-mob { display:none;  }

.nav-pc{
    z-index:999;
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background-color:#fff;
    height: 140px;
    color: #fff;
}
.nav-full{
    width: 100%;
    height: 140px;
    max-width:1280px;
    margin : 0 auto;
    display: -webkit-flex;
    justify-content:space-between;
    align-items: center;


}
.nav-full .menu_list { flex:1; }
.nav-full .logos{
    cursor: pointer;
    width: calc(100% / 12 * 2.4);
    flex:1.5;
}
.nav-full .logos img{
    margin-bottom: 15px;
}
.nav-full .logos .move-home{
    width: 85%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #c29a4c;
    color: #000;
    position: relative;
}
.nav-full .logos .move-home a{position: absolute; top: 0; left: 0; width:100%; height: 100%;}

.nav-full .logos .move-home:after {
    content: ">";
    position: absolute;
    right: 20px;
}

.nav_location {
  width: 140px;
  position: relative;
  margin-top: 2px;
  padding: 0 0px;
  margin-left: auto;
  display: contents;
  text-align: right;
  flex:1;
}

.nav_location>h2 {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.nav_location .nav_locaarrow {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/nav_select_b.png) no-repeat center center;
  background-size: cover;
}

.nav_location .nav_locasel {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}

.nav_locaselect {
  display: none;
  position: absolute;
  z-index: 999;
  top: 84%;
  right: 17px;
  width: 24%;
  margin-top: 10px;
}

.nav_locaselect.show {
  display: block;
}

.nav_locaselect .nav_locaoption {
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.nav_locaselect .nav_locaoption:last-child {
  border-radius: 0 0 5px 5px;
}

.nav_locaselect .nav_locaoption:hover,
.nav_locaselect .nav_locaoption.active {
  background: #c29a4c !important;
  color: #fff;
}

.nav_locaselect .nav_locaoption:hover .nav_locaicon {
  background: url(../images/nav_location_w.png) no-repeat center center;
}

@media screen and (max-width: 600px) {
    .img_pc {display:none; }
    .img_mob { display:initial; }
    #wrapper .sec1 > a { width: 100%; height: 13%; display: block; position: absolute; bottom: 0px;}

    .foot_btn { width: 95%; font-size: 18px; margin: 0px auto; padding: 10px 30px; margin-bottom: 35px;}
    .foot_btn span.foot_txt1{font-size:10px;}
    .quick { display:none;  }

    body.active{overflow-y:hidden;}
    .nav-pc{height: 63px; position:relative;}
    .hide-pc { display:none; }
    .hide-mob{ display:block;}

    /* mobile logo */
    .nav-full{height: 63px; position:fixed; background-color: #fff; padding: 0px 15px;}
    .nav-full .logos{ width:100%; position:relative; display: flex; gap:4%;}
    .nav-full .logos img{margin-bottom: 0px; height: 22px; }
    .nav-full .logos a{position: absolute; top: 0; left: 0; width:100%; height: 100%;}

    .menu_list{display: flex;justify-content: flex-start;align-items: center;width: 20%;text-align: center;}
    .list{display:flex; align-items: center; justify-content: space-around; width:33.3%; position: relative;}
    .list a{position: absolute; top: 0; left: 0; width:100%; height: 100%;}
    .list img{width:30px; height:30px; color: #3c2b00;}
    .list p{margin-top:5px; font-size:12px; font-weight:normal;}
    .list::after{
    content: ''; width: 1px;height: 45px;background-color: #fff;opacity: 20%;}
    .list:last-child .list_grid{display:flex;flex-direction:column;align-items: center;}
    .list:last-child .tab_bar{height:30px;cursor:pointer;}
    .list:last-child:after{content:""; width:0px:;height:0px;}
    .list:last-child span{
        display: block;
        background: #000;
        width: 28px;
        height: 3px;
        margin-left: auto;
        border-radius: 3px;
        transition: 0.25s margin 0.25s, 0.25s transform;
    }

    .list:last-child span:nth-child(1){margin-bottom:5px;margin-top: 5px;}
    .list:last-child span:nth-child(3){margin-top:5px;}


    /******************** sidebar ********************/

    .nav-full-mob{ position:fixed; width: 100%; height:100%; overflow:hidden; top:0px; left:-100%; transition: all 0.5s ease-in-out; background-color: rgba(0,0,0,0.5);}
    .nav-full-mob.active{ left:0px; }

    .side-menu{background-color: #fff; width: 90vw; height:100%; background: #fff;}
    .nav-full-mob.active .side-menu{  }

    /* sidebar logo */
    .mob-logo{}
    .mob-logo li {  display:flex; justify-content: space-between;align-items: center; }
    .mob-logo li .mov_logos{ width:100%; background:#BC955A; gap:4%; position:relative;}
    .mob-logo li img{height:65px;  padding: 20px }
    .mob-logo li .tab_bar{ position:absolute; right:10px; top: 10px;  height:30px;cursor:pointer;}
    .mob-logo li .tab_bar span{
        display: block;
        background: #fff;
        width: 30px;
        height: 2px;
        border-radius: 3px;
    }
    .mob-logo li .tab_bar span:nth-child(1){
        margin-top: 15px;
        margin-bottom: -2px;
        transform: rotate(45deg);
    }
    .mob-logo li .tab_bar span:nth-child(2){
        transform: rotate(45deg);
    }
    .mob-logo li .tab_bar span:nth-child(3){
        margin-top: -2px;
        transform: rotate(135deg);
    }

    .sideBtns_mo { width: 100%; padding: 0 20px; }
    .sideBtns_mo li { height: 60px; border-bottom: 1px solid #DDDDDD; color: #000; line-height: 55px; }
    .sideBtns_mo li img { height: 25px; margin-left: 10px; margin-right: 10px;  }
    .sideBtns_mo li a { font-size: 18px;  }


}
