﻿@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*{margin: 0; padding: 0;}

/* 전체레이아웃 */
#wrap{overflow: hidden; position: relative;}
.row{}
.container{width: 1000px; margin: 0 auto;}

/* call_Widgets */
#call_Widgets{
  position: fixed; bottom: 4%; right: 3%;
  z-index: 9999; display: none;
  border: 2px solid #000;
  
}
#call_Widgets .call{
  width: 80px; height: 100px;
  background: url(../image/w_call4.png) no-repeat;
  background-position: center;
  background-size: cover;
  
}
 #call_Widgets .talk{
  width: 80px; height: 100px;
  background: url(../image/w_call3.png) no-repeat;
  background-position: center;
  background-size: cover;

} 

/* nav */
#nav {
    z-index: 9999;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100px;
    background: rgba(32,32,32,0.9);
    border-bottom:1px solid #94752C;
    border-top:1px solid #94752C;
    font-family: 'GmarketSansMedium';
    z-index: 9999;
  }
  #nav a{overflow: hidden;}
  #nav h1 {
    float: left;
    display: block; padding: 15px;
    background: url(../image/logo.png) no-repeat 0 18px;
    background-size: 190px;
    width: 190px; height: 100px;
    box-sizing: border-box;
  } 
  #nav ul {float: right; }
  #nav ul li{display: inline;}
  #nav ul li a{
    display: inline-block; color: #fff; font-size: 17px; padding: 38px 40px 25px 40px;  transition: all 0.5s ease-in-out
  }  
  #nav ul li a:hover{color: #C0A35F; transition: all 0.5s ease-in-out;}

/*ham*/

#nav .mNav{display:none;}
.ham {
  position: absolute;
  top:50px; right: -15px;
  transform: translate(-50%, -50%);
  width: 60px; height: 60px;
  cursor: pointer;
}
.ham span {
  display: block;
  width: 0; height: 4px; 
  border-radius: 3px;
  background: #fff;
  margin-top: 28px;
  margin-left: 9px;
  position: relative;
}
.ham span::before {
  content:''; width: 42px; height: 4px;
  border-radius: 3px; 
  background: #fff;
  position: absolute; left: 0; bottom: 0px;
  transition: transform 0.3s;
}
.ham span::after {
  content:''; width: 42px; height: 4px;
  border-radius: 3px; 
  background: #fff;
  position: absolute; left: 0; bottom: 0px;
  transition: transform 0.3s;
}
.ham.active span::before {
  transform: rotate(45deg);
  transition: transform 0.3s 0.8s;
}
.ham.active span::after {
  transform: rotate(-45deg);
  transition: transform 0.3s 0.8s;
}

.ham::before {
  content: '';
  position: absolute; right: 9px; bottom: 17px;
  width: 42px; height: 4px;
  border-radius: 3px;
  background: #fff;
  transition: width 0.3s 0.4s;
}
.ham::after {
  content: '';
  position: absolute; left: 9px; top: 17px;
  width: 42px; height: 4px;
  border-radius: 3px;
  background: #fff;
  transition: width 0.3s 0.4s;
}

.ham.active::before {
  width: 0; right: 9px; bottom: 17px;
}
.ham.active::after {
  width: 0; left: 9px; top: 17px;
}


/* main */
#main{
    height: 100vh;
    background: url(../image/main.png) no-repeat;
    background-position: center;
    background-size: cover;
}
#main .sec1{width: 100%;}
#main .sec1_top{width: 100%; height: 15vh;}
#main .sec1 .sec1_left{
    width: 50%; height: 550px; 
    background: #fff; float: left;
    opacity: 0.8;
    box-shadow: 0px 6px 5px -3px rgba(0,0,0,0.4);
}
#main .sec1 .sec1_left img{width: 100%; height: 550px; opacity: 1;}
#main .sec1 .sec1_right01{width: 50%; height: 275px; float: left;}
#main .sec1 .sec1_right02{width: 50%; float: left;}
#main .sec1 .sec1_right02 .sec1_right_box1{width: 50%; float: left;}
#main .sec1 .sec1_right02 .sec1_right_box1 ul{text-align: center;}

#main .sec1 .sec1_right02 .sec1_right_box2{width: 50%; float: left;}
#main .sec1 .sec1_right03{width: 100%; float: left; overflow: hidden; margin-top: -5px;}

#main .sec1 .sec1_right03 .sec1_box1{
    width: 20%; height: 210px; 
    background: #4a3b16;
    float: left;
}
#main .sec1 .sec1_right03 .sec1_box1 ul{
    position: relative;
    font-family: 'GmarketSansMedium';
    text-align: center;
    padding: 10px;
}
#main .sec1 .sec1_right03 .sec1_box1 ul h2{
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#main .sec1 .sec1_right03 .sec1_box1 ul h2::before{
    content: '';
    position: absolute;
    top: 50%; left: 25%;
    width: 100px; height: 2px;
    background: #fff;
}
#main .sec1 .sec1_right03 .sec1_box1 ul li{
    color: #fff;
}
#main .sec1 .sec1_right03 .sec1_box2{width: 20%; height: 210px; background: #94752C; float: left;}
#main .sec1 .sec1_right03 .sec1_box2 ul{
    position: relative;
    font-family: 'GmarketSansMedium';
    text-align: center;
    padding: 10px;
}
#main .sec1 .sec1_right03 .sec1_box2 ul h2{
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#main .sec1 .sec1_right03 .sec1_box2 ul h2::before{
    content: '';
    position: absolute;
    top: 50%; left: 25%;
    width: 100px; height: 2px;
    background: #fff;
}
#main .sec1 .sec1_right03 .sec1_box2 ul li{
    color: #fff;
}
#main .sec1 .sec1_right03 .sec1_box3{width: 20%; height: 210px; background: #4a3b16; float: left;}
#main .sec1 .sec1_right03 .sec1_box3 ul{
    position: relative;
    font-family: 'GmarketSansMedium';
    text-align: center;
    padding: 10px;
}
#main .sec1 .sec1_right03 .sec1_box3 ul h2{
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#main .sec1 .sec1_right03 .sec1_box3 ul h2::before{
    content: '';
    position: absolute;
    top: 50%; left: 25%;
    width: 100px; height: 2px;
    background: #fff;
}
#main .sec1 .sec1_right03 .sec1_box3 ul li{
    color: #fff;
}
#main .sec1 .sec1_right03 .sec1_box4{width: 20%; height: 210px; background: #94752C; float: left;}
#main .sec1 .sec1_right03 .sec1_box4 ul{
    position: relative;
    font-family: 'GmarketSansMedium';
    text-align: center;
    padding: 10px;
}
#main .sec1 .sec1_right03 .sec1_box4 ul h2{
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#main .sec1 .sec1_right03 .sec1_box4 ul h2::before{
    content: '';
    position: absolute;
    top: 50%; left: 25%;
    width: 100px; height: 2px;
    background: #fff;
}
#main .sec1 .sec1_right03 .sec1_box4 ul li{
    color: #fff;
}
#main .sec1 .sec1_right03 .sec1_box5{width: 20%; height: 210px; background: #4a3b16; float: left;}
#main .sec1 .sec1_right03 .sec1_box5 ul{
    position: relative;
    font-family: 'GmarketSansMedium';
    text-align: center;
    padding: 10px;
}
#main .sec1 .sec1_right03 .sec1_box5 ul h2{
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#main .sec1 .sec1_right03 .sec1_box5 ul h2::before{
    content: '';
    position: absolute;
    top: 50%; left: 25%;
    width: 100px; height: 2px;
    background: #fff;
}
#main .sec1 .sec1_right03 .sec1_box5 ul li{
    color: #fff;
    font-size: 12px;
}

#footer{width: 100%; background: #202020; border-top:1px solid #94752C; float: left;}
#footer .f_logo{width: 20%; margin-top: 60px; float: left;}
#footer .f_logo img{width: 100%;}

#footer .f_right{width: 80%; float: left;}
#footer .f_right ul{padding: 40px; margin-left: 50px;}
#footer .f_right ul h2{color: #fff; font-weight: bold; margin-bottom: 5px;}
#footer .f_right ul li{color: #fff;}
#footer ul{padding: 25px 0 25px 0; }
#footer ul li{color: #fff;}

.foot_layerpopup01, .foot_layerpopup02 {
  position: fixed;
  top: 50%;
  max-width: 800px;
  padding: 24px 34px 36px;
  background: #fff;
  text-align: left;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  line-height: 20px
}

.foot_layerpopup01 h1, .foot_layerpopup02 h1 {
  color: #434343;
  font-size: 18px;
  margin-bottom: 15px;
}

.foot_layerpopup_close {
  position: absolute;
  top: 15px;
  right: 15px
}

.foot_layerpopup_con {
  border: 1px solid #ddd;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  font-size: 12px
}




/* mediaquery */

/* 화면 너비 0~1220px */
@media (max-width: 1220px){
  
}

/* 화면 너비 0~1024px */
@media (max-width: 1024px){

}

/* 화면 너비 0~960px */
@media (max-width: 960px){

}   

/* 화면 너비 0~600px */
@media (max-width: 600px){
  #call_Widgets{display: block;}
  .container{width: 100%;}
  #nav .menu {display:none;}
  #nav .mNav {display:block;}
  #nav h1{float:none; margin-left: 10px;;}
  #nav ul{
    background: rgba(32,32,32,0.9);
    float:none;
  }
  #nav ul li{
    width: 100%;
    display: block; text-align:center;
  }
  #nav ul li a{
    display:block;
    padding:20px;
  }
  #nav ul li.active a{
    background:rgba(255,255,255,0.7);
  }


  #main .sec1_top{width: 100%; height: 12vh;}
  #main .sec1 .sec1_left{
    width: 100%; height: 420px; 
    }
  #main .sec1 .sec1_left img{width: 100%; height: 420px;}
  .sec1_right01{display: none;}

  #main .sec1 .sec1_right02{width: 100%;  float: left;}

  #main .sec1 .sec1_right02 .sec1_right_box1{width: 50%; float: left;}

  #main .sec1 .sec1_right02 .sec1_right_box2{width: 50%; float: left;}

  #main .sec1 .sec1_right03 .sec1_box1{
    width: 100%; height: 210px; 
  }
  #main .sec1 .sec1_right03 .sec1_box2{
    width: 100%; height: 210px; 
  }
  #main .sec1 .sec1_right03 .sec1_box3{
    width: 100%; height: 210px; 
  }
  #main .sec1 .sec1_right03 .sec1_box4{
    width: 100%; height: 210px; 
  }
  #main .sec1 .sec1_right03 .sec1_box5{
    width: 100%; height: 210px; 
  }


  #main .sec1 .sec1_right03 .box ul h2::before{
    content: '';
    position: absolute;
    top: 50%; left: 25%;
    width: 200px; height: 2px;
    background: #fff;
  }

  #footer{width: 100%;  background: #202020; border-top:1px solid #94752C; float: left;}
  #footer .f_logo{width: 100%; padding: 30px 10px 10px 50px;  float: left; margin-top: 0px; border-bottom: 1px solid #ccc ;}
  #footer .f_logo img{width: 70%;}

  #footer .f_right{width: 100%; float: left;}
  #footer .f_right ul{padding: 40px; margin-left: 10px; text-align: center;}
  #footer .f_right ul h2{color: #fff; font-weight: bold; margin-bottom: 5px;}
  #footer .f_right ul li{color: #fff;}
  #footer ul{padding: 25px 0 25px 0; }
  #footer ul li{color: #fff;}

}


/* 화면 너비 0~480px */
@media (max-width: 480px){

}

/* 화면 너비 0~320px */
@media (max-width: 320px){

}




  

  

























































