
.header_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header_row { 
    position: relative;
    margin: 0px auto; 
    width: 1280px;
    height: 60px;
    display: flex;
    align-items: center;
}
.header_row .header_top {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute; 
    top: 0;
    padding: 8px 0;
} 
.header_row .header_top a {
    color: #969696;
    font-family: var(--main-fonts);
    font-size: 12px;
    margin-left: 24px; 
    letter-spacing: -.5px;
    display: block;
    position: relative;
}
.header_row .header_top a::after {
    position: absolute; 
    content: '';
    width: 1px;
    top: 45%;
    left: -11.5px;
    transform: translate(0,-50%);
    background: #e1e1e1;
    height: 9px;
}
.header_row .header_top a:first-child::after {
    display: none;
}
.header_row .header_top div a:nth-of-type(1) {
    margin-left: 0;
}
/* HEADER TOP BANNER */
.top_banner {
    width: 100%;
    text-align: center;
    padding: 10px 0;
} 
.top_banner img {
    cursor: pointer; 
}
/* SEARCH */
header .searchForm {
    position: relative;
}
header .search .srch {
    font-family: var(--main-fonts);
    font-size: 15px;
    width: 400px;
    height: 34px;
    padding: 0 40px 0 18px;
    color: #7d7d7d;
    border-radius: 25px;
    border: none;
    background: #f3f3f3;
    margin-right: 0px;
}
header .search .srch::placeholder {
    color: #999999;
}
header .search .srch:focus {
    outline: none;
}
header .search .btn_searchwrap {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-6px,-50%);
    margin-top: 0px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    transition: all .3s;
}
.btn_searchwrap input { 
    outline: 0; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0px !important;
    filter: brightness(0);
}

/* MENU */
header .gnb_wrap {
    width: 100%;
}
header .gnb_wrap .category {
    float: left;
    vertical-align: middle;
    margin-right: 0px; 
    padding: 0 10px;
    height: 50px;
    text-align: center;
}
header .gnb_wrap div.category:first-child {
    margin-right: 20px;
    padding: 0px;
    width: 110px;
    text-align: left;
    margin-right: 10px;
}
header .gnb_wrap li.category:nth-of-type(1) {
    position: relative;
}
header .gnb_wrap li.category:nth-of-type(1)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px; 
    transform: translate(0, -50%);
    background: #191919;
    width: 1px;
    height: 14px;
}
header .gnb_wrap .category:nth-child(2) .nav > a {
    margin-left: 0px;
}
header .gnb_wrap .category:last-child .nav>a {
    margin-right: 0;
}
header .gnb_wrap li.menu {
    position: relative;
} 
header .gnb_wrap li.menu .child {
    position: absolute;
    top: 37px;
    left: -14px;
    min-width: 160px;
    height: auto;
    z-index: 1100;
    display: none;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding-bottom: 50px;
}
header .gnb_wrap li.menu .child .arrow {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left:1px solid #ccc;transform:rotate(45deg);}
header .gnb_wrap li.menu .child .main {
    text-align: left;
    padding: 5px 0px;
    padding-left: 27px;
    cursor: pointer;
}
header .gnb_wrap li.menu .child .main a {
    font-family: 'Dotum';
    font-size: 12px;
    letter-spacing: -.5px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 25px;
    color: #191919;
}
header .gnb_wrap li.menu .child .main a:hover {
    color: #8a27ae;
    font-weight: 500;
}
header .gnb_wrap li.menu .child .main:hover {
    background: #fff;
}
header .gnb_wrap li.menu .child .main:hover > a {
    color: #8a27ae;
    font-weight: 500;
}
header .gnb_wrap li.menu .child .main .sub {
    position: absolute;
    width: 150%;
    height: 100.5%;
    overflow: auto;
    top: -1px;
    left: 101%;
    padding: 5px;
    display: none;
    background: #f8f8f8;
}
header .gnb_wrap li.menu .child .main .sub li {
    padding: 4px 0;
}
header .gnb_wrap li.menu .child .main:hover .sub {
    display: block;
}
  
   
header .gnb_wrap .first_nav {
    margin-right: 0;
}
header .gnb_wrap .first_nav .nav > a {
    font: 700 1em "Noto Sans KR";
    padding: 0 0 0px 0px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
header .gnb_wrap .first_nav .nav > a img {
    margin-right: 5px;
    padding-right: 0px;
}
header .gnb_wrap .first_nav .nav > a span {
    color: #333333;
    vertical-align: top;
    font-weight: 600;
}
header .gnb_wrap .left_cate { 
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: auto; 
    z-index: 101;
    height: auto; 
}

header .gnb_wrap .first_nav .nav > a {
    font-weight: 500;
}
header .gnb_wrap .first_nav .nav > a img {  
    width: 30px;
    margin-top: -4px;
}
header .gnb_wrap .category .nav > a {
    font-size: 16px; 
    font-weight: 600;
    padding-top: 0px;
    line-height: 50px;
    font-family: var(--main-fonts);
    letter-spacing: -.5px;
    color: var(--txt-color);
    word-break: keep-all;
}
header .gnb_wrap .category .nav > a:hover {
    color: #901dcc;
}

/*header fixed*/
header .gnb_wrap.fixed {
    min-width: 1280px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 4px 0px;
    width: 100%;
    position: fixed;
    z-index: 101;
    top: 0px;
    left: 0px;
} 
    header .gnb_wrap > div {
        position: relative;
    }
header .gnb_wrap.fixed .header__sub {
    display: none;
} 
header .gnb_wrap.fixed .fixed__gnb {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
    height: 50px;
} 
header .gnb_wrap.fixed .search_bar .srch {
    font-size: 12px;
    width: 200px;
    height: 30px;
    padding: 0 20px 0 14px;
    color: #191919;
    border-radius: 25px; 
    background: #f3f3f3;
    margin-right: 0px;
}
header .gnb_wrap.fixed .search_bar .btn_searchwrap {
    width: 30px; 
    height: 30px; 
}
header .gnb_wrap.fixed .search_bar .btn_searchwrap input {
    width: 15px !important;
}
header .gnb_wrap.fixed .category {
    padding-right: 15px;
}



.header_inner .cont2 {
        padding-left: 0px;
        width: 1280px;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.header_inner .cont2 > li {
    position: relative;
}
.header_inner .cont2 > li:first-child:after {
    display: none;
}
.header_inner .cont2 > li:nth-of-type(2):after {
    left: 0px;
    display: none;
}

header .header__sub { 
    display: flex;
    align-items: baseline;
}
header .header__sub_div {
    font-family: var(--main-fonts);
    font-size: 15px;
    cursor: pointer;
    letter-spacing: var(--main-letter-spacing);
    color: #848484; 
    font-weight: 300;
    margin-left: 20px;
} 
header .header__sub_a {  
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #848484;
    font-weight: 300;
}
header .header__sub_a img {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

/* HEADER POP */
.cont_wrapper {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_wrapper > div.cont__left {
    display: flex;
    align-items: center;
}
.cont_wrapper .header_logo {
    margin: 0;
    width: 330px;
}
.cont_wrapper .header_logo a {
    display: block;
}
.cont_wrapper .header_logo img {
    max-width: 234px;
    max-height: 42px;
} 
.cont_wrapper .search__prd { 
    background: #fff;
    color: #969696;
    font-size: 14px;
    padding: 0 18px;
    line-height: 30px;
    height: 34px;
    font-family: var(--main-fonts);
    letter-spacing: var(--main-letter-spacing);
    margin-left: 12px;
    border: 2px solid #eeeeee;
    border-radius: 25px;
    cursor: pointer;
}
.pop_list {
    position: relative;
}
.pop_list .swiper-container {
    width: 145px;
    height: 28px;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
}
.pop_list .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    background: #fff;
}
.pop_list .swiper-container .swiper-slide span {
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
    color: #8a27ae;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.pop_list .swiper-container .swiper-slide a {
    font-family: 'AppleSDGothicNeoB';
    font-size: 16px;
    display: block;
}
.pop_list .swiper-container .pop_below {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 35%;
    right: 0;
    display: flex;
    align-items: center;
}
.pop_list .swiper-container .pop_below img {
    width: 12px;
    height: 6px;
    display: block;
}

.rank_layer {
    display: none;
    position: absolute;
    top: 40px;
    left: 30px;
    width: 346px;
    z-index: 9;
    border-radius: 4px;
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 6px 24px -8px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.36);
}
.rank_layer ul li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    position: relative;
}
.rank_layer ul li:last-child {
    margin-bottom: 0;
} 
.rank_layer ul li img {
    position: absolute;
    right: 0;
}
.rank_layer ul li span {
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
    color: #8a27ae;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.rank_layer ul li a {
    font-family: var(--main-fonts);
    font-size: 16px;
    display: block;
}
.rank_layer ul li a:hover {
    color: #8a27ae;
}
.pop_list.on .rank_layer {
    display: block;
}
.pop_list.on .pop_below img {
    transform: rotate(-180deg);
}

 
/* MY MENU */
.mypage_menu {
    display: flex;
    align-items: center;
    margin-left: 30px;
    position: relative;
}
.mypage_menu > div {
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 46px;
}
.mypage_menu > div:last-child {
    margin-right: 0;
}
.mypage_menu > div img {
    height: 20px;
    width: 20px;
}
.cart_number {
    position: absolute;
    top: 6px;
    right: -8px;
    color: #fff;
    display: block;
    background: #8a27ae;
    text-align: center;
    padding: 3px 6px; 
    border-radius: 9px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 12px;
}


.nav {float:none;}


/* HEADER TOP BANNER */
.top_ban {
    width: 100%;
    height: 42px;
    display: flex;
}
.top_ban .top_ban_left {
    width: 50%;
    background: linear-gradient(to right,#5f0580 90%,#4c0467);
}
.top_ban .top_ban_left p {
    width: 533px;
    float: right;
    text-align: center;
}
.top_ban .top_ban_right {
    width: 50%;
    background: #802e9e;
}
.top_ban .top_ban_right p {
    width: 533px;
    float: left;
    text-align: center;
}
.top_ban p {
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.top_ban p span {
    font-weight: 500;
    padding: 0 3px 4px 3px;
}
.top_ban_right span {
    border: 1px solid #ccabd8;
}


/* HEADER  SMALL BANNER */
.header_ad {
    position: relative;
    width: 183px;
    height: 62px;
}
.header_ad .swiper-container {
    width: 100%;
    height: 100%;
}
.header_ad .swiper-container img {
    background: #fff;
}
.header_ad .header_ad_ct {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px; 
    height: 15px;
    display: flex;
    border: 1px solid #ddd;
    background: #fff;
}
.header_ad .header_ad_ct .swiper-button-prev {
    background-image: url(/common/image/arrow/a1.svg);
    width: 15px;
    height: 15px;
    position: relative;
    left: 0;
    background-size: 5px 7px;
    border-right: 1px solid #ddd;
    margin-top: -8px;
}
.header_ad .header_ad_ct .swiper-button-next {
    background-image: url(/common/image/arrow/a2.svg);
    width: 15px;
    height: 15px;
    position: relative;
    right: 0;
    background-size: 5px 7px;
    margin-top: -8px; 
}

.category_tit a {
    color: #512773 !important;
    font-weight: 700 !important;
} 


/* CATEGORY MENU */
.gnb_wrap * {
    box-sizing: border-box;
}






.biz_navbar .nav_total {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;  
    z-index: 200;
}
.biz_navbar .nav_total.show {
    display: block;
}
.biz_navbar .nav_dimmed {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.biz_navbar .nav_cont { 
    background-color: #fff;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
}
.biz_navbar .nav_cont .nav_close {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: 580px;
    width: 60px;
    height: 60px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 3px 10px #f5f5f5;
    cursor: pointer;
} 
.biz_navbar .nav_cont .nav_close img {
    width: 18px;
    height: 18px;
}
.biz_navbar .nav_cont::-webkit-scrollbar {
  width: 14px;
}
.biz_navbar .nav_cont::-webkit-scrollbar-thumb {
  height: 42px;
  background: #f1f1f1;
  border-radius: 10px; 
  border: 4px solid transparent; 
  background-clip: padding-box;
}
.biz_navbar .nav_cont::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.biz_navbar .nav_list {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 10px 0 30px;
}



.biz_navbar .nav_top_mn:first-child {
    margin-top: -2px;
}

.biz_navbar .nav_top_mn {
    width: 154px;
}
.biz_navbar .nav_top_mn:hover .nav_sub_area {
    display: block;
}
.biz_navbar .nav_top_lnk {
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    line-height: 36px;
    padding: 0 2px 0 1px; 
    font-size: 14px;
    font-weight: bold; 
    color: #343434;
    word-break: break-all;
    word-wrap: break-word;
            letter-spacing: -.3px;
}
.biz_navbar .nav_top_lnk img {
    width: 29px;
    height: 29px;
    margin-right: 6px;
} 
.biz_navbar .nav_sub_lnk:hover, .biz_navbar .nav_top_lnk:hover > span{
    color: #901dcc;
}
.biz_navbar .nav_top_mn.on .nav_top_lnk {
    color: #901dcc;
}
.biz_navbar .nav_sub_area {
    width: 790px;
    position: absolute; 
    top: 0; 
    left: 154px;
    right: 0;
    padding: 19px 0 40px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.biz_navbar .nav_sub_colgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    /* flex-wrap: wrap; */
}


.biz_navbar .nav_sub_menu {
    width: 100%;
}

.biz_navbar .nav_sub_col {
    display: table-cell;
    vertical-align: top;
    width: 186px;
    height: 100%;
    border-left: 1px solid #e1e1e1;
}

.biz_navbar .nav_sub_lst:first-child {
    padding-top: 0;
}


.biz_navbar .nav_sub_lst {
    max-width: 186px; 
    padding: 25px 0 0 18px;
}
.biz_navbar .nav_sub_tit {
    margin-top: -2px;
}
.biz_navbar .nav_sub_tit .nav_sub_lnk {
    font-weight: bold;
}
.biz_navbar .nav_sub_lnk {
        font-size: 14px;
        letter-spacing: -0.3px;
        color: #5f5f5f;
} 
    .nav_sub_tit .nav_sub_lnk {
            color: #343434;
    }

.biz_navbar .nav_sub_mn {
    padding-top: 8px;
    padding-right: 14px;
}
















.arrow {
    float: right;
    margin-top: 12px;
    display: none;
    width: 11px !important;
    height: auto !important;
}

.first_a {
    height: 50px;
    line-height: 50px !important;
}
.cate_ad {
    text-align: center;
    width: 350px;
    position: absolute;
    top: 14px;
    right: -336px;
    padding-left: 14px;
    margin-top: 0px;
    background: #fff;
    border-left: 1px solid #E1E1E1;
}

.plan_mobile {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 37px;
    padding: 0 10px;
    padding-right: 15px;
    border-left: 1px solid #f1f1f1;
}
.plan_mobile a {
    font-family: var(--main-fonts);
    font-size: 14px;
    letter-spacing: -1.5px;
    font-weight: 500;
    position: relative;
}
.plan_mobile a::after {
    position: absolute;
    content: '';
    top: -4px;
    right: -9px;
    width: 6px;
    height: 6px;
    background: #a833d3;
    border-radius: 3px;
}



/* 헤더 마이페이지  */
.myInfo {
    position: relative;
    cursor: default !important;
}
.mypage_menu .myInfoTab {
    position: absolute;
    top: 50px;
    right: -41px;
    width: 315px;
    border: 1px solid #eaeaea;
    padding: 12px;
    z-index: 11;
    background: #fff;
    display: none;
} 
.myInfo:hover .myInfoTab {
    display: block !important;
}
.mypage_menu .myInfoTab::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -7px;
    right: 45px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid transparent;
    border-right-color: #eaeaea;
    border-bottom-color: #eaeaea;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.mypage_menu .myInfoTab .tabTop {
    display: flex;
    justify-content: space-between;
    align-items: baseline; 
    margin-bottom: 15px;
    margin-top: 3px;
}
.mypage_menu .myInfoTab .tabTop p {
    font-size: 18px;
    color: #191919;
    margin: 0;
    font-weight: 600;
    font-family: var(--main-fonts);
}
.mypage_menu .myInfoTab .tabTop p span {
    font-size: 22px;
}
.mypage_menu .myInfoTab .tabTop a {
    font-size: 14px;
    color: #919191;
    text-decoration: underline;
    font-family: var(--main-fonts);
    text-underline-offset: 3px; 
}
.mypage_menu .myInfoTab ul {
    display: flex;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 3px;
}
.mypage_menu .myInfoTab ul li {
    padding: 0px 12px;
    align-items: center;
    font-family: var(--main-fonts);
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: 500;
}
.mypage_menu .myInfoTab ul li:first-child {
    background: #f9f9f9;
    text-align: center;
    box-sizing: border-box; 
    width: 110px;
    padding: 0;
    text-align: center;
}
.mypage_menu .myInfoTab ul li:last-child {
    font-family: var(--main-fonts);
    font-weight: 600;
    font-size: 17px;
    display: flex;
    justify-content: right;
    width: calc(100% - 94px);
    cursor: pointer !important;

}
.mypage_menu .myInfoTab ul li:last-child span {
    letter-spacing: -.5px;
    font-family: var(--main-fonts);
    font-weight: 600;
    font-size: 17px;
}
.mypage_menu .myInfoTab ul li:last-child small {
    font-size: 12px;
    margin-bottom: -3px;
    font-weight: 500;
    font-family: var(--main-fonts);
}
.mypage_menu .myInfoTab ul li img {
    width: 5px;
    height: 8px;
    margin-left: 12px;
}

.mypage_menu .myInfoTab .tabBottom {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    gap: 4px;
}
.mypage_menu .myInfoTab .tabBottom a {
    font-family: var(--main-fonts);
    border: 1px solid #592457;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    padding: 8px 20px;   
    text-align: center;
    white-space: nowrap;
}
.mypage_menu .myInfoTab .tabBottom a.a1 {
    color: #701e8e;
    border: 1px solid #701e8e;
}
.mypage_menu .myInfoTab .tabBottom a.a2 {
    background: #701e8e;
    color: #fff;
    padding: 8px 0px;
    width: 100%;
}  




/* 검색창 */
#search__wrap {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}
#search__wrap .search__div { 
    background-color: #fff;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}
#search__wrap .search__cont {
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 120px;
}
#search__wrap .search__cont .search__close {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: 580px;
    width: 60px; 
    height: 60px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 3px 10px #f5f5f5;
    cursor: pointer;
} 
#search__wrap .search__cont .search__close img {
    width: 18px;
    height: 18px;
    cursor: pointer;
} 
#search__input {
    width: 1280px;
    height: 100px;
    border: 2px solid #191919;
    outline: 0;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 60px;
    margin: 100px auto;
    font-family: var(--main-fonts);
    color: #191919;
}
#search__input::placeholder {
    color: #191919;
}
#search__wrap .search__btn input {
    width: 40px;
    height: 40px;
    outline: 0;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
    margin-top: 0px !important;
    filter: brightness(0);
}

#search__wrap .search__keyword {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 316px;
}
#search__wrap .search__keyword::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 100%;
    background: #e1e1e1;
}
#search__wrap .search__keyword > div {
    width: 596px;
}
#search__wrap .key_title {
    font-size: 24px;
    color: #191919;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#search__wrap .key_title p {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
}
#search__wrap .key_title p span {
    font-size: 14px;
    color: #848484;
    font-weight: 500;
    letter-spacing: -.5px;
}
#search__wrap .key_title > div {
    display: flex;
    gap: 20px;
}
#search__wrap .key_title div span {
    font-size: 14px;
    color: #848484;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
.key_items { 
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.key_items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #191919;
    width: 288px;
}
.key_items li > div {
    font-size: 14px;
    color: #848484;
    display: flex;
    align-items: center;
}
.key_items li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    color: #191919;
}
.key_items li img {
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 16px;
}
.key_items li:hover a {
    color: #901dcc;
}
.key_popular .key_items {
    display: block; 
    column-count: 2;
}
.key_popular .key_items li {
    font-size: 20px;
    margin-bottom: 20px;
}
.key_popular .key_items li a span {
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    font-size: 20px;
} 
#search__wrap .search__div .search__close {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: 580px;
    width: 60px;
    height: 60px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 3px 10px #f5f5f5;
    cursor: pointer;
} 
#search__wrap .search__div .search__close img {
    width: 18px;
    height: 18px;
}
#autoSaveMessage {
    font-size: 20px;
    margin-bottom: 20px;
    color: #848484;
}