/************************************************************
공통 CSS
************************************************************/
body.onsearch{overflow: hidden; height: 100%;}

/************************************************************
모바일 검색창 온오프
************************************************************/
html.onsearch{overflow: hidden;}

/************************************************************
헤더
************************************************************/
/* 헤더 > 우측 상단 서브 메뉴
html\thema\Fivesense-basic\shop.head.php */
/* .at_lnb .right_lnb ul li {padding: 0 13px; height: 39px; line-height: 37px;}
.at_lnb .right_lnb ul li:first-child {padding: 0 13px 0 0;}
.at_lnb .right_lnb ul li:last-child {padding: 0 0 0 13px;}
.at_lnb .right_lnb ul li:after {background: #d0d0d0; height: 11px;}
.at_lnb .right_lnb ul li a {line-height: 39px; color: #777; transition: all .5s;}
.at_lnb .right_lnb ul li a:hover {color: var(--main-point-color-hover);} */

/* 헤더 > 로고, 검색창, 아이콘 메뉴
html\thema\Fivesense-basic\shop.head.php */
.pc_header {padding: 5px 0 10px;}
.pc_header .container_fix {display: flex; align-items: center;}
.pc_header .container_fix > div {display: block;}
.pc_header .container_fix > div.logo_box {width: auto;}
.pc_header .container_fix > div.search_box {width: 400px; margin: auto; position: relative; left: 5px; z-index: 10;}
.pc_header .container_fix > div.search_box > form .header_search input {font-size: 16px; border: 1px solid var(--main-point-color-hover); border-radius: 5px; padding-left: 20px;}
.pc_header .container_fix > div.search_box > form .header_search input::placeholder {color: #999;}
.pc_header .container_fix > div.search_box > form .header_search .search_btn {right: 15px;}
.pc_header .container_fix > .lnb_box .lnb_list {display:flex; align-items: center;}
.pc_header .container_fix > .lnb_box .lnb_list li {padding: 0 15px;}
/* .pc_header .container_fix > .lnb_box .lnb_list li:first-child {padding-left: 0;} */
/* .pc_header .container_fix > .lnb_box .lnb_list li:last-child {padding: 0 6px 0 15px; position: relative;} */
/* .pc_header .container_fix > .lnb_box .lnb_list li .marker_box {width: 20px;} */
.pc_header .container_fix > .lnb_box .lnb_list li .marker_box .marker_msg {width: 220px; padding: 19px 22px;}
.pc_header .container_fix > .lnb_box .lnb_list li .marker_box .marker_msg .msg_box {font-size: 15px; color: #666;}
.pc_header .container_fix > .lnb_box .lnb_list li .marker_box .marker_msg .address {margin-top: 15px; border-radius: 5px;}
.pc_header .container_fix > .lnb_box .lnb_list li .marker_box .marker_msg .address a {font-size: 13px;}
.pc_header .container_fix > .lnb_box .header_cart{position: relative;}
.pc_header .container_fix > .lnb_box .cart_count {display: inline-block; width: 15px; height: 15px; border-radius: 50%; background: var(--main-point-bg-color-hover); text-align: center; line-height: 14.5px; font-size: 10px; font-weight: 500; color: #fff; position: absolute; right: 1px; bottom: -4px;}

@media (max-width: 991px) {
    /* .m_header {padding: 11px 0;}
    .at-menu .m-menu{border-bottom: 1px solid #eee;}
    .m_header .container_fix .left_menu {display: none;}
    .m_header .container_fix .center_logo {flex-grow: 0;}
    .m_header .container_fix .center_logo img {height: 23px;}
    .m_header .container_fix .right_menu {margin-left: auto;}
    .m_header .container_fix .right_menu .right_list {display: flex; align-items: center;}
    .m_header .container_fix .right_menu .right_list li + li {margin-left: 19px;}
    .m_header .container_fix .right_menu .right_list li .marker_box {width: 17px;}
    .m_header .container_fix .right_menu .right_list li a.m_marker {width: 17px; height: 23px;}
    .m_header .container_fix .right_menu .right_list li .search_btn img {height: 22px;}
    .m_header .container_fix .right_menu .right_list li:last-child {position: relative; top: -1px;}
    .m_header .container_fix .right_menu .right_list li:last-child img {height: 24px;}
    .m_header .container_fix .right_menu .right_list li .cart_count {display: block; width: 13.5px; height: 13.5px; border-radius: 50%; background: var(--main-point-bg-color-hover); font-size: 10px; font-weight: 700; color: #fff; text-align: center; line-height: 13px; position: absolute; bottom: -4px; right: -4px;} */

    /* 최근 검색어 */
    .m_header .container_fix .m_search_box {display: none; width: 100vw; height: 100vh; position: fixed; left: 0; top: 0; background: #fff; z-index: 150;}
    .at-header.fixed .m_header .container_fix .m_search_box{top: 0;}
    .m_header .container_fix .m_search_box.no_banner{top: 0;}
    .m_header .container_fix .m_search_box form .header_search {height: 45px;}
    .m_header .container_fix .m_search_box form .header_search .search_top {display: flex; align-items: center; border-bottom: 1px solid #e1e1e1; height: 100%;}
    .m_header .container_fix .m_search_box form .header_search .search_top .search_top_top {width: calc(100% - 42.5px); height: 100%; position: relative;}
    .m_header .container_fix .m_search_box form .header_search .search_top input {border: none; font-size: 14px; width: 100%; height: 100%; padding-left: 15px;}
    .m_header .container_fix .m_search_box form .header_search .search_top input::placeholder {color: #aaaaaa;}
    .m_header .container_fix .m_search_box form .header_search .search_top .search_btn {border: none; background: transparent; position: absolute; top: 50%; right: 12px; transform: translatey(-50%);}
    .m_header .container_fix .m_search_box form .header_search .search_top .search_btn img {height: 22px;}
    .m_header .container_fix .m_search_box form .header_search .search_top .close_btn {border-left: 1px solid #e1e1e1; width: 42.5px; height: 100%; line-height: 42px; cursor: pointer; display: flex; align-items: center; justify-content: center;}
    .m_header .container_fix .m_search_box form .header_search .search_top .close_btn img {height: 18px;}

    /* 쇼핑 트렌드 Top 10 */
    .m_header .container_fix * {font-family: 'Pretendard';}
    .m_header .container_fix .m_search_box form .header_search .search_bot{height: calc(100vh - 45px); overflow-y: auto;}
    .m_header .container_fix .m_search_box form .header_search .search_bot::-webkit-scrollbar{width: 0;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_top {display: flex; align-items: flex-end; justify-content: space-between; padding: 15px 15px 18px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_top .preview_top_title {font-size: 15px; font-weight: 700; color: var(--main-point-color);}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_recommend_top .recommend_top_title {font-size: 15px; font-weight: 700; color: var(--main-point-color); text-align: left; margin: 30px 0 15px; padding: 0 15px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_top .select_complete_btn {font-size: 12px; color: #333; border: none; background-color: transparent; display: none;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_top .delete_open_btn {width: 13px; height: 13px; cursor: pointer; text-align: center; display: flex; align-items: center; justify-content: center; border: none; background-color: #fff; outline: none;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_top .delete_open_btn span {display: block; width: 3px; height: 3px; background-color: #919191; border-radius: 50%; }
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_top .delete_open_btn span + span{margin-top: 2px;}

    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid{overflow-x: auto;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid::-webkit-scrollbar{height: 0; display: none;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .preview_list{padding: 0 15px; display: flex;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .preview_list li {display: table-cell;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .preview_list li a {display: flex; align-items: center; justify-content: space-between; padding: 0 11px; border: 1px solid #e1e1e1; border-radius: 16px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .preview_list li + li a {margin-left: 8px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .preview_list li .left p { font-size: 14px; font-weight: 400; color: #666666; line-height: 31px; white-space : nowrap;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .preview_list li .right{background-color: transparent; border: none; margin-left: 9px; display: none;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .preview_list li .right img {height: 9px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_recommend_mid .recommend_list {display: flex; flex-wrap : wrap; row-gap: 11px; column-gap: 8px; padding: 0 15px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_recommend_mid .recommend_list li {display: block; height: 33px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_recommend_mid .recommend_list li a {display: block; font-size: 14px; font-weight: 400; color: var(--main-point-color-hover); line-height: 33px; padding: 0 11px; background-color: var(--main-point-bg-soft-color); border-radius: 16.5px;}
    
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .more_keyword .more_keyword_btn button {border: 1px solid #e1e1e1; background-color: #fff; border-radius: 16.25px; width: 87.5px; height: 32.5px; margin: 15px auto 0; font-size: 11px; color: #333; line-height: 30.5px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .more_keyword .more_keyword_btn .arrow {display: inline-block; font-family: 'SUIT', sans-serif; font-weight: 500; transform: rotate(90deg); margin-left: 2px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .list_off{color: #999999; font-size: 14px; font-weight: 400; padding: 0; text-align: left;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_mid .list_off img{display: block; margin: 0 auto 15px; width: 41px; height: 41px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .keyword_rank_box_title {font-size: 15px; font-weight: 700; color: var(--main-point-color); text-align: left; padding-left: 15px; margin: 30px 0 0;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot > p {font-size: 11px; font-weight: 400; color: #999; text-align: left; padding-left: 15px; margin: 10px 0 15px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li {padding: 0 20px 0 15px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li + .rank_li {margin-left: auto;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li + .rank_li a {margin-left: auto; border-top: 1px solid #e1e1e1;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a {font-size: 14px; line-height: 46px; font-weight: 500; display: flex; align-items: center; }
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a .num {font-family: "Open Sans", sans-serif;width: 36px; text-align: left; padding-left: 10px;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a .keyword {font-family: "Open Sans", sans-serif;color: #666;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a .keyword:hover {color: var(--main-point-color-hover);}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a .status {font-family: "Open Sans", sans-serif;margin-left: auto; position: relative;}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a .status.rank_up:before {content: ""; border-bottom: 5.5px solid #f86e78; border-left: 4.5px solid rgba(0, 0, 0, 0); border-right: 4.5px solid rgba(0, 0, 0, 0); position: absolute; left: -12px; top: 50%; transform: translatey(-50%);}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a .status.rank_down:before {content: ""; border-top: 5.5px solid #aaa; border-left: 4.5px solid rgba(0, 0, 0, 0); border-right: 4.5px solid rgba(0, 0, 0, 0); position: absolute; left: -12px; top: 50%; transform: translatey(-50%);}
    .m_header .container_fix .m_search_box form .header_search .search_bot .msearch_preview_box .msearch_preview_bot .rank_box .rank_list .rank_li .rank_a .status.rank_keep:before {content: ""; display: inline-block; width: 6px; height: 1px; background: #aaa; position: absolute; left: -12px; top: 50%; transform: translatey(-50%);}

    .m_header .container_fix .m_search_box .m_search_delete_modal{position: fixed; top: 0; left: 0; z-index: 12; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); display: none;}
    .m_header .container_fix .m_search_box .m_search_delete_modal .cont_box{position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; border-radius: 15px 15px 0 0; padding: 27px 0;}
    .m_header .container_fix .m_search_box .m_search_delete_modal .modal_top{position: absolute; top: 0; left: 0; width: 100%;}
    .m_header .container_fix .m_search_box .m_search_delete_modal .m_search_delete_bar{display: block; width: 40px; height: 4px; border-radius: 2px; background-color: #e6e6e6; position: absolute; top: 10px; left: 50%; transform: translateX(-50%);}
    .m_header .container_fix .m_search_box .m_search_delete_modal .m_search_close_btn{position: absolute; top: 14px; right: 14px; width: 15px; height: 15px; cursor: pointer;}
    .m_header .container_fix .m_search_box .m_search_delete_modal .m_search_close_btn::before,
    .m_header .container_fix .m_search_box .m_search_delete_modal .m_search_close_btn::after{content: ''; display: block; width: 20px; height: 1px; background-color: #999999; position: absolute; position: absolute; top: 50%; left: 50%; }
    .m_header .container_fix .m_search_box .m_search_delete_modal .m_search_close_btn::before{transform: translate(-50%,-50%) rotate(45deg);}
    .m_header .container_fix .m_search_box .m_search_delete_modal .m_search_close_btn::after{transform: translate(-50%,-50%) rotate(-45deg);}
    .m_header .container_fix .m_search_box .m_search_delete_modal button{color: var(--main-point-color); font-size: 14px; font-weight: 500; display: block; line-height: 38px; background-color: #fff; border: none; padding: 0 20px; width: 100%; text-align: left;}
    
}

/* 헤더 > 검색창 하단의 검색 내용 미리보기 ( PC )
html\thema\Fivesense-basic\shop.head.php */
.search_preview_box {position: absolute; left: 0; top: 46px; z-index: 10; width: 100%; border-radius: 0 0 5px 5px; visibility: hidden; height: 0; transition: all .5s; overflow: hidden;}
.search_preview_box.active{visibility: visible;}
.search_preview_box .search_preview_list{background-color: #fff; border-radius: 0 0 5px 5px; border: 1px solid #ddd; /*height: 430px;*/ height: auto; position: relative;}
.search_preview_box .search_preview_list .loading{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 14px; font-style: oblique;}
/* .search_preview_box .search_preview_list li {display: flex; align-items: center; padding: 10px 15px 10px 19px; cursor: pointer; transition: all .5s;} */
.search_preview_box .search_preview_list li:hover {background: #f7f7f7;}
.search_preview_box .search_preview_list li:last-child a {padding: 10px 15px 16px 19px;}
.search_preview_box .search_preview_list li + li {border-top: 1px solid #eee;}
.search_preview_box .search_preview_list li a{display: flex; align-items: center; padding: 10px 15px 10px 19px; cursor: pointer; /*transition: all .5s;*/}
.search_preview_box .search_preview_list li .left {width: 50px; border-radius: 5px; overflow: hidden; margin-right: 12px;}
.search_preview_box .search_preview_list li .right {display: flex; align-items: flex-start; justify-content: space-between; width: calc(100% - 50px);}
.search_preview_box .search_preview_list li .right .preview_title {font-size: 13px; font-weight: 400; color: var(--main-point-color); line-height: 1; overflow: hidden;text-overflow: ellipsis;white-space: normal;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.search_preview_box .search_preview_list li .right .preview_title .search_keyword {font-weight: 700;}
.search_preview_box .search_preview_list li .right .preview_price {font-size: 14px; font-weight: 700; color: var(--main-point-color); margin-top: 8px;}
.search_preview_box .search_preview_list li .right .real_price {font-size: 12px; font-weight: 400; color: #999; text-decoration: line-through; margin-left: 2px;}
/*.search_preview_box .search_preview_list li.empty {height:362px;}*/
.search_preview_box #pc_search_box{display: block;}

@media (max-width: 991px){
    .search_preview_box{display: none; border-radius: 0; top: 45px; width: calc(100% + 42.5px); border: none; background-color: #fff; height: 100vh; visibility: visible;}
    .search_preview_box .search_preview_list{height: auto; border: none; background-color: transparent;}
    .search_preview_box .search_preview_list li{padding: 12.25px 15px;}
    .search_preview_box .search_preview_list li a{padding: 0;}
    .search_preview_box .search_preview_list li:last-child a{padding: 0;}
    .m_header .container_fix .right_menu .right_list .search_preview_list li{color: #666;}
    .m_header .container_fix .right_menu .right_list .search_preview_list li + li{margin-left: 0; border-top: 1px solid #f5f5f5;}
    .m_header .container_fix .right_menu .right_list .search_preview_list li span.b{font-weight: 500;}
    .search_preview_box .search_preview_list li:last-child{padding: 12.25px 15px;}
}

/* 헤더 > 메인 메뉴
html\thema\Fivesense-basic\menu.php */
.nav-fixed .at-menu {z-index: 11;}
.at-menu {border-top: none; border-bottom: none;}
.at-menu .pc-menu{box-shadow: 0 6px 6px rgba(61, 61, 61, 0.05);}
.at-menu.index_menu .pc-menu{box-shadow: none;}
.sticky-wrapper.nav-fixed .at-menu.index_menu .pc-menu{box-shadow: 0 2px 10px rgba(61, 61, 61, 0.03);}
.at-menu .pc-menu .nav-top {display: flex; align-items: center;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul {display: block; width: auto;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li > a {font-size: 16px; font-weight: 500; color: #333; padding: 0px 30px; transition: all .5s;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.on > a span:after, .at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:hover > a span:after {display: none;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:nth-of-type(2) > a {padding-left: 0;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.all_category_btn {margin-right: 245px;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.all_category_btn > a {padding: 0;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.all_category_btn:hover > a {color: #333;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.all_category_btn > a img {margin-top: -3px; margin-right: 9px;}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li > .sub-slide{display: none !important;}
.at-menu .pc-menu .nav-top .order_delivery_btn {margin-left: auto;}
.at-menu .pc-menu .nav-top .order_delivery_btn a {display: block; width: 110px; height: 30px; border: 1px solid #dfdfdf; border-radius: 15px; font-size: 13px; color: #777; text-align: center; line-height: 28px;}

@media (max-width: 1050px){
    .at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.all_category_btn {margin-right: 100px;}
}

@media (max-width: 991px) {
    .at-menu .m-menu .m-wrap .m-list .m-nav {margin: 0;}
    .at-menu .m-menu .m-wrap .m-list .m-nav ul li a {font-size: 13.5px; color: #333; font-weight: 500; line-height: 35px; letter-spacing: 0; padding: 0 12.5px;}
    .at-menu .m-menu .m-wrap .m-list .m-nav ul li:first-child a {padding-left: 30px;}
    .at-menu .m-menu .m-wrap .m-list .m-nav ul li.active a {color: var(--main-point-color-hover);}
    .at-menu .m-menu .m-wrap .m-list .m-nav ul li.active a:after {display: none;}
}

/* 헤더 > 카테고리 하위 메뉴
html\thema\Fivesense-basic\menu.php */
.at-menu .pc-menu .all_menu {top: 56px; width: 140px; border: 1px solid #dcdcdc;}
.at-menu .pc-menu .all_menu .all_ul {padding: 0; overflow: visible; position: relative;}
.at-menu .pc-menu .all_menu .all_ul > .all_li {width: 100%; height: auto; float: none; margin-right: 0;}
.at-menu .pc-menu .all_menu .all_ul > .all_li > .all_a {line-height: 45px; padding-bottom: 0; margin-bottom: 0; border-bottom: none; font-size: 14px; font-weight: 400; color: #333; transition: all .5s;}
.at-menu .pc-menu .all_menu .all_ul > .all_li:hover > .all_a {color: var(--main-point-color-hover); background: #f7f7f7;}

/* 헤더 > 카테고리 하위 메뉴
html\thema\Fivesense-basic\menu.php */
.at-menu .pc-menu .all_menu .all_ul > .all_li > .all_sub_div {width: 100%; opacity: 1; position: absolute; left: 138px; top: -1px; background: #fff; border: 1px solid #dcdcdc;}
.at-menu .pc-menu .all_menu .all_ul > .all_li > .all_sub_div .all_sub_li a {padding: 0; line-height: 45px; transition: all .5s;}
.at-menu .pc-menu .all_menu .all_ul > .all_li > .all_sub_div .all_sub_li:hover a {background: #f7f7f7;}

/* 윙배너 */
.wing-right #stv #stv_list ul{width: 70px;}
.wing-right .stv_item .prd_img{margin-bottom: 4px;}

/************************************************************
푸터
************************************************************/
/* 탑 버튼
html\thema\Fivesense-basic\shop.tail.php */
.at-go .go-btn {width: 52px; height: 52px; background: #111; border-radius: 50%; text-align: center; line-height: 45px; cursor: pointer; right: 52px; bottom: 44px; z-index: 30;}
.at-go .go-btn img{display: inline-block;}

@media (max-width: 991px) {
    .at-go .go-btn { right: 15px; bottom: calc(50px + 15px); }
}