/* BASIC css start */
/* »ó´Ü */


header .hd_top .w_logo_wrap a { display:inline-block; background: url(/design/bccorp2022/images/w_top_logo.svg) no-repeat center; width:148px;height: 76px; } 

#openVideoBtn, #openVideoBtn_2 {cursor:pointer;color: #1e1f0a;font-weight: 600;
background: #9CC82C;
background: -webkit-linear-gradient(125deg, rgba(156, 200, 44, 1) 0%, rgba(99, 164, 49, 1) 100%);
background: -moz-linear-gradient(125deg, rgba(156, 200, 44, 1) 0%, rgba(99, 164, 49, 1) 100%);
background: linear-gradient(125deg, rgba(156, 200, 44, 1) 0%, rgba(99, 164, 49, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9CC82C", endColorstr="#63A431", GradientType=0);}
.modal,.modal_2 {display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8);backdrop-filter: blur(2.5px);}
.modal-content { position: relative; margin: auto; width: 80%;height: 80%; top: 8%; background-color: transparent;}

.btn_close_video_1:hover { -webkit-transform: rotate(180deg);  -ms-transform: rotate(180deg); transform: rotate(180deg);}
.btn_close_video_1 {position: absolute; left: 50%; z-index: 10000; margin-left: -24px; width: 48px; height: 48px; bottom: -70px;}



header { position:relative; padding: 0 0 40px; display:flex; flex-direction:column; gap:25px; z-index: 100; background: #fff; /*border-bottom: 1px solid #ddd;*/ transition: all 0s;} 
header.fixed { position: fixed; top: 0; left: 0; right: 0;padding: 20px 0;z-index: 100; /*opacity: 0.9;*/transition: all 0s; } 

header.fixed .excel { display: none; } 

header .hd_top { max-width: 1260px; width: 100%; margin: 0 auto; position:relative; display:flex; justify-content:space-between; align-items:center;z-index: 100; } 
header .hd_top .logo_wrap { position:relative;  } 
header .hd_top .logo_wrap a { display:inline-block; background: url(/design/bccorp2022/images/top_logo.svg) no-repeat center; width:148px;height: 76px; } 


header.fixed .hd_top .logo_wrap a { display:inline-block; background: url(/design/bccorp2022/images/logo.svg) no-repeat center; width:105px;height: 41px; } 


header .hd_top .top_event {background: #000; width: 20%; height: 30px; margin: 45px 0 0 165px; position: absolute;border-radius: 20px; color: #fff; font-size: 16px; width: auto; display: inline-block; padding: 10px 15px 0px 15px; }

header .hd_top .logo_wrap a img { max-width:222px; }
header .hd_top .user_wrap { display:flex; align-items:center; /*gap:15px;*/ } 
header .hd_top .user_wrap li:last-child a, header .hd_top .user_wrap li:nth-last-child(2) a {color: #000;font-weight: 500; } 

header .hd_top .user_wrap li a { display:inline-block; font-size:14px; font-weight:400;} 
header .hd_top .user_wrap li a:hover {color: #000; }

header .hd_top .user_wrap li a { padding: 0 10px;font-size: 14px; color: #8d8d8d; background: url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/bu_2x8.gif) 0 5px no-repeat;}
header .hd_top .user_wrap li:first-child a {background:transparent}


header .hd_bottom { max-width: 1260px; width: 100%; margin: 0 auto; display:flex; justify-content:space-between; align-items:center;z-index: 100; } 
header .hd_bottom .cate_wrap { display:flex; align-items:center; gap:25px; } 
header .hd_bottom .cate_wrap dd { } 
header .hd_bottom .cate_wrap dd a { position:relative; font-size:18px; font-weight:600; z-index:100; white-space: pre;} 
header .hd_bottom .cate_wrap dd.main_c a { color: var(--point-color1)!important;; } 
header .hd_bottom .cate_wrap dd>a:after { content:''; position:absolute; left:50%; transform:translateX(-50%); top:16px; width:100%; height:45px; padding:0 12px; } 
header .hd_bottom .cate_wrap dd a:hover { font-weight:600; color: var(--point-color1); } 
header .hd_bottom .cate_wrap dd ul { display:none; max-width: 1260px; width: 100%; margin: 0 auto; position:absolute; top: 142px; left:0; right:0; /* display:flex; */align-items:center; gap:30px; z-index:101; background:#fff; padding:50px 0; box-sizing:border-box; } 
header .hd_bottom .cate_wrap dd ul:after { content:''; width:100vw; height:100%; margin-left:calc(-50vw + 50%); position:absolute; left:0; right:0; z-index:99; background:#fff; } 
header .hd_bottom .cate_wrap dd ul li { } 
header .hd_bottom .cate_wrap dd ul li a { } 
header .hd_bottom .cate_wrap dd ul li a:hover { font-weight:800; color:#000; } 
header .hd_bottom .ico_wrap { display:flex; align-items:center; gap:20px;margin-right: 15px; } 
header .hd_bottom .ico_wrap a { position:relative; } 
header .hd_bottom .ico_wrap img {width: 26px;height: 26px; } 
header .hd_bottom .ico_wrap #user_basket_quantity { position:absolute; top:-4px; right:-12px; display:inline-block; width:18px; height:18px; line-height:18px; font-size:12px; font-weight:400; background: var(--point-color2); border-radius:100%; color:#fff; text-align: center; } 
.search_wrap { display:none; position:absolute; position:absolute; top: 264px; left:0; right:0; background:#fff; z-index:100;} 

header .search_wrap form  {border-top: 1px solid #e9e9e9; margin-top: 39px;      z-index: 100; position: relative; }
header.fixed .search_wrap form {border-top: 1px solid #e9e9e9; margin-top: 0px;}

header.fixed .search_wrap { top: 136px;   } 

.search_wrap fieldset { position:relative; max-width:1260px; width:100%; margin:0 auto; padding:90px 0 150px; box-sizing:border-box; display:flex; justify-content:space-between; align-items:center; } 
.search_wrap fieldset input { width:100%; height:60px; border:0; border-bottom:1px solid #000; font-size:20px; font-weight:400; } 
.search_wrap fieldset a { position:absolute; right: 0; } 
#hd_layer_bg{display:none;position: absolute;left: 0;top: 100%;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.4);z-index: 98;margin-left: calc(-50vw + 50%);-webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);}
#d_layer_bg{display:none;position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.4);z-index: 100;margin-left: calc(-50vw + 50%);-webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);}

header .hd_bottom .ico_wrap a .icon_top_sns_insta, 
header .hd_bottom .ico_wrap a .icon_top_sns_cafe,
header .hd_bottom .ico_wrap a .icon_top_sns_pf_kakao,
header .hd_bottom .ico_wrap a .icon_top_sns_tiktok,
header .hd_bottom .ico_wrap a .icon_top_sns_youtube
{ display: inline-block; width: 28px; height: 30px;vertical-align: middle;}

header .hd_bottom .ico_wrap a .icon_top_sns_insta::after { content: "";  display: block;  background: url(/design/bccorp2022/images/sns/sns_insta.svg) no-repeat center; width: 32px; height: 32px;}
header .hd_bottom .ico_wrap a .icon_top_sns_cafe::after { content: "";  display: block;  background: url(/design/bccorp2022/images/sns/sns_cafe.svg) no-repeat center; width: 32px; height: 32px;}
header .hd_bottom .ico_wrap a .icon_top_sns_pf_kakao::after { content: "";  display: block;  background: url(/design/bccorp2022/images/sns/sns_pf_kakao.svg) no-repeat center; width: 32px; height: 32px;}
header .hd_bottom .ico_wrap a .icon_top_sns_tiktok::after { content: "";  display: block;  background: url(/design/bccorp2022/images/sns/sns_tiktok.svg) no-repeat center; width: 32px; height: 32px;}
header .hd_bottom .ico_wrap a .icon_top_sns_youtube::after { content: "";  display: block;  background: url(/design/bccorp2022/images/sns/sns_youtube.svg) no-repeat center; width: 32px; height: 32px; padding-right: 10px;}
header .hd_bottom .ico_wrap a .r_line {border-right: 1px solid #d2d2d2;}
.op_5 { opacity: 0.4;}
.op_5:hover {opacity:1 } 
header .red a {color:#d73535 !important}
header .red a:hover {color:#c81414 !important}
header .red a::before  {content: "";  display: block; background: url(/design/bccorp2022/images/icon/event_icon.gif) no-repeat center; width: 44px; height: 20px; margin-left: 10px; margin-top: -20px;}



/* ½ºÅ©·ÑÅ¾ */

#quick_button { display:none; position:fixed; bottom:190px; right:75px; z-index: 99; } 
#quick_button a { display:inline-block;opacity: 0.5; background:#6b6b6b url(/design/bccorp2022/images/icon/go_top.svg) no-repeat center;background-size:65%; width: 56px;height: 56px;box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.16);border-radius:24px;-webkit-border-radius: 24px; -moz-border-radius: 24px;} 
#quick_button a:hover {opacity: 1;}	


.quick_btn.qt_1.fixed  {bottom: 320px!important;}
.quick_btn.qt_2.fixed  {bottom: 255px!important;}

/*
.quick_btn.qt_1.fixed  {bottom: 380px!important;}
.quick_btn.qt_2.fixed  {bottom: 320px!important;}
.quick_btn.qt_3.fixed  {bottom: 260px!important;}
.quick_btn.qt_1 {bottom: 280px;}
.quick_btn.qt_2 {bottom: 210px;}
.quick_btn.qt_3 {bottom: 140px;}
*/

.quick_btn.qt_1 {bottom: 205px;}
.quick_btn.qt_2 {bottom: 140px;}



.quick_btn.qt_1::before {background: url(/design/bccorp2022/images/icon/ic_notice.svg) no-repeat center;background-size:70%;}
.quick_btn.qt_2::before {background: url(/design/bccorp2022/images/icon/ic_qna.svg) no-repeat center;background-size:70%;}
.quick_btn.qt_3::before {background: url(/design/bccorp2022/images/icon/ic_faq.svg) no-repeat center;background-size:70%;}



.quick_btn {
    position: fixed;
    z-index: 99;
    right: 75px;    
    background: #63a431;
    width: 56px;
    height: 56px;
    flex-shrink: 0;    
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    animation: fade_video 0.45s;
    -moz-animation: fade_video 0.45s;
    -webkit-animation: fade_video 0.45s;
    -o-animation: fade_video 0.45s;
    border-radius:24px;-webkit-border-radius: 24px; -moz-border-radius: 24px;
 
}
.quick_btn:hover p {opacity: 1;float: left;}

.quick_btn:hover { width: 115px;white-space:nowrap;}
.quick_btn.qt_2:hover { width: 145px;white-space:nowrap;}



.quick_btn::before {
    content: '';
    position: absolute;
    z-index: 1000;    
    width: 56px;
    height: 56px;
}
.quick_btn p {
    opacity: 0;
    color: #FAFAFA;
    font-size: 15px;
    font-weight: 400;
    height: 56px;
    width: calc(100% - 10px);
    text-align: right;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ */
#allfinder-layer { z-index:9999; position:fixed; top:50px; right:110px; width:1000px; zoom:1; overflow:hidden; } 
#allfinder-layer .finder-body { display:none; z-index:1; position:relative; width:998px; *width:918px; padding:35px 40px 5px; max-height:800px; overflow-x:hidden; overflow-y:auto; box-sizing:border-box; border:1px solid #666; background:#fff; } 
#allfinder-layer .finder-body .finder-close { position:absolute; top:15px; right:10px; font-size:24px; color:#000; *width:19px; *height:24px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; *background-size:19px 24px; } 
#allfinder-ctr { z-index:10000; position:fixed; top:50px; right:0; width:103px; height:86px; } 
#allfinder-ctr a { display:block; width:100%; height:100%; background:url('/images/common/allfinder_ctrl_pc.png') no-repeat right top; border:none; outline:none; font-size:0; } 
.all-finder-layer .finder-body .finder-tbl table { border:1px solid #ccc; border-top:1px solid #000; } 
.all-finder-layer .finder-body .finder-tbl th,.all-finder-layer .finder-body .finder-tbl td { height:40px; border-top:1px solid #e5e5e5; font-size:13px; font-family:'Malgun Gothic'; color:#000; } 
.all-finder-layer .finder-body .finder-tbl tr:first-child th,.all-finder-layer .finder-body .finder-tbl tr:first-child td { border-top:none; } 
.all-finder-layer .finder-body .finder-tbl th { padding:5px 0; background:#f4f4f4; text-align:left; vertical-align:top; } 
.all-finder-layer .finder-body .finder-tbl th .txt-l { position:relative; height:34px; line-height:34px; padding:0 20px; margin:3px 0; } 
.all-finder-layer .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px; } 
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:22px; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; } 
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer { display:none; position:absolute; top:33px; left:52px; width:270px; padding:0 20px 18px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1 } 
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:14px; right:20px; margin:0; font-size:21px; color:#000; outline:none; *width:19px; *height:22px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; } 
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-tit { padding:18px 0; border-bottom:1px solid #e5e5e5; font-size:15px; font-weight:bold; line-height:15px; } 
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-cnt { padding-top:16px; line-height:1.5; font-size:13px; } 
.all-finder-layer .finder-body .finder-tbl td { padding:5px 10px; } 
.all-finder-layer .finder-body .txt-input { height:21px; line-height:21px; padding:0 5px; font-size:13px; font-family:'Malgun Gothic'; } 
.all-finder-layer .finder-body .finder-category { height:40px; overflow:hidden; } 
.all-finder-layer .finder-body .finder-category.open { height:100%; overflow:visible; } 
.all-finder-layer .finder-body tr.finder-child-category { display:none; } 
.all-finder-layer .finder-body tr.finder-child-category th,.all-finder-layer .finder-body tr.finder-child-category td { border-top:none; } 
.all-finder-layer .finder-body tr.finder-child-category td { background:#fbfbfb; } 
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 { display:inline-block; margin:3px 5px 3px 0; padding:5px 10px; cursor:pointer; line-height:22px; vertical-align:top; word-break:break-all; color:#9a9a9a; } 
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check { display:none; } 
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on { font-weight:bold; color:#000; border:0; border-radius:0; box-shadow:unset; } 
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check { display:inline-block; margin-right:3px; } 
.all-finder-layer .finder-body .finder-color { padding-left:10px; } 
.all-finder-layer .finder-body .finder-price .finder-price-input { display:inline-block; padding-top:5px } 
.all-finder-layer .finder-body .finder-price .finder-price-input label { display:inline-block; width:110px; padding:0 10px; border:1px solid #ccc; border-radius:3px; color:#666; } 
.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input { display:inline-block; width:90px; height:29px; line-height:29px; padding:0; border:none; background:none; color:#333; text-align:right; } 
.all-finder-layer .finder-body .finder-search { position:relative; padding-left:5px; } 
.all-finder-layer .finder-body .finder-search label { display:inline-block; width:320px; padding:0 10px; border:1px solid #ccc; border-radius:3px; } 
.all-finder-layer .finder-body .finder-search label .txt-input { display:block; width:100%; height:29px; line-height:29px; padding:0; border:none; background:none; color:#333; text-align:left; } 
.all-finder-layer .finder-body .finder-btn-c { padding:30px 0; text-align:center; } 
.all-finder-layer .finder-body .finder-btn-c a.reset { display:inline-block; width:140px; height:60px; line-height:57px; border:none; border-radius:3px; background:#999; color:#fff; font-size:18px; font-weight:bold; letter-spacing:1px; font-family:'Malgun Gothic'; margin-right:15px; } 
.all-finder-layer .finder-body .finder-btn-c button { display:inline-block; height:60px; line-height:57px; padding:0 30px; *padding:0; border:none; border-radius:3px; background:#000; color:#fff; font-size:18px; font-weight:bold; letter-spacing:-0.5px; font-family:'Malgun Gothic'; cursor:pointer; } 
.all-finder-layer .finder-body .finder-btn-c button span.ico-search { visibility:visible; display:inline-block; width:16px; height:15px; margin-right:10px; margin-top:-4px; *margin-top:0; vertical-align:middle; background:url('/images/common/btn_h15_search.png') no-repeat 0 0; } 
.all-finder-layer .finder-body .finder-btn-c button span.finder-count { visibility:visible; display:inline-block; height:60px; color:#ffd800; font-size:23px; *vertical-align:middle; } 
.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle { visibility:visible; display:none; } 
.all-finder-layer .finder-body .finder-options { display:inline-block; margin:3px 5px 3px 0; padding:5px 10px; cursor:pointer; line-height:22px; border:1px solid #fff; vertical-align:top; word-break:break-all; } 
.all-finder-layer .finder-body .finder-options.on { font-weight:bold; border:1px solid #000; border-radius:20px; box-shadow:2px 2px 3px #d2d2d2; } 
.all-finder-layer .finder-body .finder-option-color em { display:inline-block; width:22px; height:22px; border-radius:20px; font-size:0; vertical-align:top; } 
.all-finder-layer .finder-body .finder-option-color.color-picker { width:22px; height:22px; padding:0; border:none; } 
.all-finder-layer .finder-body .finder-option-color.color-picker.on { border:none; } 
.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check { display:none; width:22px; height:22px; margin-top:-17px; color:#fff; text-align:center; } 
.all-finder-layer .finder-body .finder-option-color.color-picker.on .fa-check { display:block; } 
.all-finder-layer .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-black em { background-color:#000; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-white em { background-color:#FFF; width:20px; height:20px; border:1px solid #e5e5e5; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gray em { background-color:#808080; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-beige em { background-color:#e5d0b2; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-brown em { background-color:#aa6810; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-navy em { background-color:#425583; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-blue em { background-color:#0000ff; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-blue em { background-color:#62acff; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-red em { background-color:#ff0000; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-orange em { background-color:#ffa500; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-yellow em { background-color:#ffff00; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-pink em { background-color:#ffc0cb; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-purple em { background-color:#800080; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-jaju em { background-color:#a63f7f; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-khaki em { background-color:#2f5e2f; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-green em { background-color:#008000; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-green em { background-color:#72dd95; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-silver em { background-color:#dfdfdf; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gold em { background-color:#cfbc4e; } 
.all-finder-layer .finder-body .finder-option-color.finder-option-color-apricot em { background-color:#fbceb1; } 
.all-finder-layer .finder-body .search-auto-complete-list { display:none; z-index:1; position:absolute; top:30px; left:5px; border:1px solid #ddd; line-height:14px; background:#fff; } 
.all-finder-layer .finder-body .search-auto-complete-list ul { width:340px; padding:4px 0 6px; border-bottom:1px solid #ddd; } 
.all-finder-layer .finder-body .search-auto-complete-list ul li { text-align:left; } 
.all-finder-layer .finder-body .search-auto-complete-list ul li.on { background:#f3f3f3; } 
.all-finder-layer .finder-body .search-auto-complete-list ul li a { display:block; padding:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; } 
.all-finder-layer .finder-body .search-auto-complete-list ul li a strong { color:#ab3e41; } 
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover { background:#f2f2f2; } 
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; } 
.all-finder-layer .finder-body .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; } 
.all-finder-layer .finder-body .finder-search-data .finder-options { border:1px solid #e5e5e5; box-shadow:none; } 
.all-finder-layer .finder-body .finder-search-data .finder-options .fa-close { margin-left:10px; color: #999; } 





/* ¿¢¼¿ ´ë·®¹ßÁÖ */
.excel {text-align: center; background: #f2f2f2; padding: 30px 0;border-bottom: 1px solid #ddd; }
.excel .file_choice {display: flex;width: 480px;justify-content: space-between; flex-direction: row-reverse; align-items: center;}
.excel span {font-size: 14px !important;letter-spacing: -0.5px !important;opacity: 0.7;position: absolute;padding-right: 20px;}
.excel ul {width:1260px; display: inline-block;/* max-width: 1260px; margin: 0 auto; display: flex; justify-content: space-between;align-items: center;*/ }
.excel ul li { display: flex; justify-content:space-between; align-item:center;}
.excel ul li * { vertical-align: middle; }
.excel ul li div input{}
.excel ul li input[type="file"] {background: #fff; height: 40px;width: 480px; line-height: 40px; border: 1px solid #f8f8f8; box-shadow: 0px 2px 4px rgba(0,0,0,0.1); border-radius: 40px; font-size:16px; text-indent: 10px; cursor: pointer; margin-right:8px; padding-top:2px;}
.excel ul li input[type="file"]::file-selector-button {background-color:#63a431;border:none;border-radius:40px; color:#fff; font-family:'Pretendard'; padding:7px 16px 5px;}
.excel ul li a {display:inline-block; border: 1px solid #ddd; border-radius:40px; margin: 0 2px; box-shadow: 0px 2px 4px rgba(0,0,0,0.1);background: #fff; padding: 5px 10px;letter-spacing: -1px !important;font-size: 16px;font-weight: 500;}
.excel ul li p{color:#222;}

/* BASIC css end */



@media (max-width:1259px) {
.quick_btn, #quick_button,#ch-plugin,go_top,.notranslate {display: none !important;}

}
@media (min-width:1260px) {
}


/* BASIC css end */

