@charset "utf-8";

/* 모바일 블록여부 */
.only_m{display:none !important;}
.only_w{display:block !important;}
.only_t{display:none !important;}
html {height: 100%;}
body {
    position: relative;
    width: 100%; height: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
#wrap{
	margin: 0 auto; 
    width:100%; 
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.container{
	margin:0 auto;
    position:relative;
    height: 100% ;
}
.inner {
    position: relative;
    margin: 0 auto;
    width: -webkit-calc(100% - 8.332vw);
    width: -moz-calc(100% - 8.332vw);
    width: calc(100% - 8.332vw);
    max-width: 1194px;
}

/*quick_menu */
.quick  {z-index: 99999999;}
.quick_menu {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 9999;
}
.quick_menu a {
    font-size: 0;
    text-indent: -9999px;
    margin-left: 20px;
}
.quick .pop_wrap {
    display: none;
    width: 100%; height: 100vh;
    position: fixed;
    z-index: 6000;
}
.quick .search_bg {
    /* display: none; */
    position: fixed;
    width: 100%; height: 100vh;
    z-index: 5000;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.3);
}
.quick .search_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 850px;
    /* height: 600px; */
   top: 50%;
   padding: 137px 0 157px ;
   transform: translateY(-50%);
    margin: 0 auto;
    z-index: 9999;
    border-radius: 30px ;
}
.quick_pop .search_sec {
    
}
/* /// header /// */
#header.gnb_open #gnb .gnb_list .depth01 {
    color: #6c6c6c
}
#header.fix #gnb .gnb_list .depth01 {
    color: #6c6c6c
}
#header.sub_header {
    border-bottom: 1px solid #D2D6DA;
    background: #fff;
}
#header.sub_header #gnb .gnb_list .depth01 {
    color: #6c6c6c;
}
#header.fix, #header.gnb_open {
    background-color: #fff;
    border-bottom: 0.4px #D9D9D9 solid;
}
#header.br.fix {
    background-color: rgba(0,0,0,0.7);
    /* backdrop-filter: blur(8px); */
}

#header.br.gnb_open {
    backdrop-filter: none;
}
#header.br.br_gnb_open {
    backdrop-filter: none;
}

/* #header.br.fix .util .ham_btn {
    background-image: url(../img/btn/ham_btn_white.png)
} */
/* #header.br .util .ham_btn.on {
    background-image: url(../img/btn/ham_btn_on.png);
} */
#header.br.fix #gnb .gnb_list .depth01 {
    color: #fff;
}
#header.br.fix #gnb .gnb_list .depth01.on strong, 
#header.br.sub_header #gnb .gnb_list .depth01.on strong, 
/* #header.br.gnb_open #gnb .gnb_list .depth01:hover strong,  */
#header.br.fix #gnb .gnb_list .depth01:hover strong, 
#header.br.sub_header #gnb .gnb_list .depth01:hover strong {
    font-weight: 500;
    color: #fff;
}
#header.br.fix.br_gnb_open .util .lang_box button.on  {
    color: #000;
}
#header.br.fix.gnb_open .util .lang_box button.on  {
    color: #fff;
}
#header.br_gnb_open .util .lang_box button.on  {
    color: #000;
}

#header .util {
    /* position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 1113; */
    position: relative;
}
#header .util .lang_box {
    display: flex;
    align-items: center;
}
#header .util .lang_box button {
    position: relative;
    display: block;
    width: 54px;
    height: 24px;
    font-size: 12px;
    font-weight: 300;
    color: #aaa;
}
#header .util .lang_box button + button::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background: #aaa;
    content: '';
}
#header .util .lang_box button.on , #header.br.fix .util .lang_box button.on{
    font-weight: 500;
    color: #fff;
}
#header.gnb_open .util .lang_box button.on,
#header.fix .util .lang_box button.on,
#header.sub_header .util .lang_box button.on {
    color: #000;
}
#header .util .ham_btn {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/btn/ham_btn_white.png);
}
#header.gnb_open .util .ham_btn,
#header.fix .util .ham_btn,
#header.sub_header .util .ham_btn {
    background-image: url(../img/btn/ham_btn_black.png);
}
#header .util .ham_btn.on {
    background-image: url(../img/btn/ham_btn_on.png);
}

#header #gnb {
    position: relative;
}
#header #gnb .gnb_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header #gnb .gnb_list .depth01 {
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 73px;
    height: 73px;
    color: #000;
}

#header.sub #gnb .gnb_list .depth01 {
    color: #fff;
}

#header #gnb .gnb_list .depth01 strong {
    position: relative;
    display: inline-block;
    line-height: 24px;
    white-space: nowrap;
    /* padding-bottom: 9px; */
    font-weight: 500;
}
#header #gnb .gnb_list .depth01 strong::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #E6002D;
    border-radius: 60px;
    transition: all .3s ease-in-out;
    content: '';
}
#header #gnb .gnb_list .depth01.on strong,
#header #gnb .gnb_list .depth01:hover strong {
    font-weight: 500;
    color: #000;
}

#header.sub #gnb .gnb_list .depth01.on strong,
#header.sub #gnb .gnb_list .depth01:hover strong {
    color: #fff;
}

#header.gnb_open #gnb .gnb_list .depth01.on strong,
#header.fix #gnb .gnb_list .depth01.on strong,
#header.sub_header  #gnb .gnb_list .depth01.on strong,
#header.gnb_open #gnb .gnb_list .depth01:hover strong,
#header.fix #gnb .gnb_list .depth01:hover strong,
#header.sub_header #gnb .gnb_list .depth01:hover strong {
    font-weight: 500;
    color: #000;
}

#header.sub.gnb_open #gnb .gnb_list .depth01.on strong,
#header.sub.fix #gnb .gnb_list .depth01.on strong,
#header.sub.sub_header  #gnb .gnb_list .depth01.on strong,
#header.sub.gnb_open #gnb .gnb_list .depth01:hover strong,
#header.sub.fix #gnb .gnb_list .depth01:hover strong,
#header.sub.sub_header #gnb .gnb_list .depth01:hover strong {
    font-weight: 500;
    color: #fff;
}

#header #gnb .gnb_list .depth01.on strong::after,
#header #gnb .gnb_list .depth01:hover strong::after {
    width: 100%;
}
#header #gnb .gnb_list02 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    transform: translateX(-46%);
    min-width: 7680px;
    width: 100%;
    z-index: 10;
    height: 50px;
    border-bottom: 0.40px #D9D9D9 solid ;
}
#header #gnb .gnb_list02.center > ul {
    display: none;
}
#header #gnb .gnb_list02 > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-left: -383px;
    min-height: 0;
    /* border-bottom: 1px solid #D2D6DA; */
    border-top: 1px solid #D2D6DA;
    background: #fff;
    box-sizing: border-box;
}

#header.sub #gnb .gnb_list02 > ul {
    border-bottom: 1px solid #101010;
    border-top: 1px solid #101010;
    background: #101010;
}

#header.gnb_open.sub .logo a path {
    fill: #fff;
}

#header #gnb .gnb_list02.sub > ul {
    background: rgba(0,0, 0,0.7);
    backdrop-filter : blur(8px);
    box-sizing: border-box;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
}
#header #gnb .gnb_list02.sub {
    width: 100%;
}
.mask{
    width: 100%; height: 80px;
    content: '';
    display: none;
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    

}
#header #gnb .gnb_list02.sub > ul > li {
}
#header #gnb .gnb_list02.sub > ul > li:first-of-type {
}
#header #gnb .gnb_list02 > ul > li {
    max-width: 130px;
    padding: 15px 0;
    text-align: center;
    flex: 1;
    box-sizing: border-box;
}
#header #gnb .gnb_list02.sub > ul > li:first-of-type {
}
#header #gnb .gnb_list02 > ul > li:first-of-type {
}
#header #gnb .gnb_list02 .depth02 {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 2;
}

#header.sub #gnb .gnb_list02 .depth02 {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 2;
    position: relative;
}

#header #gnb .gnb_list02.sub .depth02  {
    color: #fff;
}
#header #gnb .gnb_list02.sub  > ul > li:hover {
    /* background: #333; */
    color: #fff;
}

#header.sub #gnb .gnb_list02.sub  > ul > li:hover {
    /* background: #333; */
    color: #000;
}

#header #gnb .gnb_list02 > ul > li:hover .depth02 {
    font-weight: 700;
}

#header.sub #gnb .gnb_list02 > ul > li:hover .depth02 {
    /* background: #333; */
    font-weight: 700;
}

#header #gnb .gnb_list03 {
    display: none;
    /* margin-top: 20px; */
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 46.4%;
    width: 100%;
    height: 18px;
}

.trading {
    position: absolute;
    /* bottom: -42px; */

    width: 100%;
    background-color: #fff;
    border-bottom: 0.4px solid #d9d9d9;
    border-top: 0.4px solid #d9d9d9;
    z-index: 50;
}

#header #gnb .gnb_list03 .border {
    display: none;
    width: 100%;
    height: 0.4px;
    position: absolute;
    top: 0;
    left: -40%;
    background-color: #d9d9d9;
}

#header #gnb .gnb_list03 ul {
    display: flex;
    flex-wrap: nowrap;
    text-wrap: nowrap;
}

#header #gnb .gnb_list03 ul li + li {
    margin-left: 30px;
}
#header #gnb .gnb_list03 > ul > li > a {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
#header #gnb .gnb_list03.sub > ul > li > a {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
#header #gnb .gnb_list03 > ul > li > a {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

#header.sub #gnb .gnb_list03 > ul > li > a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
#header.sub #gnb .gnb_list03.sub > ul > li > a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
#header.sub #gnb .gnb_list03 > ul > li > a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
/* #header #gnb .gnb_list03 > ul > li:not(:last-of-type) {
    margin-top: 10px;
} */
#header #gnb .gnb_list03 > ul > li{
    margin-top: 10px;
}

#header #gnb .gnb_list03.sub > ul > li{
    margin-top: 10px;
}
#header #gnb .gnb_list03 > ul > li > a:hover,
#header #gnb .gnb_list03 > ul > li > a.on {
    /* text-decoration: underline; */
}

#header.center{
    border-bottom-color: rgba(0,0,0, 0.2);
}

#header.center.fix{
    /* border-bottom: #fff; */
}

#header.center #gnb .gnb_list .depth01{
    color: #000;
}

#header.center #gnb .gnb_list .depth01 strong{
    color: #000;
}

#header.center #gnb .gnb_list .depth01 strong::after{
    /* background: #000; */
}
#header #gnb .gnb_list .depth01:hover strong::after {
    background: #E6002D;
    transition: all 0.3;
}

#header.center path{
    fill: #000;
}

#header.center .util .lang_box button{
    color: #000;
}

#header.center .util .ham_btn{
    background-image: url('../img/btn/ham_btn_black.png');
}

#header.center .util .ham_btn.on{
    background-image: url('../img/btn/ham_btn_on.png');
}





  /* header_start */

  .logo {
    flex-shrink: 0;
  }
  
  #header {
    position: fixed;
    width: 100%;
    z-index: 899;
    /* transition: 0.2s; */
    border-bottom: 0.40px #D9D9D9 solid ;
    /* background-color: #000; */
  }

  #header .header_top {
    height: 72px;
  }

  #header .border {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
  }

  #header.sub {
    background-color: #000;
  }

  #header .header_top {
    height: 100%;
  }

  #header .logo {
    width: 224px;
    height: 34px;
    display: flex;
    /* background: url(../img/main/logo_main.png) no-repeat center; */
  }
  
  #header .logo a{
    display: block;
    width: 100%;
    height: 100%;
  }

  #header .logo .logo_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background: url(../img/main/logo_main.png) no-repeat center / 100% auto; */
  }

  #header.sub .logo .logo_img {
    width: 197px;
    height: 26px;
    background: url(../img/main/logo_main_w.png) no-repeat center !important;
  }

  #header .gnb li + li {
    margin-left: 50px;
  }

  #header .gnb li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }


  #header .gnb li a:hover + .gnb_hover {
    /* display: block; */
  }


  #header .gnb li.tab-active a::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #E6002D;
    border-radius: 10px;
    left: 0;
    bottom: -5px;
    content: '';
    }
   
   #header .gnb .gnb_hover {
    /* display: none; */
    margin-top: 50px;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
   }

   #header .gnb .gnb_hover a + a {
    margin-left: 30px;
   }

   #header .gnb .gnb_hover a::after {
    display: none;
   }

   /* #header .search_mode {
    position: relative;
   } */
#header .header_right_wrap{
    width: 30%;
}
  #header .search_mode .btn_search {
    height: 100%;
    width: 100%;
    position: relative;
    max-width: 220px;
  }

  #header .search_mode .btn_search .txt {
    color: #A5AFB9;
    font-size: 12px;
    font-weight: 400;
    border: none;
    background-color: #fafafb;
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 30px;
  }

  #header.sub .search_mode .btn_search .txt {
    background-color: #141414;
  }

  #header .search_mode .btn_search .btn {
    background: url(../img/main/search_ic.png) no-repeat center;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  #header.sub .search_mode .btn_search .btn {
    background: url(../img/main/search_ic_w.png) no-repeat center;
  }

  #header .search_mode .announcement_search .search_success,
  #header .search_mode .announcement_search .search_fail {
    display: none;
    align-items: center;
    justify-content: space-between;
    /* width: 280px;
    margin-left: -42px; */
  }

  #header .search_mode .announcement_search p {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    font-weight: 500;
  }

  #header .search_mode .search_success .search_ance .text_success{
    color: #06C825;
  }

  #header .search_mode .search_fail .search_ance {
    color: #E6002D;
  }

  #header .search_mode .search_fail .search_ance a {
    font-weight: 400;
    text-decoration: underline;
  }

  #header .search_mode .announcement_search img{
    cursor: pointer;
  }

  #header.sub .header_inner {
    max-width: 100%;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .tradingview-widget-container {
    height: 40px !important;
    }

    #header.sub .tradingview-widget-container {
        height: 40px !important;
        }

        #header .tradingview-widget-container iframe {
            /* margin-top: 10px; */
        }

        #header.sub .tradingview-widget-container iframe {
            /* margin-top: 10px; */
        }

  #header.sub .header_inner .tradingview-widget-container {
    max-width: 1194px;
    width: 1194px !important;
  }

  #header.sub .header_inner .tv-ticker-item-tape__short-name {
    font-weight: 700;
    white-space: nowrap;
    color: #fff !important;
  }


/* /// header end /// */


/* all_menu_wrap */
.all_menu_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: #fff;
    box-sizing: border-box;
    z-index: 1111;
}
.all_menu_wrap .all_menu {
    border-top: 1px solid #D2D6DA;
    height: 100%;
    overflow-y: auto;
}
.all_menu_wrap .all_menu_list {
    display: flex;
    justify-content: center;
    height: 100%;
}
.all_menu_wrap .all_menu_list > li {
    max-width: 152px;
    width: 100%;
    padding-top: 50px;
    border-right: 1px solid #D2D6DA;
    text-align: center;
    box-sizing: border-box;
}
.all_menu_wrap .all_menu_list > li:first-of-type {
    border-left: 1px solid #D2D6DA;
}
.all_menu_wrap .all_menu_list > li:hover {
    background: #F9FAFB;
}
.all_menu_wrap .all_menu_list > li > .depth01 {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}
.all_menu_wrap .all_menu_list > li > .depth01 strong {
    font-weight: 500;
}
.all_menu_wrap .gnb_list02 .depth02 {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}
.all_menu_wrap .gnb_list02 .depth02:hover,
.all_menu_wrap .gnb_list02 .depth02.on {
    font-weight: 500;
    text-decoration: underline;
}
.all_menu_wrap .gnb_list03 {
    margin-bottom: 16px;
}
.all_menu_wrap .gnb_list03 > ul > li + li {
    margin-top: 16px;
}
.all_menu_wrap .gnb_list03 > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    line-height: 2;
}
.all_menu_wrap .gnb_list03 li:hover {
    text-decoration: underline;
}
/* //all_menu_wrap */



/* 메인페이지 짧을때 하단에 푸터 붙이기 */
.com_partners , .brand , .notice {
    height: auto;
    min-height: calc(100vh - 163px);
}


@media all and (min-width: 1920px) {

}



@media all and (max-width: 1200px) {
    #header .logo {
        width: 230px;
        left: 30px;
    }
    #header .util {
        right: 30px;
    }
    #header #gnb .gnb_list .depth01 {
        padding: 0 15px;
    }
    


    #footer .right{
        margin-left: 0;
    }
}


@media all and (max-width: 1050px) {
    #footer .foot_cont {
        flex-direction: column;
    }
    #footer .right {
        margin-left: 0;
        flex: 0 0 auto;
    }

    #header .search_mode .btn_search {
        width: 180px;
    }
}


/* 모바일 */
@media all and (max-width: 850px) {


    .only_m{display:block !important;}
    .only_w{display:none !important;}
    .only_web{display:none !important;}
    .only_t{display:none !important;}


    form input[type="checkbox"] + label span {
        width: 24px;
        height: 24px;
    }
    form input[type="checkbox"]:checked + label span:after {
        width: 22px;
        height: 22px;
    }
    form input[type="checkbox"] + label a {
        margin-left: 8px;
        font-size: 13px ;
    }


    /* header */
    .mask{
        height: 51px
        
    
    }
    #header .util {
        right: 0;
    }
    #header .util .lang_box {
        display: none;
    }
    #header .util .ham_btn {
        position: relative;
        z-index: 9999;
        width: 1.4rem;
        height: 1.2rem;
        margin-left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/btn/ham_btn_black.png);
        background-size: 1.4rem 1.2rem;
    }

    #header.sub .util .ham_btn {
        position: relative;
        z-index: 9999;
        width: 1.4rem;
        height: 1.2rem;
        margin-left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/btn/ham_btn_w.png);
        background-size: 1.4rem 1.2rem;
    }
    #header.gnb_open .util .ham_btn,
    #header.fix .util .ham_btn {
        background-image: url(../img/btn/ham_btn_black.png);
    }

    #header.sub.fix .util .ham_btn {
        background-image: url(../img/btn/ham_btn_w.png);
    }
    #header.fix.br .util .ham_btn { background-image: url(../img/btn/ham_btn_black.png);}
    #header.fix.br .util .ham_btn.on { background-image: url(../img/btn/ham_btn_on.png);}
    #header .util .ham_btn.on {
        background-image: url(../img/btn/ham_btn_on.png);
        background-size: 1.4rem 1.2rem;
    }
    #gnb {
        display: none;
    }
    /* //header */

    /* all_menu_wrap */
    .all_menu_wrap {
        padding-top: 3.6667rem;
    }
    .all_menu_wrap .all_menu {
        display: flex;
        flex-direction: column;
    }
    .all_menu_wrap .all_menu_list {
        display: block;
        height: auto;
        margin-bottom: 1.3333rem;
    }
    .all_menu_wrap .all_menu_list > li {
        max-width: none;
        border: 0;
        padding-top: 0;
    }
    .all_menu_wrap .all_menu_list > li:first-of-type {
        border: 0;
    }
    .all_menu_wrap .all_menu_list > li:hover {
        background: #fff;
    }
    .all_menu_wrap .all_menu_list > li > .depth01 {
        display: block;
        width: 100%;
        height: 4.0667rem;
        margin-bottom: 0;
        padding: 0 1.3333rem;
        font-size: 1rem;
        text-align: left;
        background-position: right 1.3333rem center;
        background-repeat: no-repeat;
        background-image: url(../img/btn/depth01_arrow.png);
        background-size: 0.6333rem;
        box-sizing: border-box;
        border-bottom: 1px solid #d9d9d9;
    }
    .all_menu_wrap .all_menu_list > li > .depth01.on {
        background-image: url(../img/btn/depth01_arrow_on.png);
        background-size: 0.6333rem;
    }
    .all_menu_wrap .gnb_list02 {
        display: none;
        padding: 0.6667rem 1.3333rem;
        text-align: left;
        background: #f9f9f9;
    }
    .all_menu_wrap .gnb_list02 .depth02 {
        padding: 0.6rem 0;
        font-size: 0.9333rem;
        font-weight: 400;
        line-height: 1.3;
    }
    .all_menu_wrap .gnb_list02 .depth02:hover,
    .all_menu_wrap .gnb_list02 .depth02.on {
        font-weight: 400;
        text-decoration: none;
    }
    .all_menu_wrap .gnb_list03 {
        margin-bottom: 0;
    }
    .all_menu_wrap .gnb_list03 > ul > li > a {
        line-height: 1.3;
        padding: 0.1667rem 0;
        font-size: 0.7666rem;
    }
    .all_menu_wrap .lang_box {
        display: flex !important;
        align-items: center;
        padding: 25px 15px;
        margin-top: auto;
    }
    .all_menu_wrap .lang_box button {
        position: relative;
        display: block;
        padding: 0 15px;
        font-size: 13px;
        font-weight: 300;
        color: #d2d6da;
    }
    .all_menu_wrap .lang_box button + button::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 9px;
        background: #eeeeee;
        content: '';
    }
    .all_menu_wrap .lang_box button.on {
        font-weight: 500;
        color: #999999;
    }

    /* //all_menu_wrap */

    /* footer */
    .com_partners , .brand {
        height: auto;
        min-height: auto;
    }
   
    /* //footer */

    /*quick_menu */
    .quick_menu {
        bottom: 20px;
        right: -10px;
    }
    .quick_menu a {
        margin-left: 10px;
    }
    .quick_menu a img {
        width: 20%;
    }
    .quick .pop_wrap {
        display: none;
        width: 100%; height: 100vh;
        position: fixed;
        z-index: 6000;
    }
    .quick .search_bg {
        /* display: none; */
        position: fixed;
        width: 100%; height: 100vh;
        z-index: 5000;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0,0,0,0.3);
    }
    .quick .search_sec {
        max-width: 800px;
        width:calc(100% - 30px);
        padding: 60px 0 80px;
    }
    .quick_pop .search_sec {
        
    }

}
@media all and (max-width: 501px) {
    #footer .foot_list ul li:nth-child(5) {
        margin-left: 0;
        padding-left: 0;
        margin-right: 50px;
    }
    #footer .foot_list ul li:nth-child(5)::before {
        display: none;
    }
}
@media all and (max-width: 435px) {
    #footer .foot_list ul li:nth-child(4) {
        margin-left: 0;
        padding-left: 0;
    } 
    #footer .foot_list ul li:nth-child(4):before {
        height: 0
    }
    #footer .foot_list ul li:nth-child(3) {margin-right:25%;} 
    #footer .foot_list ul li:nth-child(5) {
        margin-left: 17px;
        padding-left: 17px;
    }
    #footer .foot_list ul li:nth-child(5)::before {
        display: block;
    }
}
@media all and (max-width: 390px) {
    #footer .foot_list ul li:nth-child(3) {margin-right:15%;} 
}


@media all and (max-width: 375px) {
    #footer .foot_list ul li:nth-child(3) {margin-right:15%;} 
}


@media all and (max-width: 350px) {
    #footer .foot_list ul li + li {
        position: relative;
        margin-left: 17px;
        padding-left: 17px;
    }
}

@media all and (max-width: 324px) {
    #footer .foot_list ul li:nth-child(2) {
       margin-right: 20px;
    }
    #footer .foot_list ul li:nth-child(3) {
        margin-left: 0;
        padding-left: 0;
    }
    #footer .foot_list ul li:nth-child(3)::before {display: none;} 
    #footer .foot_list ul li:nth-child(4) {
        margin-left: 17px;
        padding-left: 17px;
    } 
    #footer .foot_list ul li:nth-child(4):before {
        height: 10px;
    }
}
