/* BASIC css start */
.floatMenu {
    position:absolute; 
    right:50px; 
    top:720px;
    width:70px; 
    height:70px;
    border-radius: 50%;
    background:#FEE500;
    background-image: url("/design/dongjinimp/images/katalk.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000000;
    font-size: 10px;
    text-align: center;
    line-height: 140px;
    font-weight: bold;
    box-shadow: 3px 3px 10px #2e2e2e50;
  }
.topBtn {
    position: absolute;
    right: 50px;
    top:820px;
    width: 70px;
    height: 70px;
    display: block;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000000000;
    box-shadow: 3px 3px 10px #2e2e2e50;
    background-image: url("/design/dongjinimp/images/topbutton.png");
    background-repeat: no-repeat;
    background-size: cover;
}
body {
    width:100%;
}
#container {
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
header {
    width: 100%;
    height: 90px;

    background-color:#242424;
    display:flex;
    justify-content:center;
}

.headerGnb {
    max-width:1440px;
    width: 100%;
    height: 90px;
    position: relative;
}
.logoArea {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}


.cateWrap { 
    width:100%;
    position: relative;
    margin-left: 368px;
    margin-top: 36px;
    box-sizing:border-box;
}

.tmenu li {
    display: inline-block;
    padding-right: 60px;    
    list-style:none;
}
.tmenu li a {
    color: #fff;
    font-size: 16px;
    position:relative;
}
.tmenu li a.active {
    color: #000;
}
.tmenu li a:before {
    position:absolute;
    content:"";
    left:50%;
    transform:translate(-50%);
    width:0;
    height:2px;
    bottom:-5px;
    background:#f1ab10;
    transition:0.5s;
}
.tmenu li a:hover:before {
    width:100%;
}
.border_box {
    position:absolute;
    top:16px;
    left:-260px;
    width:100%;
    height:1px;
    background-color:rgb(196, 196, 196);
    z-index:10000000000;
}
.depth {
    display:none;
    transition:0.8s; 
    z-index:1;
}
#depth1 {
    top: 18px;
    left:-350px;
    width: 1440px;
    height: 603px;
    z-index:100000;
    position: relative;
}
.box_m {
    width: 1920px;
    height: 600px;
    position: absolute;
    left:-260px;
    top: 16px;
    z-index:-1000;
    box-sizing:border-box;
}
.box_m.active {
    background-color:#e9e9e9;
    box-shadow:0px 10px 10px rgba(37, 37, 37, 0.3);
}

.brand_logo {
    background-color:#e9e9e9;
    list-style: none;
    width: 600px;
    height: 600px;
    position: absolute;
    left: 0;
    top: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding:30px 0 0 10px;
    z-index:1000;
}


.brand_logo li {
    display: inline-block;
    padding: 10px 10px 35px 5px;
    text-align: center;
    cursor: pointer;
}

.brand_logo img {
    display: block;
    width: 150px;
}

.brand_logo li:hover img {
    transform: translateY(-3px) ;
    transition: 0.5s;
}
.brand_list {

    width: 840px;
    height: 600px;
    position: absolute;
    left: 600px;
    top: 16px;
    padding: 0;
}
.catelist {
    text-align: left;
    width: 840px;
    height: inherit;
    display:none;
    box-sizing: border-box;
    padding:45px 20px 20px 55px;
}
.catelist.active {
    display: block;
}
.catelist ul {
    text-align: left;
    list-style: none;
    height: 190px;
    font-weight: 500;
    float: left;
    padding:0;
    padding-right: 70px;
}
.catelist ul:hover li {
    opacity: 1;
}
.catelist ul a {
    font-size:15px;
}
.catelist li {
    font-weight: 400;
    margin-bottom: 17px;
    opacity:0;
    transition: 0.5s;
    position: relative;
}


.catelist li:before {
    content: "";
    position: absolute;
    width: 0;
    bottom: -3px;
    background:#f1ab10;
    left: 0;
    height: 1px;
}
.catelist li:hover:before {
    width: 100%;
    transition: 0.5s;
}

.catelist ul li:first-child {
    font-weight:600;
    position:relative;
    opacity:1;
    margin: 0;
    margin-bottom: 30px;
}
.catelist ul li:first-child:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    background:#f1ab10;
    left: 0;
}
.catelist ul li:first-child:hover:before {
    width: 100%;
}
.list_cube {
    display:block;

    background-image: url(/design/dongjinimp/images/bg_cube_tp.png);
}

.loginArea { 
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.loginArea li { 
    position:relative;  
    float:left; 
    padding-left:20px;
    line-height:22px; 
    display:inline-block; 
}
.loginArea li a {
    font-size:13px;
    color: #fff;
}
.loginArea li a.active {
    color: #000;
}
.loginArea li a:hover { 
    color:#8c8c8c; 
}
.loginArea li.cartCount a i { 
    font-size: 18px;
}
.headerGnb li a.searchOpen { 
    font-size:19px;
    cursor:pointer;  
}

.searchOpen {
    z-index: 11111;
}

.search .search_area {
    list-style: none;  
}
.search .search_area li {
    display: inline-block;
    padding-right: 15px;
}
.search .search_area a {
    font-size: 14px;
    font-weight: 300;
    color: rgb(61, 61, 61);
}
.search .search_area a:hover {
    color: lightgray;
}
.search img {
    width:20px;
    height:20px;
}

.search { 
    display:none; 
    position:absolute; 
    top:0px; 
    right:40px; 
    width:240px; 
    height:44px; 
    border-bottom:2px solid #2e2e2e; 
    z-index:10;  
}
.search input { 
    width: 100%; 
    height:30px; 
    margin: 10px 95px 0 0;
    border:none; 
    font-size:14px;
}
.search .btnSch { 
    font-size:24px
}
.search .searchClose { 
    position:absolute; 
    top:0; 
    right:-40px; 
    line-height:55px;
    font-size:28px; 
    color: #666;
    background-color:#fff;
}




.ham_button {
  display: none;
  position: absolute;
  top: 50%;
  right:0;
  width: 45px;
  height: 23px;
  transform:translateY(-50%);
  cursor: pointer;
  z-index: 10000;
  
}
.ham_button span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.ham_button span:nth-child(1) {
  top: 0;
}
.ham_button span:nth-child(2) {
  top: 50%;
}
.ham_button span:nth-child(3) {
  top: 100%;
}

.ham_button.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.ham_button.active span:nth-child(2) {
  opacity: 0;
}
.ham_button.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/* Modal */
.modal {
  display: none;
  position: absolute;
  left: 0px;
  top: -10px;
  width: 100%;
  height: 1080px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  text-align: center;

}
.modal_gnb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_title {
  margin-bottom:40px;
}
.modal_title a {
   color:#fff;
   font-size: 35px;
   transition: 0.5s;
}
.modal_title a:hover,
.modal_title a.active {
  color: #f2ab00;
}
.modal_brand_list {
  display: none;
  font-size: 16px;
  padding: 0;
  margin-bottom: 50px;
}

.modal_brand_list li {
  padding-bottom: 15px;
}
.modal_brand_list li a {
  color: rgb(201, 201, 201);
}
.modal_brand_list li a:hover {
  color:#fff;
}




@media (max-width: 1440px) {
    .tmenu li a {
        font-size:14px;
     }
    .loginArea li a {
        font-size:12px;
    }
    .hero_txt .t1 {
        font-size: 31px;
    }
    .name h2 {
        font-size:36px;
    }
    .agency .agency_txt .txt1 {
        font-size:36px;
    }
    .kakao_txt .kakao_txt_1 {
        font-size: 22px;
    }
    .ft_top a {
        font-size: 13px;
    }
    .ft_m h4 {
        font-size:14px;
    }
    .ft_m p {
        font-size:12px;
    }
    .ft_bottom a {
        font-size: 24px;
    }
}


@media (max-width: 1024px) {
    .hero_txt .t1 {
        font-size: 28px;
    }
    .hero_txt .t2 {
        font-size: 17px;
    }
    .hero_txt a {
        font-size: 13px;
    }
    .tmenu {
      display:none;
    }
   .ham_button {
      display:block;
   }
   .loginArea {
       right:80px;
   }
   .name h2 {
        font-size:33px;
    }
    .agency .agency_txt .txt1 {
        font-size: 33px;
    }
    .agency .agency_txt a {
       font-size:13px;
    }
    .kakao_txt .kakao_txt_1 {
       font-size: 21px;
    }
    .kakao_txt a {
       font-size:13px;
    }

}
@media (max-width: 768px) {
    .hero_txt .t1 {
       font-size: 24px;
    }
    .loginArea {
        display: none;
    }
}




































/* BASIC css end */

