/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Montserrat:wght@400;500&family=Noto+Sans+KR:wght@300;400;500;700&display=swap'); */

/* 
font-family: 'IBM Plex Mono', monospace;
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
*/

@font-face {
	font-family: 'PB_B';
	font-weight: bold;
	font-style: bold;
	src: url("./fonts/Pretendard-Bold.woff")  format('woff');
}

@font-face {
	font-family: 'PB_M';
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/Pretendard-Medium.woff")  format('woff');
}

@font-face {
	font-family: 'PB_R';
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/Pretendard-Regular.woff")  format('woff');
}

@font-face {
	font-family: 'PB_L';
	font-weight: 100;
	font-style: normal;
	src: url("./fonts/Pretendard-Light.woff")  format('woff');
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(#fff, #85B400);
    border-radius: 100px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
.blind{
    display: none;
}
body{
    overflow:hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'PB_B';
	font-weight: bold;
}
#header{
    font-family: 'PB_B';
	font-weight: bold;
    width:100%;
    position:fixed;
    z-index:9999;
}
#header .top{
    border-bottom:1px solid #EDEDED;
    background:#fff;
}
/* #header .top .container{
    display:flex;
    justify-content:end;
    align-items:center;
    width:1600px;
    height:30px;
    margin:0 auto;
} */
#header .top .info_list{
    display:flex;
    gap:25px;
}
#header .top .info_list li{
    position:relative;
}
#header .top .info_list li + li::before{
    content:'|';
    font-family: 'PB_R';
	font-weight: normal;
    position:absolute;
    top:50%;
    left:-12px;
    transform:translateY(-50%);
    color:#797979;
}
#header .top .info_list li p,
#header .top .info_list li p a{
    font-family: 'PB_R';
	font-weight: normal;
    font-size:13px;
    letter-spacing:-0.003em;
    color:#797979;
}
#header .top .info_list li p span{
    font-family: 'PB_B';
	font-weight: bold;
    text-transform:uppercase;
}
#header h1{
    padding:10px 250px;
    background:#85B400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}
#header h1 .login_res{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: normal;
}
#header h1 .login_res li a{
    font-family: 'PB_B';
	font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}
#header h1 .login_res li a:hover{
    border-bottom: 1px solid #2A1103;
}
#header h1 .logo{
    display:block;
    width: 57px;
    height: 60px;
    background:url(../img/main/header_logo.png) no-repeat center center/cover;
    text-indent:-9999em;
}
#header nav{
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(50px);
    height:50px;
}
#header nav .container{
    width:1600px;
    margin:0 auto;
    display:flex;
    justify-content:end;
}
#header nav #header_menu{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
}
#header nav #header_menu > li{
    position:relative;
    text-align:center;
}
#header nav #header_menu > li .menu_li_a{
    font-family: 'PB_B';
	font-weight: bold;
    font-size:16px;
    letter-spacing:-0.003em;
    color:#85B400;
    text-transform:uppercase;
    width:165px;
    display:block;
    line-height:50px;
}
#header nav #header_menu > .menu_li:hover{
    background:#85B400;
    margin-top: 1px;
}
#header nav #header_menu > .menu_li:hover .menu_li_a{
    font-family: 'PB_B';
	font-weight: bold;
    color:#ffffff;
}
#header nav #header_menu > .menu_li .sub_menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
}
#header nav #header_menu > .menu_li .sub_menu .sub_li{
    background:#ffffff;
    text-align:left;
    margin-bottom:1px;
}
#header nav #header_menu > .menu_li .sub_menu .sub_li:hover{
    background:#ffffff;

}
#header nav #header_menu > .menu_li .sub_menu .sub_li .sub_li_a{
    display:block;
    width:245px;
    padding:10px 20px;
    font-size:14px;
    letter-spacing:-0.003em;
    color:#85B400;
}
#header nav #header_menu > .menu_li:hover .sub_menu{
    display:block;
}

/* ----------------------- HAMBURGER ----------------------- */
#header .hamburger{
    background:none;
    border:none;
    position:absolute;
    top:50%;
    right:5%;
    width:35px;
    height: 20px;
    display:none;
    transform: translateY(-50%);
}
#header .hamburger span{
    width:100%;
    height:2px;
    background:#ffffff;
    display:block;
    transition:.5s;
    position: absolute;
    left: 0;
}

#header .hamburger span:nth-of-type(1) {
    top: 0;
}

#header .hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

#header .hamburger span:nth-of-type(3) {
    bottom: 0;
}

#header.active .hamburger span{
    background:#ffffff;
}

#header .hamburger.active span:nth-child(1){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
#header .hamburger.active span:nth-child(2){
    display:none;
}
#header .hamburger.active span:nth-child(3){
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
}
aside.mobile_nav{
    height:100vh;
    background:#ffffff;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    transform:translateX(100%);
    position:fixed;
    top:0; bottom:0; left:0; right:0;
    transition:.5s;
    z-index:998;
}
aside.mobile_nav.active{
    transform:translateX(0);
}
aside.mobile_nav li a{
    font-family: 'PB_B';
	font-weight: bold;
    font-size:22px;
    text-align:center;
    color:#85B400;
    display:block;
    padding:10px 20px;
    text-transform:uppercase;
}
aside.mobile_nav .login_res li{
    margin-top: 30px;
}
aside.mobile_nav .mobile_menu > li + li{
    margin-top:30px;
}
aside.mobile_nav .sub_menu .sub_li_a{
    font-family: 'PB_B';
	font-weight: bold;
    font-size:18px;    
}
aside.mobile_nav .sub_menu{
    display:none;
}

#direct_btn {
  width: 100px;
  height: auto;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  border-radius: 10px 0 0 10px;
  background: #fff;
  border: 1px solid #E8E8E8;
  padding: 10px;
  transition: all 0.3s;
}

#direct_btn.active {
  right: -100px;
}

#direct_btn .box {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
}

#direct_btn .box:nth-of-type(4) {
  border-bottom: 0;
}

#direct_btn .box .wrap {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#direct_btn .box .wrap .icon {
  width: auto;
  height: auto;
}

#direct_btn .box .wrap .icon img {
  width: auto;
  height: auto;
}

#direct_btn .box .wrap .icon img.active {
  display: none;
}

#direct_btn .box .wrap:hover .icon img {
  display: none;
}

#direct_btn .box .wrap:hover .icon img.active {
  display: block;
}

#direct_btn .box .wrap p {
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 12px;
  color: #888;
  width: 100% ;
  text-align: center;
}

#direct_btn .close_btn {
  width: 32px;
  height: 100px;
  border-radius: 10px 0 0 10px;
  background: #85B400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
}

#direct_btn .close_btn img {
  width: auto;
  height: auto;
}

#btn_of_top {
  background: none;
  border: none;
  width: auto;
  height: auto;
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 999;
}

#btn_of_top img {
  width: auto;
  height: auto;
}

/* ---------------------------- RESPONSIVE ------------------------------ */
@media (max-width:1650px){
    /* #header .top .container, */
    #header nav .container{
        width:90%;
    }
    #header h1{
        padding:10px 5%;
    }
}
@media (max-width:900px){
    #header .top .info_list li p,
    #header .top .info_list li p a {
        font-size: 12px;
    }
}
@media (max-width:768px){
    #header .hamburger{
        display:block;
    }
    #header .top .info_list li:nth-child(2){
        display:none;
    }
    #header nav{
        display:none;
    }
    #header h1 .login_res{
        display: none;
    }
    #header h1 .logo {
        width: 40px;
        height: 40px;
    }
}
@media (max-width:500px){
    /* #header .top .container{
        height:30px;
    } */
    #header .top .info_list li:nth-child(1),
    #header .top .info_list li:nth-child(3)::before{
        display:none;
    }
    #header .hamburger{
        top:52%;
    }

    #btn_of_top {
    right: 10px;
    bottom: 10px;
  }

  #btn_of_top img {
    width: 35px;
  }
  #direct_btn {
    width: 60px;
  }  
  #direct_btn a{
    height: 50px;
  }
  #direct_btn a span{
    font-size: 10px;
  }
  #direct_btn a span img{
    height: 15px;
  }
  #direct_btn .close_btn{
    height: 80px;
    left: -20px;
    width: 19px;
  }
  #direct_btn.active {
    right: -60px;
}
    #direct_btn .box .wrap p{
    font-size: 10px;
  }
  #direct_btn .box .wrap .icon img {
    width: 20px;
  }

}