*{
    margin: 0;
    padding: 0;
 }
 
 li{
     list-style-type: none;
 }
 
 input[type="checkbox"] {
     cursor: pointer; 
 } 
 
 body{
     background-image: white;
     
 }
 
 a{
     text-decoration: none;
     color: white;
 }
 
 a:hover{
     cursor: pointer;
 }

   /*
*
* ==========================================
* PC
* ==========================================
*
*/

@media screen and (min-width: 911px) {
 /* --------------------------------------------------------topmenu----------------------------------------------------------- */

 .m_top_menu_container{
    display: none;
 }

 .m_active_container_wrap{
    display: none;
 }
 
.top_menu_position_fixed{
 position: fixed;
}

.top_menu_position_absolute{
 position: absolute;
}


.top_menu{
    margin: 0 auto;
    width: 500px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 8000;
    /* font-weight: bold; */
    position: relative;
}
/* .top_menu li:nth-child(2n){
    position: relative;
    height: 100%;
    width: 3px;
}

.top_menu li:nth-child(2n) a{
   line-height: 65px;
} */


.top_menu_wrap{
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    background: white;
    z-index: 9000;
    border-bottom: 1px solid rgba(128, 128, 128, 0.432);
    /* transition: all 0.5s; 이거넣지마라 */
    /* max-width: 1920px; */
}

.top_menu_wrap a{
    line-height: 76px;
    font-size: 16px;
    /* color: #4a5160; */
    color: black;
    /* font-weight: 100; */
}

.top_menu_wrap{
  position: relative; /* 우측 고정 배치용 */
}

/* 우측 로그인/회원가입 */
.top_auth{
  position: absolute;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9100;
}

.top_auth .auth_link{
  font-size: 12px;
  line-height: 1;
  color: #333;
  text-decoration: none;
}

.top_auth .auth_link:hover{
  text-decoration: underline;
}

.top_auth .auth_bar{
  font-size: 12px;
  color: rgba(0,0,0,0.35);
  line-height: 1;
}


.top_menu_wrap a:hover{
    color: #0070c9;
}

.top_menu_wrap_deactive{
    top: 0px;
}

.top_menu_wrap_deactive2{
    top: -75px;
}

.top_menu_wrap_deactive3{
    top: 0px;
}

.top_menu_wrap img{
    position: absolute;
    display: block;
    width: 275px;
    height: 60px;
    margin: 5px 0px;
    left: 20px;
}

.menu_plus{
    position: absolute;
    width: 50px;
    float:right;
    height: 75px;
    right: 0px;
    background-color: #263763;
    text-align: center;
    transition: all 0.5s;
    z-index: 9001;
    cursor: pointer;
}

.menu_plus .i{
    position: absolute;
    color: white; 
    left: 0px;
    width: 21px;
    height: 21px;
    margin: 27px 14.5px;
    background-image: url(../image/icon/icon_plus.png);
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.menu_plus span{
    display: none;
    position: absolute;
    color: white;
    font-size: 18px; 
    right: -100px;
    line-height: 76px;
    transition: all 0.5s;
    /* font-weight: bold; */
}

.menu_plus_active{
    width: 200px;
}

.active_container_wrap{
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100vh - 75px);
    top: 75px;
    left: 0px;
    z-index: 8000;
}

.active_container_wrap .container1{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) !important;
    z-index: 9003;
}

.active_container_wrap .container2{
    position: absolute; 
    width: 360px;
    top: 0px;
    right: -360px;
    height: calc(100% - 55px);
    background-color: white;
    z-index: 9003;
    transition: all 0.4s;
}

.active_container_wrap .container2 .title_top{
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: white;
    background-color: #263763;
}

.active_container_wrap .container2 .title_top .close_img_wrap{
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 19.5px;
    cursor: pointer;
}

.active_container_wrap .container2 .title_top .close_img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
}

.active_container_wrap .container2 .title_left{
    width: 90px;
    height: 100%;
    background-color: gray;
}

.active_container_wrap .container2 .title_left ul{
   width: 100%;
   height: 100%;
}

.active_container_wrap .container2 .title_left ul li{
    width: 100%;
    float: left;
    height: 65px;
    line-height: 65px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 13px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.active_container_wrap .container2 .title_left ul li:nth-child(1){
    background-color: white;
}

.active_container_wrap .container2 .title_left ul li:nth-child(5){
    border-bottom: none;
}

.active_container_wrap .top_menu4{
    display: none;
    width: 270px;
    height: 100%;
    position: absolute;
    left: 90px;
    top: 55px;
    background-color: white;
}
.active_container_wrap .top_menu4_1{
    display: block;
}

.active_container_wrap .top_menu4 ul{
    width: 230px;
    margin: 0 auto;
}

.active_container_wrap .top_menu4 li{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: black;
    border-bottom: 1px solid #d2d2d7;
    font-size: 13px;
    letter-spacing: -1px;
    box-sizing: border-box;
}


/* 여기는 a없어서 li:nth-child()가 전체적으로 안먹음 */
.active_container_wrap .top_menu4_first_li{
  width: 100%;
  height: 65px !important;
  border-bottom: 1px solid #d2d2d7;
  box-sizing: border-box;
}

.active_container_wrap .top_menu4_first_li p{
    display: block;
    text-align: center;
    line-height: 65px;
    /* font-size: 14px; */
}



.active_container_wrap .top_menu4_active{
    display: block ;
}





/* 
 .top_menu{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
} */

/* .top_menu_wrap{
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    background: black;
}

.top_menu_wrap a{
    line-height: 43px;
    font-size: 12px;
    color: #cbc8c8;
    transition: all 0.3s, transform 0.3s;

}

.top_menu_wrap li:nth-child(1) a{
    font-size: 16px;
}

.top_menu_wrap li:nth-child(7) a{
    font-size: 16px;
    line-height: 42px;
}

.top_menu_wrap a:hover{
    color: white;
} */


.top_menu2_wrap{
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 8000;
    /* margin-top: 75px; */
}

.top_menu2_wrap_move{
    position: fixed;
    top: 0px;
   border-bottom: 1px solid  #d2d2d7;
   background-color: white;
   margin-top: 0px;
}

.top_menu2{
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    border-bottom: 1px solid  #d2d2d7;
}

/* border-bottom때문에 이상해지니까 +버튼누를때만 뺄거임 */
/* .top_menu2_close{
 border-bottom: none;
} */

.top_menu2 p{
    float: left;
    font-size: 20px;
    line-height: 50px;
    font-weight: 900;
}

.top_menu3{
    display: inline-block;
    float: right;
}

.top_menu3 a{
    display: inline-block;
    font-size: 12px;
    color: #333333;


    margin-right: 15px;
    line-height: 55px;
}

.top_menu3 a:last-child{
    margin-right: 0px;
}

/* @media screen and (max-width:1909px){
 
    .top_menu_wrap a{
        font-size: 8px;
       }

} */

}

  

  /*
*
* ==========================================
* 모바일 (스마트폰 + 태블릿 포함)
* ==========================================
*
*/
   
@media screen and (min-width: 0px) and (max-width: 910px) {
    
    .m_top_menu_container{
        display: block;
     }
    
     .m_active_container_wrap{
        display: block;
     }

    .top_menu_wrap{
        display: none;
     }
   
    .top_menu2_wrap{
     display: none;
    }
       
    .m_top_menu_container{
        width: 100%;
        height: 55px;
        position: fixed;
        top: 0px;
        /* border-bottom: 1px solid rgba(128, 128, 128, 0.5); */
        border-bottom: none;
        z-index: 9998;
        background-color: none;
        box-sizing: border-box;
    }

    .m_top_menu_container .logo_img_wrap{
        display: block;
        max-width: 176px;
        height: 40px;
        position: absolute;
        left: 15px;
        top: 7.5px;
        cursor: pointer;
    }

    .m_top_menu_container .logo_img_wrap img{
        display: block;
        width: 100%;
        height: 100%;
    }

    .m_top_menu_container span{
        display: block;
        width: 210px;
        height: 100%;
        margin: 0 auto;
        line-height: 55px;
        letter-spacing: -1px;
        font-weight: bold;
        text-align: center;
        color: black;
        font-size: 20px;
    }

    .m_top_menu_container .list_img_wrap{
        display: block;
        width: 21px;
        height: 21px;
        position: absolute;
        right: 15px;
        top: 17px;
        cursor: pointer;
    }


    .m_top_menu_container .list_img_wrap img{
        display: block;
        width: 100%;
        height: 100%;
    }



    .m_active_container_wrap{
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0px;
        left: 0px;
        z-index: 9999;
    }
    
    .m_active_container_wrap .container1{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) !important;
        z-index: 9003;
    }


    
    .m_active_container_wrap .container2{
        position: absolute; 
        width: 360px;
        top: 0px;
        right: -360px;
        height: calc(100% - 55px);
        background-color: white;
        z-index: 9003;
        transition: all 0.4s;
    }

    .m_active_container_wrap .container2 .title_top{
        width: 100%;
        height: 55px;
        text-align: center;
        line-height: 55px;
        color: white;
        background-color: #263763;
    }

    .m_active_container_wrap .container2 .title_top .close_img_wrap{
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 19.5px;
        cursor: pointer;
    }
    
    .m_active_container_wrap .container2 .title_top .close_img_wrap img{
        display: block;
        width: 100%;
        height: 100%;
    }

    .m_active_container_wrap .container2 .title_left{
        width: 90px;
        height: 100%;
        background-color: gray;
    }

    .m_active_container_wrap .container2 .title_left ul{
       width: 100%;
       height: 100%;
    }

    .m_active_container_wrap .container2 .title_left ul li{
        width: 100%;
        float: left;
        height: 65px;
        line-height: 65px;
        text-align: center;
        letter-spacing: -1px;
        font-size: 13px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .m_active_container_wrap .container2 .title_left ul li:nth-child(1){
        background-color: white;
    }

    .m_active_container_wrap .container2 .title_left ul li:nth-child(5){
        border-bottom: none;
    }
    
    .m_active_container_wrap .top_menu4{
        display: none;
        width: 270px;
        height: 100%;
        position: absolute;
        left: 90px;
        top: 55px;
        background-color: white;
    }
    .m_active_container_wrap .top_menu4_1{
        display: block;
    }
    
    .m_active_container_wrap .top_menu4 ul{
        width: 230px;
        margin: 0 auto;
    }
    
    .m_active_container_wrap .top_menu4 li{
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: black;
        border-bottom: 1px solid #d2d2d7;
        font-size: 13px;
        letter-spacing: -1px;
        box-sizing: border-box;
    }

    
    /* 여기는 a없어서 li:nth-child()가 전체적으로 안먹음 */
    .m_active_container_wrap .top_menu4_first_li{
      width: 100%;
      height: 65px !important;
      border-bottom: 1px solid #d2d2d7;
      box-sizing: border-box;
    }
    
    .m_active_container_wrap .top_menu4_first_li p{
        display: block;
        text-align: center;
        line-height: 65px;
        font-size: 14px;
    }
    
    
    
    .m_active_container_wrap .top_menu4_active{
        display: block ;
    }

    .active_container_wrap{
        display: none;
    }

}
